@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 */
/*
Template Name: Florence Admin - Responsive Admin Template
Author: Multipurpose Themes
File: rtl scss
*/
@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*/
.rtl {
  text-align: right !important;
  direction: rtl; }

/*******************
Padding property 
*******************/
.rtl .ps-0 {
  padding-right: 0px !important;
  padding-left: inherit !important; }

.rtl .ps-5 {
  padding-right: 5px !important;
  padding-left: inherit !important; }

.rtl .ps-10 {
  padding-right: 10px !important;
  padding-left: inherit !important; }

.rtl .ps-15 {
  padding-right: 15px !important;
  padding-left: inherit !important; }

.rtl .ps-20 {
  padding-right: 20px !important;
  padding-left: inherit !important; }

.rtl .ps-25 {
  padding-right: 25px !important;
  padding-left: inherit !important; }

.rtl .ps-30 {
  padding-right: 30px !important;
  padding-left: inherit !important; }

.rtl .ps-35 {
  padding-right: 35px !important;
  padding-left: inherit !important; }

.rtl .ps-40 {
  padding-right: 40px !important;
  padding-left: inherit !important; }

.rtl .ps-45 {
  padding-right: 45px !important;
  padding-left: inherit !important; }

.rtl .ps-50 {
  padding-right: 50px !important;
  padding-left: inherit !important; }

.rtl .ps-55 {
  padding-right: 55px !important;
  padding-left: inherit !important; }

.rtl .ps-60 {
  padding-right: 60px !important;
  padding-left: inherit !important; }

.rtl .ps-65 {
  padding-right: 65px !important;
  padding-left: inherit !important; }

.rtl .ps-70 {
  padding-right: 70px !important;
  padding-left: inherit !important; }

.rtl .ps-75 {
  padding-right: 75px !important;
  padding-left: inherit !important; }

.rtl .ps-80 {
  padding-right: 80px !important;
  padding-left: inherit !important; }

.rtl .ps-85 {
  padding-right: 85px !important;
  padding-left: inherit !important; }

.rtl .ps-90 {
  padding-right: 90px !important;
  padding-left: inherit !important; }

.rtl .ps-95 {
  padding-right: 95px !important;
  padding-left: inherit !important; }

.rtl .ps-100 {
  padding-right: 100px !important;
  padding-left: inherit !important; }

.rtl .pe-0 {
  padding-left: 0px !important;
  padding-right: inherit !important; }

.rtl .pe-5 {
  padding-left: 5px !important;
  padding-right: inherit !important; }

.rtl .pe-10 {
  padding-left: 10px !important;
  padding-right: inherit !important; }

.rtl .pe-15 {
  padding-left: 15px !important;
  padding-right: inherit !important; }

.rtl .pe-20 {
  padding-left: 20px !important;
  padding-right: inherit !important; }

.rtl .pe-25 {
  padding-left: 25px !important;
  padding-right: inherit !important; }

.rtl .pe-30 {
  padding-left: 30px !important;
  padding-right: inherit !important; }

.rtl .pe-35 {
  padding-left: 35px !important;
  padding-right: inherit !important; }

.rtl .pe-40 {
  padding-left: 40px !important;
  padding-right: inherit !important; }

.rtl .pe-45 {
  padding-left: 45px !important;
  padding-right: inherit !important; }

.rtl .pe-50 {
  padding-left: 50px !important;
  padding-right: inherit !important; }

.rtl .pe-55 {
  padding-left: 55px !important;
  padding-right: inherit !important; }

.rtl .pe-60 {
  padding-left: 60px !important;
  padding-right: inherit !important; }

.rtl .pe-65 {
  padding-left: 65px !important;
  padding-right: inherit !important; }

.rtl .pe-70 {
  padding-left: 70px !important;
  padding-right: inherit !important; }

.rtl .pe-75 {
  padding-left: 75px !important;
  padding-right: inherit !important; }

.rtl .pe-80 {
  padding-left: 80px !important;
  padding-right: inherit !important; }

.rtl .pe-85 {
  padding-left: 85px !important;
  padding-right: inherit !important; }

.rtl .pe-90 {
  padding-left: 90px !important;
  padding-right: inherit !important; }

.rtl .pe-95 {
  padding-left: 95px !important;
  padding-right: inherit !important; }

.rtl .pe-100 {
  padding-left: 100px !important;
  padding-right: inherit !important; }

@media (max-width: 575px) {
  .rtl .ps-xs-0 {
    padding-right: 0px !important;
    padding-left: inherit !important; }

  .rtl .ps-xs-5 {
    padding-right: 5px !important;
    padding-left: inherit !important; }

  .rtl .ps-xs-10 {
    padding-right: 10px !important;
    padding-left: inherit !important; }

  .rtl .ps-xs-15 {
    padding-right: 15px !important;
    padding-left: inherit !important; }

  .rtl .ps-xs-20 {
    padding-right: 20px !important;
    padding-left: inherit !important; }

  .rtl .ps-xs-25 {
    padding-right: 25px !important;
    padding-left: inherit !important; }

  .rtl .ps-xs-30 {
    padding-right: 30px !important;
    padding-left: inherit !important; }

  .rtl .ps-xs-35 {
    padding-right: 35px !important;
    padding-left: inherit !important; }

  .rtl .ps-xs-40 {
    padding-right: 40px !important;
    padding-left: inherit !important; }

  .rtl .ps-xs-45 {
    padding-right: 45px !important;
    padding-left: inherit !important; }

  .rtl .ps-xs-50 {
    padding-right: 50px !important;
    padding-left: inherit !important; }

  .rtl .ps-xs-55 {
    padding-right: 55px !important;
    padding-left: inherit !important; }

  .rtl .ps-xs-60 {
    padding-right: 60px !important;
    padding-left: inherit !important; }

  .rtl .ps-xs-65 {
    padding-right: 65px !important;
    padding-left: inherit !important; }

  .rtl .ps-xs-70 {
    padding-right: 70px !important;
    padding-left: inherit !important; }

  .rtl .ps-xs-75 {
    padding-right: 75px !important;
    padding-left: inherit !important; }

  .rtl .ps-xs-80 {
    padding-right: 80px !important;
    padding-left: inherit !important; }

  .rtl .ps-xs-85 {
    padding-right: 85px !important;
    padding-left: inherit !important; }

  .rtl .ps-xs-90 {
    padding-right: 90px !important;
    padding-left: inherit !important; }

  .rtl .ps-xs-95 {
    padding-right: 95px !important;
    padding-left: inherit !important; }

  .rtl .ps-xs-100 {
    padding-right: 100px !important;
    padding-left: inherit !important; }

  .rtl .pe-xs-0 {
    padding-left: 0px !important;
    padding-right: inherit !important; }

  .rtl .pe-xs-5 {
    padding-left: 5px !important;
    padding-right: inherit !important; }

  .rtl .pe-xs-10 {
    padding-left: 10px !important;
    padding-right: inherit !important; }

  .rtl .pe-xs-15 {
    padding-left: 15px !important;
    padding-right: inherit !important; }

  .rtl .pe-xs-20 {
    padding-left: 20px !important;
    padding-right: inherit !important; }

  .rtl .pe-xs-25 {
    padding-left: 25px !important;
    padding-right: inherit !important; }

  .rtl .pe-xs-30 {
    padding-left: 30px !important;
    padding-right: inherit !important; }

  .rtl .pe-xs-35 {
    padding-left: 35px !important;
    padding-right: inherit !important; }

  .rtl .pe-xs-40 {
    padding-left: 40px !important;
    padding-right: inherit !important; }

  .rtl .pe-xs-45 {
    padding-left: 45px !important;
    padding-right: inherit !important; }

  .rtl .pe-xs-50 {
    padding-left: 50px !important;
    padding-right: inherit !important; }

  .rtl .pe-xs-55 {
    padding-left: 55px !important;
    padding-right: inherit !important; }

  .rtl .pe-xs-60 {
    padding-left: 60px !important;
    padding-right: inherit !important; }

  .rtl .pe-xs-65 {
    padding-left: 65px !important;
    padding-right: inherit !important; }

  .rtl .pe-xs-70 {
    padding-left: 70px !important;
    padding-right: inherit !important; }

  .rtl .pe-xs-75 {
    padding-left: 75px !important;
    padding-right: inherit !important; }

  .rtl .pe-xs-80 {
    padding-left: 80px !important;
    padding-right: inherit !important; }

  .rtl .pe-xs-85 {
    padding-left: 85px !important;
    padding-right: inherit !important; }

  .rtl .pe-xs-90 {
    padding-left: 90px !important;
    padding-right: inherit !important; }

  .rtl .pe-xs-95 {
    padding-left: 95px !important;
    padding-right: inherit !important; }

  .rtl .pe-xs-100 {
    padding-left: 100px !important;
    padding-right: inherit !important; } }
@media (min-width: 576px) {
  .rtl .ps-sm-0 {
    padding-right: 0px !important;
    padding-left: inherit !important; }

  .rtl .ps-sm-5 {
    padding-right: 5px !important;
    padding-left: inherit !important; }

  .rtl .ps-sm-10 {
    padding-right: 10px !important;
    padding-left: inherit !important; }

  .rtl .ps-sm-15 {
    padding-right: 15px !important;
    padding-left: inherit !important; }

  .rtl .ps-sm-20 {
    padding-right: 20px !important;
    padding-left: inherit !important; }

  .rtl .ps-sm-25 {
    padding-right: 25px !important;
    padding-left: inherit !important; }

  .rtl .ps-sm-30 {
    padding-right: 30px !important;
    padding-left: inherit !important; }

  .rtl .ps-sm-35 {
    padding-right: 35px !important;
    padding-left: inherit !important; }

  .rtl .ps-sm-40 {
    padding-right: 40px !important;
    padding-left: inherit !important; }

  .rtl .ps-sm-45 {
    padding-right: 45px !important;
    padding-left: inherit !important; }

  .rtl .ps-sm-50 {
    padding-right: 50px !important;
    padding-left: inherit !important; }

  .rtl .ps-sm-55 {
    padding-right: 55px !important;
    padding-left: inherit !important; }

  .rtl .ps-sm-60 {
    padding-right: 60px !important;
    padding-left: inherit !important; }

  .rtl .ps-sm-65 {
    padding-right: 65px !important;
    padding-left: inherit !important; }

  .rtl .ps-sm-70 {
    padding-right: 70px !important;
    padding-left: inherit !important; }

  .rtl .ps-sm-75 {
    padding-right: 75px !important;
    padding-left: inherit !important; }

  .rtl .ps-sm-80 {
    padding-right: 80px !important;
    padding-left: inherit !important; }

  .rtl .ps-sm-85 {
    padding-right: 85px !important;
    padding-left: inherit !important; }

  .rtl .ps-sm-90 {
    padding-right: 90px !important;
    padding-left: inherit !important; }

  .rtl .ps-sm-95 {
    padding-right: 95px !important;
    padding-left: inherit !important; }

  .rtl .ps-sm-100 {
    padding-right: 100px !important;
    padding-left: inherit !important; }

  .rtl .pe-sm-0 {
    padding-left: 0px !important;
    padding-right: inherit !important; }

  .rtl .pe-sm-5 {
    padding-left: 5px !important;
    padding-right: inherit !important; }

  .rtl .pe-sm-10 {
    padding-left: 10px !important;
    padding-right: inherit !important; }

  .rtl .pe-sm-15 {
    padding-left: 15px !important;
    padding-right: inherit !important; }

  .rtl .pe-sm-20 {
    padding-left: 20px !important;
    padding-right: inherit !important; }

  .rtl .pe-sm-25 {
    padding-left: 25px !important;
    padding-right: inherit !important; }

  .rtl .pe-sm-30 {
    padding-left: 30px !important;
    padding-right: inherit !important; }

  .rtl .pe-sm-35 {
    padding-left: 35px !important;
    padding-right: inherit !important; }

  .rtl .pe-sm-40 {
    padding-left: 40px !important;
    padding-right: inherit !important; }

  .rtl .pe-sm-45 {
    padding-left: 45px !important;
    padding-right: inherit !important; }

  .rtl .pe-sm-50 {
    padding-left: 50px !important;
    padding-right: inherit !important; }

  .rtl .pe-sm-55 {
    padding-left: 55px !important;
    padding-right: inherit !important; }

  .rtl .pe-sm-60 {
    padding-left: 60px !important;
    padding-right: inherit !important; }

  .rtl .pe-sm-65 {
    padding-left: 65px !important;
    padding-right: inherit !important; }

  .rtl .pe-sm-70 {
    padding-left: 70px !important;
    padding-right: inherit !important; }

  .rtl .pe-sm-75 {
    padding-left: 75px !important;
    padding-right: inherit !important; }

  .rtl .pe-sm-80 {
    padding-left: 80px !important;
    padding-right: inherit !important; }

  .rtl .pe-sm-85 {
    padding-left: 85px !important;
    padding-right: inherit !important; }

  .rtl .pe-sm-90 {
    padding-left: 90px !important;
    padding-right: inherit !important; }

  .rtl .pe-sm-95 {
    padding-left: 95px !important;
    padding-right: inherit !important; }

  .rtl .pe-sm-100 {
    padding-left: 100px !important;
    padding-right: inherit !important; } }
@media (min-width: 768px) {
  .rtl .ps-md-0 {
    padding-right: 0px !important;
    padding-left: inherit !important; }

  .rtl .ps-md-5 {
    padding-right: 5px !important;
    padding-left: inherit !important; }

  .rtl .ps-md-10 {
    padding-right: 10px !important;
    padding-left: inherit !important; }

  .rtl .ps-md-15 {
    padding-right: 15px !important;
    padding-left: inherit !important; }

  .rtl .ps-md-20 {
    padding-right: 20px !important;
    padding-left: inherit !important; }

  .rtl .ps-md-25 {
    padding-right: 25px !important;
    padding-left: inherit !important; }

  .rtl .ps-md-30 {
    padding-right: 30px !important;
    padding-left: inherit !important; }

  .rtl .ps-md-35 {
    padding-right: 35px !important;
    padding-left: inherit !important; }

  .rtl .ps-md-40 {
    padding-right: 40px !important;
    padding-left: inherit !important; }

  .rtl .ps-md-45 {
    padding-right: 45px !important;
    padding-left: inherit !important; }

  .rtl .ps-md-50 {
    padding-right: 50px !important;
    padding-left: inherit !important; }

  .rtl .ps-md-55 {
    padding-right: 55px !important;
    padding-left: inherit !important; }

  .rtl .ps-md-60 {
    padding-right: 60px !important;
    padding-left: inherit !important; }

  .rtl .ps-md-65 {
    padding-right: 65px !important;
    padding-left: inherit !important; }

  .rtl .ps-md-70 {
    padding-right: 70px !important;
    padding-left: inherit !important; }

  .rtl .ps-md-75 {
    padding-right: 75px !important;
    padding-left: inherit !important; }

  .rtl .ps-md-80 {
    padding-right: 80px !important;
    padding-left: inherit !important; }

  .rtl .ps-md-85 {
    padding-right: 85px !important;
    padding-left: inherit !important; }

  .rtl .ps-md-90 {
    padding-right: 90px !important;
    padding-left: inherit !important; }

  .rtl .ps-md-95 {
    padding-right: 95px !important;
    padding-left: inherit !important; }

  .rtl .ps-md-100 {
    padding-right: 100px !important;
    padding-left: inherit !important; }

  .rtl .pe-md-0 {
    padding-left: 0px !important;
    padding-right: inherit !important; }

  .rtl .pe-md-5 {
    padding-left: 5px !important;
    padding-right: inherit !important; }

  .rtl .pe-md-10 {
    padding-left: 10px !important;
    padding-right: inherit !important; }

  .rtl .pe-md-15 {
    padding-left: 15px !important;
    padding-right: inherit !important; }

  .rtl .pe-md-20 {
    padding-left: 20px !important;
    padding-right: inherit !important; }

  .rtl .pe-md-25 {
    padding-left: 25px !important;
    padding-right: inherit !important; }

  .rtl .pe-md-30 {
    padding-left: 30px !important;
    padding-right: inherit !important; }

  .rtl .pe-md-35 {
    padding-left: 35px !important;
    padding-right: inherit !important; }

  .rtl .pe-md-40 {
    padding-left: 40px !important;
    padding-right: inherit !important; }

  .rtl .pe-md-45 {
    padding-left: 45px !important;
    padding-right: inherit !important; }

  .rtl .pe-md-50 {
    padding-left: 50px !important;
    padding-right: inherit !important; }

  .rtl .pe-md-55 {
    padding-left: 55px !important;
    padding-right: inherit !important; }

  .rtl .pe-md-60 {
    padding-left: 60px !important;
    padding-right: inherit !important; }

  .rtl .pe-md-65 {
    padding-left: 65px !important;
    padding-right: inherit !important; }

  .rtl .pe-md-70 {
    padding-left: 70px !important;
    padding-right: inherit !important; }

  .rtl .pe-md-75 {
    padding-left: 75px !important;
    padding-right: inherit !important; }

  .rtl .pe-md-80 {
    padding-left: 80px !important;
    padding-right: inherit !important; }

  .rtl .pe-md-85 {
    padding-left: 85px !important;
    padding-right: inherit !important; }

  .rtl .pe-md-90 {
    padding-left: 90px !important;
    padding-right: inherit !important; }

  .rtl .pe-md-95 {
    padding-left: 95px !important;
    padding-right: inherit !important; }

  .rtl .pe-md-100 {
    padding-left: 100px !important;
    padding-right: inherit !important; } }
@media (min-width: 992px) {
  .rtl .ps-lg-0 {
    padding-right: 0px !important;
    padding-left: inherit !important; }

  .rtl .ps-lg-5 {
    padding-right: 5px !important;
    padding-left: inherit !important; }

  .rtl .ps-lg-10 {
    padding-right: 10px !important;
    padding-left: inherit !important; }

  .rtl .ps-lg-15 {
    padding-right: 15px !important;
    padding-left: inherit !important; }

  .rtl .ps-lg-20 {
    padding-right: 20px !important;
    padding-left: inherit !important; }

  .rtl .ps-lg-25 {
    padding-right: 25px !important;
    padding-left: inherit !important; }

  .rtl .ps-lg-30 {
    padding-right: 30px !important;
    padding-left: inherit !important; }

  .rtl .ps-lg-35 {
    padding-right: 35px !important;
    padding-left: inherit !important; }

  .rtl .ps-lg-40 {
    padding-right: 40px !important;
    padding-left: inherit !important; }

  .rtl .ps-lg-45 {
    padding-right: 45px !important;
    padding-left: inherit !important; }

  .rtl .ps-lg-50 {
    padding-right: 50px !important;
    padding-left: inherit !important; }

  .rtl .ps-lg-55 {
    padding-right: 55px !important;
    padding-left: inherit !important; }

  .rtl .ps-lg-60 {
    padding-right: 60px !important;
    padding-left: inherit !important; }

  .rtl .ps-lg-65 {
    padding-right: 65px !important;
    padding-left: inherit !important; }

  .rtl .ps-lg-70 {
    padding-right: 70px !important;
    padding-left: inherit !important; }

  .rtl .ps-lg-75 {
    padding-right: 75px !important;
    padding-left: inherit !important; }

  .rtl .ps-lg-80 {
    padding-right: 80px !important;
    padding-left: inherit !important; }

  .rtl .ps-lg-85 {
    padding-right: 85px !important;
    padding-left: inherit !important; }

  .rtl .ps-lg-90 {
    padding-right: 90px !important;
    padding-left: inherit !important; }

  .rtl .ps-lg-95 {
    padding-right: 95px !important;
    padding-left: inherit !important; }

  .rtl .ps-lg-100 {
    padding-right: 100px !important;
    padding-left: inherit !important; }

  .rtl .pe-lg-0 {
    padding-left: 0px !important;
    padding-right: inherit !important; }

  .rtl .pe-lg-5 {
    padding-left: 5px !important;
    padding-right: inherit !important; }

  .rtl .pe-lg-10 {
    padding-left: 10px !important;
    padding-right: inherit !important; }

  .rtl .pe-lg-15 {
    padding-left: 15px !important;
    padding-right: inherit !important; }

  .rtl .pe-lg-20 {
    padding-left: 20px !important;
    padding-right: inherit !important; }

  .rtl .pe-lg-25 {
    padding-left: 25px !important;
    padding-right: inherit !important; }

  .rtl .pe-lg-30 {
    padding-left: 30px !important;
    padding-right: inherit !important; }

  .rtl .pe-lg-35 {
    padding-left: 35px !important;
    padding-right: inherit !important; }

  .rtl .pe-lg-40 {
    padding-left: 40px !important;
    padding-right: inherit !important; }

  .rtl .pe-lg-45 {
    padding-left: 45px !important;
    padding-right: inherit !important; }

  .rtl .pe-lg-50 {
    padding-left: 50px !important;
    padding-right: inherit !important; }

  .rtl .pe-lg-55 {
    padding-left: 55px !important;
    padding-right: inherit !important; }

  .rtl .pe-lg-60 {
    padding-left: 60px !important;
    padding-right: inherit !important; }

  .rtl .pe-lg-65 {
    padding-left: 65px !important;
    padding-right: inherit !important; }

  .rtl .pe-lg-70 {
    padding-left: 70px !important;
    padding-right: inherit !important; }

  .rtl .pe-lg-75 {
    padding-left: 75px !important;
    padding-right: inherit !important; }

  .rtl .pe-lg-80 {
    padding-left: 80px !important;
    padding-right: inherit !important; }

  .rtl .pe-lg-85 {
    padding-left: 85px !important;
    padding-right: inherit !important; }

  .rtl .pe-lg-90 {
    padding-left: 90px !important;
    padding-right: inherit !important; }

  .rtl .pe-lg-95 {
    padding-left: 95px !important;
    padding-right: inherit !important; }

  .rtl .pe-lg-100 {
    padding-left: 100px !important;
    padding-right: inherit !important; } }
@media (min-width: 1200px) {
  .rtl .ps-xl-0 {
    padding-right: 0px !important;
    padding-left: inherit !important; }

  .rtl .ps-xl-5 {
    padding-right: 5px !important;
    padding-left: inherit !important; }

  .rtl .ps-xl-10 {
    padding-right: 10px !important;
    padding-left: inherit !important; }

  .rtl .ps-xl-15 {
    padding-right: 15px !important;
    padding-left: inherit !important; }

  .rtl .ps-xl-20 {
    padding-right: 20px !important;
    padding-left: inherit !important; }

  .rtl .ps-xl-25 {
    padding-right: 25px !important;
    padding-left: inherit !important; }

  .rtl .ps-xl-30 {
    padding-right: 30px !important;
    padding-left: inherit !important; }

  .rtl .ps-xl-35 {
    padding-right: 35px !important;
    padding-left: inherit !important; }

  .rtl .ps-xl-40 {
    padding-right: 40px !important;
    padding-left: inherit !important; }

  .rtl .ps-xl-45 {
    padding-right: 45px !important;
    padding-left: inherit !important; }

  .rtl .ps-xl-50 {
    padding-right: 50px !important;
    padding-left: inherit !important; }

  .rtl .ps-xl-55 {
    padding-right: 55px !important;
    padding-left: inherit !important; }

  .rtl .ps-xl-60 {
    padding-right: 60px !important;
    padding-left: inherit !important; }

  .rtl .ps-xl-65 {
    padding-right: 65px !important;
    padding-left: inherit !important; }

  .rtl .ps-xl-70 {
    padding-right: 70px !important;
    padding-left: inherit !important; }

  .rtl .ps-xl-75 {
    padding-right: 75px !important;
    padding-left: inherit !important; }

  .rtl .ps-xl-80 {
    padding-right: 80px !important;
    padding-left: inherit !important; }

  .rtl .ps-xl-85 {
    padding-right: 85px !important;
    padding-left: inherit !important; }

  .rtl .ps-xl-90 {
    padding-right: 90px !important;
    padding-left: inherit !important; }

  .rtl .ps-xl-95 {
    padding-right: 95px !important;
    padding-left: inherit !important; }

  .rtl .ps-xl-100 {
    padding-right: 100px !important;
    padding-left: inherit !important; }

  .rtl .pe-xl-0 {
    padding-left: 0px !important;
    padding-right: inherit !important; }

  .rtl .pe-xl-5 {
    padding-left: 5px !important;
    padding-right: inherit !important; }

  .rtl .pe-xl-10 {
    padding-left: 10px !important;
    padding-right: inherit !important; }

  .rtl .pe-xl-15 {
    padding-left: 15px !important;
    padding-right: inherit !important; }

  .rtl .pe-xl-20 {
    padding-left: 20px !important;
    padding-right: inherit !important; }

  .rtl .pe-xl-25 {
    padding-left: 25px !important;
    padding-right: inherit !important; }

  .rtl .pe-xl-30 {
    padding-left: 30px !important;
    padding-right: inherit !important; }

  .rtl .pe-xl-35 {
    padding-left: 35px !important;
    padding-right: inherit !important; }

  .rtl .pe-xl-40 {
    padding-left: 40px !important;
    padding-right: inherit !important; }

  .rtl .pe-xl-45 {
    padding-left: 45px !important;
    padding-right: inherit !important; }

  .rtl .pe-xl-50 {
    padding-left: 50px !important;
    padding-right: inherit !important; }

  .rtl .pe-xl-55 {
    padding-left: 55px !important;
    padding-right: inherit !important; }

  .rtl .pe-xl-60 {
    padding-left: 60px !important;
    padding-right: inherit !important; }

  .rtl .pe-xl-65 {
    padding-left: 65px !important;
    padding-right: inherit !important; }

  .rtl .pe-xl-70 {
    padding-left: 70px !important;
    padding-right: inherit !important; }

  .rtl .pe-xl-75 {
    padding-left: 75px !important;
    padding-right: inherit !important; }

  .rtl .pe-xl-80 {
    padding-left: 80px !important;
    padding-right: inherit !important; }

  .rtl .pe-xl-85 {
    padding-left: 85px !important;
    padding-right: inherit !important; }

  .rtl .pe-xl-90 {
    padding-left: 90px !important;
    padding-right: inherit !important; }

  .rtl .pe-xl-95 {
    padding-left: 95px !important;
    padding-right: inherit !important; }

  .rtl .pe-xl-100 {
    padding-left: 100px !important;
    padding-right: inherit !important; } }
/*******************
Margin property 
*******************/
.rtl .ms-0 {
  margin-right: 0px !important;
  margin-left: inherit !important; }

.rtl .ms-5 {
  margin-right: 5px !important;
  margin-left: inherit !important; }

.rtl .ms-10 {
  margin-right: 10px !important;
  margin-left: inherit !important; }

.rtl .ms-15 {
  margin-right: 15px !important;
  margin-left: inherit !important; }

.rtl .ms-20 {
  margin-right: 20px !important;
  margin-left: inherit !important; }

.rtl .ms-25 {
  margin-right: 25px !important;
  margin-left: inherit !important; }

.rtl .ms-30 {
  margin-right: 30px !important;
  margin-left: inherit !important; }

.rtl .ms-35 {
  margin-right: 35px !important;
  margin-left: inherit !important; }

.rtl .ms-40 {
  margin-right: 40px !important;
  margin-left: inherit !important; }

.rtl .ms-45 {
  margin-right: 45px !important;
  margin-left: inherit !important; }

.rtl .ms-50 {
  margin-right: 50px !important;
  margin-left: inherit !important; }

.rtl .ms-55 {
  margin-right: 55px !important;
  margin-left: inherit !important; }

.rtl .ms-60 {
  margin-right: 60px !important;
  margin-left: inherit !important; }

.rtl .ms-65 {
  margin-right: 65px !important;
  margin-left: inherit !important; }

.rtl .ms-70 {
  margin-right: 70px !important;
  margin-left: inherit !important; }

.rtl .ms-75 {
  margin-right: 75px !important;
  margin-left: inherit !important; }

.rtl .ms-80 {
  margin-right: 80px !important;
  margin-left: inherit !important; }

.rtl .ms-85 {
  margin-right: 85px !important;
  margin-left: inherit !important; }

.rtl .ms-90 {
  margin-right: 90px !important;
  margin-left: inherit !important; }

.rtl .ms-95 {
  margin-right: 95px !important;
  margin-left: inherit !important; }

.rtl .ms-100 {
  margin-right: 100px !important;
  margin-left: inherit !important; }

.rtl .me-0 {
  margin-left: 0px !important;
  margin-right: inherit !important; }

.rtl .me-5 {
  margin-left: 5px !important;
  margin-right: inherit !important; }

.rtl .me-10 {
  margin-left: 10px !important;
  margin-right: inherit !important; }

.rtl .me-15 {
  margin-left: 15px !important;
  margin-right: inherit !important; }

.rtl .me-20 {
  margin-left: 20px !important;
  margin-right: inherit !important; }

.rtl .me-25 {
  margin-left: 25px !important;
  margin-right: inherit !important; }

.rtl .me-30 {
  margin-left: 30px !important;
  margin-right: inherit !important; }

.rtl .me-35 {
  margin-left: 35px !important;
  margin-right: inherit !important; }

.rtl .me-40 {
  margin-left: 40px !important;
  margin-right: inherit !important; }

.rtl .me-45 {
  margin-left: 45px !important;
  margin-right: inherit !important; }

.rtl .me-50 {
  margin-left: 50px !important;
  margin-right: inherit !important; }

.rtl .me-55 {
  margin-left: 55px !important;
  margin-right: inherit !important; }

.rtl .me-60 {
  margin-left: 60px !important;
  margin-right: inherit !important; }

.rtl .me-65 {
  margin-left: 65px !important;
  margin-right: inherit !important; }

.rtl .me-70 {
  margin-left: 70px !important;
  margin-right: inherit !important; }

.rtl .me-75 {
  margin-left: 75px !important;
  margin-right: inherit !important; }

.rtl .me-80 {
  margin-left: 80px !important;
  margin-right: inherit !important; }

.rtl .me-85 {
  margin-left: 85px !important;
  margin-right: inherit !important; }

.rtl .me-90 {
  margin-left: 90px !important;
  margin-right: inherit !important; }

.rtl .me-95 {
  margin-left: 95px !important;
  margin-right: inherit !important; }

.rtl .me-100 {
  margin-left: 100px !important;
  margin-right: inherit !important; }

@media (max-width: 575px) {
  .rtl .ms-xs-0 {
    margin-right: 0px !important;
    margin-left: inherit !important; }

  .rtl .ms-xs-5 {
    margin-right: 5px !important;
    margin-left: inherit !important; }

  .rtl .ms-xs-10 {
    margin-right: 10px !important;
    margin-left: inherit !important; }

  .rtl .ms-xs-15 {
    margin-right: 15px !important;
    margin-left: inherit !important; }

  .rtl .ms-xs-20 {
    margin-right: 20px !important;
    margin-left: inherit !important; }

  .rtl .ms-xs-25 {
    margin-right: 25px !important;
    margin-left: inherit !important; }

  .rtl .ms-xs-30 {
    margin-right: 30px !important;
    margin-left: inherit !important; }

  .rtl .ms-xs-35 {
    margin-right: 35px !important;
    margin-left: inherit !important; }

  .rtl .ms-xs-40 {
    margin-right: 40px !important;
    margin-left: inherit !important; }

  .rtl .ms-xs-45 {
    margin-right: 45px !important;
    margin-left: inherit !important; }

  .rtl .ms-xs-50 {
    margin-right: 50px !important;
    margin-left: inherit !important; }

  .rtl .ms-xs-55 {
    margin-right: 55px !important;
    margin-left: inherit !important; }

  .rtl .ms-xs-60 {
    margin-right: 60px !important;
    margin-left: inherit !important; }

  .rtl .ms-xs-65 {
    margin-right: 65px !important;
    margin-left: inherit !important; }

  .rtl .ms-xs-70 {
    margin-right: 70px !important;
    margin-left: inherit !important; }

  .rtl .ms-xs-75 {
    margin-right: 75px !important;
    margin-left: inherit !important; }

  .rtl .ms-xs-80 {
    margin-right: 80px !important;
    margin-left: inherit !important; }

  .rtl .ms-xs-85 {
    margin-right: 85px !important;
    margin-left: inherit !important; }

  .rtl .ms-xs-90 {
    margin-right: 90px !important;
    margin-left: inherit !important; }

  .rtl .ms-xs-95 {
    margin-right: 95px !important;
    margin-left: inherit !important; }

  .rtl .ms-xs-100 {
    margin-right: 100px !important;
    margin-left: inherit !important; }

  .rtl .me-xs-0 {
    margin-left: 0px !important;
    margin-right: inherit !important; }

  .rtl .me-xs-5 {
    margin-left: 5px !important;
    margin-right: inherit !important; }

  .rtl .me-xs-10 {
    margin-left: 10px !important;
    margin-right: inherit !important; }

  .rtl .me-xs-15 {
    margin-left: 15px !important;
    margin-right: inherit !important; }

  .rtl .me-xs-20 {
    margin-left: 20px !important;
    margin-right: inherit !important; }

  .rtl .me-xs-25 {
    margin-left: 25px !important;
    margin-right: inherit !important; }

  .rtl .me-xs-30 {
    margin-left: 30px !important;
    margin-right: inherit !important; }

  .rtl .me-xs-35 {
    margin-left: 35px !important;
    margin-right: inherit !important; }

  .rtl .me-xs-40 {
    margin-left: 40px !important;
    margin-right: inherit !important; }

  .rtl .me-xs-45 {
    margin-left: 45px !important;
    margin-right: inherit !important; }

  .rtl .me-xs-50 {
    margin-left: 50px !important;
    margin-right: inherit !important; }

  .rtl .me-xs-55 {
    margin-left: 55px !important;
    margin-right: inherit !important; }

  .rtl .me-xs-60 {
    margin-left: 60px !important;
    margin-right: inherit !important; }

  .rtl .me-xs-65 {
    margin-left: 65px !important;
    margin-right: inherit !important; }

  .rtl .me-xs-70 {
    margin-left: 70px !important;
    margin-right: inherit !important; }

  .rtl .me-xs-75 {
    margin-left: 75px !important;
    margin-right: inherit !important; }

  .rtl .me-xs-80 {
    margin-left: 80px !important;
    margin-right: inherit !important; }

  .rtl .me-xs-85 {
    margin-left: 85px !important;
    margin-right: inherit !important; }

  .rtl .me-xs-90 {
    margin-left: 90px !important;
    margin-right: inherit !important; }

  .rtl .me-xs-95 {
    margin-left: 95px !important;
    margin-right: inherit !important; }

  .rtl .me-xs-100 {
    margin-left: 100px !important;
    margin-right: inherit !important; } }
@media (min-width: 576px) {
  .rtl .ms-sm-0 {
    margin-right: 0px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-5 {
    margin-right: 5px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-10 {
    margin-right: 10px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-15 {
    margin-right: 15px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-20 {
    margin-right: 20px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-25 {
    margin-right: 25px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-30 {
    margin-right: 30px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-35 {
    margin-right: 35px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-40 {
    margin-right: 40px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-45 {
    margin-right: 45px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-50 {
    margin-right: 50px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-55 {
    margin-right: 55px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-60 {
    margin-right: 60px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-65 {
    margin-right: 65px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-70 {
    margin-right: 70px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-75 {
    margin-right: 75px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-80 {
    margin-right: 80px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-85 {
    margin-right: 85px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-90 {
    margin-right: 90px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-95 {
    margin-right: 95px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-100 {
    margin-right: 100px !important;
    margin-left: inherit !important; }

  .rtl .me-sm-0 {
    margin-left: 0px !important;
    margin-right: inherit !important; }

  .rtl .me-sm-5 {
    margin-left: 5px !important;
    margin-right: inherit !important; }

  .rtl .me-sm-10 {
    margin-left: 10px !important;
    margin-right: inherit !important; }

  .rtl .me-sm-15 {
    margin-left: 15px !important;
    margin-right: inherit !important; }

  .rtl .me-sm-20 {
    margin-left: 20px !important;
    margin-right: inherit !important; }

  .rtl .me-sm-25 {
    margin-left: 25px !important;
    margin-right: inherit !important; }

  .rtl .me-sm-30 {
    margin-left: 30px !important;
    margin-right: inherit !important; }

  .rtl .me-sm-35 {
    margin-left: 35px !important;
    margin-right: inherit !important; }

  .rtl .me-sm-40 {
    margin-left: 40px !important;
    margin-right: inherit !important; }

  .rtl .me-sm-45 {
    margin-left: 45px !important;
    margin-right: inherit !important; }

  .rtl .me-sm-50 {
    margin-left: 50px !important;
    margin-right: inherit !important; }

  .rtl .me-sm-55 {
    margin-left: 55px !important;
    margin-right: inherit !important; }

  .rtl .me-sm-60 {
    margin-left: 60px !important;
    margin-right: inherit !important; }

  .rtl .me-sm-65 {
    margin-left: 65px !important;
    margin-right: inherit !important; }

  .rtl .me-sm-70 {
    margin-left: 70px !important;
    margin-right: inherit !important; }

  .rtl .me-sm-75 {
    margin-left: 75px !important;
    margin-right: inherit !important; }

  .rtl .me-sm-80 {
    margin-left: 80px !important;
    margin-right: inherit !important; }

  .rtl .me-sm-85 {
    margin-left: 85px !important;
    margin-right: inherit !important; }

  .rtl .me-sm-90 {
    margin-left: 90px !important;
    margin-right: inherit !important; }

  .rtl .me-sm-95 {
    margin-left: 95px !important;
    margin-right: inherit !important; }

  .rtl .me-sm-100 {
    margin-left: 100px !important;
    margin-right: inherit !important; } }
@media (min-width: 768px) {
  .rtl .ms-md-0 {
    margin-right: 0px !important;
    margin-left: inherit !important; }

  .rtl .ms-md-5 {
    margin-right: 5px !important;
    margin-left: inherit !important; }

  .rtl .ms-md-10 {
    margin-right: 10px !important;
    margin-left: inherit !important; }

  .rtl .ms-md-15 {
    margin-right: 15px !important;
    margin-left: inherit !important; }

  .rtl .ms-md-20 {
    margin-right: 20px !important;
    margin-left: inherit !important; }

  .rtl .ms-md-25 {
    margin-right: 25px !important;
    margin-left: inherit !important; }

  .rtl .ms-md-30 {
    margin-right: 30px !important;
    margin-left: inherit !important; }

  .rtl .ms-md-35 {
    margin-right: 35px !important;
    margin-left: inherit !important; }

  .rtl .ms-md-40 {
    margin-right: 40px !important;
    margin-left: inherit !important; }

  .rtl .ms-md-45 {
    margin-right: 45px !important;
    margin-left: inherit !important; }

  .rtl .ms-md-50 {
    margin-right: 50px !important;
    margin-left: inherit !important; }

  .rtl .ms-md-55 {
    margin-right: 55px !important;
    margin-left: inherit !important; }

  .rtl .ms-md-60 {
    margin-right: 60px !important;
    margin-left: inherit !important; }

  .rtl .ms-md-65 {
    margin-right: 65px !important;
    margin-left: inherit !important; }

  .rtl .ms-md-70 {
    margin-right: 70px !important;
    margin-left: inherit !important; }

  .rtl .ms-md-75 {
    margin-right: 75px !important;
    margin-left: inherit !important; }

  .rtl .ms-md-80 {
    margin-right: 80px !important;
    margin-left: inherit !important; }

  .rtl .ms-md-85 {
    margin-right: 85px !important;
    margin-left: inherit !important; }

  .rtl .ms-md-90 {
    margin-right: 90px !important;
    margin-left: inherit !important; }

  .rtl .ms-md-95 {
    margin-right: 95px !important;
    margin-left: inherit !important; }

  .rtl .ms-md-100 {
    margin-right: 100px !important;
    margin-left: inherit !important; }

  .rtl .me-md-0 {
    margin-left: 0px !important;
    margin-right: inherit !important; }

  .rtl .me-md-5 {
    margin-left: 5px !important;
    margin-right: inherit !important; }

  .rtl .me-md-10 {
    margin-left: 10px !important;
    margin-right: inherit !important; }

  .rtl .me-md-15 {
    margin-left: 15px !important;
    margin-right: inherit !important; }

  .rtl .me-md-20 {
    margin-left: 20px !important;
    margin-right: inherit !important; }

  .rtl .me-md-25 {
    margin-left: 25px !important;
    margin-right: inherit !important; }

  .rtl .me-md-30 {
    margin-left: 30px !important;
    margin-right: inherit !important; }

  .rtl .me-md-35 {
    margin-left: 35px !important;
    margin-right: inherit !important; }

  .rtl .me-md-40 {
    margin-left: 40px !important;
    margin-right: inherit !important; }

  .rtl .me-md-45 {
    margin-left: 45px !important;
    margin-right: inherit !important; }

  .rtl .me-md-50 {
    margin-left: 50px !important;
    margin-right: inherit !important; }

  .rtl .me-md-55 {
    margin-left: 55px !important;
    margin-right: inherit !important; }

  .rtl .me-md-60 {
    margin-left: 60px !important;
    margin-right: inherit !important; }

  .rtl .me-md-65 {
    margin-left: 65px !important;
    margin-right: inherit !important; }

  .rtl .me-md-70 {
    margin-left: 70px !important;
    margin-right: inherit !important; }

  .rtl .me-md-75 {
    margin-left: 75px !important;
    margin-right: inherit !important; }

  .rtl .me-md-80 {
    margin-left: 80px !important;
    margin-right: inherit !important; }

  .rtl .me-md-85 {
    margin-left: 85px !important;
    margin-right: inherit !important; }

  .rtl .me-md-90 {
    margin-left: 90px !important;
    margin-right: inherit !important; }

  .rtl .me-md-95 {
    margin-left: 95px !important;
    margin-right: inherit !important; }

  .rtl .me-md-100 {
    margin-left: 100px !important;
    margin-right: inherit !important; } }
@media (min-width: 992px) {
  .rtl .ms-sm-0 {
    margin-right: 0px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-5 {
    margin-right: 5px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-10 {
    margin-right: 10px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-15 {
    margin-right: 15px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-20 {
    margin-right: 20px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-25 {
    margin-right: 25px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-30 {
    margin-right: 30px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-35 {
    margin-right: 35px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-40 {
    margin-right: 40px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-45 {
    margin-right: 45px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-50 {
    margin-right: 50px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-55 {
    margin-right: 55px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-60 {
    margin-right: 60px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-65 {
    margin-right: 65px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-70 {
    margin-right: 70px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-75 {
    margin-right: 75px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-80 {
    margin-right: 80px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-85 {
    margin-right: 85px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-90 {
    margin-right: 90px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-95 {
    margin-right: 95px !important;
    margin-left: inherit !important; }

  .rtl .ms-sm-100 {
    margin-right: 100px !important;
    margin-left: inherit !important; }

  .rtl .me-lg-0 {
    margin-left: 0px !important;
    margin-right: inherit !important; }

  .rtl .me-lg-5 {
    margin-left: 5px !important;
    margin-right: inherit !important; }

  .rtl .me-lg-10 {
    margin-left: 10px !important;
    margin-right: inherit !important; }

  .rtl .me-lg-15 {
    margin-left: 15px !important;
    margin-right: inherit !important; }

  .rtl .me-lg-20 {
    margin-left: 20px !important;
    margin-right: inherit !important; }

  .rtl .me-lg-25 {
    margin-left: 25px !important;
    margin-right: inherit !important; }

  .rtl .me-lg-30 {
    margin-left: 30px !important;
    margin-right: inherit !important; }

  .rtl .me-lg-35 {
    margin-left: 35px !important;
    margin-right: inherit !important; }

  .rtl .me-lg-40 {
    margin-left: 40px !important;
    margin-right: inherit !important; }

  .rtl .me-lg-45 {
    margin-left: 45px !important;
    margin-right: inherit !important; }

  .rtl .me-lg-50 {
    margin-left: 50px !important;
    margin-right: inherit !important; }

  .rtl .me-lg-55 {
    margin-left: 55px !important;
    margin-right: inherit !important; }

  .rtl .me-lg-60 {
    margin-left: 60px !important;
    margin-right: inherit !important; }

  .rtl .me-lg-65 {
    margin-left: 65px !important;
    margin-right: inherit !important; }

  .rtl .me-lg-70 {
    margin-left: 70px !important;
    margin-right: inherit !important; }

  .rtl .me-lg-75 {
    margin-left: 75px !important;
    margin-right: inherit !important; }

  .rtl .me-lg-80 {
    margin-left: 80px !important;
    margin-right: inherit !important; }

  .rtl .me-lg-85 {
    margin-left: 85px !important;
    margin-right: inherit !important; }

  .rtl .me-lg-90 {
    margin-left: 90px !important;
    margin-right: inherit !important; }

  .rtl .me-lg-95 {
    margin-left: 95px !important;
    margin-right: inherit !important; }

  .rtl .me-lg-100 {
    margin-left: 100px !important;
    margin-right: inherit !important; } }
@media (min-width: 1200px) {
  .rtl .ms-xl-0 {
    margin-right: 0px !important;
    margin-left: inherit !important; }

  .rtl .ms-xl-5 {
    margin-right: 5px !important;
    margin-left: inherit !important; }

  .rtl .ms-xl-10 {
    margin-right: 10px !important;
    margin-left: inherit !important; }

  .rtl .ms-xl-15 {
    margin-right: 15px !important;
    margin-left: inherit !important; }

  .rtl .ms-xl-20 {
    margin-right: 20px !important;
    margin-left: inherit !important; }

  .rtl .ms-xl-25 {
    margin-right: 25px !important;
    margin-left: inherit !important; }

  .rtl .ms-xl-30 {
    margin-right: 30px !important;
    margin-left: inherit !important; }

  .rtl .ms-xl-35 {
    margin-right: 35px !important;
    margin-left: inherit !important; }

  .rtl .ms-xl-40 {
    margin-right: 40px !important;
    margin-left: inherit !important; }

  .rtl .ms-xl-45 {
    margin-right: 45px !important;
    margin-left: inherit !important; }

  .rtl .ms-xl-50 {
    margin-right: 50px !important;
    margin-left: inherit !important; }

  .rtl .ms-xl-55 {
    margin-right: 55px !important;
    margin-left: inherit !important; }

  .rtl .ms-xl-60 {
    margin-right: 60px !important;
    margin-left: inherit !important; }

  .rtl .ms-xl-65 {
    margin-right: 65px !important;
    margin-left: inherit !important; }

  .rtl .ms-xl-70 {
    margin-right: 70px !important;
    margin-left: inherit !important; }

  .rtl .ms-xl-75 {
    margin-right: 75px !important;
    margin-left: inherit !important; }

  .rtl .ms-xl-80 {
    margin-right: 80px !important;
    margin-left: inherit !important; }

  .rtl .ms-xl-85 {
    margin-right: 85px !important;
    margin-left: inherit !important; }

  .rtl .ms-xl-90 {
    margin-right: 90px !important;
    margin-left: inherit !important; }

  .rtl .ms-xl-95 {
    margin-right: 95px !important;
    margin-left: inherit !important; }

  .rtl .ms-xl-100 {
    margin-right: 100px !important;
    margin-left: inherit !important; }

  .rtl .me-xl-0 {
    margin-left: 0px !important;
    margin-right: inherit !important; }

  .rtl .me-xl-5 {
    margin-left: 5px !important;
    margin-right: inherit !important; }

  .rtl .me-xl-10 {
    margin-left: 10px !important;
    margin-right: inherit !important; }

  .rtl .me-xl-15 {
    margin-left: 15px !important;
    margin-right: inherit !important; }

  .rtl .me-xl-20 {
    margin-left: 20px !important;
    margin-right: inherit !important; }

  .rtl .me-xl-25 {
    margin-left: 25px !important;
    margin-right: inherit !important; }

  .rtl .me-xl-30 {
    margin-left: 30px !important;
    margin-right: inherit !important; }

  .rtl .me-xl-35 {
    margin-left: 35px !important;
    margin-right: inherit !important; }

  .rtl .me-xl-40 {
    margin-left: 40px !important;
    margin-right: inherit !important; }

  .rtl .me-xl-45 {
    margin-left: 45px !important;
    margin-right: inherit !important; }

  .rtl .me-xl-50 {
    margin-left: 50px !important;
    margin-right: inherit !important; }

  .rtl .me-xl-55 {
    margin-left: 55px !important;
    margin-right: inherit !important; }

  .rtl .me-xl-60 {
    margin-left: 60px !important;
    margin-right: inherit !important; }

  .rtl .me-xl-65 {
    margin-left: 65px !important;
    margin-right: inherit !important; }

  .rtl .me-xl-70 {
    margin-left: 70px !important;
    margin-right: inherit !important; }

  .rtl .me-xl-75 {
    margin-left: 75px !important;
    margin-right: inherit !important; }

  .rtl .me-xl-80 {
    margin-left: 80px !important;
    margin-right: inherit !important; }

  .rtl .me-xl-85 {
    margin-left: 85px !important;
    margin-right: inherit !important; }

  .rtl .me-xl-90 {
    margin-left: 90px !important;
    margin-right: inherit !important; }

  .rtl .me-xl-95 {
    margin-left: 95px !important;
    margin-right: inherit !important; }

  .rtl .me-xl-100 {
    margin-left: 100px !important;
    margin-right: inherit !important; } }
.rtl .offset-1 {
  margin-right: 8.333333%;
  margin-left: 0; }
.rtl .offset-2 {
  margin-right: 16.666667%;
  margin-left: 0; }
.rtl .offset-3 {
  margin-right: 25%;
  margin-left: 0; }
.rtl .offset-4 {
  margin-right: 33.333333%;
  margin-left: 0; }
.rtl .offset-5 {
  margin-right: 41.666667%;
  margin-left: 0; }
.rtl .offset-6 {
  margin-right: 50%;
  margin-left: 0; }
.rtl .offset-7 {
  margin-right: 58.333333%;
  margin-left: 0; }
.rtl .offset-8 {
  margin-right: 66.666667%;
  margin-left: 0; }
.rtl .offset-9 {
  margin-right: 75%;
  margin-left: 0; }
.rtl .offset-10 {
  margin-right: 83.333333%;
  margin-left: 0; }
.rtl .offset-11 {
  margin-right: 91.666667%;
  margin-left: 0; }

@media (min-width: 576px) {
  .rtl .offset-sm-0 {
    margin-right: 0;
    margin-left: 0; }
  .rtl .offset-sm-1 {
    margin-right: 8.333333%;
    margin-left: 0; }
  .rtl .offset-sm-2 {
    margin-right: 16.666667%;
    margin-left: 0; }
  .rtl .offset-sm-3 {
    margin-right: 25%;
    margin-left: 0; }
  .rtl .offset-sm-4 {
    margin-right: 33.333333%;
    margin-left: 0; }
  .rtl .offset-sm-5 {
    margin-right: 41.666667%;
    margin-left: 0; }
  .rtl .offset-sm-6 {
    margin-right: 50%;
    margin-left: 0; }
  .rtl .offset-sm-7 {
    margin-right: 58.333333%;
    margin-left: 0; }
  .rtl .offset-sm-8 {
    margin-right: 66.666667%;
    margin-left: 0; }
  .rtl .offset-sm-9 {
    margin-right: 75%;
    margin-left: 0; }
  .rtl .offset-sm-10 {
    margin-right: 83.333333%;
    margin-left: 0; }
  .rtl .offset-sm-11 {
    margin-right: 91.666667%;
    margin-left: 0; } }
@media (min-width: 768px) {
  .rtl .offset-md-0 {
    margin-right: 0;
    margin-left: 0; }
  .rtl .offset-md-1 {
    margin-right: 8.333333%;
    margin-left: 0; }
  .rtl .offset-md-2 {
    margin-right: 16.666667%;
    margin-left: 0; }
  .rtl .offset-md-3 {
    margin-right: 25%;
    margin-left: 0; }
  .rtl .offset-md-4 {
    margin-right: 33.333333%;
    margin-left: 0; }
  .rtl .offset-md-5 {
    margin-right: 41.666667%;
    margin-left: 0; }
  .rtl .offset-md-6 {
    margin-right: 50%;
    margin-left: 0; }
  .rtl .offset-md-7 {
    margin-right: 58.333333%;
    margin-left: 0; }
  .rtl .offset-md-8 {
    margin-right: 66.666667%;
    margin-left: 0; }
  .rtl .offset-md-9 {
    margin-right: 75%;
    margin-left: 0; }
  .rtl .offset-md-10 {
    margin-right: 83.333333%;
    margin-left: 0; }
  .rtl .offset-md-11 {
    margin-right: 91.666667%;
    margin-left: 0; } }
@media (min-width: 992px) {
  .rtl .offset-lg-0 {
    margin-right: 0;
    margin-left: 0; }
  .rtl .offset-lg-1 {
    margin-right: 8.333333%;
    margin-left: 0; }
  .rtl .offset-lg-2 {
    margin-right: 16.666667%;
    margin-left: 0; }
  .rtl .offset-lg-3 {
    margin-right: 25%;
    margin-left: 0; }
  .rtl .offset-lg-4 {
    margin-right: 33.333333%;
    margin-left: 0; }
  .rtl .offset-lg-5 {
    margin-right: 41.666667%;
    margin-left: 0; }
  .rtl .offset-lg-6 {
    margin-right: 50%;
    margin-left: 0; }
  .rtl .offset-lg-7 {
    margin-right: 58.333333%;
    margin-left: 0; }
  .rtl .offset-lg-8 {
    margin-right: 66.666667%;
    margin-left: 0; }
  .rtl .offset-lg-9 {
    margin-right: 75%;
    margin-left: 0; }
  .rtl .offset-lg-10 {
    margin-right: 83.333333%;
    margin-left: 0; }
  .rtl .offset-lg-11 {
    margin-right: 91.666667%;
    margin-left: 0; } }
@media (min-width: 1200px) {
  .rtl .offset-xl-0 {
    margin-right: 0;
    margin-left: 0; }
  .rtl .offset-xl-1 {
    margin-right: 8.333333%;
    margin-left: 0; }
  .rtl .offset-xl-2 {
    margin-right: 16.666667%;
    margin-left: 0; }
  .rtl .offset-xl-3 {
    margin-right: 25%;
    margin-left: 0; }
  .rtl .offset-xl-4 {
    margin-right: 33.333333%;
    margin-left: 0; }
  .rtl .offset-xl-5 {
    margin-right: 41.666667%;
    margin-left: 0; }
  .rtl .offset-xl-6 {
    margin-right: 50%;
    margin-left: 0; }
  .rtl .offset-xl-7 {
    margin-right: 58.333333%;
    margin-left: 0; }
  .rtl .offset-xl-8 {
    margin-right: 66.666667%;
    margin-left: 0; }
  .rtl .offset-xl-9 {
    margin-right: 75%;
    margin-left: 0; }
  .rtl .offset-xl-10 {
    margin-right: 83.333333%;
    margin-left: 0; }
  .rtl .offset-xl-11 {
    margin-right: 91.666667%;
    margin-left: 0; } }
.rtl .me-auto {
  margin-left: auto !important;
  margin-right: inherit !important; }
.rtl .ms-auto {
  margin-right: auto !important;
  margin-left: inherit !important; }

.rtl .pull-right, .rtl .float-end {
  float: left !important; }
.rtl .pull-left, .rtl .float-start {
  float: right !important; }
.rtl .main-header div.logo-box {
  float: right;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px; }
.rtl .main-header .logo-box {
  border-right: 0; }
.rtl .main-header .logo {
  float: right;
  text-align: right; }
.rtl .main-header .navbar {
  -webkit-transition: margin-right .3s ease-in-out;
  -o-transition: margin-right .3s ease-in-out;
  transition: margin-right .3s ease-in-out;
  margin-right: 19.29rem;
  margin-left: 0; }
.rtl .main-header .navbar-custom-menu.r-side li.dropdown .dropdown-toggle i::after {
  right: auto;
  left: 16px; }
.rtl .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
  left: 5%;
  right: auto; }
.rtl .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > h4 > small {
  right: auto;
  left: 0; }
.rtl .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
  margin: auto auto auto 10px; }
.rtl .navbar-nav > .user-menu > .dropdown-menu > li.user-header .user-name {
  text-align: left; }
.rtl .navbar-nav > .user-menu > .dropdown-menu > .user-body a i {
  margin-right: auto;
  margin-left: 10px; }
.rtl .search-box .app-search .srh-btn {
  right: auto;
  left: 15px; }
.rtl .search-box .app-search input {
  padding: 0px 15px 0px 40px; }
.rtl.dark-skin .main-header .logo-box {
  border-right: 0; }

@media (max-width: 991px) {
  .rtl .main-header .navbar-custom-menu.r-side li.dropdown .dropdown-toggle i::after {
    left: auto; } }
@media (min-width: 768px) {
  .rtl.sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-right: 60px;
    margin-left: auto; } }
@media (max-width: 767px) {
  .rtl .main-header .logo {
    text-align: center; }
  .rtl .main-header .navbar {
    margin: 0; } }
.rtl .main-header {
  right: 0;
  left: inherit; }
  .rtl .main-header .sidebar-toggle {
    float: right; }
    .rtl .main-header .sidebar-toggle i.ti-align-left:before {
      content: "\e6c1"; }
  .rtl .main-header .res-only-view {
    float: right; }
.rtl .sidebar-menu .user-profile > a img {
  margin-right: 0px;
  margin-left: 10px; }
.rtl .sidebar-menu li > a > .pull-right-container {
  right: auto;
  left: 15px; }
  .rtl .sidebar-menu li > a > .pull-right-container > .fa-angle-right {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
.rtl .sidebar-menu li > a > .fa-angle-right {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }
.rtl .sidebar-menu li > a svg {
  margin-right: 0px;
  margin-left: 10px; }
.rtl .sidebar-menu .menu-open > a > .fa-angle-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }
.rtl .sidebar-menu .menu-open > a > .pull-right-container > .fa-angle-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }
.rtl .sidebar-menu .treeview-menu > li.active > a i.ti-more:before, .rtl .sidebar-menu .treeview-menu > li > a:hover i.ti-more:before {
  content: "\e629"; }
.rtl.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right) {
  right: 39px;
  left: auto; }
.rtl.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
  right: 54px;
  left: auto; }
.rtl.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
  float: left;
  right: 250px !important;
  left: auto; }
.rtl.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span {
  padding: 14px 30px 14px 0px; }
.rtl.sidebar-collapse .treeview-menu > li > a {
  padding: 5px 10px 5px 10px; }
.rtl .treeview-menu > li > a {
  padding: 5px 25px 5px 5px; }
  .rtl .treeview-menu > li > a > i {
    padding-left: 20px;
    padding-right: 10px;
    float: right;
    display: inline-table;
    margin-top: 5px; }
.rtl .main-sidebar {
  right: 0;
  left: inherit;
  border-right: 0; }
.rtl .main-sidebar {
  border-top-right-radius: 0px;
  border-top-left-radius: 20px; }
  .rtl .main-sidebar .sidebar-footer {
    left: auto;
    right: -2px;
    border-right: none;
    border-left: 1px solid rgba(72, 94, 144, 0.16); }

@media (min-width: 768px) {
  .rtl.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
    border-top-right-radius: 0;
    border-top-left-radius: 4px; }

  .rtl.sidebar-mini.sidebar-collapse .sidebar-menu > li > a i {
    margin-right: 0px;
    margin-left: 0; }

  .rtl.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right) {
    text-align: right; } }
@media (max-width: 767px) {
  .rtl .main-sidebar {
    -webkit-transform: translate(19.29rem, 0);
    -ms-transform: translate(19.29rem, 0);
    -o-transform: translate(19.29rem, 0);
    transform: translate(19.29rem, 0); } }
.rtl .content-wrapper, .rtl .main-footer {
  margin-right: 20.79rem;
  margin-left: 1.5rem; }

@media (min-width: 768px) {
  .rtl.sidebar-mini.sidebar-collapse .content-wrapper, .rtl.sidebar-mini.sidebar-collapse .main-footer, .rtl.sidebar-mini.sidebar-collapse .right-side {
    margin-left: 1.5rem;
    margin-right: 80px; } }
@media (max-width: 767px) {
  .rtl .content-wrapper, .rtl .main-footer {
    margin-right: 0.75rem;
    margin-left: 0.75rem !important; }
  .rtl.sidebar-open .content-wrapper, .rtl.sidebar-open .main-footer {
    -webkit-transform: translate(-19.29rem, 0);
    -ms-transform: translate(-19.29rem, 0);
    -o-transform: translate(-19.29rem, 0);
    transform: translate(-19.29rem, 0); } }
@media (min-width: 768px) {
  .rtl.control-sidebar-open .content-wrapper, .rtl.control-sidebar-open .main-footer, .rtl.control-sidebar-open .right-side {
    margin-left: 345px;
    margin-right: 19.29rem; } }
.rtl .control-sidebar-open .control-sidebar, .rtl .control-sidebar-open .control-sidebar-bg {
  right: auto;
  left: 0; }
.rtl .control-sidebar-open.control-sidebar.control-sidebar-open {
  right: auto;
  left: 0; }
  .rtl .control-sidebar-open.control-sidebar.control-sidebar-open + .control-sidebar-bg {
    right: auto;
    left: 0; }
.rtl .control-sidebar, .rtl .control-sidebar-bg {
  top: 0;
  right: auto;
  left: -345px;
  -webkit-transition: left .3s ease-in-out;
  -o-transition: left .3s ease-in-out;
  transition: left .3s ease-in-out; }
.rtl .control-sidebar .nav-tabs.control-sidebar-tabs > li {
  margin-left: 30px;
  margin-right: 0px; }
.rtl .control-sidebar .rpanel-title {
  right: auto;
  left: 0; }
.rtl .control-sidebar-menu menu-icon {
  float: right; }
.rtl .control-sidebar-menu .menu-info {
  margin-right: 45px;
  margin-left: auto; }
.rtl .content-header .me-auto {
  margin-left: auto !important;
  margin-right: inherit !important; }
.rtl .content-header .page-title {
  margin: 0 0 0 15px;
  border-right: 0;
  padding: 7px 0 7px 25px; }
.rtl .content-header .right-title {
  text-align: left; }
.rtl .flexbox > *:first-child {
  margin-right: 0;
  margin-left: 4px; }
.rtl .flexbox > *:last-child {
  margin-left: 0;
  margin-right: 4px; }
.rtl .box-header > .box-tools, .rtl .box-header > .box-controls {
  left: 1.5rem;
  right: auto; }
.rtl .dropdown-menu {
  text-align: right; }
.rtl .dropdown-item i {
  margin-left: 0.5rem;
  margin-right: 0; }
.rtl [type=checkbox] + label {
  padding-left: 0;
  padding-right: 35px !important; }
  .rtl [type=checkbox] + label:before {
    right: 0;
    left: auto; }
.rtl [type=checkbox]:not(.filled-in) + label:after {
  right: 0;
  left: auto; }
.rtl [type=checkbox]:checked, .rtl [type=checkbox]:not(:checked) {
  right: -9999px;
  left: auto; }
.rtl [type=checkbox]:checked + label:before {
  right: 10px;
  left: auto; }
.rtl [type=checkbox].filled-in + label:before, .rtl [type=checkbox].filled-in + label:after {
  right: 0;
  left: auto; }
.rtl [type=radio]:checked + label, .rtl [type=radio]:not(:checked) + label {
  padding-left: 0;
  padding-right: 35px !important; }
.rtl [type=radio] + label:before, .rtl [type=radio] + label:after {
  right: 0;
  left: auto; }
.rtl [type=radio]:checked, .rtl [type=radio]:not(:checked) {
  right: -9999px;
  left: auto; }
.rtl .dataTables_wrapper .dataTables_paginate {
  float: left; }

/*---inner sidebar---*/
.rtl .left-block {
  border-right: none;
  border-left: 1px solid #e6e6e6; }
  .rtl .left-block .open-left-block {
    right: auto;
    left: -41px; }
.rtl .right-block {
  margin-left: inherit;
  margin-right: 280px; }
.rtl .reverse-mode .open-left-block {
  right: -41px;
  left: auto; }
.rtl .reverse-mode .left-block {
  right: inherit;
  left: 0;
  border-left: none;
  border-right: 1px solid #e6e6e6; }
.rtl .reverse-mode .right-block {
  margin-left: 280px;
  margin-right: 0; }

@media (max-width: 767px) {
  .rtl .left-block {
    left: inherit;
    right: -280px;
    -webkit-transition: -webkit-transform .3s ease-in-out, right .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, right .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, right .3s ease-in-out;
    transition: transform .3s ease-in-out, right .3s ease-in-out; }
    .rtl .left-block.open-panel {
      left: inherit;
      right: 0; }
  .rtl .right-block {
    margin-left: inherit;
    margin-right: 0; }
  .rtl .reverse-mode .left-block {
    right: auto;
    left: -280px;
    -webkit-transition: -webkit-transform .3s ease-in-out, left .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, left .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, left .3s ease-in-out;
    transition: transform .3s ease-in-out, left .3s ease-in-out; }
    .rtl .reverse-mode .left-block.open-panel {
      right: inherit;
      left: 0; } }
.rtl .nav-pills > li > a > i {
  margin-left: 5px;
  margin-right: 0; }
.rtl .flex-column > li > a {
  border-left: none;
  border-right: 3px solid transparent; }
.rtl .btn-group > .btn-group:not(:last-child) > .btn, .rtl .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }
.rtl .btn-group > .btn:first-child {
  margin-left: inherit;
  margin-right: 0; }
.rtl .btn-group > .btn-group:not(:first-child) > .btn, .rtl .btn-group > .btn:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }
.rtl .btn-group .btn + .btn, .rtl .btn-group .btn + .btn-group, .rtl .btn-group .btn-group + .btn, .rtl .btn-group .btn-group + .btn-group {
  margin-left: inherit;
  margin-right: -1px; }
.rtl .btn-group-vertical .btn + .btn, .rtl .btn-group-vertical .btn + .btn-group, .rtl .btn-group-vertical .btn-group + .btn, .rtl .btn-group-vertical .btn-group + .btn-group {
  margin-left: inherit;
  margin-right: -1px; }
.rtl .btn-group-vertical > .btn + .btn, .rtl .btn-group-vertical > .btn + .btn-group, .rtl .btn-group-vertical > .btn-group + .btn, .rtl .btn-group-vertical > .btn-group + .btn-group {
  margin-right: 0; }
.rtl .btn-app > .badge {
  left: -10px;
  right: auto; }
.rtl ul.wysihtml5-toolbar > li {
  float: right;
  margin: 0 0 10px 5px; }
.rtl .mailbox-attachments li {
  float: right;
  margin-right: inherit;
  margin-left: 10px; }
.rtl .lookup-circle.lookup-right::before {
  left: 0;
  right: auto; }
.rtl .direct-chat-img {
  float: right; }
.rtl .chat-app .direct-chat-text {
  margin: 5px 80px 0 0; }
.rtl .chat-app .right .direct-chat-text {
  float: left;
  text-align: left; }
.rtl .right .direct-chat-text p {
  float: left; }
.rtl .form-control + .input-group-addon:not(:first-child) {
  border-left: 1px solid #86a4c3;
  border-right: 0;
  border-radius: 5px 0px 0px 5px; }
.rtl .form-control + .input-group-addon:not(:first-child) {
  border-left: 1px solid #172b4c; }
.rtl .gap-items > *:last-child, .rtl .gap-items-3 > *:last-child, .rtl .gap-items-4 > *:last-child, .rtl .gap-items-5 > *:last-child {
  margin-left: 0;
  margin-right: inherit; }
.rtl .gap-items > *:first-child, .rtl .gap-items-3 > *:first-child, .rtl .gap-items-4 > *:first-child, .rtl .gap-items-5 > *:first-child {
  margin-right: 0;
  margin-left: inherit; }
.rtl .gap-y.gap-items > *, .rtl .gap-y.gap-items-3 > * {
  margin: 8px; }
.rtl .media-body .media > *:first-child {
  margin-right: 0;
  margin-left: 1rem; }
.rtl .modal-header .close {
  margin: -15px auto -15px -15px; }
.rtl .external-event i {
  margin-left: 5px;
  margin-right: 0; }
  .rtl .external-event i.fa-hand-o-right:before {
    content: "\f0a5"; }
.rtl .fc th, .rtl .fc-basic-view td.fc-week-number, .rtl .fc-icon, .rtl .rtl .fc-toolbar {
  text-align: center; }
.rtl .box-profile.nav-tabs-custom > .nav-tabs > li {
  margin-left: 5px;
  margin-right: 0; }
.rtl .user-block img {
  float: right; }
.rtl .user-block .comment, .rtl .user-block .description, .rtl .user-block .username {
  margin-left: 0;
  margin-right: 50px; }
.rtl .todo-list > li .tools {
  float: left; }
.rtl .owl-carousel, .rtl .flexslider2, .rtl .flexslider {
  direction: ltr; }
.rtl .slider.slider-vertical .slider-tick, .rtl .slider.slider-vertical .slider-handle {
  margin-right: -10px;
  margin-top: -10px; }

@media screen and (min-width: 641px) {
  .rtl .timeline__box {
    padding-right: 105px;
    padding-left: 0; }
  .rtl .timeline5:before {
    right: 38px;
    left: inherit; } }
.rtl .timeline__year {
  right: 0;
  left: inherit; }
.rtl .timeline__date {
  right: 0;
  left: inherit; }
.rtl .timeline__post {
  border-left: none;
  border-right: 3px solid #6993ff; }

@media screen and (max-width: 640px) {
  .rtl .timeline5:before {
    right: 0; }
  .rtl .timeline__box {
    padding-right: 20px;
    padding-left: 0; } }
.rtl .timeline .timeline-label {
  float: right; }
.rtl .timeline .timeline-item {
  float: right;
  clear: right;
  padding-left: 30px;
  padding-right: 0; }
  .rtl .timeline .timeline-item > .timeline-point {
    left: -24px;
    right: inherit; }
  .rtl .timeline .timeline-item > .timeline-event:before {
    left: -15px;
    right: inherit;
    border-left-width: 0;
    border-right-width: 15px; }
  .rtl .timeline .timeline-item > .timeline-event:after {
    left: -14px;
    right: inherit;
    border-left-width: 0;
    border-right-width: 14px; }
  .rtl .timeline .timeline-item.timeline-item-right, .rtl .timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
    float: left;
    clear: left;
    padding-left: 0;
    padding-right: 30px; }
  .rtl .timeline .timeline-item.timeline-item-right > .timeline-point {
    right: -24px;
    left: inherit; }
    .rtl .timeline .timeline-item.timeline-item-right > .timeline-point.timeline-point-blank {
      right: -12px; }
  .rtl .timeline .timeline-item.timeline-item-right > .timeline-event:before, .rtl .timeline .timeline-item.timeline-item-right > .timeline-event:after {
    left: auto !important;
    border-right-width: 0 !important; }
  .rtl .timeline .timeline-item.timeline-item-right > .timeline-event:before {
    right: -15px !important;
    border-left-width: 15px !important; }
  .rtl .timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-point {
    right: -24px;
    left: inherit; }
    .rtl .timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-point.timeline-point-blank {
      right: -12px; }
  .rtl .timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before, .rtl .timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
    left: auto !important;
    border-right-width: 0 !important; }
  .rtl .timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before {
    right: -15px !important;
    border-left-width: 15px !important; }
  .rtl .timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:after {
    left: -17px;
    right: inherit;
    border-left-width: 0;
    border-right-width: 17px; }
  .rtl .timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:before {
    left: -18px;
    right: inherit;
    border-left-width: 0;
    border-right-width: 18px; }
  .rtl .timeline .timeline-item > .timeline-point.timeline-point-blank {
    left: -12px;
    right: inherit; }
  .rtl .timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event:before {
    right: -10px !important;
    left: inherit !important;
    border-left-width: 10px !important;
    border-right-width: 0 !important; }
  .rtl .timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event:after {
    right: -9px !important;
    left: inherit !important;
    border-left-width: 9px !important;
    border-right-width: 0 !important; }
  .rtl .timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before {
    right: -10px !important;
    left: inherit !important;
    border-left-width: 10px !important;
    border-right-width: 0 !important; }
  .rtl .timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
    right: -9px !important;
    left: inherit !important;
    border-left-width: 9px !important;
    border-right-width: 0 !important; }
.rtl .timeline.timeline-single-column.timeline .timeline-item {
  padding-right: 72px;
  padding-left: 0; }
  .rtl .timeline.timeline-single-column.timeline .timeline-item > .timeline-point {
    transform: translateX(50%);
    right: 42px !important;
    left: inherit !important;
    margin-right: 0;
    margin-left: inherit; }
  .rtl .timeline.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:before, .rtl .timeline.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:after {
    left: auto !important;
    border-right-width: 0 !important; }
  .rtl .timeline.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:before {
    right: -10px !important;
    border-left-width: 10px !important; }
  .rtl .timeline.timeline-single-column.timeline .timeline-item.timeline-item-right {
    padding-right: 72px;
    padding-left: 0; }
  .rtl .timeline.timeline-single-column.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
    padding-right: 72px;
    padding-left: 0; }
  .rtl .timeline.timeline-single-column.timeline .timeline-item > .timeline-event:before, .rtl .timeline.timeline-single-column.timeline .timeline-item .timeline-event:after {
    left: auto !important;
    border-right-width: 0 !important; }
  .rtl .timeline.timeline-single-column.timeline .timeline-item > .timeline-event:before {
    right: -15px !important;
    border-left-width: 15px !important; }
.rtl .timeline.timeline-single-column.timeline:before {
  right: 42px;
  left: inherit;
  margin-right: -1px;
  margin-left: inherit; }
.rtl .timeline.timeline-single-column.timeline .timeline-label {
  transform: translateX(50%);
  margin: 0 42px 20px 0; }

@media (max-width: 767px) {
  .rtl .timeline.timeline:before {
    right: 42px;
    left: inherit; }
  .rtl .timeline.timeline .timeline-label {
    transform: translateX(50%);
    margin: 0 42px 20px 0; }
  .rtl .timeline.timeline .timeline-item {
    padding-right: 72px;
    padding-left: 0; }
    .rtl .timeline.timeline .timeline-item > .timeline-point {
      transform: translateX(50%);
      right: 42px !important;
      margin-right: 0; }
    .rtl .timeline.timeline .timeline-item > .timeline-event:before, .rtl .timeline.timeline .timeline-item > .timeline-event:after {
      left: auto !important;
      border-right-width: 0 !important; }
    .rtl .timeline.timeline .timeline-item > .timeline-event:before {
      right: -15px !important;
      border-left-width: 15px !important; }
    .rtl .timeline.timeline .timeline-item.timeline-item-right {
      padding-right: 72px;
      padding-left: 0; }
    .rtl .timeline.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
      padding-right: 72px;
      padding-left: 0; } }
.rtl .ribbon-box .ribbon {
  float: right;
  margin-right: -30px;
  margin-left: 0px; }
.rtl .fontawesome-icon-list .fa-hover i, .rtl .ion-icon-list .ion-hover i {
  padding-left: 10px;
  padding-right: 0; }
.rtl .btn-toggle.btn-sm.btn-sm:before, .rtl .btn-toggle.btn-sm.btn-sm:after {
  right: 0.4125rem;
  left: inherit; }
.rtl .dp-divider {
  border-right: 2px solid #999999 !important;
  border-left: none !important; }
.rtl .media .custom-control [type=checkbox] + label {
  padding-left: 0px; }
.rtl .jq-has-icon {
  padding: 10px 50px 10px 10px;
  background-position-x: 95%; }
.rtl .jq-toast-single {
  text-align: right !important; }
.rtl .close-jq-toast-single {
  left: 7px;
  right: auto; }
.rtl .myadmin-alert {
  text-align: right; }
  .rtl .myadmin-alert .closed {
    left: 3px;
    right: auto; }
  .rtl .myadmin-alert .img {
    left: auto;
    right: 12px; }
.rtl .myadmin-alert-img {
  padding-right: 65px;
  padding-left: 12px; }
.rtl .grid-stack {
  direction: ltr; }
.rtl .nav.g-0 > .nav-link:first-child, .rtl .nav.g-0 .nav-item:first-child .nav-link {
  padding-right: 0;
  padding-left: 1.072rem; }
.rtl .owl-item .text-left {
  text-align: right !important; }
.rtl .info-box-content {
  padding: 10px 0 10px 10px;
  margin-right: 90px;
  margin-left: inherit; }
.rtl .info-box .progress {
  margin: 5px 0 5px -10px; }
.rtl .info-box-icon {
  float: right; }
.rtl .small-box .icon {
  left: 10px;
  right: inherit; }
.rtl .small-box > .small-box-footer {
  text-align: left; }
.rtl .direct-chat-text {
  margin: 5px 50px 0 0; }
.rtl .right .direct-chat-text {
  float: left; }
.rtl .input-group-addon:not(:last-child) {
  border-left: 0;
  border-radius: 0px 5px 5px 0px; }
.rtl .bootstrap-select.btn-group .dropdown-toggle .filter-option {
  text-align: right; }
.rtl .wizard-content .wizard.vertical > .steps {
  float: right; }
.rtl .dataTables_filter {
  float: left; }
.rtl .knob {
  margin-left: 0;
  margin-right: -115px; }
.rtl .product-text .pro-price {
  left: 5px;
  right: auto; }
.rtl .product-text {
  text-align: right; }
.rtl .product-img {
  text-align: right !important; }
.rtl .ekko-lightbox-nav-overlay a:last-child span {
  text-align: left; }
.rtl .white-popup-block {
  text-align: right; }
.rtl .content-bottom {
  border-radius: 25px 0 0 25px; }
.rtl .content-top-agile {
  border-radius: 0 25px 25px 0; }
.rtl .content-top-agile:after {
  left: 0;
  right: auto; }
.rtl .auth-2 {
  float: left; }
.rtl .has-feedback .form-control-feedback {
  left: 0;
  right: auto; }
.rtl .custom-file-label::after {
  border-radius: 5px 0 0 5px !important; }
.rtl .vtabs .tabs-vertical {
  border-right: none;
  border-left: 1px solid rgba(51, 51, 51, 0.13); }
  .rtl .vtabs .tabs-vertical li .nav-link {
    border-radius: 0 5px 5px 0px; }
.rtl .nav-tabs .nav-item + .nav-item {
  margin-right: 2px; }
.rtl .nav {
  padding-right: 0; }
.rtl .navbar-nav .nav-item {
  float: right; }
  .rtl .navbar-nav .nav-item + .nav-item {
    margin-right: 1rem;
    margin-left: inherit; }
.rtl th {
  text-align: right; }
.rtl .alert-dismissible {
  padding-right: 1.25rem;
  padding-left: 4rem; }
.rtl .checkbox label {
  padding-right: 1.25rem;
  padding-left: inherit; }
.rtl .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-radius: 0 0.25rem 0.25rem 0; }
.rtl .btn-group > .btn:last-child:not(:first-child), .rtl .btn-group > .dropdown-toggle:not(:first-child) {
  border-radius: 0.25rem 0 0 0.25rem; }
.rtl .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-radius: 0.25rem 0 0 0.25rem; }
.rtl .custom-form-label:before, .rtl .custom-form-label:after {
  right: 0;
  left: inherit; }
.rtl .custom-select {
  padding: 0.375rem 0.75rem 0.375rem 1.75rem;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat left 0.75rem center;
  background-size: 8px 10px; }
.rtl .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .rtl .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .rtl .input-group > .input-group-append:not(:last-child) > .btn, .rtl .input-group > .input-group-append:not(:last-child) > .input-group-text, .rtl .input-group > .input-group-append > .btn, .rtl .input-group > .input-group-append > .input-group-text {
  border-radius: 0 5px 5px 0; }
.rtl .input-group > .input-group-append > .btn, .rtl .input-group > .input-group-append > .input-group-text, .rtl .input-group > .input-group-append:first-child > .btn:not(:first-child), .rtl .input-group > .input-group-append:first-child > .input-group-text:not(:first-child), .rtl .input-group > .input-group-append:not(:first-child) > .btn, .rtl .input-group > .input-group-append:not(:first-child) > .input-group-text {
  border-radius: 5px 0 0 5px; }
.rtl .input-group > .custom-select:not(:first-child), .rtl .input-group > .form-control:not(:first-child) {
  border-radius: 5px 0 0 5px; }
.rtl .input-group > .custom-select:not(:last-child), .rtl .input-group > .form-control:not(:last-child) {
  border-radius: 0 5px 5px 0; }
.rtl .input-group > .custom-select:not(:last-child):not(:first-child), .rtl .input-group > .form-control:not(:last-child):not(:first-child) {
  border-radius: 0; }
.rtl .custom-control {
  padding-right: 0;
  padding-left: inherit;
  margin-right: inherit;
  margin-left: 1rem; }
.rtl .custom-control-indicator {
  right: 0;
  left: inherit; }
.rtl .custom-file-label::after {
  right: initial;
  left: -1px;
  border-radius: .25rem 0 0 .25rem; }
.rtl .radio input, .rtl .radio-inline, .rtl .checkbox input, .rtl .checkbox-inline input {
  margin-right: -1.25rem;
  margin-left: inherit; }
.rtl .list-group {
  padding-right: 0; }
.rtl .close {
  float: left; }
.rtl .modal-header .close {
  margin: -15px auto -15px -15px; }
.rtl .modal-footer > :not(:first-child) {
  margin-right: .25rem; }
.rtl .alert-dismissible .close {
  right: inherit;
  left: 0; }
.rtl .dropdown-toggle::after {
  margin-right: .255em;
  margin-left: 0; }
.rtl .form-check-input {
  margin-right: -1.25rem;
  margin-left: inherit; }
.rtl .form-check-label {
  padding-right: 1.25rem;
  padding-left: inherit; }

@media (min-width: 768px) {
  .rtl.sidebar-collapse .main-sidebar {
    -webkit-transform: translate(19.29rem, 0);
    -ms-transform: translate(19.29rem, 0);
    -o-transform: translate(19.29rem, 0);
    transform: translate(19.29rem, 0); }
  .rtl.sidebar-collapse .content-wrapper, .rtl.sidebar-collapse .main-footer {
    margin-right: 0; } }
.rtl #chat-box-body #chat-circle {
  left: 50px;
  right: auto; }
.rtl .chat-box {
  left: 30px;
  right: auto; }
.rtl .cm-msg-text {
  float: right; }
.rtl .chat-msg.self > .cm-msg-text {
  float: left; }
.rtl .chat-submit {
  left: 10px;
  right: auto; }
.rtl #chat-input {
  padding-right: 15px;
  padding-left: 50px; }

@media (min-width: 768px) {
  .rtl.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu:after {
    left: auto;
    right: -5px; }
  .rtl.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu > .treeview .treeview-menu:after {
    left: auto;
    right: -5px; }
  .rtl.sidebar-collapse .sidebar-menu .treeview-menu > .treeview:hover > .treeview-menu {
    right: 19.29rem;
    left: auto; }
  .rtl.sidebar-collapse .ps--active-x > .ps__rail-x, .rtl.sidebar-collapse .ps--active-y > .ps__rail-y {
    z-index: -1;
    opacity: 0.1;
    right: 0 !important; } }
.rtl .modal-header .btn-close {
  margin: -0.5rem auto -0.5rem -0.5rem; }
.rtl .form-select {
  padding: 0.375rem 0.75rem 0.375rem 1.75rem;
  background-position: left 0.75rem center; }
.rtl [type="checkbox"].filled-in:checked + label:before {
  right: 10px; }
.rtl .treeview-menu .treeview-menu {
  padding-right: 20px;
  padding-left: 0px; }
.rtl .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.rtl .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu), .rtl .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.rtl .alert-dismissible .btn-close {
  right: auto;
  left: 0; }
.rtl .ribbon-box .ribbon:before {
  right: 0;
  left: auto; }
.rtl .ribbon-box .ribbon-two span {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  right: -21px;
  left: auto; }
.rtl .ribbon-box .ribbon-two {
  right: -5px;
  left: auto; }
.rtl .datepaginator .dp-nav-left i, .rtl .datepaginator-lg .dp-nav-left i, .rtl .datepaginator-sm .dp-nav-left i {
  transform: rotate(180deg); }
.rtl .datepaginator .dp-nav-right i, .rtl .datepaginator-lg .dp-nav-right i, .rtl .datepaginator-sm .dp-nav-right i {
  transform: rotate(180deg); }
.rtl .form-group-feedback-right .form-control-feedback {
  right: auto;
  left: 0; }
.rtl .editable-buttons {
  margin-right: 7px; }
  .rtl .editable-buttons .editable-cancel {
    margin-right: 7px; }
.rtl form p {
  text-align: right; }
.rtl table.dataTable thead .sorting:after, .rtl table.dataTable thead .sorting_asc:after, .rtl table.dataTable thead .sorting_desc:after, .rtl table.dataTable thead .sorting_asc_disabled:after, .rtl table.dataTable thead .sorting_desc_disabled:after {
  left: 0.5em;
  right: auto; }
.rtl table.dataTable thead .sorting:before, .rtl table.dataTable thead .sorting_asc:before, .rtl table.dataTable thead .sorting_desc:before, .rtl table.dataTable thead .sorting_asc_disabled:before, .rtl table.dataTable thead .sorting_desc_disabled:before {
  left: 1em;
  right: auto; }
.rtl .breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
  padding-right: 0.5rem; }
.rtl .breadcrumb-item + .breadcrumb-item::before {
  float: right;
  padding-left: 0.5rem;
  padding-right: 0; }
.rtl .list-inline {
  padding-left: 0;
  padding-right: 0; }
.rtl ul.flexbox {
  padding-right: 0; }
.rtl .alert .icon {
  margin-left: 10px;
  margin-right: 0px; }
.rtl input {
  text-align: right !important; }

/*# sourceMappingURL=style_rtl.css.map */
/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900); }

.fa,
.fa-classic,
.fa-sharp,
.fas,
.fa-solid,
.far,
.fa-regular,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto; }

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: 'Font Awesome 6 Free'; }

.fab,
.fa-brands {
  font-family: 'Font Awesome 6 Brands'; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em; }

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em; }

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em; }

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em; }

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em; }

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em); }

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em); }

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em); }

.fa-beat {
  -webkit-animation-name: fa-beat;
          animation-name: fa-beat;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-bounce {
  -webkit-animation-name: fa-bounce;
          animation-name: fa-bounce;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1)); }

.fa-fade {
  -webkit-animation-name: fa-fade;
          animation-name: fa-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-beat-fade {
  -webkit-animation-name: fa-beat-fade;
          animation-name: fa-beat-fade;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
          animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1)); }

.fa-flip {
  -webkit-animation-name: fa-flip;
          animation-name: fa-flip;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
          animation-timing-function: var(--fa-animation-timing, ease-in-out); }

.fa-shake {
  -webkit-animation-name: fa-shake;
          animation-name: fa-shake;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-delay: var(--fa-animation-delay, 0s);
          animation-delay: var(--fa-animation-delay, 0s);
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 2s);
          animation-duration: var(--fa-animation-duration, 2s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, linear);
          animation-timing-function: var(--fa-animation-timing, linear); }

.fa-spin-reverse {
  --fa-animation-direction: reverse; }

.fa-pulse,
.fa-spin-pulse {
  -webkit-animation-name: fa-spin;
          animation-name: fa-spin;
  -webkit-animation-direction: var(--fa-animation-direction, normal);
          animation-direction: var(--fa-animation-direction, normal);
  -webkit-animation-duration: var(--fa-animation-duration, 1s);
          animation-duration: var(--fa-animation-duration, 1s);
  -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
          animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
          animation-timing-function: var(--fa-animation-timing, steps(8)); }

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    -webkit-animation-delay: -1ms;
            animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
            animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0s;
            transition-duration: 0s; } }

@-webkit-keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25)); } }

@keyframes fa-beat {
  0%, 90% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45% {
    -webkit-transform: scale(var(--fa-beat-scale, 1.25));
            transform: scale(var(--fa-beat-scale, 1.25)); } }

@-webkit-keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); } }

@keyframes fa-bounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  10% {
    -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
            transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0); }
  30% {
    -webkit-transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
            transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em)); }
  50% {
    -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
            transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0); }
  57% {
    -webkit-transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
            transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em)); }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0); } }

@-webkit-keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4); } }

@-webkit-keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    opacity: 1;
    -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
            transform: scale(var(--fa-beat-fade-scale, 1.125)); } }

@-webkit-keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@keyframes fa-flip {
  50% {
    -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
            transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg)); } }

@-webkit-keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg); }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes fa-shake {
  0% {
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg); }
  4% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg); }
  8%, 24% {
    -webkit-transform: rotate(-18deg);
            transform: rotate(-18deg); }
  12%, 28% {
    -webkit-transform: rotate(18deg);
            transform: rotate(18deg); }
  16% {
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg); }
  20% {
    -webkit-transform: rotate(22deg);
            transform: rotate(22deg); }
  32% {
    -webkit-transform: rotate(-12deg);
            transform: rotate(-12deg); }
  36% {
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg); }
  40%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

.fa-rotate-by {
  -webkit-transform: rotate(var(--fa-rotate-angle, none));
          transform: rotate(var(--fa-rotate-angle, none)); }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto); }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: var(--fa-inverse, #fff); }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-0::before {
  content: "\30"; }

.fa-1::before {
  content: "\31"; }

.fa-2::before {
  content: "\32"; }

.fa-3::before {
  content: "\33"; }

.fa-4::before {
  content: "\34"; }

.fa-5::before {
  content: "\35"; }

.fa-6::before {
  content: "\36"; }

.fa-7::before {
  content: "\37"; }

.fa-8::before {
  content: "\38"; }

.fa-9::before {
  content: "\39"; }

.fa-fill-drip::before {
  content: "\f576"; }

.fa-arrows-to-circle::before {
  content: "\e4bd"; }

.fa-circle-chevron-right::before {
  content: "\f138"; }

.fa-chevron-circle-right::before {
  content: "\f138"; }

.fa-at::before {
  content: "\40"; }

.fa-trash-can::before {
  content: "\f2ed"; }

.fa-trash-alt::before {
  content: "\f2ed"; }

.fa-text-height::before {
  content: "\f034"; }

.fa-user-xmark::before {
  content: "\f235"; }

.fa-user-times::before {
  content: "\f235"; }

.fa-stethoscope::before {
  content: "\f0f1"; }

.fa-message::before {
  content: "\f27a"; }

.fa-comment-alt::before {
  content: "\f27a"; }

.fa-info::before {
  content: "\f129"; }

.fa-down-left-and-up-right-to-center::before {
  content: "\f422"; }

.fa-compress-alt::before {
  content: "\f422"; }

.fa-explosion::before {
  content: "\e4e9"; }

.fa-file-lines::before {
  content: "\f15c"; }

.fa-file-alt::before {
  content: "\f15c"; }

.fa-file-text::before {
  content: "\f15c"; }

.fa-wave-square::before {
  content: "\f83e"; }

.fa-ring::before {
  content: "\f70b"; }

.fa-building-un::before {
  content: "\e4d9"; }

.fa-dice-three::before {
  content: "\f527"; }

.fa-calendar-days::before {
  content: "\f073"; }

.fa-calendar-alt::before {
  content: "\f073"; }

.fa-anchor-circle-check::before {
  content: "\e4aa"; }

.fa-building-circle-arrow-right::before {
  content: "\e4d1"; }

.fa-volleyball::before {
  content: "\f45f"; }

.fa-volleyball-ball::before {
  content: "\f45f"; }

.fa-arrows-up-to-line::before {
  content: "\e4c2"; }

.fa-sort-down::before {
  content: "\f0dd"; }

.fa-sort-desc::before {
  content: "\f0dd"; }

.fa-circle-minus::before {
  content: "\f056"; }

.fa-minus-circle::before {
  content: "\f056"; }

.fa-door-open::before {
  content: "\f52b"; }

.fa-right-from-bracket::before {
  content: "\f2f5"; }

.fa-sign-out-alt::before {
  content: "\f2f5"; }

.fa-atom::before {
  content: "\f5d2"; }

.fa-soap::before {
  content: "\e06e"; }

.fa-icons::before {
  content: "\f86d"; }

.fa-heart-music-camera-bolt::before {
  content: "\f86d"; }

.fa-microphone-lines-slash::before {
  content: "\f539"; }

.fa-microphone-alt-slash::before {
  content: "\f539"; }

.fa-bridge-circle-check::before {
  content: "\e4c9"; }

.fa-pump-medical::before {
  content: "\e06a"; }

.fa-fingerprint::before {
  content: "\f577"; }

.fa-hand-point-right::before {
  content: "\f0a4"; }

.fa-magnifying-glass-location::before {
  content: "\f689"; }

.fa-search-location::before {
  content: "\f689"; }

.fa-forward-step::before {
  content: "\f051"; }

.fa-step-forward::before {
  content: "\f051"; }

.fa-face-smile-beam::before {
  content: "\f5b8"; }

.fa-smile-beam::before {
  content: "\f5b8"; }

.fa-flag-checkered::before {
  content: "\f11e"; }

.fa-football::before {
  content: "\f44e"; }

.fa-football-ball::before {
  content: "\f44e"; }

.fa-school-circle-exclamation::before {
  content: "\e56c"; }

.fa-crop::before {
  content: "\f125"; }

.fa-angles-down::before {
  content: "\f103"; }

.fa-angle-double-down::before {
  content: "\f103"; }

.fa-users-rectangle::before {
  content: "\e594"; }

.fa-people-roof::before {
  content: "\e537"; }

.fa-people-line::before {
  content: "\e534"; }

.fa-beer-mug-empty::before {
  content: "\f0fc"; }

.fa-beer::before {
  content: "\f0fc"; }

.fa-diagram-predecessor::before {
  content: "\e477"; }

.fa-arrow-up-long::before {
  content: "\f176"; }

.fa-long-arrow-up::before {
  content: "\f176"; }

.fa-fire-flame-simple::before {
  content: "\f46a"; }

.fa-burn::before {
  content: "\f46a"; }

.fa-person::before {
  content: "\f183"; }

.fa-male::before {
  content: "\f183"; }

.fa-laptop::before {
  content: "\f109"; }

.fa-file-csv::before {
  content: "\f6dd"; }

.fa-menorah::before {
  content: "\f676"; }

.fa-truck-plane::before {
  content: "\e58f"; }

.fa-record-vinyl::before {
  content: "\f8d9"; }

.fa-face-grin-stars::before {
  content: "\f587"; }

.fa-grin-stars::before {
  content: "\f587"; }

.fa-bong::before {
  content: "\f55c"; }

.fa-spaghetti-monster-flying::before {
  content: "\f67b"; }

.fa-pastafarianism::before {
  content: "\f67b"; }

.fa-arrow-down-up-across-line::before {
  content: "\e4af"; }

.fa-spoon::before {
  content: "\f2e5"; }

.fa-utensil-spoon::before {
  content: "\f2e5"; }

.fa-jar-wheat::before {
  content: "\e517"; }

.fa-envelopes-bulk::before {
  content: "\f674"; }

.fa-mail-bulk::before {
  content: "\f674"; }

.fa-file-circle-exclamation::before {
  content: "\e4eb"; }

.fa-circle-h::before {
  content: "\f47e"; }

.fa-hospital-symbol::before {
  content: "\f47e"; }

.fa-pager::before {
  content: "\f815"; }

.fa-address-book::before {
  content: "\f2b9"; }

.fa-contact-book::before {
  content: "\f2b9"; }

.fa-strikethrough::before {
  content: "\f0cc"; }

.fa-k::before {
  content: "\4b"; }

.fa-landmark-flag::before {
  content: "\e51c"; }

.fa-pencil::before {
  content: "\f303"; }

.fa-pencil-alt::before {
  content: "\f303"; }

.fa-backward::before {
  content: "\f04a"; }

.fa-caret-right::before {
  content: "\f0da"; }

.fa-comments::before {
  content: "\f086"; }

.fa-paste::before {
  content: "\f0ea"; }

.fa-file-clipboard::before {
  content: "\f0ea"; }

.fa-code-pull-request::before {
  content: "\e13c"; }

.fa-clipboard-list::before {
  content: "\f46d"; }

.fa-truck-ramp-box::before {
  content: "\f4de"; }

.fa-truck-loading::before {
  content: "\f4de"; }

.fa-user-check::before {
  content: "\f4fc"; }

.fa-vial-virus::before {
  content: "\e597"; }

.fa-sheet-plastic::before {
  content: "\e571"; }

.fa-blog::before {
  content: "\f781"; }

.fa-user-ninja::before {
  content: "\f504"; }

.fa-person-arrow-up-from-line::before {
  content: "\e539"; }

.fa-scroll-torah::before {
  content: "\f6a0"; }

.fa-torah::before {
  content: "\f6a0"; }

.fa-broom-ball::before {
  content: "\f458"; }

.fa-quidditch::before {
  content: "\f458"; }

.fa-quidditch-broom-ball::before {
  content: "\f458"; }

.fa-toggle-off::before {
  content: "\f204"; }

.fa-box-archive::before {
  content: "\f187"; }

.fa-archive::before {
  content: "\f187"; }

.fa-person-drowning::before {
  content: "\e545"; }

.fa-arrow-down-9-1::before {
  content: "\f886"; }

.fa-sort-numeric-desc::before {
  content: "\f886"; }

.fa-sort-numeric-down-alt::before {
  content: "\f886"; }

.fa-face-grin-tongue-squint::before {
  content: "\f58a"; }

.fa-grin-tongue-squint::before {
  content: "\f58a"; }

.fa-spray-can::before {
  content: "\f5bd"; }

.fa-truck-monster::before {
  content: "\f63b"; }

.fa-w::before {
  content: "\57"; }

.fa-earth-africa::before {
  content: "\f57c"; }

.fa-globe-africa::before {
  content: "\f57c"; }

.fa-rainbow::before {
  content: "\f75b"; }

.fa-circle-notch::before {
  content: "\f1ce"; }

.fa-tablet-screen-button::before {
  content: "\f3fa"; }

.fa-tablet-alt::before {
  content: "\f3fa"; }

.fa-paw::before {
  content: "\f1b0"; }

.fa-cloud::before {
  content: "\f0c2"; }

.fa-trowel-bricks::before {
  content: "\e58a"; }

.fa-face-flushed::before {
  content: "\f579"; }

.fa-flushed::before {
  content: "\f579"; }

.fa-hospital-user::before {
  content: "\f80d"; }

.fa-tent-arrow-left-right::before {
  content: "\e57f"; }

.fa-gavel::before {
  content: "\f0e3"; }

.fa-legal::before {
  content: "\f0e3"; }

.fa-binoculars::before {
  content: "\f1e5"; }

.fa-microphone-slash::before {
  content: "\f131"; }

.fa-box-tissue::before {
  content: "\e05b"; }

.fa-motorcycle::before {
  content: "\f21c"; }

.fa-bell-concierge::before {
  content: "\f562"; }

.fa-concierge-bell::before {
  content: "\f562"; }

.fa-pen-ruler::before {
  content: "\f5ae"; }

.fa-pencil-ruler::before {
  content: "\f5ae"; }

.fa-people-arrows::before {
  content: "\e068"; }

.fa-people-arrows-left-right::before {
  content: "\e068"; }

.fa-mars-and-venus-burst::before {
  content: "\e523"; }

.fa-square-caret-right::before {
  content: "\f152"; }

.fa-caret-square-right::before {
  content: "\f152"; }

.fa-scissors::before {
  content: "\f0c4"; }

.fa-cut::before {
  content: "\f0c4"; }

.fa-sun-plant-wilt::before {
  content: "\e57a"; }

.fa-toilets-portable::before {
  content: "\e584"; }

.fa-hockey-puck::before {
  content: "\f453"; }

.fa-table::before {
  content: "\f0ce"; }

.fa-magnifying-glass-arrow-right::before {
  content: "\e521"; }

.fa-tachograph-digital::before {
  content: "\f566"; }

.fa-digital-tachograph::before {
  content: "\f566"; }

.fa-users-slash::before {
  content: "\e073"; }

.fa-clover::before {
  content: "\e139"; }

.fa-reply::before {
  content: "\f3e5"; }

.fa-mail-reply::before {
  content: "\f3e5"; }

.fa-star-and-crescent::before {
  content: "\f699"; }

.fa-house-fire::before {
  content: "\e50c"; }

.fa-square-minus::before {
  content: "\f146"; }

.fa-minus-square::before {
  content: "\f146"; }

.fa-helicopter::before {
  content: "\f533"; }

.fa-compass::before {
  content: "\f14e"; }

.fa-square-caret-down::before {
  content: "\f150"; }

.fa-caret-square-down::before {
  content: "\f150"; }

.fa-file-circle-question::before {
  content: "\e4ef"; }

.fa-laptop-code::before {
  content: "\f5fc"; }

.fa-swatchbook::before {
  content: "\f5c3"; }

.fa-prescription-bottle::before {
  content: "\f485"; }

.fa-bars::before {
  content: "\f0c9"; }

.fa-navicon::before {
  content: "\f0c9"; }

.fa-people-group::before {
  content: "\e533"; }

.fa-hourglass-end::before {
  content: "\f253"; }

.fa-hourglass-3::before {
  content: "\f253"; }

.fa-heart-crack::before {
  content: "\f7a9"; }

.fa-heart-broken::before {
  content: "\f7a9"; }

.fa-square-up-right::before {
  content: "\f360"; }

.fa-external-link-square-alt::before {
  content: "\f360"; }

.fa-face-kiss-beam::before {
  content: "\f597"; }

.fa-kiss-beam::before {
  content: "\f597"; }

.fa-film::before {
  content: "\f008"; }

.fa-ruler-horizontal::before {
  content: "\f547"; }

.fa-people-robbery::before {
  content: "\e536"; }

.fa-lightbulb::before {
  content: "\f0eb"; }

.fa-caret-left::before {
  content: "\f0d9"; }

.fa-circle-exclamation::before {
  content: "\f06a"; }

.fa-exclamation-circle::before {
  content: "\f06a"; }

.fa-school-circle-xmark::before {
  content: "\e56d"; }

.fa-arrow-right-from-bracket::before {
  content: "\f08b"; }

.fa-sign-out::before {
  content: "\f08b"; }

.fa-circle-chevron-down::before {
  content: "\f13a"; }

.fa-chevron-circle-down::before {
  content: "\f13a"; }

.fa-unlock-keyhole::before {
  content: "\f13e"; }

.fa-unlock-alt::before {
  content: "\f13e"; }

.fa-cloud-showers-heavy::before {
  content: "\f740"; }

.fa-headphones-simple::before {
  content: "\f58f"; }

.fa-headphones-alt::before {
  content: "\f58f"; }

.fa-sitemap::before {
  content: "\f0e8"; }

.fa-circle-dollar-to-slot::before {
  content: "\f4b9"; }

.fa-donate::before {
  content: "\f4b9"; }

.fa-memory::before {
  content: "\f538"; }

.fa-road-spikes::before {
  content: "\e568"; }

.fa-fire-burner::before {
  content: "\e4f1"; }

.fa-flag::before {
  content: "\f024"; }

.fa-hanukiah::before {
  content: "\f6e6"; }

.fa-feather::before {
  content: "\f52d"; }

.fa-volume-low::before {
  content: "\f027"; }

.fa-volume-down::before {
  content: "\f027"; }

.fa-comment-slash::before {
  content: "\f4b3"; }

.fa-cloud-sun-rain::before {
  content: "\f743"; }

.fa-compress::before {
  content: "\f066"; }

.fa-wheat-awn::before {
  content: "\e2cd"; }

.fa-wheat-alt::before {
  content: "\e2cd"; }

.fa-ankh::before {
  content: "\f644"; }

.fa-hands-holding-child::before {
  content: "\e4fa"; }

.fa-asterisk::before {
  content: "\2a"; }

.fa-square-check::before {
  content: "\f14a"; }

.fa-check-square::before {
  content: "\f14a"; }

.fa-peseta-sign::before {
  content: "\e221"; }

.fa-heading::before {
  content: "\f1dc"; }

.fa-header::before {
  content: "\f1dc"; }

.fa-ghost::before {
  content: "\f6e2"; }

.fa-list::before {
  content: "\f03a"; }

.fa-list-squares::before {
  content: "\f03a"; }

.fa-square-phone-flip::before {
  content: "\f87b"; }

.fa-phone-square-alt::before {
  content: "\f87b"; }

.fa-cart-plus::before {
  content: "\f217"; }

.fa-gamepad::before {
  content: "\f11b"; }

.fa-circle-dot::before {
  content: "\f192"; }

.fa-dot-circle::before {
  content: "\f192"; }

.fa-face-dizzy::before {
  content: "\f567"; }

.fa-dizzy::before {
  content: "\f567"; }

.fa-egg::before {
  content: "\f7fb"; }

.fa-house-medical-circle-xmark::before {
  content: "\e513"; }

.fa-campground::before {
  content: "\f6bb"; }

.fa-folder-plus::before {
  content: "\f65e"; }

.fa-futbol::before {
  content: "\f1e3"; }

.fa-futbol-ball::before {
  content: "\f1e3"; }

.fa-soccer-ball::before {
  content: "\f1e3"; }

.fa-paintbrush::before {
  content: "\f1fc"; }

.fa-paint-brush::before {
  content: "\f1fc"; }

.fa-lock::before {
  content: "\f023"; }

.fa-gas-pump::before {
  content: "\f52f"; }

.fa-hot-tub-person::before {
  content: "\f593"; }

.fa-hot-tub::before {
  content: "\f593"; }

.fa-map-location::before {
  content: "\f59f"; }

.fa-map-marked::before {
  content: "\f59f"; }

.fa-house-flood-water::before {
  content: "\e50e"; }

.fa-tree::before {
  content: "\f1bb"; }

.fa-bridge-lock::before {
  content: "\e4cc"; }

.fa-sack-dollar::before {
  content: "\f81d"; }

.fa-pen-to-square::before {
  content: "\f044"; }

.fa-edit::before {
  content: "\f044"; }

.fa-car-side::before {
  content: "\f5e4"; }

.fa-share-nodes::before {
  content: "\f1e0"; }

.fa-share-alt::before {
  content: "\f1e0"; }

.fa-heart-circle-minus::before {
  content: "\e4ff"; }

.fa-hourglass-half::before {
  content: "\f252"; }

.fa-hourglass-2::before {
  content: "\f252"; }

.fa-microscope::before {
  content: "\f610"; }

.fa-sink::before {
  content: "\e06d"; }

.fa-bag-shopping::before {
  content: "\f290"; }

.fa-shopping-bag::before {
  content: "\f290"; }

.fa-arrow-down-z-a::before {
  content: "\f881"; }

.fa-sort-alpha-desc::before {
  content: "\f881"; }

.fa-sort-alpha-down-alt::before {
  content: "\f881"; }

.fa-mitten::before {
  content: "\f7b5"; }

.fa-person-rays::before {
  content: "\e54d"; }

.fa-users::before {
  content: "\f0c0"; }

.fa-eye-slash::before {
  content: "\f070"; }

.fa-flask-vial::before {
  content: "\e4f3"; }

.fa-hand::before {
  content: "\f256"; }

.fa-hand-paper::before {
  content: "\f256"; }

.fa-om::before {
  content: "\f679"; }

.fa-worm::before {
  content: "\e599"; }

.fa-house-circle-xmark::before {
  content: "\e50b"; }

.fa-plug::before {
  content: "\f1e6"; }

.fa-chevron-up::before {
  content: "\f077"; }

.fa-hand-spock::before {
  content: "\f259"; }

.fa-stopwatch::before {
  content: "\f2f2"; }

.fa-face-kiss::before {
  content: "\f596"; }

.fa-kiss::before {
  content: "\f596"; }

.fa-bridge-circle-xmark::before {
  content: "\e4cb"; }

.fa-face-grin-tongue::before {
  content: "\f589"; }

.fa-grin-tongue::before {
  content: "\f589"; }

.fa-chess-bishop::before {
  content: "\f43a"; }

.fa-face-grin-wink::before {
  content: "\f58c"; }

.fa-grin-wink::before {
  content: "\f58c"; }

.fa-ear-deaf::before {
  content: "\f2a4"; }

.fa-deaf::before {
  content: "\f2a4"; }

.fa-deafness::before {
  content: "\f2a4"; }

.fa-hard-of-hearing::before {
  content: "\f2a4"; }

.fa-road-circle-check::before {
  content: "\e564"; }

.fa-dice-five::before {
  content: "\f523"; }

.fa-square-rss::before {
  content: "\f143"; }

.fa-rss-square::before {
  content: "\f143"; }

.fa-land-mine-on::before {
  content: "\e51b"; }

.fa-i-cursor::before {
  content: "\f246"; }

.fa-stamp::before {
  content: "\f5bf"; }

.fa-stairs::before {
  content: "\e289"; }

.fa-i::before {
  content: "\49"; }

.fa-hryvnia-sign::before {
  content: "\f6f2"; }

.fa-hryvnia::before {
  content: "\f6f2"; }

.fa-pills::before {
  content: "\f484"; }

.fa-face-grin-wide::before {
  content: "\f581"; }

.fa-grin-alt::before {
  content: "\f581"; }

.fa-tooth::before {
  content: "\f5c9"; }

.fa-v::before {
  content: "\56"; }

.fa-bangladeshi-taka-sign::before {
  content: "\e2e6"; }

.fa-bicycle::before {
  content: "\f206"; }

.fa-staff-snake::before {
  content: "\e579"; }

.fa-rod-asclepius::before {
  content: "\e579"; }

.fa-rod-snake::before {
  content: "\e579"; }

.fa-staff-aesculapius::before {
  content: "\e579"; }

.fa-head-side-cough-slash::before {
  content: "\e062"; }

.fa-truck-medical::before {
  content: "\f0f9"; }

.fa-ambulance::before {
  content: "\f0f9"; }

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598"; }

.fa-snowman::before {
  content: "\f7d0"; }

.fa-mortar-pestle::before {
  content: "\f5a7"; }

.fa-road-barrier::before {
  content: "\e562"; }

.fa-school::before {
  content: "\f549"; }

.fa-igloo::before {
  content: "\f7ae"; }

.fa-joint::before {
  content: "\f595"; }

.fa-angle-right::before {
  content: "\f105"; }

.fa-horse::before {
  content: "\f6f0"; }

.fa-q::before {
  content: "\51"; }

.fa-g::before {
  content: "\47"; }

.fa-notes-medical::before {
  content: "\f481"; }

.fa-temperature-half::before {
  content: "\f2c9"; }

.fa-temperature-2::before {
  content: "\f2c9"; }

.fa-thermometer-2::before {
  content: "\f2c9"; }

.fa-thermometer-half::before {
  content: "\f2c9"; }

.fa-dong-sign::before {
  content: "\e169"; }

.fa-capsules::before {
  content: "\f46b"; }

.fa-poo-storm::before {
  content: "\f75a"; }

.fa-poo-bolt::before {
  content: "\f75a"; }

.fa-face-frown-open::before {
  content: "\f57a"; }

.fa-frown-open::before {
  content: "\f57a"; }

.fa-hand-point-up::before {
  content: "\f0a6"; }

.fa-money-bill::before {
  content: "\f0d6"; }

.fa-bookmark::before {
  content: "\f02e"; }

.fa-align-justify::before {
  content: "\f039"; }

.fa-umbrella-beach::before {
  content: "\f5ca"; }

.fa-helmet-un::before {
  content: "\e503"; }

.fa-bullseye::before {
  content: "\f140"; }

.fa-bacon::before {
  content: "\f7e5"; }

.fa-hand-point-down::before {
  content: "\f0a7"; }

.fa-arrow-up-from-bracket::before {
  content: "\e09a"; }

.fa-folder::before {
  content: "\f07b"; }

.fa-folder-blank::before {
  content: "\f07b"; }

.fa-file-waveform::before {
  content: "\f478"; }

.fa-file-medical-alt::before {
  content: "\f478"; }

.fa-radiation::before {
  content: "\f7b9"; }

.fa-chart-simple::before {
  content: "\e473"; }

.fa-mars-stroke::before {
  content: "\f229"; }

.fa-vial::before {
  content: "\f492"; }

.fa-gauge::before {
  content: "\f624"; }

.fa-dashboard::before {
  content: "\f624"; }

.fa-gauge-med::before {
  content: "\f624"; }

.fa-tachometer-alt-average::before {
  content: "\f624"; }

.fa-wand-magic-sparkles::before {
  content: "\e2ca"; }

.fa-magic-wand-sparkles::before {
  content: "\e2ca"; }

.fa-e::before {
  content: "\45"; }

.fa-pen-clip::before {
  content: "\f305"; }

.fa-pen-alt::before {
  content: "\f305"; }

.fa-bridge-circle-exclamation::before {
  content: "\e4ca"; }

.fa-user::before {
  content: "\f007"; }

.fa-school-circle-check::before {
  content: "\e56b"; }

.fa-dumpster::before {
  content: "\f793"; }

.fa-van-shuttle::before {
  content: "\f5b6"; }

.fa-shuttle-van::before {
  content: "\f5b6"; }

.fa-building-user::before {
  content: "\e4da"; }

.fa-square-caret-left::before {
  content: "\f191"; }

.fa-caret-square-left::before {
  content: "\f191"; }

.fa-highlighter::before {
  content: "\f591"; }

.fa-key::before {
  content: "\f084"; }

.fa-bullhorn::before {
  content: "\f0a1"; }

.fa-globe::before {
  content: "\f0ac"; }

.fa-synagogue::before {
  content: "\f69b"; }

.fa-person-half-dress::before {
  content: "\e548"; }

.fa-road-bridge::before {
  content: "\e563"; }

.fa-location-arrow::before {
  content: "\f124"; }

.fa-c::before {
  content: "\43"; }

.fa-tablet-button::before {
  content: "\f10a"; }

.fa-building-lock::before {
  content: "\e4d6"; }

.fa-pizza-slice::before {
  content: "\f818"; }

.fa-money-bill-wave::before {
  content: "\f53a"; }

.fa-chart-area::before {
  content: "\f1fe"; }

.fa-area-chart::before {
  content: "\f1fe"; }

.fa-house-flag::before {
  content: "\e50d"; }

.fa-person-circle-minus::before {
  content: "\e540"; }

.fa-ban::before {
  content: "\f05e"; }

.fa-cancel::before {
  content: "\f05e"; }

.fa-camera-rotate::before {
  content: "\e0d8"; }

.fa-spray-can-sparkles::before {
  content: "\f5d0"; }

.fa-air-freshener::before {
  content: "\f5d0"; }

.fa-star::before {
  content: "\f005"; }

.fa-repeat::before {
  content: "\f363"; }

.fa-cross::before {
  content: "\f654"; }

.fa-box::before {
  content: "\f466"; }

.fa-venus-mars::before {
  content: "\f228"; }

.fa-arrow-pointer::before {
  content: "\f245"; }

.fa-mouse-pointer::before {
  content: "\f245"; }

.fa-maximize::before {
  content: "\f31e"; }

.fa-expand-arrows-alt::before {
  content: "\f31e"; }

.fa-charging-station::before {
  content: "\f5e7"; }

.fa-shapes::before {
  content: "\f61f"; }

.fa-triangle-circle-square::before {
  content: "\f61f"; }

.fa-shuffle::before {
  content: "\f074"; }

.fa-random::before {
  content: "\f074"; }

.fa-person-running::before {
  content: "\f70c"; }

.fa-running::before {
  content: "\f70c"; }

.fa-mobile-retro::before {
  content: "\e527"; }

.fa-grip-lines-vertical::before {
  content: "\f7a5"; }

.fa-spider::before {
  content: "\f717"; }

.fa-hands-bound::before {
  content: "\e4f9"; }

.fa-file-invoice-dollar::before {
  content: "\f571"; }

.fa-plane-circle-exclamation::before {
  content: "\e556"; }

.fa-x-ray::before {
  content: "\f497"; }

.fa-spell-check::before {
  content: "\f891"; }

.fa-slash::before {
  content: "\f715"; }

.fa-computer-mouse::before {
  content: "\f8cc"; }

.fa-mouse::before {
  content: "\f8cc"; }

.fa-arrow-right-to-bracket::before {
  content: "\f090"; }

.fa-sign-in::before {
  content: "\f090"; }

.fa-shop-slash::before {
  content: "\e070"; }

.fa-store-alt-slash::before {
  content: "\e070"; }

.fa-server::before {
  content: "\f233"; }

.fa-virus-covid-slash::before {
  content: "\e4a9"; }

.fa-shop-lock::before {
  content: "\e4a5"; }

.fa-hourglass-start::before {
  content: "\f251"; }

.fa-hourglass-1::before {
  content: "\f251"; }

.fa-blender-phone::before {
  content: "\f6b6"; }

.fa-building-wheat::before {
  content: "\e4db"; }

.fa-person-breastfeeding::before {
  content: "\e53a"; }

.fa-right-to-bracket::before {
  content: "\f2f6"; }

.fa-sign-in-alt::before {
  content: "\f2f6"; }

.fa-venus::before {
  content: "\f221"; }

.fa-passport::before {
  content: "\f5ab"; }

.fa-heart-pulse::before {
  content: "\f21e"; }

.fa-heartbeat::before {
  content: "\f21e"; }

.fa-people-carry-box::before {
  content: "\f4ce"; }

.fa-people-carry::before {
  content: "\f4ce"; }

.fa-temperature-high::before {
  content: "\f769"; }

.fa-microchip::before {
  content: "\f2db"; }

.fa-crown::before {
  content: "\f521"; }

.fa-weight-hanging::before {
  content: "\f5cd"; }

.fa-xmarks-lines::before {
  content: "\e59a"; }

.fa-file-prescription::before {
  content: "\f572"; }

.fa-weight-scale::before {
  content: "\f496"; }

.fa-weight::before {
  content: "\f496"; }

.fa-user-group::before {
  content: "\f500"; }

.fa-user-friends::before {
  content: "\f500"; }

.fa-arrow-up-a-z::before {
  content: "\f15e"; }

.fa-sort-alpha-up::before {
  content: "\f15e"; }

.fa-chess-knight::before {
  content: "\f441"; }

.fa-face-laugh-squint::before {
  content: "\f59b"; }

.fa-laugh-squint::before {
  content: "\f59b"; }

.fa-wheelchair::before {
  content: "\f193"; }

.fa-circle-arrow-up::before {
  content: "\f0aa"; }

.fa-arrow-circle-up::before {
  content: "\f0aa"; }

.fa-toggle-on::before {
  content: "\f205"; }

.fa-person-walking::before {
  content: "\f554"; }

.fa-walking::before {
  content: "\f554"; }

.fa-l::before {
  content: "\4c"; }

.fa-fire::before {
  content: "\f06d"; }

.fa-bed-pulse::before {
  content: "\f487"; }

.fa-procedures::before {
  content: "\f487"; }

.fa-shuttle-space::before {
  content: "\f197"; }

.fa-space-shuttle::before {
  content: "\f197"; }

.fa-face-laugh::before {
  content: "\f599"; }

.fa-laugh::before {
  content: "\f599"; }

.fa-folder-open::before {
  content: "\f07c"; }

.fa-heart-circle-plus::before {
  content: "\e500"; }

.fa-code-fork::before {
  content: "\e13b"; }

.fa-city::before {
  content: "\f64f"; }

.fa-microphone-lines::before {
  content: "\f3c9"; }

.fa-microphone-alt::before {
  content: "\f3c9"; }

.fa-pepper-hot::before {
  content: "\f816"; }

.fa-unlock::before {
  content: "\f09c"; }

.fa-colon-sign::before {
  content: "\e140"; }

.fa-headset::before {
  content: "\f590"; }

.fa-store-slash::before {
  content: "\e071"; }

.fa-road-circle-xmark::before {
  content: "\e566"; }

.fa-user-minus::before {
  content: "\f503"; }

.fa-mars-stroke-up::before {
  content: "\f22a"; }

.fa-mars-stroke-v::before {
  content: "\f22a"; }

.fa-champagne-glasses::before {
  content: "\f79f"; }

.fa-glass-cheers::before {
  content: "\f79f"; }

.fa-clipboard::before {
  content: "\f328"; }

.fa-house-circle-exclamation::before {
  content: "\e50a"; }

.fa-file-arrow-up::before {
  content: "\f574"; }

.fa-file-upload::before {
  content: "\f574"; }

.fa-wifi::before {
  content: "\f1eb"; }

.fa-wifi-3::before {
  content: "\f1eb"; }

.fa-wifi-strong::before {
  content: "\f1eb"; }

.fa-bath::before {
  content: "\f2cd"; }

.fa-bathtub::before {
  content: "\f2cd"; }

.fa-underline::before {
  content: "\f0cd"; }

.fa-user-pen::before {
  content: "\f4ff"; }

.fa-user-edit::before {
  content: "\f4ff"; }

.fa-signature::before {
  content: "\f5b7"; }

.fa-stroopwafel::before {
  content: "\f551"; }

.fa-bold::before {
  content: "\f032"; }

.fa-anchor-lock::before {
  content: "\e4ad"; }

.fa-building-ngo::before {
  content: "\e4d7"; }

.fa-manat-sign::before {
  content: "\e1d5"; }

.fa-not-equal::before {
  content: "\f53e"; }

.fa-border-top-left::before {
  content: "\f853"; }

.fa-border-style::before {
  content: "\f853"; }

.fa-map-location-dot::before {
  content: "\f5a0"; }

.fa-map-marked-alt::before {
  content: "\f5a0"; }

.fa-jedi::before {
  content: "\f669"; }

.fa-square-poll-vertical::before {
  content: "\f681"; }

.fa-poll::before {
  content: "\f681"; }

.fa-mug-hot::before {
  content: "\f7b6"; }

.fa-car-battery::before {
  content: "\f5df"; }

.fa-battery-car::before {
  content: "\f5df"; }

.fa-gift::before {
  content: "\f06b"; }

.fa-dice-two::before {
  content: "\f528"; }

.fa-chess-queen::before {
  content: "\f445"; }

.fa-glasses::before {
  content: "\f530"; }

.fa-chess-board::before {
  content: "\f43c"; }

.fa-building-circle-check::before {
  content: "\e4d2"; }

.fa-person-chalkboard::before {
  content: "\e53d"; }

.fa-mars-stroke-right::before {
  content: "\f22b"; }

.fa-mars-stroke-h::before {
  content: "\f22b"; }

.fa-hand-back-fist::before {
  content: "\f255"; }

.fa-hand-rock::before {
  content: "\f255"; }

.fa-square-caret-up::before {
  content: "\f151"; }

.fa-caret-square-up::before {
  content: "\f151"; }

.fa-cloud-showers-water::before {
  content: "\e4e4"; }

.fa-chart-bar::before {
  content: "\f080"; }

.fa-bar-chart::before {
  content: "\f080"; }

.fa-hands-bubbles::before {
  content: "\e05e"; }

.fa-hands-wash::before {
  content: "\e05e"; }

.fa-less-than-equal::before {
  content: "\f537"; }

.fa-train::before {
  content: "\f238"; }

.fa-eye-low-vision::before {
  content: "\f2a8"; }

.fa-low-vision::before {
  content: "\f2a8"; }

.fa-crow::before {
  content: "\f520"; }

.fa-sailboat::before {
  content: "\e445"; }

.fa-window-restore::before {
  content: "\f2d2"; }

.fa-square-plus::before {
  content: "\f0fe"; }

.fa-plus-square::before {
  content: "\f0fe"; }

.fa-torii-gate::before {
  content: "\f6a1"; }

.fa-frog::before {
  content: "\f52e"; }

.fa-bucket::before {
  content: "\e4cf"; }

.fa-image::before {
  content: "\f03e"; }

.fa-microphone::before {
  content: "\f130"; }

.fa-cow::before {
  content: "\f6c8"; }

.fa-caret-up::before {
  content: "\f0d8"; }

.fa-screwdriver::before {
  content: "\f54a"; }

.fa-folder-closed::before {
  content: "\e185"; }

.fa-house-tsunami::before {
  content: "\e515"; }

.fa-square-nfi::before {
  content: "\e576"; }

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5"; }

.fa-martini-glass::before {
  content: "\f57b"; }

.fa-glass-martini-alt::before {
  content: "\f57b"; }

.fa-rotate-left::before {
  content: "\f2ea"; }

.fa-rotate-back::before {
  content: "\f2ea"; }

.fa-rotate-backward::before {
  content: "\f2ea"; }

.fa-undo-alt::before {
  content: "\f2ea"; }

.fa-table-columns::before {
  content: "\f0db"; }

.fa-columns::before {
  content: "\f0db"; }

.fa-lemon::before {
  content: "\f094"; }

.fa-head-side-mask::before {
  content: "\e063"; }

.fa-handshake::before {
  content: "\f2b5"; }

.fa-gem::before {
  content: "\f3a5"; }

.fa-dolly::before {
  content: "\f472"; }

.fa-dolly-box::before {
  content: "\f472"; }

.fa-smoking::before {
  content: "\f48d"; }

.fa-minimize::before {
  content: "\f78c"; }

.fa-compress-arrows-alt::before {
  content: "\f78c"; }

.fa-monument::before {
  content: "\f5a6"; }

.fa-snowplow::before {
  content: "\f7d2"; }

.fa-angles-right::before {
  content: "\f101"; }

.fa-angle-double-right::before {
  content: "\f101"; }

.fa-cannabis::before {
  content: "\f55f"; }

.fa-circle-play::before {
  content: "\f144"; }

.fa-play-circle::before {
  content: "\f144"; }

.fa-tablets::before {
  content: "\f490"; }

.fa-ethernet::before {
  content: "\f796"; }

.fa-euro-sign::before {
  content: "\f153"; }

.fa-eur::before {
  content: "\f153"; }

.fa-euro::before {
  content: "\f153"; }

.fa-chair::before {
  content: "\f6c0"; }

.fa-circle-check::before {
  content: "\f058"; }

.fa-check-circle::before {
  content: "\f058"; }

.fa-circle-stop::before {
  content: "\f28d"; }

.fa-stop-circle::before {
  content: "\f28d"; }

.fa-compass-drafting::before {
  content: "\f568"; }

.fa-drafting-compass::before {
  content: "\f568"; }

.fa-plate-wheat::before {
  content: "\e55a"; }

.fa-icicles::before {
  content: "\f7ad"; }

.fa-person-shelter::before {
  content: "\e54f"; }

.fa-neuter::before {
  content: "\f22c"; }

.fa-id-badge::before {
  content: "\f2c1"; }

.fa-marker::before {
  content: "\f5a1"; }

.fa-face-laugh-beam::before {
  content: "\f59a"; }

.fa-laugh-beam::before {
  content: "\f59a"; }

.fa-helicopter-symbol::before {
  content: "\e502"; }

.fa-universal-access::before {
  content: "\f29a"; }

.fa-circle-chevron-up::before {
  content: "\f139"; }

.fa-chevron-circle-up::before {
  content: "\f139"; }

.fa-lari-sign::before {
  content: "\e1c8"; }

.fa-volcano::before {
  content: "\f770"; }

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553"; }

.fa-sterling-sign::before {
  content: "\f154"; }

.fa-gbp::before {
  content: "\f154"; }

.fa-pound-sign::before {
  content: "\f154"; }

.fa-viruses::before {
  content: "\e076"; }

.fa-square-person-confined::before {
  content: "\e577"; }

.fa-user-tie::before {
  content: "\f508"; }

.fa-arrow-down-long::before {
  content: "\f175"; }

.fa-long-arrow-down::before {
  content: "\f175"; }

.fa-tent-arrow-down-to-line::before {
  content: "\e57e"; }

.fa-certificate::before {
  content: "\f0a3"; }

.fa-reply-all::before {
  content: "\f122"; }

.fa-mail-reply-all::before {
  content: "\f122"; }

.fa-suitcase::before {
  content: "\f0f2"; }

.fa-person-skating::before {
  content: "\f7c5"; }

.fa-skating::before {
  content: "\f7c5"; }

.fa-filter-circle-dollar::before {
  content: "\f662"; }

.fa-funnel-dollar::before {
  content: "\f662"; }

.fa-camera-retro::before {
  content: "\f083"; }

.fa-circle-arrow-down::before {
  content: "\f0ab"; }

.fa-arrow-circle-down::before {
  content: "\f0ab"; }

.fa-file-import::before {
  content: "\f56f"; }

.fa-arrow-right-to-file::before {
  content: "\f56f"; }

.fa-square-arrow-up-right::before {
  content: "\f14c"; }

.fa-external-link-square::before {
  content: "\f14c"; }

.fa-box-open::before {
  content: "\f49e"; }

.fa-scroll::before {
  content: "\f70e"; }

.fa-spa::before {
  content: "\f5bb"; }

.fa-location-pin-lock::before {
  content: "\e51f"; }

.fa-pause::before {
  content: "\f04c"; }

.fa-hill-avalanche::before {
  content: "\e507"; }

.fa-temperature-empty::before {
  content: "\f2cb"; }

.fa-temperature-0::before {
  content: "\f2cb"; }

.fa-thermometer-0::before {
  content: "\f2cb"; }

.fa-thermometer-empty::before {
  content: "\f2cb"; }

.fa-bomb::before {
  content: "\f1e2"; }

.fa-registered::before {
  content: "\f25d"; }

.fa-address-card::before {
  content: "\f2bb"; }

.fa-contact-card::before {
  content: "\f2bb"; }

.fa-vcard::before {
  content: "\f2bb"; }

.fa-scale-unbalanced-flip::before {
  content: "\f516"; }

.fa-balance-scale-right::before {
  content: "\f516"; }

.fa-subscript::before {
  content: "\f12c"; }

.fa-diamond-turn-right::before {
  content: "\f5eb"; }

.fa-directions::before {
  content: "\f5eb"; }

.fa-burst::before {
  content: "\e4dc"; }

.fa-house-laptop::before {
  content: "\e066"; }

.fa-laptop-house::before {
  content: "\e066"; }

.fa-face-tired::before {
  content: "\f5c8"; }

.fa-tired::before {
  content: "\f5c8"; }

.fa-money-bills::before {
  content: "\e1f3"; }

.fa-smog::before {
  content: "\f75f"; }

.fa-crutch::before {
  content: "\f7f7"; }

.fa-cloud-arrow-up::before {
  content: "\f0ee"; }

.fa-cloud-upload::before {
  content: "\f0ee"; }

.fa-cloud-upload-alt::before {
  content: "\f0ee"; }

.fa-palette::before {
  content: "\f53f"; }

.fa-arrows-turn-right::before {
  content: "\e4c0"; }

.fa-vest::before {
  content: "\e085"; }

.fa-ferry::before {
  content: "\e4ea"; }

.fa-arrows-down-to-people::before {
  content: "\e4b9"; }

.fa-seedling::before {
  content: "\f4d8"; }

.fa-sprout::before {
  content: "\f4d8"; }

.fa-left-right::before {
  content: "\f337"; }

.fa-arrows-alt-h::before {
  content: "\f337"; }

.fa-boxes-packing::before {
  content: "\e4c7"; }

.fa-circle-arrow-left::before {
  content: "\f0a8"; }

.fa-arrow-circle-left::before {
  content: "\f0a8"; }

.fa-group-arrows-rotate::before {
  content: "\e4f6"; }

.fa-bowl-food::before {
  content: "\e4c6"; }

.fa-candy-cane::before {
  content: "\f786"; }

.fa-arrow-down-wide-short::before {
  content: "\f160"; }

.fa-sort-amount-asc::before {
  content: "\f160"; }

.fa-sort-amount-down::before {
  content: "\f160"; }

.fa-cloud-bolt::before {
  content: "\f76c"; }

.fa-thunderstorm::before {
  content: "\f76c"; }

.fa-text-slash::before {
  content: "\f87d"; }

.fa-remove-format::before {
  content: "\f87d"; }

.fa-face-smile-wink::before {
  content: "\f4da"; }

.fa-smile-wink::before {
  content: "\f4da"; }

.fa-file-word::before {
  content: "\f1c2"; }

.fa-file-powerpoint::before {
  content: "\f1c4"; }

.fa-arrows-left-right::before {
  content: "\f07e"; }

.fa-arrows-h::before {
  content: "\f07e"; }

.fa-house-lock::before {
  content: "\e510"; }

.fa-cloud-arrow-down::before {
  content: "\f0ed"; }

.fa-cloud-download::before {
  content: "\f0ed"; }

.fa-cloud-download-alt::before {
  content: "\f0ed"; }

.fa-children::before {
  content: "\e4e1"; }

.fa-chalkboard::before {
  content: "\f51b"; }

.fa-blackboard::before {
  content: "\f51b"; }

.fa-user-large-slash::before {
  content: "\f4fa"; }

.fa-user-alt-slash::before {
  content: "\f4fa"; }

.fa-envelope-open::before {
  content: "\f2b6"; }

.fa-handshake-simple-slash::before {
  content: "\e05f"; }

.fa-handshake-alt-slash::before {
  content: "\e05f"; }

.fa-mattress-pillow::before {
  content: "\e525"; }

.fa-guarani-sign::before {
  content: "\e19a"; }

.fa-arrows-rotate::before {
  content: "\f021"; }

.fa-refresh::before {
  content: "\f021"; }

.fa-sync::before {
  content: "\f021"; }

.fa-fire-extinguisher::before {
  content: "\f134"; }

.fa-cruzeiro-sign::before {
  content: "\e152"; }

.fa-greater-than-equal::before {
  content: "\f532"; }

.fa-shield-halved::before {
  content: "\f3ed"; }

.fa-shield-alt::before {
  content: "\f3ed"; }

.fa-book-atlas::before {
  content: "\f558"; }

.fa-atlas::before {
  content: "\f558"; }

.fa-virus::before {
  content: "\e074"; }

.fa-envelope-circle-check::before {
  content: "\e4e8"; }

.fa-layer-group::before {
  content: "\f5fd"; }

.fa-arrows-to-dot::before {
  content: "\e4be"; }

.fa-archway::before {
  content: "\f557"; }

.fa-heart-circle-check::before {
  content: "\e4fd"; }

.fa-house-chimney-crack::before {
  content: "\f6f1"; }

.fa-house-damage::before {
  content: "\f6f1"; }

.fa-file-zipper::before {
  content: "\f1c6"; }

.fa-file-archive::before {
  content: "\f1c6"; }

.fa-square::before {
  content: "\f0c8"; }

.fa-martini-glass-empty::before {
  content: "\f000"; }

.fa-glass-martini::before {
  content: "\f000"; }

.fa-couch::before {
  content: "\f4b8"; }

.fa-cedi-sign::before {
  content: "\e0df"; }

.fa-italic::before {
  content: "\f033"; }

.fa-church::before {
  content: "\f51d"; }

.fa-comments-dollar::before {
  content: "\f653"; }

.fa-democrat::before {
  content: "\f747"; }

.fa-z::before {
  content: "\5a"; }

.fa-person-skiing::before {
  content: "\f7c9"; }

.fa-skiing::before {
  content: "\f7c9"; }

.fa-road-lock::before {
  content: "\e567"; }

.fa-a::before {
  content: "\41"; }

.fa-temperature-arrow-down::before {
  content: "\e03f"; }

.fa-temperature-down::before {
  content: "\e03f"; }

.fa-feather-pointed::before {
  content: "\f56b"; }

.fa-feather-alt::before {
  content: "\f56b"; }

.fa-p::before {
  content: "\50"; }

.fa-snowflake::before {
  content: "\f2dc"; }

.fa-newspaper::before {
  content: "\f1ea"; }

.fa-rectangle-ad::before {
  content: "\f641"; }

.fa-ad::before {
  content: "\f641"; }

.fa-circle-arrow-right::before {
  content: "\f0a9"; }

.fa-arrow-circle-right::before {
  content: "\f0a9"; }

.fa-filter-circle-xmark::before {
  content: "\e17b"; }

.fa-locust::before {
  content: "\e520"; }

.fa-sort::before {
  content: "\f0dc"; }

.fa-unsorted::before {
  content: "\f0dc"; }

.fa-list-ol::before {
  content: "\f0cb"; }

.fa-list-1-2::before {
  content: "\f0cb"; }

.fa-list-numeric::before {
  content: "\f0cb"; }

.fa-person-dress-burst::before {
  content: "\e544"; }

.fa-money-check-dollar::before {
  content: "\f53d"; }

.fa-money-check-alt::before {
  content: "\f53d"; }

.fa-vector-square::before {
  content: "\f5cb"; }

.fa-bread-slice::before {
  content: "\f7ec"; }

.fa-language::before {
  content: "\f1ab"; }

.fa-face-kiss-wink-heart::before {
  content: "\f598"; }

.fa-kiss-wink-heart::before {
  content: "\f598"; }

.fa-filter::before {
  content: "\f0b0"; }

.fa-question::before {
  content: "\3f"; }

.fa-file-signature::before {
  content: "\f573"; }

.fa-up-down-left-right::before {
  content: "\f0b2"; }

.fa-arrows-alt::before {
  content: "\f0b2"; }

.fa-house-chimney-user::before {
  content: "\e065"; }

.fa-hand-holding-heart::before {
  content: "\f4be"; }

.fa-puzzle-piece::before {
  content: "\f12e"; }

.fa-money-check::before {
  content: "\f53c"; }

.fa-star-half-stroke::before {
  content: "\f5c0"; }

.fa-star-half-alt::before {
  content: "\f5c0"; }

.fa-code::before {
  content: "\f121"; }

.fa-whiskey-glass::before {
  content: "\f7a0"; }

.fa-glass-whiskey::before {
  content: "\f7a0"; }

.fa-building-circle-exclamation::before {
  content: "\e4d3"; }

.fa-magnifying-glass-chart::before {
  content: "\e522"; }

.fa-arrow-up-right-from-square::before {
  content: "\f08e"; }

.fa-external-link::before {
  content: "\f08e"; }

.fa-cubes-stacked::before {
  content: "\e4e6"; }

.fa-won-sign::before {
  content: "\f159"; }

.fa-krw::before {
  content: "\f159"; }

.fa-won::before {
  content: "\f159"; }

.fa-virus-covid::before {
  content: "\e4a8"; }

.fa-austral-sign::before {
  content: "\e0a9"; }

.fa-f::before {
  content: "\46"; }

.fa-leaf::before {
  content: "\f06c"; }

.fa-road::before {
  content: "\f018"; }

.fa-taxi::before {
  content: "\f1ba"; }

.fa-cab::before {
  content: "\f1ba"; }

.fa-person-circle-plus::before {
  content: "\e541"; }

.fa-chart-pie::before {
  content: "\f200"; }

.fa-pie-chart::before {
  content: "\f200"; }

.fa-bolt-lightning::before {
  content: "\e0b7"; }

.fa-sack-xmark::before {
  content: "\e56a"; }

.fa-file-excel::before {
  content: "\f1c3"; }

.fa-file-contract::before {
  content: "\f56c"; }

.fa-fish-fins::before {
  content: "\e4f2"; }

.fa-building-flag::before {
  content: "\e4d5"; }

.fa-face-grin-beam::before {
  content: "\f582"; }

.fa-grin-beam::before {
  content: "\f582"; }

.fa-object-ungroup::before {
  content: "\f248"; }

.fa-poop::before {
  content: "\f619"; }

.fa-location-pin::before {
  content: "\f041"; }

.fa-map-marker::before {
  content: "\f041"; }

.fa-kaaba::before {
  content: "\f66b"; }

.fa-toilet-paper::before {
  content: "\f71e"; }

.fa-helmet-safety::before {
  content: "\f807"; }

.fa-hard-hat::before {
  content: "\f807"; }

.fa-hat-hard::before {
  content: "\f807"; }

.fa-eject::before {
  content: "\f052"; }

.fa-circle-right::before {
  content: "\f35a"; }

.fa-arrow-alt-circle-right::before {
  content: "\f35a"; }

.fa-plane-circle-check::before {
  content: "\e555"; }

.fa-face-rolling-eyes::before {
  content: "\f5a5"; }

.fa-meh-rolling-eyes::before {
  content: "\f5a5"; }

.fa-object-group::before {
  content: "\f247"; }

.fa-chart-line::before {
  content: "\f201"; }

.fa-line-chart::before {
  content: "\f201"; }

.fa-mask-ventilator::before {
  content: "\e524"; }

.fa-arrow-right::before {
  content: "\f061"; }

.fa-signs-post::before {
  content: "\f277"; }

.fa-map-signs::before {
  content: "\f277"; }

.fa-cash-register::before {
  content: "\f788"; }

.fa-person-circle-question::before {
  content: "\e542"; }

.fa-h::before {
  content: "\48"; }

.fa-tarp::before {
  content: "\e57b"; }

.fa-screwdriver-wrench::before {
  content: "\f7d9"; }

.fa-tools::before {
  content: "\f7d9"; }

.fa-arrows-to-eye::before {
  content: "\e4bf"; }

.fa-plug-circle-bolt::before {
  content: "\e55b"; }

.fa-heart::before {
  content: "\f004"; }

.fa-mars-and-venus::before {
  content: "\f224"; }

.fa-house-user::before {
  content: "\e1b0"; }

.fa-home-user::before {
  content: "\e1b0"; }

.fa-dumpster-fire::before {
  content: "\f794"; }

.fa-house-crack::before {
  content: "\e3b1"; }

.fa-martini-glass-citrus::before {
  content: "\f561"; }

.fa-cocktail::before {
  content: "\f561"; }

.fa-face-surprise::before {
  content: "\f5c2"; }

.fa-surprise::before {
  content: "\f5c2"; }

.fa-bottle-water::before {
  content: "\e4c5"; }

.fa-circle-pause::before {
  content: "\f28b"; }

.fa-pause-circle::before {
  content: "\f28b"; }

.fa-toilet-paper-slash::before {
  content: "\e072"; }

.fa-apple-whole::before {
  content: "\f5d1"; }

.fa-apple-alt::before {
  content: "\f5d1"; }

.fa-kitchen-set::before {
  content: "\e51a"; }

.fa-r::before {
  content: "\52"; }

.fa-temperature-quarter::before {
  content: "\f2ca"; }

.fa-temperature-1::before {
  content: "\f2ca"; }

.fa-thermometer-1::before {
  content: "\f2ca"; }

.fa-thermometer-quarter::before {
  content: "\f2ca"; }

.fa-cube::before {
  content: "\f1b2"; }

.fa-bitcoin-sign::before {
  content: "\e0b4"; }

.fa-shield-dog::before {
  content: "\e573"; }

.fa-solar-panel::before {
  content: "\f5ba"; }

.fa-lock-open::before {
  content: "\f3c1"; }

.fa-elevator::before {
  content: "\e16d"; }

.fa-money-bill-transfer::before {
  content: "\e528"; }

.fa-money-bill-trend-up::before {
  content: "\e529"; }

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f"; }

.fa-square-poll-horizontal::before {
  content: "\f682"; }

.fa-poll-h::before {
  content: "\f682"; }

.fa-circle::before {
  content: "\f111"; }

.fa-backward-fast::before {
  content: "\f049"; }

.fa-fast-backward::before {
  content: "\f049"; }

.fa-recycle::before {
  content: "\f1b8"; }

.fa-user-astronaut::before {
  content: "\f4fb"; }

.fa-plane-slash::before {
  content: "\e069"; }

.fa-trademark::before {
  content: "\f25c"; }

.fa-basketball::before {
  content: "\f434"; }

.fa-basketball-ball::before {
  content: "\f434"; }

.fa-satellite-dish::before {
  content: "\f7c0"; }

.fa-circle-up::before {
  content: "\f35b"; }

.fa-arrow-alt-circle-up::before {
  content: "\f35b"; }

.fa-mobile-screen-button::before {
  content: "\f3cd"; }

.fa-mobile-alt::before {
  content: "\f3cd"; }

.fa-volume-high::before {
  content: "\f028"; }

.fa-volume-up::before {
  content: "\f028"; }

.fa-users-rays::before {
  content: "\e593"; }

.fa-wallet::before {
  content: "\f555"; }

.fa-clipboard-check::before {
  content: "\f46c"; }

.fa-file-audio::before {
  content: "\f1c7"; }

.fa-burger::before {
  content: "\f805"; }

.fa-hamburger::before {
  content: "\f805"; }

.fa-wrench::before {
  content: "\f0ad"; }

.fa-bugs::before {
  content: "\e4d0"; }

.fa-rupee-sign::before {
  content: "\f156"; }

.fa-rupee::before {
  content: "\f156"; }

.fa-file-image::before {
  content: "\f1c5"; }

.fa-circle-question::before {
  content: "\f059"; }

.fa-question-circle::before {
  content: "\f059"; }

.fa-plane-departure::before {
  content: "\f5b0"; }

.fa-handshake-slash::before {
  content: "\e060"; }

.fa-book-bookmark::before {
  content: "\e0bb"; }

.fa-code-branch::before {
  content: "\f126"; }

.fa-hat-cowboy::before {
  content: "\f8c0"; }

.fa-bridge::before {
  content: "\e4c8"; }

.fa-phone-flip::before {
  content: "\f879"; }

.fa-phone-alt::before {
  content: "\f879"; }

.fa-truck-front::before {
  content: "\e2b7"; }

.fa-cat::before {
  content: "\f6be"; }

.fa-anchor-circle-exclamation::before {
  content: "\e4ab"; }

.fa-truck-field::before {
  content: "\e58d"; }

.fa-route::before {
  content: "\f4d7"; }

.fa-clipboard-question::before {
  content: "\e4e3"; }

.fa-panorama::before {
  content: "\e209"; }

.fa-comment-medical::before {
  content: "\f7f5"; }

.fa-teeth-open::before {
  content: "\f62f"; }

.fa-file-circle-minus::before {
  content: "\e4ed"; }

.fa-tags::before {
  content: "\f02c"; }

.fa-wine-glass::before {
  content: "\f4e3"; }

.fa-forward-fast::before {
  content: "\f050"; }

.fa-fast-forward::before {
  content: "\f050"; }

.fa-face-meh-blank::before {
  content: "\f5a4"; }

.fa-meh-blank::before {
  content: "\f5a4"; }

.fa-square-parking::before {
  content: "\f540"; }

.fa-parking::before {
  content: "\f540"; }

.fa-house-signal::before {
  content: "\e012"; }

.fa-bars-progress::before {
  content: "\f828"; }

.fa-tasks-alt::before {
  content: "\f828"; }

.fa-faucet-drip::before {
  content: "\e006"; }

.fa-cart-flatbed::before {
  content: "\f474"; }

.fa-dolly-flatbed::before {
  content: "\f474"; }

.fa-ban-smoking::before {
  content: "\f54d"; }

.fa-smoking-ban::before {
  content: "\f54d"; }

.fa-terminal::before {
  content: "\f120"; }

.fa-mobile-button::before {
  content: "\f10b"; }

.fa-house-medical-flag::before {
  content: "\e514"; }

.fa-basket-shopping::before {
  content: "\f291"; }

.fa-shopping-basket::before {
  content: "\f291"; }

.fa-tape::before {
  content: "\f4db"; }

.fa-bus-simple::before {
  content: "\f55e"; }

.fa-bus-alt::before {
  content: "\f55e"; }

.fa-eye::before {
  content: "\f06e"; }

.fa-face-sad-cry::before {
  content: "\f5b3"; }

.fa-sad-cry::before {
  content: "\f5b3"; }

.fa-audio-description::before {
  content: "\f29e"; }

.fa-person-military-to-person::before {
  content: "\e54c"; }

.fa-file-shield::before {
  content: "\e4f0"; }

.fa-user-slash::before {
  content: "\f506"; }

.fa-pen::before {
  content: "\f304"; }

.fa-tower-observation::before {
  content: "\e586"; }

.fa-file-code::before {
  content: "\f1c9"; }

.fa-signal::before {
  content: "\f012"; }

.fa-signal-5::before {
  content: "\f012"; }

.fa-signal-perfect::before {
  content: "\f012"; }

.fa-bus::before {
  content: "\f207"; }

.fa-heart-circle-xmark::before {
  content: "\e501"; }

.fa-house-chimney::before {
  content: "\e3af"; }

.fa-home-lg::before {
  content: "\e3af"; }

.fa-window-maximize::before {
  content: "\f2d0"; }

.fa-face-frown::before {
  content: "\f119"; }

.fa-frown::before {
  content: "\f119"; }

.fa-prescription::before {
  content: "\f5b1"; }

.fa-shop::before {
  content: "\f54f"; }

.fa-store-alt::before {
  content: "\f54f"; }

.fa-floppy-disk::before {
  content: "\f0c7"; }

.fa-save::before {
  content: "\f0c7"; }

.fa-vihara::before {
  content: "\f6a7"; }

.fa-scale-unbalanced::before {
  content: "\f515"; }

.fa-balance-scale-left::before {
  content: "\f515"; }

.fa-sort-up::before {
  content: "\f0de"; }

.fa-sort-asc::before {
  content: "\f0de"; }

.fa-comment-dots::before {
  content: "\f4ad"; }

.fa-commenting::before {
  content: "\f4ad"; }

.fa-plant-wilt::before {
  content: "\e5aa"; }

.fa-diamond::before {
  content: "\f219"; }

.fa-face-grin-squint::before {
  content: "\f585"; }

.fa-grin-squint::before {
  content: "\f585"; }

.fa-hand-holding-dollar::before {
  content: "\f4c0"; }

.fa-hand-holding-usd::before {
  content: "\f4c0"; }

.fa-bacterium::before {
  content: "\e05a"; }

.fa-hand-pointer::before {
  content: "\f25a"; }

.fa-drum-steelpan::before {
  content: "\f56a"; }

.fa-hand-scissors::before {
  content: "\f257"; }

.fa-hands-praying::before {
  content: "\f684"; }

.fa-praying-hands::before {
  content: "\f684"; }

.fa-arrow-rotate-right::before {
  content: "\f01e"; }

.fa-arrow-right-rotate::before {
  content: "\f01e"; }

.fa-arrow-rotate-forward::before {
  content: "\f01e"; }

.fa-redo::before {
  content: "\f01e"; }

.fa-biohazard::before {
  content: "\f780"; }

.fa-location-crosshairs::before {
  content: "\f601"; }

.fa-location::before {
  content: "\f601"; }

.fa-mars-double::before {
  content: "\f227"; }

.fa-child-dress::before {
  content: "\e59c"; }

.fa-users-between-lines::before {
  content: "\e591"; }

.fa-lungs-virus::before {
  content: "\e067"; }

.fa-face-grin-tears::before {
  content: "\f588"; }

.fa-grin-tears::before {
  content: "\f588"; }

.fa-phone::before {
  content: "\f095"; }

.fa-calendar-xmark::before {
  content: "\f273"; }

.fa-calendar-times::before {
  content: "\f273"; }

.fa-child-reaching::before {
  content: "\e59d"; }

.fa-head-side-virus::before {
  content: "\e064"; }

.fa-user-gear::before {
  content: "\f4fe"; }

.fa-user-cog::before {
  content: "\f4fe"; }

.fa-arrow-up-1-9::before {
  content: "\f163"; }

.fa-sort-numeric-up::before {
  content: "\f163"; }

.fa-door-closed::before {
  content: "\f52a"; }

.fa-shield-virus::before {
  content: "\e06c"; }

.fa-dice-six::before {
  content: "\f526"; }

.fa-mosquito-net::before {
  content: "\e52c"; }

.fa-bridge-water::before {
  content: "\e4ce"; }

.fa-person-booth::before {
  content: "\f756"; }

.fa-text-width::before {
  content: "\f035"; }

.fa-hat-wizard::before {
  content: "\f6e8"; }

.fa-pen-fancy::before {
  content: "\f5ac"; }

.fa-person-digging::before {
  content: "\f85e"; }

.fa-digging::before {
  content: "\f85e"; }

.fa-trash::before {
  content: "\f1f8"; }

.fa-gauge-simple::before {
  content: "\f629"; }

.fa-gauge-simple-med::before {
  content: "\f629"; }

.fa-tachometer-average::before {
  content: "\f629"; }

.fa-book-medical::before {
  content: "\f7e6"; }

.fa-poo::before {
  content: "\f2fe"; }

.fa-quote-right::before {
  content: "\f10e"; }

.fa-quote-right-alt::before {
  content: "\f10e"; }

.fa-shirt::before {
  content: "\f553"; }

.fa-t-shirt::before {
  content: "\f553"; }

.fa-tshirt::before {
  content: "\f553"; }

.fa-cubes::before {
  content: "\f1b3"; }

.fa-divide::before {
  content: "\f529"; }

.fa-tenge-sign::before {
  content: "\f7d7"; }

.fa-tenge::before {
  content: "\f7d7"; }

.fa-headphones::before {
  content: "\f025"; }

.fa-hands-holding::before {
  content: "\f4c2"; }

.fa-hands-clapping::before {
  content: "\e1a8"; }

.fa-republican::before {
  content: "\f75e"; }

.fa-arrow-left::before {
  content: "\f060"; }

.fa-person-circle-xmark::before {
  content: "\e543"; }

.fa-ruler::before {
  content: "\f545"; }

.fa-align-left::before {
  content: "\f036"; }

.fa-dice-d6::before {
  content: "\f6d1"; }

.fa-restroom::before {
  content: "\f7bd"; }

.fa-j::before {
  content: "\4a"; }

.fa-users-viewfinder::before {
  content: "\e595"; }

.fa-file-video::before {
  content: "\f1c8"; }

.fa-up-right-from-square::before {
  content: "\f35d"; }

.fa-external-link-alt::before {
  content: "\f35d"; }

.fa-table-cells::before {
  content: "\f00a"; }

.fa-th::before {
  content: "\f00a"; }

.fa-file-pdf::before {
  content: "\f1c1"; }

.fa-book-bible::before {
  content: "\f647"; }

.fa-bible::before {
  content: "\f647"; }

.fa-o::before {
  content: "\4f"; }

.fa-suitcase-medical::before {
  content: "\f0fa"; }

.fa-medkit::before {
  content: "\f0fa"; }

.fa-user-secret::before {
  content: "\f21b"; }

.fa-otter::before {
  content: "\f700"; }

.fa-person-dress::before {
  content: "\f182"; }

.fa-female::before {
  content: "\f182"; }

.fa-comment-dollar::before {
  content: "\f651"; }

.fa-business-time::before {
  content: "\f64a"; }

.fa-briefcase-clock::before {
  content: "\f64a"; }

.fa-table-cells-large::before {
  content: "\f009"; }

.fa-th-large::before {
  content: "\f009"; }

.fa-book-tanakh::before {
  content: "\f827"; }

.fa-tanakh::before {
  content: "\f827"; }

.fa-phone-volume::before {
  content: "\f2a0"; }

.fa-volume-control-phone::before {
  content: "\f2a0"; }

.fa-hat-cowboy-side::before {
  content: "\f8c1"; }

.fa-clipboard-user::before {
  content: "\f7f3"; }

.fa-child::before {
  content: "\f1ae"; }

.fa-lira-sign::before {
  content: "\f195"; }

.fa-satellite::before {
  content: "\f7bf"; }

.fa-plane-lock::before {
  content: "\e558"; }

.fa-tag::before {
  content: "\f02b"; }

.fa-comment::before {
  content: "\f075"; }

.fa-cake-candles::before {
  content: "\f1fd"; }

.fa-birthday-cake::before {
  content: "\f1fd"; }

.fa-cake::before {
  content: "\f1fd"; }

.fa-envelope::before {
  content: "\f0e0"; }

.fa-angles-up::before {
  content: "\f102"; }

.fa-angle-double-up::before {
  content: "\f102"; }

.fa-paperclip::before {
  content: "\f0c6"; }

.fa-arrow-right-to-city::before {
  content: "\e4b3"; }

.fa-ribbon::before {
  content: "\f4d6"; }

.fa-lungs::before {
  content: "\f604"; }

.fa-arrow-up-9-1::before {
  content: "\f887"; }

.fa-sort-numeric-up-alt::before {
  content: "\f887"; }

.fa-litecoin-sign::before {
  content: "\e1d3"; }

.fa-border-none::before {
  content: "\f850"; }

.fa-circle-nodes::before {
  content: "\e4e2"; }

.fa-parachute-box::before {
  content: "\f4cd"; }

.fa-indent::before {
  content: "\f03c"; }

.fa-truck-field-un::before {
  content: "\e58e"; }

.fa-hourglass::before {
  content: "\f254"; }

.fa-hourglass-empty::before {
  content: "\f254"; }

.fa-mountain::before {
  content: "\f6fc"; }

.fa-user-doctor::before {
  content: "\f0f0"; }

.fa-user-md::before {
  content: "\f0f0"; }

.fa-circle-info::before {
  content: "\f05a"; }

.fa-info-circle::before {
  content: "\f05a"; }

.fa-cloud-meatball::before {
  content: "\f73b"; }

.fa-camera::before {
  content: "\f030"; }

.fa-camera-alt::before {
  content: "\f030"; }

.fa-square-virus::before {
  content: "\e578"; }

.fa-meteor::before {
  content: "\f753"; }

.fa-car-on::before {
  content: "\e4dd"; }

.fa-sleigh::before {
  content: "\f7cc"; }

.fa-arrow-down-1-9::before {
  content: "\f162"; }

.fa-sort-numeric-asc::before {
  content: "\f162"; }

.fa-sort-numeric-down::before {
  content: "\f162"; }

.fa-hand-holding-droplet::before {
  content: "\f4c1"; }

.fa-hand-holding-water::before {
  content: "\f4c1"; }

.fa-water::before {
  content: "\f773"; }

.fa-calendar-check::before {
  content: "\f274"; }

.fa-braille::before {
  content: "\f2a1"; }

.fa-prescription-bottle-medical::before {
  content: "\f486"; }

.fa-prescription-bottle-alt::before {
  content: "\f486"; }

.fa-landmark::before {
  content: "\f66f"; }

.fa-truck::before {
  content: "\f0d1"; }

.fa-crosshairs::before {
  content: "\f05b"; }

.fa-person-cane::before {
  content: "\e53c"; }

.fa-tent::before {
  content: "\e57d"; }

.fa-vest-patches::before {
  content: "\e086"; }

.fa-check-double::before {
  content: "\f560"; }

.fa-arrow-down-a-z::before {
  content: "\f15d"; }

.fa-sort-alpha-asc::before {
  content: "\f15d"; }

.fa-sort-alpha-down::before {
  content: "\f15d"; }

.fa-money-bill-wheat::before {
  content: "\e52a"; }

.fa-cookie::before {
  content: "\f563"; }

.fa-arrow-rotate-left::before {
  content: "\f0e2"; }

.fa-arrow-left-rotate::before {
  content: "\f0e2"; }

.fa-arrow-rotate-back::before {
  content: "\f0e2"; }

.fa-arrow-rotate-backward::before {
  content: "\f0e2"; }

.fa-undo::before {
  content: "\f0e2"; }

.fa-hard-drive::before {
  content: "\f0a0"; }

.fa-hdd::before {
  content: "\f0a0"; }

.fa-face-grin-squint-tears::before {
  content: "\f586"; }

.fa-grin-squint-tears::before {
  content: "\f586"; }

.fa-dumbbell::before {
  content: "\f44b"; }

.fa-rectangle-list::before {
  content: "\f022"; }

.fa-list-alt::before {
  content: "\f022"; }

.fa-tarp-droplet::before {
  content: "\e57c"; }

.fa-house-medical-circle-check::before {
  content: "\e511"; }

.fa-person-skiing-nordic::before {
  content: "\f7ca"; }

.fa-skiing-nordic::before {
  content: "\f7ca"; }

.fa-calendar-plus::before {
  content: "\f271"; }

.fa-plane-arrival::before {
  content: "\f5af"; }

.fa-circle-left::before {
  content: "\f359"; }

.fa-arrow-alt-circle-left::before {
  content: "\f359"; }

.fa-train-subway::before {
  content: "\f239"; }

.fa-subway::before {
  content: "\f239"; }

.fa-chart-gantt::before {
  content: "\e0e4"; }

.fa-indian-rupee-sign::before {
  content: "\e1bc"; }

.fa-indian-rupee::before {
  content: "\e1bc"; }

.fa-inr::before {
  content: "\e1bc"; }

.fa-crop-simple::before {
  content: "\f565"; }

.fa-crop-alt::before {
  content: "\f565"; }

.fa-money-bill-1::before {
  content: "\f3d1"; }

.fa-money-bill-alt::before {
  content: "\f3d1"; }

.fa-left-long::before {
  content: "\f30a"; }

.fa-long-arrow-alt-left::before {
  content: "\f30a"; }

.fa-dna::before {
  content: "\f471"; }

.fa-virus-slash::before {
  content: "\e075"; }

.fa-minus::before {
  content: "\f068"; }

.fa-subtract::before {
  content: "\f068"; }

.fa-chess::before {
  content: "\f439"; }

.fa-arrow-left-long::before {
  content: "\f177"; }

.fa-long-arrow-left::before {
  content: "\f177"; }

.fa-plug-circle-check::before {
  content: "\e55c"; }

.fa-street-view::before {
  content: "\f21d"; }

.fa-franc-sign::before {
  content: "\e18f"; }

.fa-volume-off::before {
  content: "\f026"; }

.fa-hands-asl-interpreting::before {
  content: "\f2a3"; }

.fa-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fa-asl-interpreting::before {
  content: "\f2a3"; }

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3"; }

.fa-gear::before {
  content: "\f013"; }

.fa-cog::before {
  content: "\f013"; }

.fa-droplet-slash::before {
  content: "\f5c7"; }

.fa-tint-slash::before {
  content: "\f5c7"; }

.fa-mosque::before {
  content: "\f678"; }

.fa-mosquito::before {
  content: "\e52b"; }

.fa-star-of-david::before {
  content: "\f69a"; }

.fa-person-military-rifle::before {
  content: "\e54b"; }

.fa-cart-shopping::before {
  content: "\f07a"; }

.fa-shopping-cart::before {
  content: "\f07a"; }

.fa-vials::before {
  content: "\f493"; }

.fa-plug-circle-plus::before {
  content: "\e55f"; }

.fa-place-of-worship::before {
  content: "\f67f"; }

.fa-grip-vertical::before {
  content: "\f58e"; }

.fa-arrow-turn-up::before {
  content: "\f148"; }

.fa-level-up::before {
  content: "\f148"; }

.fa-u::before {
  content: "\55"; }

.fa-square-root-variable::before {
  content: "\f698"; }

.fa-square-root-alt::before {
  content: "\f698"; }

.fa-clock::before {
  content: "\f017"; }

.fa-clock-four::before {
  content: "\f017"; }

.fa-backward-step::before {
  content: "\f048"; }

.fa-step-backward::before {
  content: "\f048"; }

.fa-pallet::before {
  content: "\f482"; }

.fa-faucet::before {
  content: "\e005"; }

.fa-baseball-bat-ball::before {
  content: "\f432"; }

.fa-s::before {
  content: "\53"; }

.fa-timeline::before {
  content: "\e29c"; }

.fa-keyboard::before {
  content: "\f11c"; }

.fa-caret-down::before {
  content: "\f0d7"; }

.fa-house-chimney-medical::before {
  content: "\f7f2"; }

.fa-clinic-medical::before {
  content: "\f7f2"; }

.fa-temperature-three-quarters::before {
  content: "\f2c8"; }

.fa-temperature-3::before {
  content: "\f2c8"; }

.fa-thermometer-3::before {
  content: "\f2c8"; }

.fa-thermometer-three-quarters::before {
  content: "\f2c8"; }

.fa-mobile-screen::before {
  content: "\f3cf"; }

.fa-mobile-android-alt::before {
  content: "\f3cf"; }

.fa-plane-up::before {
  content: "\e22d"; }

.fa-piggy-bank::before {
  content: "\f4d3"; }

.fa-battery-half::before {
  content: "\f242"; }

.fa-battery-3::before {
  content: "\f242"; }

.fa-mountain-city::before {
  content: "\e52e"; }

.fa-coins::before {
  content: "\f51e"; }

.fa-khanda::before {
  content: "\f66d"; }

.fa-sliders::before {
  content: "\f1de"; }

.fa-sliders-h::before {
  content: "\f1de"; }

.fa-folder-tree::before {
  content: "\f802"; }

.fa-network-wired::before {
  content: "\f6ff"; }

.fa-map-pin::before {
  content: "\f276"; }

.fa-hamsa::before {
  content: "\f665"; }

.fa-cent-sign::before {
  content: "\e3f5"; }

.fa-flask::before {
  content: "\f0c3"; }

.fa-person-pregnant::before {
  content: "\e31e"; }

.fa-wand-sparkles::before {
  content: "\f72b"; }

.fa-ellipsis-vertical::before {
  content: "\f142"; }

.fa-ellipsis-v::before {
  content: "\f142"; }

.fa-ticket::before {
  content: "\f145"; }

.fa-power-off::before {
  content: "\f011"; }

.fa-right-long::before {
  content: "\f30b"; }

.fa-long-arrow-alt-right::before {
  content: "\f30b"; }

.fa-flag-usa::before {
  content: "\f74d"; }

.fa-laptop-file::before {
  content: "\e51d"; }

.fa-tty::before {
  content: "\f1e4"; }

.fa-teletype::before {
  content: "\f1e4"; }

.fa-diagram-next::before {
  content: "\e476"; }

.fa-person-rifle::before {
  content: "\e54e"; }

.fa-house-medical-circle-exclamation::before {
  content: "\e512"; }

.fa-closed-captioning::before {
  content: "\f20a"; }

.fa-person-hiking::before {
  content: "\f6ec"; }

.fa-hiking::before {
  content: "\f6ec"; }

.fa-venus-double::before {
  content: "\f226"; }

.fa-images::before {
  content: "\f302"; }

.fa-calculator::before {
  content: "\f1ec"; }

.fa-people-pulling::before {
  content: "\e535"; }

.fa-n::before {
  content: "\4e"; }

.fa-cable-car::before {
  content: "\f7da"; }

.fa-tram::before {
  content: "\f7da"; }

.fa-cloud-rain::before {
  content: "\f73d"; }

.fa-building-circle-xmark::before {
  content: "\e4d4"; }

.fa-ship::before {
  content: "\f21a"; }

.fa-arrows-down-to-line::before {
  content: "\e4b8"; }

.fa-download::before {
  content: "\f019"; }

.fa-face-grin::before {
  content: "\f580"; }

.fa-grin::before {
  content: "\f580"; }

.fa-delete-left::before {
  content: "\f55a"; }

.fa-backspace::before {
  content: "\f55a"; }

.fa-eye-dropper::before {
  content: "\f1fb"; }

.fa-eye-dropper-empty::before {
  content: "\f1fb"; }

.fa-eyedropper::before {
  content: "\f1fb"; }

.fa-file-circle-check::before {
  content: "\e5a0"; }

.fa-forward::before {
  content: "\f04e"; }

.fa-mobile::before {
  content: "\f3ce"; }

.fa-mobile-android::before {
  content: "\f3ce"; }

.fa-mobile-phone::before {
  content: "\f3ce"; }

.fa-face-meh::before {
  content: "\f11a"; }

.fa-meh::before {
  content: "\f11a"; }

.fa-align-center::before {
  content: "\f037"; }

.fa-book-skull::before {
  content: "\f6b7"; }

.fa-book-dead::before {
  content: "\f6b7"; }

.fa-id-card::before {
  content: "\f2c2"; }

.fa-drivers-license::before {
  content: "\f2c2"; }

.fa-outdent::before {
  content: "\f03b"; }

.fa-dedent::before {
  content: "\f03b"; }

.fa-heart-circle-exclamation::before {
  content: "\e4fe"; }

.fa-house::before {
  content: "\f015"; }

.fa-home::before {
  content: "\f015"; }

.fa-home-alt::before {
  content: "\f015"; }

.fa-home-lg-alt::before {
  content: "\f015"; }

.fa-calendar-week::before {
  content: "\f784"; }

.fa-laptop-medical::before {
  content: "\f812"; }

.fa-b::before {
  content: "\42"; }

.fa-file-medical::before {
  content: "\f477"; }

.fa-dice-one::before {
  content: "\f525"; }

.fa-kiwi-bird::before {
  content: "\f535"; }

.fa-arrow-right-arrow-left::before {
  content: "\f0ec"; }

.fa-exchange::before {
  content: "\f0ec"; }

.fa-rotate-right::before {
  content: "\f2f9"; }

.fa-redo-alt::before {
  content: "\f2f9"; }

.fa-rotate-forward::before {
  content: "\f2f9"; }

.fa-utensils::before {
  content: "\f2e7"; }

.fa-cutlery::before {
  content: "\f2e7"; }

.fa-arrow-up-wide-short::before {
  content: "\f161"; }

.fa-sort-amount-up::before {
  content: "\f161"; }

.fa-mill-sign::before {
  content: "\e1ed"; }

.fa-bowl-rice::before {
  content: "\e2eb"; }

.fa-skull::before {
  content: "\f54c"; }

.fa-tower-broadcast::before {
  content: "\f519"; }

.fa-broadcast-tower::before {
  content: "\f519"; }

.fa-truck-pickup::before {
  content: "\f63c"; }

.fa-up-long::before {
  content: "\f30c"; }

.fa-long-arrow-alt-up::before {
  content: "\f30c"; }

.fa-stop::before {
  content: "\f04d"; }

.fa-code-merge::before {
  content: "\f387"; }

.fa-upload::before {
  content: "\f093"; }

.fa-hurricane::before {
  content: "\f751"; }

.fa-mound::before {
  content: "\e52d"; }

.fa-toilet-portable::before {
  content: "\e583"; }

.fa-compact-disc::before {
  content: "\f51f"; }

.fa-file-arrow-down::before {
  content: "\f56d"; }

.fa-file-download::before {
  content: "\f56d"; }

.fa-caravan::before {
  content: "\f8ff"; }

.fa-shield-cat::before {
  content: "\e572"; }

.fa-bolt::before {
  content: "\f0e7"; }

.fa-zap::before {
  content: "\f0e7"; }

.fa-glass-water::before {
  content: "\e4f4"; }

.fa-oil-well::before {
  content: "\e532"; }

.fa-vault::before {
  content: "\e2c5"; }

.fa-mars::before {
  content: "\f222"; }

.fa-toilet::before {
  content: "\f7d8"; }

.fa-plane-circle-xmark::before {
  content: "\e557"; }

.fa-yen-sign::before {
  content: "\f157"; }

.fa-cny::before {
  content: "\f157"; }

.fa-jpy::before {
  content: "\f157"; }

.fa-rmb::before {
  content: "\f157"; }

.fa-yen::before {
  content: "\f157"; }

.fa-ruble-sign::before {
  content: "\f158"; }

.fa-rouble::before {
  content: "\f158"; }

.fa-rub::before {
  content: "\f158"; }

.fa-ruble::before {
  content: "\f158"; }

.fa-sun::before {
  content: "\f185"; }

.fa-guitar::before {
  content: "\f7a6"; }

.fa-face-laugh-wink::before {
  content: "\f59c"; }

.fa-laugh-wink::before {
  content: "\f59c"; }

.fa-horse-head::before {
  content: "\f7ab"; }

.fa-bore-hole::before {
  content: "\e4c3"; }

.fa-industry::before {
  content: "\f275"; }

.fa-circle-down::before {
  content: "\f358"; }

.fa-arrow-alt-circle-down::before {
  content: "\f358"; }

.fa-arrows-turn-to-dots::before {
  content: "\e4c1"; }

.fa-florin-sign::before {
  content: "\e184"; }

.fa-arrow-down-short-wide::before {
  content: "\f884"; }

.fa-sort-amount-desc::before {
  content: "\f884"; }

.fa-sort-amount-down-alt::before {
  content: "\f884"; }

.fa-less-than::before {
  content: "\3c"; }

.fa-angle-down::before {
  content: "\f107"; }

.fa-car-tunnel::before {
  content: "\e4de"; }

.fa-head-side-cough::before {
  content: "\e061"; }

.fa-grip-lines::before {
  content: "\f7a4"; }

.fa-thumbs-down::before {
  content: "\f165"; }

.fa-user-lock::before {
  content: "\f502"; }

.fa-arrow-right-long::before {
  content: "\f178"; }

.fa-long-arrow-right::before {
  content: "\f178"; }

.fa-anchor-circle-xmark::before {
  content: "\e4ac"; }

.fa-ellipsis::before {
  content: "\f141"; }

.fa-ellipsis-h::before {
  content: "\f141"; }

.fa-chess-pawn::before {
  content: "\f443"; }

.fa-kit-medical::before {
  content: "\f479"; }

.fa-first-aid::before {
  content: "\f479"; }

.fa-person-through-window::before {
  content: "\e5a9"; }

.fa-toolbox::before {
  content: "\f552"; }

.fa-hands-holding-circle::before {
  content: "\e4fb"; }

.fa-bug::before {
  content: "\f188"; }

.fa-credit-card::before {
  content: "\f09d"; }

.fa-credit-card-alt::before {
  content: "\f09d"; }

.fa-car::before {
  content: "\f1b9"; }

.fa-automobile::before {
  content: "\f1b9"; }

.fa-hand-holding-hand::before {
  content: "\e4f7"; }

.fa-book-open-reader::before {
  content: "\f5da"; }

.fa-book-reader::before {
  content: "\f5da"; }

.fa-mountain-sun::before {
  content: "\e52f"; }

.fa-arrows-left-right-to-line::before {
  content: "\e4ba"; }

.fa-dice-d20::before {
  content: "\f6cf"; }

.fa-truck-droplet::before {
  content: "\e58c"; }

.fa-file-circle-xmark::before {
  content: "\e5a1"; }

.fa-temperature-arrow-up::before {
  content: "\e040"; }

.fa-temperature-up::before {
  content: "\e040"; }

.fa-medal::before {
  content: "\f5a2"; }

.fa-bed::before {
  content: "\f236"; }

.fa-square-h::before {
  content: "\f0fd"; }

.fa-h-square::before {
  content: "\f0fd"; }

.fa-podcast::before {
  content: "\f2ce"; }

.fa-temperature-full::before {
  content: "\f2c7"; }

.fa-temperature-4::before {
  content: "\f2c7"; }

.fa-thermometer-4::before {
  content: "\f2c7"; }

.fa-thermometer-full::before {
  content: "\f2c7"; }

.fa-bell::before {
  content: "\f0f3"; }

.fa-superscript::before {
  content: "\f12b"; }

.fa-plug-circle-xmark::before {
  content: "\e560"; }

.fa-star-of-life::before {
  content: "\f621"; }

.fa-phone-slash::before {
  content: "\f3dd"; }

.fa-paint-roller::before {
  content: "\f5aa"; }

.fa-handshake-angle::before {
  content: "\f4c4"; }

.fa-hands-helping::before {
  content: "\f4c4"; }

.fa-location-dot::before {
  content: "\f3c5"; }

.fa-map-marker-alt::before {
  content: "\f3c5"; }

.fa-file::before {
  content: "\f15b"; }

.fa-greater-than::before {
  content: "\3e"; }

.fa-person-swimming::before {
  content: "\f5c4"; }

.fa-swimmer::before {
  content: "\f5c4"; }

.fa-arrow-down::before {
  content: "\f063"; }

.fa-droplet::before {
  content: "\f043"; }

.fa-tint::before {
  content: "\f043"; }

.fa-eraser::before {
  content: "\f12d"; }

.fa-earth-americas::before {
  content: "\f57d"; }

.fa-earth::before {
  content: "\f57d"; }

.fa-earth-america::before {
  content: "\f57d"; }

.fa-globe-americas::before {
  content: "\f57d"; }

.fa-person-burst::before {
  content: "\e53b"; }

.fa-dove::before {
  content: "\f4ba"; }

.fa-battery-empty::before {
  content: "\f244"; }

.fa-battery-0::before {
  content: "\f244"; }

.fa-socks::before {
  content: "\f696"; }

.fa-inbox::before {
  content: "\f01c"; }

.fa-section::before {
  content: "\e447"; }

.fa-gauge-high::before {
  content: "\f625"; }

.fa-tachometer-alt::before {
  content: "\f625"; }

.fa-tachometer-alt-fast::before {
  content: "\f625"; }

.fa-envelope-open-text::before {
  content: "\f658"; }

.fa-hospital::before {
  content: "\f0f8"; }

.fa-hospital-alt::before {
  content: "\f0f8"; }

.fa-hospital-wide::before {
  content: "\f0f8"; }

.fa-wine-bottle::before {
  content: "\f72f"; }

.fa-chess-rook::before {
  content: "\f447"; }

.fa-bars-staggered::before {
  content: "\f550"; }

.fa-reorder::before {
  content: "\f550"; }

.fa-stream::before {
  content: "\f550"; }

.fa-dharmachakra::before {
  content: "\f655"; }

.fa-hotdog::before {
  content: "\f80f"; }

.fa-person-walking-with-cane::before {
  content: "\f29d"; }

.fa-blind::before {
  content: "\f29d"; }

.fa-drum::before {
  content: "\f569"; }

.fa-ice-cream::before {
  content: "\f810"; }

.fa-heart-circle-bolt::before {
  content: "\e4fc"; }

.fa-fax::before {
  content: "\f1ac"; }

.fa-paragraph::before {
  content: "\f1dd"; }

.fa-check-to-slot::before {
  content: "\f772"; }

.fa-vote-yea::before {
  content: "\f772"; }

.fa-star-half::before {
  content: "\f089"; }

.fa-boxes-stacked::before {
  content: "\f468"; }

.fa-boxes::before {
  content: "\f468"; }

.fa-boxes-alt::before {
  content: "\f468"; }

.fa-link::before {
  content: "\f0c1"; }

.fa-chain::before {
  content: "\f0c1"; }

.fa-ear-listen::before {
  content: "\f2a2"; }

.fa-assistive-listening-systems::before {
  content: "\f2a2"; }

.fa-tree-city::before {
  content: "\e587"; }

.fa-play::before {
  content: "\f04b"; }

.fa-font::before {
  content: "\f031"; }

.fa-rupiah-sign::before {
  content: "\e23d"; }

.fa-magnifying-glass::before {
  content: "\f002"; }

.fa-search::before {
  content: "\f002"; }

.fa-table-tennis-paddle-ball::before {
  content: "\f45d"; }

.fa-ping-pong-paddle-ball::before {
  content: "\f45d"; }

.fa-table-tennis::before {
  content: "\f45d"; }

.fa-person-dots-from-line::before {
  content: "\f470"; }

.fa-diagnoses::before {
  content: "\f470"; }

.fa-trash-can-arrow-up::before {
  content: "\f82a"; }

.fa-trash-restore-alt::before {
  content: "\f82a"; }

.fa-naira-sign::before {
  content: "\e1f6"; }

.fa-cart-arrow-down::before {
  content: "\f218"; }

.fa-walkie-talkie::before {
  content: "\f8ef"; }

.fa-file-pen::before {
  content: "\f31c"; }

.fa-file-edit::before {
  content: "\f31c"; }

.fa-receipt::before {
  content: "\f543"; }

.fa-square-pen::before {
  content: "\f14b"; }

.fa-pen-square::before {
  content: "\f14b"; }

.fa-pencil-square::before {
  content: "\f14b"; }

.fa-suitcase-rolling::before {
  content: "\f5c1"; }

.fa-person-circle-exclamation::before {
  content: "\e53f"; }

.fa-chevron-down::before {
  content: "\f078"; }

.fa-battery-full::before {
  content: "\f240"; }

.fa-battery::before {
  content: "\f240"; }

.fa-battery-5::before {
  content: "\f240"; }

.fa-skull-crossbones::before {
  content: "\f714"; }

.fa-code-compare::before {
  content: "\e13a"; }

.fa-list-ul::before {
  content: "\f0ca"; }

.fa-list-dots::before {
  content: "\f0ca"; }

.fa-school-lock::before {
  content: "\e56f"; }

.fa-tower-cell::before {
  content: "\e585"; }

.fa-down-long::before {
  content: "\f309"; }

.fa-long-arrow-alt-down::before {
  content: "\f309"; }

.fa-ranking-star::before {
  content: "\e561"; }

.fa-chess-king::before {
  content: "\f43f"; }

.fa-person-harassing::before {
  content: "\e549"; }

.fa-brazilian-real-sign::before {
  content: "\e46c"; }

.fa-landmark-dome::before {
  content: "\f752"; }

.fa-landmark-alt::before {
  content: "\f752"; }

.fa-arrow-up::before {
  content: "\f062"; }

.fa-tv::before {
  content: "\f26c"; }

.fa-television::before {
  content: "\f26c"; }

.fa-tv-alt::before {
  content: "\f26c"; }

.fa-shrimp::before {
  content: "\e448"; }

.fa-list-check::before {
  content: "\f0ae"; }

.fa-tasks::before {
  content: "\f0ae"; }

.fa-jug-detergent::before {
  content: "\e519"; }

.fa-circle-user::before {
  content: "\f2bd"; }

.fa-user-circle::before {
  content: "\f2bd"; }

.fa-user-shield::before {
  content: "\f505"; }

.fa-wind::before {
  content: "\f72e"; }

.fa-car-burst::before {
  content: "\f5e1"; }

.fa-car-crash::before {
  content: "\f5e1"; }

.fa-y::before {
  content: "\59"; }

.fa-person-snowboarding::before {
  content: "\f7ce"; }

.fa-snowboarding::before {
  content: "\f7ce"; }

.fa-truck-fast::before {
  content: "\f48b"; }

.fa-shipping-fast::before {
  content: "\f48b"; }

.fa-fish::before {
  content: "\f578"; }

.fa-user-graduate::before {
  content: "\f501"; }

.fa-circle-half-stroke::before {
  content: "\f042"; }

.fa-adjust::before {
  content: "\f042"; }

.fa-clapperboard::before {
  content: "\e131"; }

.fa-circle-radiation::before {
  content: "\f7ba"; }

.fa-radiation-alt::before {
  content: "\f7ba"; }

.fa-baseball::before {
  content: "\f433"; }

.fa-baseball-ball::before {
  content: "\f433"; }

.fa-jet-fighter-up::before {
  content: "\e518"; }

.fa-diagram-project::before {
  content: "\f542"; }

.fa-project-diagram::before {
  content: "\f542"; }

.fa-copy::before {
  content: "\f0c5"; }

.fa-volume-xmark::before {
  content: "\f6a9"; }

.fa-volume-mute::before {
  content: "\f6a9"; }

.fa-volume-times::before {
  content: "\f6a9"; }

.fa-hand-sparkles::before {
  content: "\e05d"; }

.fa-grip::before {
  content: "\f58d"; }

.fa-grip-horizontal::before {
  content: "\f58d"; }

.fa-share-from-square::before {
  content: "\f14d"; }

.fa-share-square::before {
  content: "\f14d"; }

.fa-child-combatant::before {
  content: "\e4e0"; }

.fa-child-rifle::before {
  content: "\e4e0"; }

.fa-gun::before {
  content: "\e19b"; }

.fa-square-phone::before {
  content: "\f098"; }

.fa-phone-square::before {
  content: "\f098"; }

.fa-plus::before {
  content: "\2b"; }

.fa-add::before {
  content: "\2b"; }

.fa-expand::before {
  content: "\f065"; }

.fa-computer::before {
  content: "\e4e5"; }

.fa-xmark::before {
  content: "\f00d"; }

.fa-close::before {
  content: "\f00d"; }

.fa-multiply::before {
  content: "\f00d"; }

.fa-remove::before {
  content: "\f00d"; }

.fa-times::before {
  content: "\f00d"; }

.fa-arrows-up-down-left-right::before {
  content: "\f047"; }

.fa-arrows::before {
  content: "\f047"; }

.fa-chalkboard-user::before {
  content: "\f51c"; }

.fa-chalkboard-teacher::before {
  content: "\f51c"; }

.fa-peso-sign::before {
  content: "\e222"; }

.fa-building-shield::before {
  content: "\e4d8"; }

.fa-baby::before {
  content: "\f77c"; }

.fa-users-line::before {
  content: "\e592"; }

.fa-quote-left::before {
  content: "\f10d"; }

.fa-quote-left-alt::before {
  content: "\f10d"; }

.fa-tractor::before {
  content: "\f722"; }

.fa-trash-arrow-up::before {
  content: "\f829"; }

.fa-trash-restore::before {
  content: "\f829"; }

.fa-arrow-down-up-lock::before {
  content: "\e4b0"; }

.fa-lines-leaning::before {
  content: "\e51e"; }

.fa-ruler-combined::before {
  content: "\f546"; }

.fa-copyright::before {
  content: "\f1f9"; }

.fa-equals::before {
  content: "\3d"; }

.fa-blender::before {
  content: "\f517"; }

.fa-teeth::before {
  content: "\f62e"; }

.fa-shekel-sign::before {
  content: "\f20b"; }

.fa-ils::before {
  content: "\f20b"; }

.fa-shekel::before {
  content: "\f20b"; }

.fa-sheqel::before {
  content: "\f20b"; }

.fa-sheqel-sign::before {
  content: "\f20b"; }

.fa-map::before {
  content: "\f279"; }

.fa-rocket::before {
  content: "\f135"; }

.fa-photo-film::before {
  content: "\f87c"; }

.fa-photo-video::before {
  content: "\f87c"; }

.fa-folder-minus::before {
  content: "\f65d"; }

.fa-store::before {
  content: "\f54e"; }

.fa-arrow-trend-up::before {
  content: "\e098"; }

.fa-plug-circle-minus::before {
  content: "\e55e"; }

.fa-sign-hanging::before {
  content: "\f4d9"; }

.fa-sign::before {
  content: "\f4d9"; }

.fa-bezier-curve::before {
  content: "\f55b"; }

.fa-bell-slash::before {
  content: "\f1f6"; }

.fa-tablet::before {
  content: "\f3fb"; }

.fa-tablet-android::before {
  content: "\f3fb"; }

.fa-school-flag::before {
  content: "\e56e"; }

.fa-fill::before {
  content: "\f575"; }

.fa-angle-up::before {
  content: "\f106"; }

.fa-drumstick-bite::before {
  content: "\f6d7"; }

.fa-holly-berry::before {
  content: "\f7aa"; }

.fa-chevron-left::before {
  content: "\f053"; }

.fa-bacteria::before {
  content: "\e059"; }

.fa-hand-lizard::before {
  content: "\f258"; }

.fa-notdef::before {
  content: "\e1fe"; }

.fa-disease::before {
  content: "\f7fa"; }

.fa-briefcase-medical::before {
  content: "\f469"; }

.fa-genderless::before {
  content: "\f22d"; }

.fa-chevron-right::before {
  content: "\f054"; }

.fa-retweet::before {
  content: "\f079"; }

.fa-car-rear::before {
  content: "\f5de"; }

.fa-car-alt::before {
  content: "\f5de"; }

.fa-pump-soap::before {
  content: "\e06b"; }

.fa-video-slash::before {
  content: "\f4e2"; }

.fa-battery-quarter::before {
  content: "\f243"; }

.fa-battery-2::before {
  content: "\f243"; }

.fa-radio::before {
  content: "\f8d7"; }

.fa-baby-carriage::before {
  content: "\f77d"; }

.fa-carriage-baby::before {
  content: "\f77d"; }

.fa-traffic-light::before {
  content: "\f637"; }

.fa-thermometer::before {
  content: "\f491"; }

.fa-vr-cardboard::before {
  content: "\f729"; }

.fa-hand-middle-finger::before {
  content: "\f806"; }

.fa-percent::before {
  content: "\25"; }

.fa-percentage::before {
  content: "\25"; }

.fa-truck-moving::before {
  content: "\f4df"; }

.fa-glass-water-droplet::before {
  content: "\e4f5"; }

.fa-display::before {
  content: "\e163"; }

.fa-face-smile::before {
  content: "\f118"; }

.fa-smile::before {
  content: "\f118"; }

.fa-thumbtack::before {
  content: "\f08d"; }

.fa-thumb-tack::before {
  content: "\f08d"; }

.fa-trophy::before {
  content: "\f091"; }

.fa-person-praying::before {
  content: "\f683"; }

.fa-pray::before {
  content: "\f683"; }

.fa-hammer::before {
  content: "\f6e3"; }

.fa-hand-peace::before {
  content: "\f25b"; }

.fa-rotate::before {
  content: "\f2f1"; }

.fa-sync-alt::before {
  content: "\f2f1"; }

.fa-spinner::before {
  content: "\f110"; }

.fa-robot::before {
  content: "\f544"; }

.fa-peace::before {
  content: "\f67c"; }

.fa-gears::before {
  content: "\f085"; }

.fa-cogs::before {
  content: "\f085"; }

.fa-warehouse::before {
  content: "\f494"; }

.fa-arrow-up-right-dots::before {
  content: "\e4b7"; }

.fa-splotch::before {
  content: "\f5bc"; }

.fa-face-grin-hearts::before {
  content: "\f584"; }

.fa-grin-hearts::before {
  content: "\f584"; }

.fa-dice-four::before {
  content: "\f524"; }

.fa-sim-card::before {
  content: "\f7c4"; }

.fa-transgender::before {
  content: "\f225"; }

.fa-transgender-alt::before {
  content: "\f225"; }

.fa-mercury::before {
  content: "\f223"; }

.fa-arrow-turn-down::before {
  content: "\f149"; }

.fa-level-down::before {
  content: "\f149"; }

.fa-person-falling-burst::before {
  content: "\e547"; }

.fa-award::before {
  content: "\f559"; }

.fa-ticket-simple::before {
  content: "\f3ff"; }

.fa-ticket-alt::before {
  content: "\f3ff"; }

.fa-building::before {
  content: "\f1ad"; }

.fa-angles-left::before {
  content: "\f100"; }

.fa-angle-double-left::before {
  content: "\f100"; }

.fa-qrcode::before {
  content: "\f029"; }

.fa-clock-rotate-left::before {
  content: "\f1da"; }

.fa-history::before {
  content: "\f1da"; }

.fa-face-grin-beam-sweat::before {
  content: "\f583"; }

.fa-grin-beam-sweat::before {
  content: "\f583"; }

.fa-file-export::before {
  content: "\f56e"; }

.fa-arrow-right-from-file::before {
  content: "\f56e"; }

.fa-shield::before {
  content: "\f132"; }

.fa-shield-blank::before {
  content: "\f132"; }

.fa-arrow-up-short-wide::before {
  content: "\f885"; }

.fa-sort-amount-up-alt::before {
  content: "\f885"; }

.fa-house-medical::before {
  content: "\e3b2"; }

.fa-golf-ball-tee::before {
  content: "\f450"; }

.fa-golf-ball::before {
  content: "\f450"; }

.fa-circle-chevron-left::before {
  content: "\f137"; }

.fa-chevron-circle-left::before {
  content: "\f137"; }

.fa-house-chimney-window::before {
  content: "\e00d"; }

.fa-pen-nib::before {
  content: "\f5ad"; }

.fa-tent-arrow-turn-left::before {
  content: "\e580"; }

.fa-tents::before {
  content: "\e582"; }

.fa-wand-magic::before {
  content: "\f0d0"; }

.fa-magic::before {
  content: "\f0d0"; }

.fa-dog::before {
  content: "\f6d3"; }

.fa-carrot::before {
  content: "\f787"; }

.fa-moon::before {
  content: "\f186"; }

.fa-wine-glass-empty::before {
  content: "\f5ce"; }

.fa-wine-glass-alt::before {
  content: "\f5ce"; }

.fa-cheese::before {
  content: "\f7ef"; }

.fa-yin-yang::before {
  content: "\f6ad"; }

.fa-music::before {
  content: "\f001"; }

.fa-code-commit::before {
  content: "\f386"; }

.fa-temperature-low::before {
  content: "\f76b"; }

.fa-person-biking::before {
  content: "\f84a"; }

.fa-biking::before {
  content: "\f84a"; }

.fa-broom::before {
  content: "\f51a"; }

.fa-shield-heart::before {
  content: "\e574"; }

.fa-gopuram::before {
  content: "\f664"; }

.fa-earth-oceania::before {
  content: "\e47b"; }

.fa-globe-oceania::before {
  content: "\e47b"; }

.fa-square-xmark::before {
  content: "\f2d3"; }

.fa-times-square::before {
  content: "\f2d3"; }

.fa-xmark-square::before {
  content: "\f2d3"; }

.fa-hashtag::before {
  content: "\23"; }

.fa-up-right-and-down-left-from-center::before {
  content: "\f424"; }

.fa-expand-alt::before {
  content: "\f424"; }

.fa-oil-can::before {
  content: "\f613"; }

.fa-t::before {
  content: "\54"; }

.fa-hippo::before {
  content: "\f6ed"; }

.fa-chart-column::before {
  content: "\e0e3"; }

.fa-infinity::before {
  content: "\f534"; }

.fa-vial-circle-check::before {
  content: "\e596"; }

.fa-person-arrow-down-to-line::before {
  content: "\e538"; }

.fa-voicemail::before {
  content: "\f897"; }

.fa-fan::before {
  content: "\f863"; }

.fa-person-walking-luggage::before {
  content: "\e554"; }

.fa-up-down::before {
  content: "\f338"; }

.fa-arrows-alt-v::before {
  content: "\f338"; }

.fa-cloud-moon-rain::before {
  content: "\f73c"; }

.fa-calendar::before {
  content: "\f133"; }

.fa-trailer::before {
  content: "\e041"; }

.fa-bahai::before {
  content: "\f666"; }

.fa-haykal::before {
  content: "\f666"; }

.fa-sd-card::before {
  content: "\f7c2"; }

.fa-dragon::before {
  content: "\f6d5"; }

.fa-shoe-prints::before {
  content: "\f54b"; }

.fa-circle-plus::before {
  content: "\f055"; }

.fa-plus-circle::before {
  content: "\f055"; }

.fa-face-grin-tongue-wink::before {
  content: "\f58b"; }

.fa-grin-tongue-wink::before {
  content: "\f58b"; }

.fa-hand-holding::before {
  content: "\f4bd"; }

.fa-plug-circle-exclamation::before {
  content: "\e55d"; }

.fa-link-slash::before {
  content: "\f127"; }

.fa-chain-broken::before {
  content: "\f127"; }

.fa-chain-slash::before {
  content: "\f127"; }

.fa-unlink::before {
  content: "\f127"; }

.fa-clone::before {
  content: "\f24d"; }

.fa-person-walking-arrow-loop-left::before {
  content: "\e551"; }

.fa-arrow-up-z-a::before {
  content: "\f882"; }

.fa-sort-alpha-up-alt::before {
  content: "\f882"; }

.fa-fire-flame-curved::before {
  content: "\f7e4"; }

.fa-fire-alt::before {
  content: "\f7e4"; }

.fa-tornado::before {
  content: "\f76f"; }

.fa-file-circle-plus::before {
  content: "\e494"; }

.fa-book-quran::before {
  content: "\f687"; }

.fa-quran::before {
  content: "\f687"; }

.fa-anchor::before {
  content: "\f13d"; }

.fa-border-all::before {
  content: "\f84c"; }

.fa-face-angry::before {
  content: "\f556"; }

.fa-angry::before {
  content: "\f556"; }

.fa-cookie-bite::before {
  content: "\f564"; }

.fa-arrow-trend-down::before {
  content: "\e097"; }

.fa-rss::before {
  content: "\f09e"; }

.fa-feed::before {
  content: "\f09e"; }

.fa-draw-polygon::before {
  content: "\f5ee"; }

.fa-scale-balanced::before {
  content: "\f24e"; }

.fa-balance-scale::before {
  content: "\f24e"; }

.fa-gauge-simple-high::before {
  content: "\f62a"; }

.fa-tachometer::before {
  content: "\f62a"; }

.fa-tachometer-fast::before {
  content: "\f62a"; }

.fa-shower::before {
  content: "\f2cc"; }

.fa-desktop::before {
  content: "\f390"; }

.fa-desktop-alt::before {
  content: "\f390"; }

.fa-m::before {
  content: "\4d"; }

.fa-table-list::before {
  content: "\f00b"; }

.fa-th-list::before {
  content: "\f00b"; }

.fa-comment-sms::before {
  content: "\f7cd"; }

.fa-sms::before {
  content: "\f7cd"; }

.fa-book::before {
  content: "\f02d"; }

.fa-user-plus::before {
  content: "\f234"; }

.fa-check::before {
  content: "\f00c"; }

.fa-battery-three-quarters::before {
  content: "\f241"; }

.fa-battery-4::before {
  content: "\f241"; }

.fa-house-circle-check::before {
  content: "\e509"; }

.fa-angle-left::before {
  content: "\f104"; }

.fa-diagram-successor::before {
  content: "\e47a"; }

.fa-truck-arrow-right::before {
  content: "\e58b"; }

.fa-arrows-split-up-and-left::before {
  content: "\e4bc"; }

.fa-hand-fist::before {
  content: "\f6de"; }

.fa-fist-raised::before {
  content: "\f6de"; }

.fa-cloud-moon::before {
  content: "\f6c3"; }

.fa-briefcase::before {
  content: "\f0b1"; }

.fa-person-falling::before {
  content: "\e546"; }

.fa-image-portrait::before {
  content: "\f3e0"; }

.fa-portrait::before {
  content: "\f3e0"; }

.fa-user-tag::before {
  content: "\f507"; }

.fa-rug::before {
  content: "\e569"; }

.fa-earth-europe::before {
  content: "\f7a2"; }

.fa-globe-europe::before {
  content: "\f7a2"; }

.fa-cart-flatbed-suitcase::before {
  content: "\f59d"; }

.fa-luggage-cart::before {
  content: "\f59d"; }

.fa-rectangle-xmark::before {
  content: "\f410"; }

.fa-rectangle-times::before {
  content: "\f410"; }

.fa-times-rectangle::before {
  content: "\f410"; }

.fa-window-close::before {
  content: "\f410"; }

.fa-baht-sign::before {
  content: "\e0ac"; }

.fa-book-open::before {
  content: "\f518"; }

.fa-book-journal-whills::before {
  content: "\f66a"; }

.fa-journal-whills::before {
  content: "\f66a"; }

.fa-handcuffs::before {
  content: "\e4f8"; }

.fa-triangle-exclamation::before {
  content: "\f071"; }

.fa-exclamation-triangle::before {
  content: "\f071"; }

.fa-warning::before {
  content: "\f071"; }

.fa-database::before {
  content: "\f1c0"; }

.fa-share::before {
  content: "\f064"; }

.fa-mail-forward::before {
  content: "\f064"; }

.fa-bottle-droplet::before {
  content: "\e4c4"; }

.fa-mask-face::before {
  content: "\e1d7"; }

.fa-hill-rockslide::before {
  content: "\e508"; }

.fa-right-left::before {
  content: "\f362"; }

.fa-exchange-alt::before {
  content: "\f362"; }

.fa-paper-plane::before {
  content: "\f1d8"; }

.fa-road-circle-exclamation::before {
  content: "\e565"; }

.fa-dungeon::before {
  content: "\f6d9"; }

.fa-align-right::before {
  content: "\f038"; }

.fa-money-bill-1-wave::before {
  content: "\f53b"; }

.fa-money-bill-wave-alt::before {
  content: "\f53b"; }

.fa-life-ring::before {
  content: "\f1cd"; }

.fa-hands::before {
  content: "\f2a7"; }

.fa-sign-language::before {
  content: "\f2a7"; }

.fa-signing::before {
  content: "\f2a7"; }

.fa-calendar-day::before {
  content: "\f783"; }

.fa-water-ladder::before {
  content: "\f5c5"; }

.fa-ladder-water::before {
  content: "\f5c5"; }

.fa-swimming-pool::before {
  content: "\f5c5"; }

.fa-arrows-up-down::before {
  content: "\f07d"; }

.fa-arrows-v::before {
  content: "\f07d"; }

.fa-face-grimace::before {
  content: "\f57f"; }

.fa-grimace::before {
  content: "\f57f"; }

.fa-wheelchair-move::before {
  content: "\e2ce"; }

.fa-wheelchair-alt::before {
  content: "\e2ce"; }

.fa-turn-down::before {
  content: "\f3be"; }

.fa-level-down-alt::before {
  content: "\f3be"; }

.fa-person-walking-arrow-right::before {
  content: "\e552"; }

.fa-square-envelope::before {
  content: "\f199"; }

.fa-envelope-square::before {
  content: "\f199"; }

.fa-dice::before {
  content: "\f522"; }

.fa-bowling-ball::before {
  content: "\f436"; }

.fa-brain::before {
  content: "\f5dc"; }

.fa-bandage::before {
  content: "\f462"; }

.fa-band-aid::before {
  content: "\f462"; }

.fa-calendar-minus::before {
  content: "\f272"; }

.fa-circle-xmark::before {
  content: "\f057"; }

.fa-times-circle::before {
  content: "\f057"; }

.fa-xmark-circle::before {
  content: "\f057"; }

.fa-gifts::before {
  content: "\f79c"; }

.fa-hotel::before {
  content: "\f594"; }

.fa-earth-asia::before {
  content: "\f57e"; }

.fa-globe-asia::before {
  content: "\f57e"; }

.fa-id-card-clip::before {
  content: "\f47f"; }

.fa-id-card-alt::before {
  content: "\f47f"; }

.fa-magnifying-glass-plus::before {
  content: "\f00e"; }

.fa-search-plus::before {
  content: "\f00e"; }

.fa-thumbs-up::before {
  content: "\f164"; }

.fa-user-clock::before {
  content: "\f4fd"; }

.fa-hand-dots::before {
  content: "\f461"; }

.fa-allergies::before {
  content: "\f461"; }

.fa-file-invoice::before {
  content: "\f570"; }

.fa-window-minimize::before {
  content: "\f2d1"; }

.fa-mug-saucer::before {
  content: "\f0f4"; }

.fa-coffee::before {
  content: "\f0f4"; }

.fa-brush::before {
  content: "\f55d"; }

.fa-mask::before {
  content: "\f6fa"; }

.fa-magnifying-glass-minus::before {
  content: "\f010"; }

.fa-search-minus::before {
  content: "\f010"; }

.fa-ruler-vertical::before {
  content: "\f548"; }

.fa-user-large::before {
  content: "\f406"; }

.fa-user-alt::before {
  content: "\f406"; }

.fa-train-tram::before {
  content: "\e5b4"; }

.fa-user-nurse::before {
  content: "\f82f"; }

.fa-syringe::before {
  content: "\f48e"; }

.fa-cloud-sun::before {
  content: "\f6c4"; }

.fa-stopwatch-20::before {
  content: "\e06f"; }

.fa-square-full::before {
  content: "\f45c"; }

.fa-magnet::before {
  content: "\f076"; }

.fa-jar::before {
  content: "\e516"; }

.fa-note-sticky::before {
  content: "\f249"; }

.fa-sticky-note::before {
  content: "\f249"; }

.fa-bug-slash::before {
  content: "\e490"; }

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6"; }

.fa-bone::before {
  content: "\f5d7"; }

.fa-user-injured::before {
  content: "\f728"; }

.fa-face-sad-tear::before {
  content: "\f5b4"; }

.fa-sad-tear::before {
  content: "\f5b4"; }

.fa-plane::before {
  content: "\f072"; }

.fa-tent-arrows-down::before {
  content: "\e581"; }

.fa-exclamation::before {
  content: "\21"; }

.fa-arrows-spin::before {
  content: "\e4bb"; }

.fa-print::before {
  content: "\f02f"; }

.fa-turkish-lira-sign::before {
  content: "\e2bb"; }

.fa-try::before {
  content: "\e2bb"; }

.fa-turkish-lira::before {
  content: "\e2bb"; }

.fa-dollar-sign::before {
  content: "\24"; }

.fa-dollar::before {
  content: "\24"; }

.fa-usd::before {
  content: "\24"; }

.fa-x::before {
  content: "\58"; }

.fa-magnifying-glass-dollar::before {
  content: "\f688"; }

.fa-search-dollar::before {
  content: "\f688"; }

.fa-users-gear::before {
  content: "\f509"; }

.fa-users-cog::before {
  content: "\f509"; }

.fa-person-military-pointing::before {
  content: "\e54a"; }

.fa-building-columns::before {
  content: "\f19c"; }

.fa-bank::before {
  content: "\f19c"; }

.fa-institution::before {
  content: "\f19c"; }

.fa-museum::before {
  content: "\f19c"; }

.fa-university::before {
  content: "\f19c"; }

.fa-umbrella::before {
  content: "\f0e9"; }

.fa-trowel::before {
  content: "\e589"; }

.fa-d::before {
  content: "\44"; }

.fa-stapler::before {
  content: "\e5af"; }

.fa-masks-theater::before {
  content: "\f630"; }

.fa-theater-masks::before {
  content: "\f630"; }

.fa-kip-sign::before {
  content: "\e1c4"; }

.fa-hand-point-left::before {
  content: "\f0a5"; }

.fa-handshake-simple::before {
  content: "\f4c6"; }

.fa-handshake-alt::before {
  content: "\f4c6"; }

.fa-jet-fighter::before {
  content: "\f0fb"; }

.fa-fighter-jet::before {
  content: "\f0fb"; }

.fa-square-share-nodes::before {
  content: "\f1e1"; }

.fa-share-alt-square::before {
  content: "\f1e1"; }

.fa-barcode::before {
  content: "\f02a"; }

.fa-plus-minus::before {
  content: "\e43c"; }

.fa-video::before {
  content: "\f03d"; }

.fa-video-camera::before {
  content: "\f03d"; }

.fa-graduation-cap::before {
  content: "\f19d"; }

.fa-mortar-board::before {
  content: "\f19d"; }

.fa-hand-holding-medical::before {
  content: "\e05c"; }

.fa-person-circle-check::before {
  content: "\e53e"; }

.fa-turn-up::before {
  content: "\f3bf"; }

.fa-level-up-alt::before {
  content: "\f3bf"; }

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }
:root, :host {
  --fa-style-family-brands: 'Font Awesome 6 Brands';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands'; }

@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/font-awesome-6/fonts/fa-brands-400-6cd699135550499d965cdecf7455c325dc331d5cf2fe0842566a5629089aa732.woff2) format("woff2"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/font-awesome-6/fonts/fa-brands-400-f371f0d1e77d0639bfdab950e7a4abac4d365dc40ef0cb3c82420d5d60580a75.ttf) format("truetype"); }

.fab,
.fa-brands {
  font-weight: 400; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-aws:before {
  content: "\f375"; }

.fa-redhat:before {
  content: "\f7bc"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-pixiv:before {
  content: "\e640"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-stackpath:before {
  content: "\f842"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-modx:before {
  content: "\f285"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-square-js:before {
  content: "\f3b9"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-orcid:before {
  content: "\f8d2"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-invision:before {
  content: "\f7b0"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-unity:before {
  content: "\e049"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-vk:before {
  content: "\f189"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-square-reddit:before {
  content: "\f1a2"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-square-font-awesome:before {
  content: "\e5ad"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-brave:before {
  content: "\e63c"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-square-instagram:before {
  content: "\e055"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-square-hacker-news:before {
  content: "\f3af"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-edge:before {
  content: "\f282"; }

.fa-threads:before {
  content: "\e618"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-square-snapchat:before {
  content: "\f2ad"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-artstation:before {
  content: "\f77a"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-safari:before {
  content: "\f267"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-square-font-awesome-stroke:before {
  content: "\f35c"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-git-alt:before {
  content: "\f841"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-square-viadeo:before {
  content: "\f2aa"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-centos:before {
  content: "\f789"; }

.fa-adn:before {
  content: "\f170"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-opensuse:before {
  content: "\e62b"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-square-dribbble:before {
  content: "\f397"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-node:before {
  content: "\f419"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-debian:before {
  content: "\e60b"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-square-twitter:before {
  content: "\f081"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-golang:before {
  content: "\e40f"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-square-youtube:before {
  content: "\f431"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-nfc-directional:before {
  content: "\e530"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-meta:before {
  content: "\e49b"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-square-letterboxd:before {
  content: "\e62e"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-hips:before {
  content: "\f452"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-discord:before {
  content: "\f392"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-shoelace:before {
  content: "\e60c"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-unsplash:before {
  content: "\e07c"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-square-steam:before {
  content: "\f1b7"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-square-vimeo:before {
  content: "\f194"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-flag:before {
  content: "\f2b4"; }

.fa-font-awesome-logo-full:before {
  content: "\f2b4"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-apple:before {
  content: "\f179"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-padlet:before {
  content: "\e4a0"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-square-github:before {
  content: "\f092"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-shopify:before {
  content: "\e057"; }

.fa-neos:before {
  content: "\f612"; }

.fa-square-threads:before {
  content: "\e619"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-angular:before {
  content: "\f420"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envira:before {
  content: "\f299"; }

.fa-google-scholar:before {
  content: "\e63b"; }

.fa-square-gitlab:before {
  content: "\e5ae"; }

.fa-gitlab-square:before {
  content: "\e5ae"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-square-odnoklassniki:before {
  content: "\f264"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-sith:before {
  content: "\f512"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-hashnode:before {
  content: "\e499"; }

.fa-react:before {
  content: "\f41b"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-gg:before {
  content: "\f260"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-square-pinterest:before {
  content: "\f0d3"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-xing:before {
  content: "\f168"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-less:before {
  content: "\f41d"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-signal-messenger:before {
  content: "\e663"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-nfc-symbol:before {
  content: "\e531"; }

.fa-mintbit:before {
  content: "\e62f"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-brave-reverse:before {
  content: "\e63d"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-square-google-plus:before {
  content: "\f0d4"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-square-xing:before {
  content: "\f169"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-fly:before {
  content: "\f417"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-viber:before {
  content: "\f409"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-letterboxd:before {
  content: "\e62d"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-audible:before {
  content: "\f373"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-bilibili:before {
  content: "\e3d9"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-x-twitter:before {
  content: "\e61b"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-42-group:before {
  content: "\e080"; }

.fa-innosoft:before {
  content: "\e080"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-square-pied-piper:before {
  content: "\e01e"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-square-facebook:before {
  content: "\f082"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-square-lastfm:before {
  content: "\f203"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-figma:before {
  content: "\f799"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-cmplid:before {
  content: "\e360"; }

.fa-upwork:before {
  content: "\e641"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-docker:before {
  content: "\f395"; }

.fa-screenpal:before {
  content: "\e570"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-wirsindhandwerk:before {
  content: "\e2d0"; }

.fa-wsh:before {
  content: "\e2d0"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-apper:before {
  content: "\f371"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ab"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-square-behance:before {
  content: "\f1b5"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-webflow:before {
  content: "\e65c"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-space-awesome:before {
  content: "\e5ac"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-square-git:before {
  content: "\f1d2"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-square-tumblr:before {
  content: "\f174"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-trello:before {
  content: "\f181"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-android:before {
  content: "\f17b"; }

.fa-bots:before {
  content: "\e340"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-uber:before {
  content: "\f402"; }

.fa-github:before {
  content: "\f09b"; }

.fa-php:before {
  content: "\f457"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-stubber:before {
  content: "\e5c7"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f2c6"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-odysee:before {
  content: "\e5c6"; }

.fa-square-whatsapp:before {
  content: "\f40c"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f198"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-usb:before {
  content: "\f287"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-square-x-twitter:before {
  content: "\e61a"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f23a"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-sitrox:before {
  content: "\e44a"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-strava:before {
  content: "\f428"; }

.fa-ember:before {
  content: "\f423"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-intercom:before {
  content: "\f7af"; }

.fa-zhihu:before {
  content: "\f63f"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-pix:before {
  content: "\e43a"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/font-awesome-6/fonts/fa-regular-400-b760f7d0b22d0d1affe2935597e0f7117db217488428ea047c38edcf78560d97.woff2) format("woff2"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/font-awesome-6/fonts/fa-regular-400-e477506e462f3f0f8b474023431a8795fa8530588b8aa89ee2852c2d8c6251d4.ttf) format("truetype"); }

.far,
.fa-regular {
  font-weight: 400; }
:root, :host {
  --fa-style-family-classic: 'Font Awesome 6 Free';
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free'; }

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/font-awesome-6/fonts/fa-solid-900-1264bbfd0a242cea274e9658ef866514f8014f85fbb0a69e747d04a0f61e25d2.woff2) format("woff2"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/font-awesome-6/fonts/fa-solid-900-96b5ce81949b798ac7fd0b5d72266abfbcf1957ff99edaff5e10f87ccd5b55e2.ttf) format("truetype"); }

.fas,
.fa-solid {
  font-weight: 900; }
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-display: block;
  font-weight: 400;
  src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/font-awesome-6/fonts/fa-brands-400-6cd699135550499d965cdecf7455c325dc331d5cf2fe0842566a5629089aa732.woff2) format("woff2"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/font-awesome-6/fonts/fa-brands-400-f371f0d1e77d0639bfdab950e7a4abac4d365dc40ef0cb3c82420d5d60580a75.ttf) format("truetype"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 900;
  src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/font-awesome-6/fonts/fa-solid-900-1264bbfd0a242cea274e9658ef866514f8014f85fbb0a69e747d04a0f61e25d2.woff2) format("woff2"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/font-awesome-6/fonts/fa-solid-900-96b5ce81949b798ac7fd0b5d72266abfbcf1957ff99edaff5e10f87ccd5b55e2.ttf) format("truetype"); }

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-display: block;
  font-weight: 400;
  src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/font-awesome-6/fonts/fa-regular-400-b760f7d0b22d0d1affe2935597e0f7117db217488428ea047c38edcf78560d97.woff2) format("woff2"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/font-awesome-6/fonts/fa-regular-400-e477506e462f3f0f8b474023431a8795fa8530588b8aa89ee2852c2d8c6251d4.ttf) format("truetype"); }
@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/font-awesome-6/fonts/fa-solid-900-1264bbfd0a242cea274e9658ef866514f8014f85fbb0a69e747d04a0f61e25d2.woff2) format("woff2"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/font-awesome-6/fonts/fa-solid-900-96b5ce81949b798ac7fd0b5d72266abfbcf1957ff99edaff5e10f87ccd5b55e2.ttf) format("truetype"); }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/font-awesome-6/fonts/fa-brands-400-6cd699135550499d965cdecf7455c325dc331d5cf2fe0842566a5629089aa732.woff2) format("woff2"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/font-awesome-6/fonts/fa-brands-400-f371f0d1e77d0639bfdab950e7a4abac4d365dc40ef0cb3c82420d5d60580a75.ttf) format("truetype"); }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/font-awesome-6/fonts/fa-regular-400-b760f7d0b22d0d1affe2935597e0f7117db217488428ea047c38edcf78560d97.woff2) format("woff2"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/font-awesome-6/fonts/fa-regular-400-e477506e462f3f0f8b474023431a8795fa8530588b8aa89ee2852c2d8c6251d4.ttf) format("truetype");
  unicode-range: U+F003,U+F006,U+F014,U+F016-F017,U+F01A-F01B,U+F01D,U+F022,U+F03E,U+F044,U+F046,U+F05C-F05D,U+F06E,U+F070,U+F087-F088,U+F08A,U+F094,U+F096-F097,U+F09D,U+F0A0,U+F0A2,U+F0A4-F0A7,U+F0C5,U+F0C7,U+F0E5-F0E6,U+F0EB,U+F0F6-F0F8,U+F10C,U+F114-F115,U+F118-F11A,U+F11C-F11D,U+F133,U+F147,U+F14E,U+F150-F152,U+F185-F186,U+F18E,U+F190-F192,U+F196,U+F1C1-F1C9,U+F1D9,U+F1DB,U+F1E3,U+F1EA,U+F1F7,U+F1F9,U+F20A,U+F247-F248,U+F24A,U+F24D,U+F255-F25B,U+F25D,U+F271-F274,U+F278,U+F27B,U+F28C,U+F28E,U+F29C,U+F2B5,U+F2B7,U+F2BA,U+F2BC,U+F2BE,U+F2C0-F2C1,U+F2C3,U+F2D0,U+F2D2,U+F2D4,U+F2DC; }

@font-face {
  font-family: 'FontAwesome';
  font-display: block;
  src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/font-awesome-6/fonts/fa-v4compatibility-68d949a39e795fd8080f7f28c82b5a7da307fc101f00c08b83f646dc9628571f.woff2) format("woff2"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/font-awesome-6/fonts/fa-v4compatibility-cee5628b83e894db33df8bf613a12ea2bad93dff5d48e22336df2465b33aca6a.ttf) format("truetype");
  unicode-range: U+F041,U+F047,U+F065-F066,U+F07D-F07E,U+F080,U+F08B,U+F08E,U+F090,U+F09A,U+F0AC,U+F0AE,U+F0B2,U+F0D0,U+F0D6,U+F0E4,U+F0EC,U+F10A-F10B,U+F123,U+F13E,U+F148-F149,U+F14C,U+F156,U+F15E,U+F160-F161,U+F163,U+F175-F178,U+F195,U+F1F8,U+F219,U+F27A; }
/*!
 *  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;
}

/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face { font-family: "Ionicons"; src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/Ionicons/fonts/ionicons-5b73ad985d84687fab7cbebb12b34aeb110728ad6a69028ed84337cc7c3493a5.eot?v=2.0.0); src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/Ionicons/fonts/ionicons-5b73ad985d84687fab7cbebb12b34aeb110728ad6a69028ed84337cc7c3493a5.eot?v=2.0.0#iefix) format("embedded-opentype"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/Ionicons/fonts/ionicons-da639e376f3963103ef78aa0602ef5bd64f30f37da2981109065aa7b16e73826.ttf?v=2.0.0) format("truetype"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/Ionicons/fonts/ionicons-ed783db689b91ad262f2180741723562c85aaf733541924a71fbff5114816c61.woff?v=2.0.0) format("woff"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/Ionicons/fonts/ionicons-2ad6ff1dc11d4b8393034b6392ca47ea127616dce3cf67ceb1e0b2b58177bc60.svg?v=2.0.0#Ionicons) format("svg"); font-weight: normal; font-style: normal; }
.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before { display: inline-block; font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.ion-alert:before { content: "\f101"; }

.ion-alert-circled:before { content: "\f100"; }

.ion-android-add:before { content: "\f2c7"; }

.ion-android-add-circle:before { content: "\f359"; }

.ion-android-alarm-clock:before { content: "\f35a"; }

.ion-android-alert:before { content: "\f35b"; }

.ion-android-apps:before { content: "\f35c"; }

.ion-android-archive:before { content: "\f2c9"; }

.ion-android-arrow-back:before { content: "\f2ca"; }

.ion-android-arrow-down:before { content: "\f35d"; }

.ion-android-arrow-dropdown:before { content: "\f35f"; }

.ion-android-arrow-dropdown-circle:before { content: "\f35e"; }

.ion-android-arrow-dropleft:before { content: "\f361"; }

.ion-android-arrow-dropleft-circle:before { content: "\f360"; }

.ion-android-arrow-dropright:before { content: "\f363"; }

.ion-android-arrow-dropright-circle:before { content: "\f362"; }

.ion-android-arrow-dropup:before { content: "\f365"; }

.ion-android-arrow-dropup-circle:before { content: "\f364"; }

.ion-android-arrow-forward:before { content: "\f30f"; }

.ion-android-arrow-up:before { content: "\f366"; }

.ion-android-attach:before { content: "\f367"; }

.ion-android-bar:before { content: "\f368"; }

.ion-android-bicycle:before { content: "\f369"; }

.ion-android-boat:before { content: "\f36a"; }

.ion-android-bookmark:before { content: "\f36b"; }

.ion-android-bulb:before { content: "\f36c"; }

.ion-android-bus:before { content: "\f36d"; }

.ion-android-calendar:before { content: "\f2d1"; }

.ion-android-call:before { content: "\f2d2"; }

.ion-android-camera:before { content: "\f2d3"; }

.ion-android-cancel:before { content: "\f36e"; }

.ion-android-car:before { content: "\f36f"; }

.ion-android-cart:before { content: "\f370"; }

.ion-android-chat:before { content: "\f2d4"; }

.ion-android-checkbox:before { content: "\f374"; }

.ion-android-checkbox-blank:before { content: "\f371"; }

.ion-android-checkbox-outline:before { content: "\f373"; }

.ion-android-checkbox-outline-blank:before { content: "\f372"; }

.ion-android-checkmark-circle:before { content: "\f375"; }

.ion-android-clipboard:before { content: "\f376"; }

.ion-android-close:before { content: "\f2d7"; }

.ion-android-cloud:before { content: "\f37a"; }

.ion-android-cloud-circle:before { content: "\f377"; }

.ion-android-cloud-done:before { content: "\f378"; }

.ion-android-cloud-outline:before { content: "\f379"; }

.ion-android-color-palette:before { content: "\f37b"; }

.ion-android-compass:before { content: "\f37c"; }

.ion-android-contact:before { content: "\f2d8"; }

.ion-android-contacts:before { content: "\f2d9"; }

.ion-android-contract:before { content: "\f37d"; }

.ion-android-create:before { content: "\f37e"; }

.ion-android-delete:before { content: "\f37f"; }

.ion-android-desktop:before { content: "\f380"; }

.ion-android-document:before { content: "\f381"; }

.ion-android-done:before { content: "\f383"; }

.ion-android-done-all:before { content: "\f382"; }

.ion-android-download:before { content: "\f2dd"; }

.ion-android-drafts:before { content: "\f384"; }

.ion-android-exit:before { content: "\f385"; }

.ion-android-expand:before { content: "\f386"; }

.ion-android-favorite:before { content: "\f388"; }

.ion-android-favorite-outline:before { content: "\f387"; }

.ion-android-film:before { content: "\f389"; }

.ion-android-folder:before { content: "\f2e0"; }

.ion-android-folder-open:before { content: "\f38a"; }

.ion-android-funnel:before { content: "\f38b"; }

.ion-android-globe:before { content: "\f38c"; }

.ion-android-hand:before { content: "\f2e3"; }

.ion-android-hangout:before { content: "\f38d"; }

.ion-android-happy:before { content: "\f38e"; }

.ion-android-home:before { content: "\f38f"; }

.ion-android-image:before { content: "\f2e4"; }

.ion-android-laptop:before { content: "\f390"; }

.ion-android-list:before { content: "\f391"; }

.ion-android-locate:before { content: "\f2e9"; }

.ion-android-lock:before { content: "\f392"; }

.ion-android-mail:before { content: "\f2eb"; }

.ion-android-map:before { content: "\f393"; }

.ion-android-menu:before { content: "\f394"; }

.ion-android-microphone:before { content: "\f2ec"; }

.ion-android-microphone-off:before { content: "\f395"; }

.ion-android-more-horizontal:before { content: "\f396"; }

.ion-android-more-vertical:before { content: "\f397"; }

.ion-android-navigate:before { content: "\f398"; }

.ion-android-notifications:before { content: "\f39b"; }

.ion-android-notifications-none:before { content: "\f399"; }

.ion-android-notifications-off:before { content: "\f39a"; }

.ion-android-open:before { content: "\f39c"; }

.ion-android-options:before { content: "\f39d"; }

.ion-android-people:before { content: "\f39e"; }

.ion-android-person:before { content: "\f3a0"; }

.ion-android-person-add:before { content: "\f39f"; }

.ion-android-phone-landscape:before { content: "\f3a1"; }

.ion-android-phone-portrait:before { content: "\f3a2"; }

.ion-android-pin:before { content: "\f3a3"; }

.ion-android-plane:before { content: "\f3a4"; }

.ion-android-playstore:before { content: "\f2f0"; }

.ion-android-print:before { content: "\f3a5"; }

.ion-android-radio-button-off:before { content: "\f3a6"; }

.ion-android-radio-button-on:before { content: "\f3a7"; }

.ion-android-refresh:before { content: "\f3a8"; }

.ion-android-remove:before { content: "\f2f4"; }

.ion-android-remove-circle:before { content: "\f3a9"; }

.ion-android-restaurant:before { content: "\f3aa"; }

.ion-android-sad:before { content: "\f3ab"; }

.ion-android-search:before { content: "\f2f5"; }

.ion-android-send:before { content: "\f2f6"; }

.ion-android-settings:before { content: "\f2f7"; }

.ion-android-share:before { content: "\f2f8"; }

.ion-android-share-alt:before { content: "\f3ac"; }

.ion-android-star:before { content: "\f2fc"; }

.ion-android-star-half:before { content: "\f3ad"; }

.ion-android-star-outline:before { content: "\f3ae"; }

.ion-android-stopwatch:before { content: "\f2fd"; }

.ion-android-subway:before { content: "\f3af"; }

.ion-android-sunny:before { content: "\f3b0"; }

.ion-android-sync:before { content: "\f3b1"; }

.ion-android-textsms:before { content: "\f3b2"; }

.ion-android-time:before { content: "\f3b3"; }

.ion-android-train:before { content: "\f3b4"; }

.ion-android-unlock:before { content: "\f3b5"; }

.ion-android-upload:before { content: "\f3b6"; }

.ion-android-volume-down:before { content: "\f3b7"; }

.ion-android-volume-mute:before { content: "\f3b8"; }

.ion-android-volume-off:before { content: "\f3b9"; }

.ion-android-volume-up:before { content: "\f3ba"; }

.ion-android-walk:before { content: "\f3bb"; }

.ion-android-warning:before { content: "\f3bc"; }

.ion-android-watch:before { content: "\f3bd"; }

.ion-android-wifi:before { content: "\f305"; }

.ion-aperture:before { content: "\f313"; }

.ion-archive:before { content: "\f102"; }

.ion-arrow-down-a:before { content: "\f103"; }

.ion-arrow-down-b:before { content: "\f104"; }

.ion-arrow-down-c:before { content: "\f105"; }

.ion-arrow-expand:before { content: "\f25e"; }

.ion-arrow-graph-down-left:before { content: "\f25f"; }

.ion-arrow-graph-down-right:before { content: "\f260"; }

.ion-arrow-graph-up-left:before { content: "\f261"; }

.ion-arrow-graph-up-right:before { content: "\f262"; }

.ion-arrow-left-a:before { content: "\f106"; }

.ion-arrow-left-b:before { content: "\f107"; }

.ion-arrow-left-c:before { content: "\f108"; }

.ion-arrow-move:before { content: "\f263"; }

.ion-arrow-resize:before { content: "\f264"; }

.ion-arrow-return-left:before { content: "\f265"; }

.ion-arrow-return-right:before { content: "\f266"; }

.ion-arrow-right-a:before { content: "\f109"; }

.ion-arrow-right-b:before { content: "\f10a"; }

.ion-arrow-right-c:before { content: "\f10b"; }

.ion-arrow-shrink:before { content: "\f267"; }

.ion-arrow-swap:before { content: "\f268"; }

.ion-arrow-up-a:before { content: "\f10c"; }

.ion-arrow-up-b:before { content: "\f10d"; }

.ion-arrow-up-c:before { content: "\f10e"; }

.ion-asterisk:before { content: "\f314"; }

.ion-at:before { content: "\f10f"; }

.ion-backspace:before { content: "\f3bf"; }

.ion-backspace-outline:before { content: "\f3be"; }

.ion-bag:before { content: "\f110"; }

.ion-battery-charging:before { content: "\f111"; }

.ion-battery-empty:before { content: "\f112"; }

.ion-battery-full:before { content: "\f113"; }

.ion-battery-half:before { content: "\f114"; }

.ion-battery-low:before { content: "\f115"; }

.ion-beaker:before { content: "\f269"; }

.ion-beer:before { content: "\f26a"; }

.ion-bluetooth:before { content: "\f116"; }

.ion-bonfire:before { content: "\f315"; }

.ion-bookmark:before { content: "\f26b"; }

.ion-bowtie:before { content: "\f3c0"; }

.ion-briefcase:before { content: "\f26c"; }

.ion-bug:before { content: "\f2be"; }

.ion-calculator:before { content: "\f26d"; }

.ion-calendar:before { content: "\f117"; }

.ion-camera:before { content: "\f118"; }

.ion-card:before { content: "\f119"; }

.ion-cash:before { content: "\f316"; }

.ion-chatbox:before { content: "\f11b"; }

.ion-chatbox-working:before { content: "\f11a"; }

.ion-chatboxes:before { content: "\f11c"; }

.ion-chatbubble:before { content: "\f11e"; }

.ion-chatbubble-working:before { content: "\f11d"; }

.ion-chatbubbles:before { content: "\f11f"; }

.ion-checkmark:before { content: "\f122"; }

.ion-checkmark-circled:before { content: "\f120"; }

.ion-checkmark-round:before { content: "\f121"; }

.ion-chevron-down:before { content: "\f123"; }

.ion-chevron-left:before { content: "\f124"; }

.ion-chevron-right:before { content: "\f125"; }

.ion-chevron-up:before { content: "\f126"; }

.ion-clipboard:before { content: "\f127"; }

.ion-clock:before { content: "\f26e"; }

.ion-close:before { content: "\f12a"; }

.ion-close-circled:before { content: "\f128"; }

.ion-close-round:before { content: "\f129"; }

.ion-closed-captioning:before { content: "\f317"; }

.ion-cloud:before { content: "\f12b"; }

.ion-code:before { content: "\f271"; }

.ion-code-download:before { content: "\f26f"; }

.ion-code-working:before { content: "\f270"; }

.ion-coffee:before { content: "\f272"; }

.ion-compass:before { content: "\f273"; }

.ion-compose:before { content: "\f12c"; }

.ion-connection-bars:before { content: "\f274"; }

.ion-contrast:before { content: "\f275"; }

.ion-crop:before { content: "\f3c1"; }

.ion-cube:before { content: "\f318"; }

.ion-disc:before { content: "\f12d"; }

.ion-document:before { content: "\f12f"; }

.ion-document-text:before { content: "\f12e"; }

.ion-drag:before { content: "\f130"; }

.ion-earth:before { content: "\f276"; }

.ion-easel:before { content: "\f3c2"; }

.ion-edit:before { content: "\f2bf"; }

.ion-egg:before { content: "\f277"; }

.ion-eject:before { content: "\f131"; }

.ion-email:before { content: "\f132"; }

.ion-email-unread:before { content: "\f3c3"; }

.ion-erlenmeyer-flask:before { content: "\f3c5"; }

.ion-erlenmeyer-flask-bubbles:before { content: "\f3c4"; }

.ion-eye:before { content: "\f133"; }

.ion-eye-disabled:before { content: "\f306"; }

.ion-female:before { content: "\f278"; }

.ion-filing:before { content: "\f134"; }

.ion-film-marker:before { content: "\f135"; }

.ion-fireball:before { content: "\f319"; }

.ion-flag:before { content: "\f279"; }

.ion-flame:before { content: "\f31a"; }

.ion-flash:before { content: "\f137"; }

.ion-flash-off:before { content: "\f136"; }

.ion-folder:before { content: "\f139"; }

.ion-fork:before { content: "\f27a"; }

.ion-fork-repo:before { content: "\f2c0"; }

.ion-forward:before { content: "\f13a"; }

.ion-funnel:before { content: "\f31b"; }

.ion-gear-a:before { content: "\f13d"; }

.ion-gear-b:before { content: "\f13e"; }

.ion-grid:before { content: "\f13f"; }

.ion-hammer:before { content: "\f27b"; }

.ion-happy:before { content: "\f31c"; }

.ion-happy-outline:before { content: "\f3c6"; }

.ion-headphone:before { content: "\f140"; }

.ion-heart:before { content: "\f141"; }

.ion-heart-broken:before { content: "\f31d"; }

.ion-help:before { content: "\f143"; }

.ion-help-buoy:before { content: "\f27c"; }

.ion-help-circled:before { content: "\f142"; }

.ion-home:before { content: "\f144"; }

.ion-icecream:before { content: "\f27d"; }

.ion-image:before { content: "\f147"; }

.ion-images:before { content: "\f148"; }

.ion-information:before { content: "\f14a"; }

.ion-information-circled:before { content: "\f149"; }

.ion-ionic:before { content: "\f14b"; }

.ion-ios-alarm:before { content: "\f3c8"; }

.ion-ios-alarm-outline:before { content: "\f3c7"; }

.ion-ios-albums:before { content: "\f3ca"; }

.ion-ios-albums-outline:before { content: "\f3c9"; }

.ion-ios-americanfootball:before { content: "\f3cc"; }

.ion-ios-americanfootball-outline:before { content: "\f3cb"; }

.ion-ios-analytics:before { content: "\f3ce"; }

.ion-ios-analytics-outline:before { content: "\f3cd"; }

.ion-ios-arrow-back:before { content: "\f3cf"; }

.ion-ios-arrow-down:before { content: "\f3d0"; }

.ion-ios-arrow-forward:before { content: "\f3d1"; }

.ion-ios-arrow-left:before { content: "\f3d2"; }

.ion-ios-arrow-right:before { content: "\f3d3"; }

.ion-ios-arrow-thin-down:before { content: "\f3d4"; }

.ion-ios-arrow-thin-left:before { content: "\f3d5"; }

.ion-ios-arrow-thin-right:before { content: "\f3d6"; }

.ion-ios-arrow-thin-up:before { content: "\f3d7"; }

.ion-ios-arrow-up:before { content: "\f3d8"; }

.ion-ios-at:before { content: "\f3da"; }

.ion-ios-at-outline:before { content: "\f3d9"; }

.ion-ios-barcode:before { content: "\f3dc"; }

.ion-ios-barcode-outline:before { content: "\f3db"; }

.ion-ios-baseball:before { content: "\f3de"; }

.ion-ios-baseball-outline:before { content: "\f3dd"; }

.ion-ios-basketball:before { content: "\f3e0"; }

.ion-ios-basketball-outline:before { content: "\f3df"; }

.ion-ios-bell:before { content: "\f3e2"; }

.ion-ios-bell-outline:before { content: "\f3e1"; }

.ion-ios-body:before { content: "\f3e4"; }

.ion-ios-body-outline:before { content: "\f3e3"; }

.ion-ios-bolt:before { content: "\f3e6"; }

.ion-ios-bolt-outline:before { content: "\f3e5"; }

.ion-ios-book:before { content: "\f3e8"; }

.ion-ios-book-outline:before { content: "\f3e7"; }

.ion-ios-bookmarks:before { content: "\f3ea"; }

.ion-ios-bookmarks-outline:before { content: "\f3e9"; }

.ion-ios-box:before { content: "\f3ec"; }

.ion-ios-box-outline:before { content: "\f3eb"; }

.ion-ios-briefcase:before { content: "\f3ee"; }

.ion-ios-briefcase-outline:before { content: "\f3ed"; }

.ion-ios-browsers:before { content: "\f3f0"; }

.ion-ios-browsers-outline:before { content: "\f3ef"; }

.ion-ios-calculator:before { content: "\f3f2"; }

.ion-ios-calculator-outline:before { content: "\f3f1"; }

.ion-ios-calendar:before { content: "\f3f4"; }

.ion-ios-calendar-outline:before { content: "\f3f3"; }

.ion-ios-camera:before { content: "\f3f6"; }

.ion-ios-camera-outline:before { content: "\f3f5"; }

.ion-ios-cart:before { content: "\f3f8"; }

.ion-ios-cart-outline:before { content: "\f3f7"; }

.ion-ios-chatboxes:before { content: "\f3fa"; }

.ion-ios-chatboxes-outline:before { content: "\f3f9"; }

.ion-ios-chatbubble:before { content: "\f3fc"; }

.ion-ios-chatbubble-outline:before { content: "\f3fb"; }

.ion-ios-checkmark:before { content: "\f3ff"; }

.ion-ios-checkmark-empty:before { content: "\f3fd"; }

.ion-ios-checkmark-outline:before { content: "\f3fe"; }

.ion-ios-circle-filled:before { content: "\f400"; }

.ion-ios-circle-outline:before { content: "\f401"; }

.ion-ios-clock:before { content: "\f403"; }

.ion-ios-clock-outline:before { content: "\f402"; }

.ion-ios-close:before { content: "\f406"; }

.ion-ios-close-empty:before { content: "\f404"; }

.ion-ios-close-outline:before { content: "\f405"; }

.ion-ios-cloud:before { content: "\f40c"; }

.ion-ios-cloud-download:before { content: "\f408"; }

.ion-ios-cloud-download-outline:before { content: "\f407"; }

.ion-ios-cloud-outline:before { content: "\f409"; }

.ion-ios-cloud-upload:before { content: "\f40b"; }

.ion-ios-cloud-upload-outline:before { content: "\f40a"; }

.ion-ios-cloudy:before { content: "\f410"; }

.ion-ios-cloudy-night:before { content: "\f40e"; }

.ion-ios-cloudy-night-outline:before { content: "\f40d"; }

.ion-ios-cloudy-outline:before { content: "\f40f"; }

.ion-ios-cog:before { content: "\f412"; }

.ion-ios-cog-outline:before { content: "\f411"; }

.ion-ios-color-filter:before { content: "\f414"; }

.ion-ios-color-filter-outline:before { content: "\f413"; }

.ion-ios-color-wand:before { content: "\f416"; }

.ion-ios-color-wand-outline:before { content: "\f415"; }

.ion-ios-compose:before { content: "\f418"; }

.ion-ios-compose-outline:before { content: "\f417"; }

.ion-ios-contact:before { content: "\f41a"; }

.ion-ios-contact-outline:before { content: "\f419"; }

.ion-ios-copy:before { content: "\f41c"; }

.ion-ios-copy-outline:before { content: "\f41b"; }

.ion-ios-crop:before { content: "\f41e"; }

.ion-ios-crop-strong:before { content: "\f41d"; }

.ion-ios-download:before { content: "\f420"; }

.ion-ios-download-outline:before { content: "\f41f"; }

.ion-ios-drag:before { content: "\f421"; }

.ion-ios-email:before { content: "\f423"; }

.ion-ios-email-outline:before { content: "\f422"; }

.ion-ios-eye:before { content: "\f425"; }

.ion-ios-eye-outline:before { content: "\f424"; }

.ion-ios-fastforward:before { content: "\f427"; }

.ion-ios-fastforward-outline:before { content: "\f426"; }

.ion-ios-filing:before { content: "\f429"; }

.ion-ios-filing-outline:before { content: "\f428"; }

.ion-ios-film:before { content: "\f42b"; }

.ion-ios-film-outline:before { content: "\f42a"; }

.ion-ios-flag:before { content: "\f42d"; }

.ion-ios-flag-outline:before { content: "\f42c"; }

.ion-ios-flame:before { content: "\f42f"; }

.ion-ios-flame-outline:before { content: "\f42e"; }

.ion-ios-flask:before { content: "\f431"; }

.ion-ios-flask-outline:before { content: "\f430"; }

.ion-ios-flower:before { content: "\f433"; }

.ion-ios-flower-outline:before { content: "\f432"; }

.ion-ios-folder:before { content: "\f435"; }

.ion-ios-folder-outline:before { content: "\f434"; }

.ion-ios-football:before { content: "\f437"; }

.ion-ios-football-outline:before { content: "\f436"; }

.ion-ios-game-controller-a:before { content: "\f439"; }

.ion-ios-game-controller-a-outline:before { content: "\f438"; }

.ion-ios-game-controller-b:before { content: "\f43b"; }

.ion-ios-game-controller-b-outline:before { content: "\f43a"; }

.ion-ios-gear:before { content: "\f43d"; }

.ion-ios-gear-outline:before { content: "\f43c"; }

.ion-ios-glasses:before { content: "\f43f"; }

.ion-ios-glasses-outline:before { content: "\f43e"; }

.ion-ios-grid-view:before { content: "\f441"; }

.ion-ios-grid-view-outline:before { content: "\f440"; }

.ion-ios-heart:before { content: "\f443"; }

.ion-ios-heart-outline:before { content: "\f442"; }

.ion-ios-help:before { content: "\f446"; }

.ion-ios-help-empty:before { content: "\f444"; }

.ion-ios-help-outline:before { content: "\f445"; }

.ion-ios-home:before { content: "\f448"; }

.ion-ios-home-outline:before { content: "\f447"; }

.ion-ios-infinite:before { content: "\f44a"; }

.ion-ios-infinite-outline:before { content: "\f449"; }

.ion-ios-information:before { content: "\f44d"; }

.ion-ios-information-empty:before { content: "\f44b"; }

.ion-ios-information-outline:before { content: "\f44c"; }

.ion-ios-ionic-outline:before { content: "\f44e"; }

.ion-ios-keypad:before { content: "\f450"; }

.ion-ios-keypad-outline:before { content: "\f44f"; }

.ion-ios-lightbulb:before { content: "\f452"; }

.ion-ios-lightbulb-outline:before { content: "\f451"; }

.ion-ios-list:before { content: "\f454"; }

.ion-ios-list-outline:before { content: "\f453"; }

.ion-ios-location:before { content: "\f456"; }

.ion-ios-location-outline:before { content: "\f455"; }

.ion-ios-locked:before { content: "\f458"; }

.ion-ios-locked-outline:before { content: "\f457"; }

.ion-ios-loop:before { content: "\f45a"; }

.ion-ios-loop-strong:before { content: "\f459"; }

.ion-ios-medical:before { content: "\f45c"; }

.ion-ios-medical-outline:before { content: "\f45b"; }

.ion-ios-medkit:before { content: "\f45e"; }

.ion-ios-medkit-outline:before { content: "\f45d"; }

.ion-ios-mic:before { content: "\f461"; }

.ion-ios-mic-off:before { content: "\f45f"; }

.ion-ios-mic-outline:before { content: "\f460"; }

.ion-ios-minus:before { content: "\f464"; }

.ion-ios-minus-empty:before { content: "\f462"; }

.ion-ios-minus-outline:before { content: "\f463"; }

.ion-ios-monitor:before { content: "\f466"; }

.ion-ios-monitor-outline:before { content: "\f465"; }

.ion-ios-moon:before { content: "\f468"; }

.ion-ios-moon-outline:before { content: "\f467"; }

.ion-ios-more:before { content: "\f46a"; }

.ion-ios-more-outline:before { content: "\f469"; }

.ion-ios-musical-note:before { content: "\f46b"; }

.ion-ios-musical-notes:before { content: "\f46c"; }

.ion-ios-navigate:before { content: "\f46e"; }

.ion-ios-navigate-outline:before { content: "\f46d"; }

.ion-ios-nutrition:before { content: "\f470"; }

.ion-ios-nutrition-outline:before { content: "\f46f"; }

.ion-ios-paper:before { content: "\f472"; }

.ion-ios-paper-outline:before { content: "\f471"; }

.ion-ios-paperplane:before { content: "\f474"; }

.ion-ios-paperplane-outline:before { content: "\f473"; }

.ion-ios-partlysunny:before { content: "\f476"; }

.ion-ios-partlysunny-outline:before { content: "\f475"; }

.ion-ios-pause:before { content: "\f478"; }

.ion-ios-pause-outline:before { content: "\f477"; }

.ion-ios-paw:before { content: "\f47a"; }

.ion-ios-paw-outline:before { content: "\f479"; }

.ion-ios-people:before { content: "\f47c"; }

.ion-ios-people-outline:before { content: "\f47b"; }

.ion-ios-person:before { content: "\f47e"; }

.ion-ios-person-outline:before { content: "\f47d"; }

.ion-ios-personadd:before { content: "\f480"; }

.ion-ios-personadd-outline:before { content: "\f47f"; }

.ion-ios-photos:before { content: "\f482"; }

.ion-ios-photos-outline:before { content: "\f481"; }

.ion-ios-pie:before { content: "\f484"; }

.ion-ios-pie-outline:before { content: "\f483"; }

.ion-ios-pint:before { content: "\f486"; }

.ion-ios-pint-outline:before { content: "\f485"; }

.ion-ios-play:before { content: "\f488"; }

.ion-ios-play-outline:before { content: "\f487"; }

.ion-ios-plus:before { content: "\f48b"; }

.ion-ios-plus-empty:before { content: "\f489"; }

.ion-ios-plus-outline:before { content: "\f48a"; }

.ion-ios-pricetag:before { content: "\f48d"; }

.ion-ios-pricetag-outline:before { content: "\f48c"; }

.ion-ios-pricetags:before { content: "\f48f"; }

.ion-ios-pricetags-outline:before { content: "\f48e"; }

.ion-ios-printer:before { content: "\f491"; }

.ion-ios-printer-outline:before { content: "\f490"; }

.ion-ios-pulse:before { content: "\f493"; }

.ion-ios-pulse-strong:before { content: "\f492"; }

.ion-ios-rainy:before { content: "\f495"; }

.ion-ios-rainy-outline:before { content: "\f494"; }

.ion-ios-recording:before { content: "\f497"; }

.ion-ios-recording-outline:before { content: "\f496"; }

.ion-ios-redo:before { content: "\f499"; }

.ion-ios-redo-outline:before { content: "\f498"; }

.ion-ios-refresh:before { content: "\f49c"; }

.ion-ios-refresh-empty:before { content: "\f49a"; }

.ion-ios-refresh-outline:before { content: "\f49b"; }

.ion-ios-reload:before { content: "\f49d"; }

.ion-ios-reverse-camera:before { content: "\f49f"; }

.ion-ios-reverse-camera-outline:before { content: "\f49e"; }

.ion-ios-rewind:before { content: "\f4a1"; }

.ion-ios-rewind-outline:before { content: "\f4a0"; }

.ion-ios-rose:before { content: "\f4a3"; }

.ion-ios-rose-outline:before { content: "\f4a2"; }

.ion-ios-search:before { content: "\f4a5"; }

.ion-ios-search-strong:before { content: "\f4a4"; }

.ion-ios-settings:before { content: "\f4a7"; }

.ion-ios-settings-strong:before { content: "\f4a6"; }

.ion-ios-shuffle:before { content: "\f4a9"; }

.ion-ios-shuffle-strong:before { content: "\f4a8"; }

.ion-ios-skipbackward:before { content: "\f4ab"; }

.ion-ios-skipbackward-outline:before { content: "\f4aa"; }

.ion-ios-skipforward:before { content: "\f4ad"; }

.ion-ios-skipforward-outline:before { content: "\f4ac"; }

.ion-ios-snowy:before { content: "\f4ae"; }

.ion-ios-speedometer:before { content: "\f4b0"; }

.ion-ios-speedometer-outline:before { content: "\f4af"; }

.ion-ios-star:before { content: "\f4b3"; }

.ion-ios-star-half:before { content: "\f4b1"; }

.ion-ios-star-outline:before { content: "\f4b2"; }

.ion-ios-stopwatch:before { content: "\f4b5"; }

.ion-ios-stopwatch-outline:before { content: "\f4b4"; }

.ion-ios-sunny:before { content: "\f4b7"; }

.ion-ios-sunny-outline:before { content: "\f4b6"; }

.ion-ios-telephone:before { content: "\f4b9"; }

.ion-ios-telephone-outline:before { content: "\f4b8"; }

.ion-ios-tennisball:before { content: "\f4bb"; }

.ion-ios-tennisball-outline:before { content: "\f4ba"; }

.ion-ios-thunderstorm:before { content: "\f4bd"; }

.ion-ios-thunderstorm-outline:before { content: "\f4bc"; }

.ion-ios-time:before { content: "\f4bf"; }

.ion-ios-time-outline:before { content: "\f4be"; }

.ion-ios-timer:before { content: "\f4c1"; }

.ion-ios-timer-outline:before { content: "\f4c0"; }

.ion-ios-toggle:before { content: "\f4c3"; }

.ion-ios-toggle-outline:before { content: "\f4c2"; }

.ion-ios-trash:before { content: "\f4c5"; }

.ion-ios-trash-outline:before { content: "\f4c4"; }

.ion-ios-undo:before { content: "\f4c7"; }

.ion-ios-undo-outline:before { content: "\f4c6"; }

.ion-ios-unlocked:before { content: "\f4c9"; }

.ion-ios-unlocked-outline:before { content: "\f4c8"; }

.ion-ios-upload:before { content: "\f4cb"; }

.ion-ios-upload-outline:before { content: "\f4ca"; }

.ion-ios-videocam:before { content: "\f4cd"; }

.ion-ios-videocam-outline:before { content: "\f4cc"; }

.ion-ios-volume-high:before { content: "\f4ce"; }

.ion-ios-volume-low:before { content: "\f4cf"; }

.ion-ios-wineglass:before { content: "\f4d1"; }

.ion-ios-wineglass-outline:before { content: "\f4d0"; }

.ion-ios-world:before { content: "\f4d3"; }

.ion-ios-world-outline:before { content: "\f4d2"; }

.ion-ipad:before { content: "\f1f9"; }

.ion-iphone:before { content: "\f1fa"; }

.ion-ipod:before { content: "\f1fb"; }

.ion-jet:before { content: "\f295"; }

.ion-key:before { content: "\f296"; }

.ion-knife:before { content: "\f297"; }

.ion-laptop:before { content: "\f1fc"; }

.ion-leaf:before { content: "\f1fd"; }

.ion-levels:before { content: "\f298"; }

.ion-lightbulb:before { content: "\f299"; }

.ion-link:before { content: "\f1fe"; }

.ion-load-a:before { content: "\f29a"; }

.ion-load-b:before { content: "\f29b"; }

.ion-load-c:before { content: "\f29c"; }

.ion-load-d:before { content: "\f29d"; }

.ion-location:before { content: "\f1ff"; }

.ion-lock-combination:before { content: "\f4d4"; }

.ion-locked:before { content: "\f200"; }

.ion-log-in:before { content: "\f29e"; }

.ion-log-out:before { content: "\f29f"; }

.ion-loop:before { content: "\f201"; }

.ion-magnet:before { content: "\f2a0"; }

.ion-male:before { content: "\f2a1"; }

.ion-man:before { content: "\f202"; }

.ion-map:before { content: "\f203"; }

.ion-medkit:before { content: "\f2a2"; }

.ion-merge:before { content: "\f33f"; }

.ion-mic-a:before { content: "\f204"; }

.ion-mic-b:before { content: "\f205"; }

.ion-mic-c:before { content: "\f206"; }

.ion-minus:before { content: "\f209"; }

.ion-minus-circled:before { content: "\f207"; }

.ion-minus-round:before { content: "\f208"; }

.ion-model-s:before { content: "\f2c1"; }

.ion-monitor:before { content: "\f20a"; }

.ion-more:before { content: "\f20b"; }

.ion-mouse:before { content: "\f340"; }

.ion-music-note:before { content: "\f20c"; }

.ion-navicon:before { content: "\f20e"; }

.ion-navicon-round:before { content: "\f20d"; }

.ion-navigate:before { content: "\f2a3"; }

.ion-network:before { content: "\f341"; }

.ion-no-smoking:before { content: "\f2c2"; }

.ion-nuclear:before { content: "\f2a4"; }

.ion-outlet:before { content: "\f342"; }

.ion-paintbrush:before { content: "\f4d5"; }

.ion-paintbucket:before { content: "\f4d6"; }

.ion-paper-airplane:before { content: "\f2c3"; }

.ion-paperclip:before { content: "\f20f"; }

.ion-pause:before { content: "\f210"; }

.ion-person:before { content: "\f213"; }

.ion-person-add:before { content: "\f211"; }

.ion-person-stalker:before { content: "\f212"; }

.ion-pie-graph:before { content: "\f2a5"; }

.ion-pin:before { content: "\f2a6"; }

.ion-pinpoint:before { content: "\f2a7"; }

.ion-pizza:before { content: "\f2a8"; }

.ion-plane:before { content: "\f214"; }

.ion-planet:before { content: "\f343"; }

.ion-play:before { content: "\f215"; }

.ion-playstation:before { content: "\f30a"; }

.ion-plus:before { content: "\f218"; }

.ion-plus-circled:before { content: "\f216"; }

.ion-plus-round:before { content: "\f217"; }

.ion-podium:before { content: "\f344"; }

.ion-pound:before { content: "\f219"; }

.ion-power:before { content: "\f2a9"; }

.ion-pricetag:before { content: "\f2aa"; }

.ion-pricetags:before { content: "\f2ab"; }

.ion-printer:before { content: "\f21a"; }

.ion-pull-request:before { content: "\f345"; }

.ion-qr-scanner:before { content: "\f346"; }

.ion-quote:before { content: "\f347"; }

.ion-radio-waves:before { content: "\f2ac"; }

.ion-record:before { content: "\f21b"; }

.ion-refresh:before { content: "\f21c"; }

.ion-reply:before { content: "\f21e"; }

.ion-reply-all:before { content: "\f21d"; }

.ion-ribbon-a:before { content: "\f348"; }

.ion-ribbon-b:before { content: "\f349"; }

.ion-sad:before { content: "\f34a"; }

.ion-sad-outline:before { content: "\f4d7"; }

.ion-scissors:before { content: "\f34b"; }

.ion-search:before { content: "\f21f"; }

.ion-settings:before { content: "\f2ad"; }

.ion-share:before { content: "\f220"; }

.ion-shuffle:before { content: "\f221"; }

.ion-skip-backward:before { content: "\f222"; }

.ion-skip-forward:before { content: "\f223"; }

.ion-social-android:before { content: "\f225"; }

.ion-social-android-outline:before { content: "\f224"; }

.ion-social-angular:before { content: "\f4d9"; }

.ion-social-angular-outline:before { content: "\f4d8"; }

.ion-social-apple:before { content: "\f227"; }

.ion-social-apple-outline:before { content: "\f226"; }

.ion-social-bitcoin:before { content: "\f2af"; }

.ion-social-bitcoin-outline:before { content: "\f2ae"; }

.ion-social-buffer:before { content: "\f229"; }

.ion-social-buffer-outline:before { content: "\f228"; }

.ion-social-chrome:before { content: "\f4db"; }

.ion-social-chrome-outline:before { content: "\f4da"; }

.ion-social-codepen:before { content: "\f4dd"; }

.ion-social-codepen-outline:before { content: "\f4dc"; }

.ion-social-css3:before { content: "\f4df"; }

.ion-social-css3-outline:before { content: "\f4de"; }

.ion-social-designernews:before { content: "\f22b"; }

.ion-social-designernews-outline:before { content: "\f22a"; }

.ion-social-dribbble:before { content: "\f22d"; }

.ion-social-dribbble-outline:before { content: "\f22c"; }

.ion-social-dropbox:before { content: "\f22f"; }

.ion-social-dropbox-outline:before { content: "\f22e"; }

.ion-social-euro:before { content: "\f4e1"; }

.ion-social-euro-outline:before { content: "\f4e0"; }

.ion-social-facebook:before { content: "\f231"; }

.ion-social-facebook-outline:before { content: "\f230"; }

.ion-social-foursquare:before { content: "\f34d"; }

.ion-social-foursquare-outline:before { content: "\f34c"; }

.ion-social-freebsd-devil:before { content: "\f2c4"; }

.ion-social-github:before { content: "\f233"; }

.ion-social-github-outline:before { content: "\f232"; }

.ion-social-google:before { content: "\f34f"; }

.ion-social-google-outline:before { content: "\f34e"; }

.ion-social-googleplus:before { content: "\f235"; }

.ion-social-googleplus-outline:before { content: "\f234"; }

.ion-social-hackernews:before { content: "\f237"; }

.ion-social-hackernews-outline:before { content: "\f236"; }

.ion-social-html5:before { content: "\f4e3"; }

.ion-social-html5-outline:before { content: "\f4e2"; }

.ion-social-instagram:before { content: "\f351"; }

.ion-social-instagram-outline:before { content: "\f350"; }

.ion-social-javascript:before { content: "\f4e5"; }

.ion-social-javascript-outline:before { content: "\f4e4"; }

.ion-social-linkedin:before { content: "\f239"; }

.ion-social-linkedin-outline:before { content: "\f238"; }

.ion-social-markdown:before { content: "\f4e6"; }

.ion-social-nodejs:before { content: "\f4e7"; }

.ion-social-octocat:before { content: "\f4e8"; }

.ion-social-pinterest:before { content: "\f2b1"; }

.ion-social-pinterest-outline:before { content: "\f2b0"; }

.ion-social-python:before { content: "\f4e9"; }

.ion-social-reddit:before { content: "\f23b"; }

.ion-social-reddit-outline:before { content: "\f23a"; }

.ion-social-rss:before { content: "\f23d"; }

.ion-social-rss-outline:before { content: "\f23c"; }

.ion-social-sass:before { content: "\f4ea"; }

.ion-social-skype:before { content: "\f23f"; }

.ion-social-skype-outline:before { content: "\f23e"; }

.ion-social-snapchat:before { content: "\f4ec"; }

.ion-social-snapchat-outline:before { content: "\f4eb"; }

.ion-social-tumblr:before { content: "\f241"; }

.ion-social-tumblr-outline:before { content: "\f240"; }

.ion-social-tux:before { content: "\f2c5"; }

.ion-social-twitch:before { content: "\f4ee"; }

.ion-social-twitch-outline:before { content: "\f4ed"; }

.ion-social-twitter:before { content: "\f243"; }

.ion-social-twitter-outline:before { content: "\f242"; }

.ion-social-usd:before { content: "\f353"; }

.ion-social-usd-outline:before { content: "\f352"; }

.ion-social-vimeo:before { content: "\f245"; }

.ion-social-vimeo-outline:before { content: "\f244"; }

.ion-social-whatsapp:before { content: "\f4f0"; }

.ion-social-whatsapp-outline:before { content: "\f4ef"; }

.ion-social-windows:before { content: "\f247"; }

.ion-social-windows-outline:before { content: "\f246"; }

.ion-social-wordpress:before { content: "\f249"; }

.ion-social-wordpress-outline:before { content: "\f248"; }

.ion-social-yahoo:before { content: "\f24b"; }

.ion-social-yahoo-outline:before { content: "\f24a"; }

.ion-social-yen:before { content: "\f4f2"; }

.ion-social-yen-outline:before { content: "\f4f1"; }

.ion-social-youtube:before { content: "\f24d"; }

.ion-social-youtube-outline:before { content: "\f24c"; }

.ion-soup-can:before { content: "\f4f4"; }

.ion-soup-can-outline:before { content: "\f4f3"; }

.ion-speakerphone:before { content: "\f2b2"; }

.ion-speedometer:before { content: "\f2b3"; }

.ion-spoon:before { content: "\f2b4"; }

.ion-star:before { content: "\f24e"; }

.ion-stats-bars:before { content: "\f2b5"; }

.ion-steam:before { content: "\f30b"; }

.ion-stop:before { content: "\f24f"; }

.ion-thermometer:before { content: "\f2b6"; }

.ion-thumbsdown:before { content: "\f250"; }

.ion-thumbsup:before { content: "\f251"; }

.ion-toggle:before { content: "\f355"; }

.ion-toggle-filled:before { content: "\f354"; }

.ion-transgender:before { content: "\f4f5"; }

.ion-trash-a:before { content: "\f252"; }

.ion-trash-b:before { content: "\f253"; }

.ion-trophy:before { content: "\f356"; }

.ion-tshirt:before { content: "\f4f7"; }

.ion-tshirt-outline:before { content: "\f4f6"; }

.ion-umbrella:before { content: "\f2b7"; }

.ion-university:before { content: "\f357"; }

.ion-unlocked:before { content: "\f254"; }

.ion-upload:before { content: "\f255"; }

.ion-usb:before { content: "\f2b8"; }

.ion-videocamera:before { content: "\f256"; }

.ion-volume-high:before { content: "\f257"; }

.ion-volume-low:before { content: "\f258"; }

.ion-volume-medium:before { content: "\f259"; }

.ion-volume-mute:before { content: "\f25a"; }

.ion-wand:before { content: "\f358"; }

.ion-waterdrop:before { content: "\f25b"; }

.ion-wifi:before { content: "\f25c"; }

.ion-wineglass:before { content: "\f2b9"; }

.ion-woman:before { content: "\f25d"; }

.ion-wrench:before { content: "\f2ba"; }

.ion-xbox:before { content: "\f30c"; }
@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";
}

.glyphs.character-mapping {
  margin: 0 0 20px 0;
  padding: 20px 0 20px 30px;
  color: rgba(0,0,0,0.5);
  border: 1px solid #d8e0e5;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.glyphs.character-mapping li {
  margin: 0 30px 20px 0;
  display: inline-block;
  width: 90px;
  text-align: center;
  font-size: 24px;
  color: ;
}
.linea-icon {
  position: relative;
}
.linea-icon svg {
  fill: #000;
}
.glyphs.character-mapping input {
  margin: 0;
  padding: 5px 0;
  line-height: 12px;
  font-size: 12px;
  display: block;
  width: 100%;
  border: 1px solid #d8e0e5;
  text-align: center;
  outline: 0;
}
.glyphs.character-mapping input:focus {
  border: 1px solid #fbde4a;
  -webkit-box-shadow: inset 0 0 3px #fbde4a;
  box-shadow: inset 0 0 3px #fbde4a;
}
.glyphs.character-mapping input:hover {
  -webkit-box-shadow: inset 0 0 3px #fbde4a;
  box-shadow: inset 0 0 3px #fbde4a;
}
@font-face {
  font-family: "linea-arrows-10";
  src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/linea-arrows-10.eot);
  src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/linea-arrows-10.eot?#iefix) format("embedded-opentype"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/linea-arrows-10.woff) format("woff"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/linea-arrows-10.ttf) format("truetype"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/linea-arrows-10.svg#linea-arrows-10) format("svg");
  font-weight: normal;
  font-style: normal;
}
.linea-aerrow[data-icon]:before {
  font-family: "linea-arrows-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="linea-icon-"]:before,
[class*="linea- icon-"]:before {
  font-family: "linea-arrows-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-arrows-anticlockwise:before {
  content: "\e000";
}
.icon-arrows-anticlockwise-dashed:before {
  content: "\e001";
}
.icon-arrows-button-down:before {
  content: "\e002";
}
.icon-arrows-button-off:before {
  content: "\e003";
}
.icon-arrows-button-on:before {
  content: "\e004";
}
.icon-arrows-button-up:before {
  content: "\e005";
}
.icon-arrows-check:before {
  content: "\e006";
}
.icon-arrows-circle-check:before {
  content: "\e007";
}
.icon-arrows-circle-down:before {
  content: "\e008";
}
.icon-arrows-circle-downleft:before {
  content: "\e009";
}
.icon-arrows-circle-downright:before {
  content: "\e00a";
}
.icon-arrows-circle-left:before {
  content: "\e00b";
}
.icon-arrows-circle-minus:before {
  content: "\e00c";
}
.icon-arrows-circle-plus:before {
  content: "\e00d";
}
.icon-arrows-circle-remove:before {
  content: "\e00e";
}
.icon-arrows-circle-right:before {
  content: "\e00f";
}
.icon-arrows-circle-up:before {
  content: "\e010";
}
.icon-arrows-circle-upleft:before {
  content: "\e011";
}
.icon-arrows-circle-upright:before {
  content: "\e012";
}
.icon-arrows-clockwise:before {
  content: "\e013";
}
.icon-arrows-clockwise-dashed:before {
  content: "\e014";
}
.icon-arrows-compress:before {
  content: "\e015";
}
.icon-arrows-deny:before {
  content: "\e016";
}
.icon-arrows-diagonal:before {
  content: "\e017";
}
.icon-arrows-diagonal2:before {
  content: "\e018";
}
.icon-arrows-down:before {
  content: "\e019";
}
.icon-arrows-down-double:before {
  content: "\e01a";
}
.icon-arrows-downleft:before {
  content: "\e01b";
}
.icon-arrows-downright:before {
  content: "\e01c";
}
.icon-arrows-drag-down:before {
  content: "\e01d";
}
.icon-arrows-drag-down-dashed:before {
  content: "\e01e";
}
.icon-arrows-drag-horiz:before {
  content: "\e01f";
}
.icon-arrows-drag-left:before {
  content: "\e020";
}
.icon-arrows-drag-left-dashed:before {
  content: "\e021";
}
.icon-arrows-drag-right:before {
  content: "\e022";
}
.icon-arrows-drag-right-dashed:before {
  content: "\e023";
}
.icon-arrows-drag-up:before {
  content: "\e024";
}
.icon-arrows-drag-up-dashed:before {
  content: "\e025";
}
.icon-arrows-drag-vert:before {
  content: "\e026";
}
.icon-arrows-exclamation:before {
  content: "\e027";
}
.icon-arrows-expand:before {
  content: "\e028";
}
.icon-arrows-expand-diagonal1:before {
  content: "\e029";
}
.icon-arrows-expand-horizontal1:before {
  content: "\e02a";
}
.icon-arrows-expand-vertical1:before {
  content: "\e02b";
}
.icon-arrows-fit-horizontal:before {
  content: "\e02c";
}
.icon-arrows-fit-vertical:before {
  content: "\e02d";
}
.icon-arrows-glide:before {
  content: "\e02e";
}
.icon-arrows-glide-horizontal:before {
  content: "\e02f";
}
.icon-arrows-glide-vertical:before {
  content: "\e030";
}
.icon-arrows-hamburger1:before {
  content: "\e031";
}
.icon-arrows-hamburger-2:before {
  content: "\e032";
}
.icon-arrows-horizontal:before {
  content: "\e033";
}
.icon-arrows-info:before {
  content: "\e034";
}
.icon-arrows-keyboard-alt:before {
  content: "\e035";
}
.icon-arrows-keyboard-cmd:before {
  content: "\e036";
}
.icon-arrows-keyboard-delete:before {
  content: "\e037";
}
.icon-arrows-keyboard-down:before {
  content: "\e038";
}
.icon-arrows-keyboard-left:before {
  content: "\e039";
}
.icon-arrows-keyboard-return:before {
  content: "\e03a";
}
.icon-arrows-keyboard-right:before {
  content: "\e03b";
}
.icon-arrows-keyboard-shift:before {
  content: "\e03c";
}
.icon-arrows-keyboard-tab:before {
  content: "\e03d";
}
.icon-arrows-keyboard-up:before {
  content: "\e03e";
}
.icon-arrows-left:before {
  content: "\e03f";
}
.icon-arrows-left-double-32:before {
  content: "\e040";
}
.icon-arrows-minus:before {
  content: "\e041";
}
.icon-arrows-move:before {
  content: "\e042";
}
.icon-arrows-move2:before {
  content: "\e043";
}
.icon-arrows-move-bottom:before {
  content: "\e044";
}
.icon-arrows-move-left:before {
  content: "\e045";
}
.icon-arrows-move-right:before {
  content: "\e046";
}
.icon-arrows-move-top:before {
  content: "\e047";
}
.icon-arrows-plus:before {
  content: "\e048";
}
.icon-arrows-question:before {
  content: "\e049";
}
.icon-arrows-remove:before {
  content: "\e04a";
}
.icon-arrows-right:before {
  content: "\e04b";
}
.icon-arrows-right-double:before {
  content: "\e04c";
}
.icon-arrows-rotate:before {
  content: "\e04d";
}
.icon-arrows-rotate-anti:before {
  content: "\e04e";
}
.icon-arrows-rotate-anti-dashed:before {
  content: "\e04f";
}
.icon-arrows-rotate-dashed:before {
  content: "\e050";
}
.icon-arrows-shrink:before {
  content: "\e051";
}
.icon-arrows-shrink-diagonal1:before {
  content: "\e052";
}
.icon-arrows-shrink-diagonal2:before {
  content: "\e053";
}
.icon-arrows-shrink-horizonal2:before {
  content: "\e054";
}
.icon-arrows-shrink-horizontal1:before {
  content: "\e055";
}
.icon-arrows-shrink-vertical1:before {
  content: "\e056";
}
.icon-arrows-shrink-vertical2:before {
  content: "\e057";
}
.icon-arrows-sign-down:before {
  content: "\e058";
}
.icon-arrows-sign-left:before {
  content: "\e059";
}
.icon-arrows-sign-right:before {
  content: "\e05a";
}
.icon-arrows-sign-up:before {
  content: "\e05b";
}
.icon-arrows-slide-down1:before {
  content: "\e05c";
}
.icon-arrows-slide-down2:before {
  content: "\e05d";
}
.icon-arrows-slide-left1:before {
  content: "\e05e";
}
.icon-arrows-slide-left2:before {
  content: "\e05f";
}
.icon-arrows-slide-right1:before {
  content: "\e060";
}
.icon-arrows-slide-right2:before {
  content: "\e061";
}
.icon-arrows-slide-up1:before {
  content: "\e062";
}
.icon-arrows-slide-up2:before {
  content: "\e063";
}
.icon-arrows-slim-down:before {
  content: "\e064";
}
.icon-arrows-slim-down-dashed:before {
  content: "\e065";
}
.icon-arrows-slim-left:before {
  content: "\e066";
}
.icon-arrows-slim-left-dashed:before {
  content: "\e067";
}
.icon-arrows-slim-right:before {
  content: "\e068";
}
.icon-arrows-slim-right-dashed:before {
  content: "\e069";
}
.icon-arrows-slim-up:before {
  content: "\e06a";
}
.icon-arrows-slim-up-dashed:before {
  content: "\e06b";
}
.icon-arrows-square-check:before {
  content: "\e06c";
}
.icon-arrows-square-down:before {
  content: "\e06d";
}
.icon-arrows-square-downleft:before {
  content: "\e06e";
}
.icon-arrows-square-downright:before {
  content: "\e06f";
}
.icon-arrows-square-left:before {
  content: "\e070";
}
.icon-arrows-square-minus:before {
  content: "\e071";
}
.icon-arrows-square-plus:before {
  content: "\e072";
}
.icon-arrows-square-remove:before {
  content: "\e073";
}
.icon-arrows-square-right:before {
  content: "\e074";
}
.icon-arrows-square-up:before {
  content: "\e075";
}
.icon-arrows-square-upleft:before {
  content: "\e076";
}
.icon-arrows-square-upright:before {
  content: "\e077";
}
.icon-arrows-squares:before {
  content: "\e078";
}
.icon-arrows-stretch-diagonal1:before {
  content: "\e079";
}
.icon-arrows-stretch-diagonal2:before {
  content: "\e07a";
}
.icon-arrows-stretch-diagonal3:before {
  content: "\e07b";
}
.icon-arrows-stretch-diagonal4:before {
  content: "\e07c";
}
.icon-arrows-stretch-horizontal1:before {
  content: "\e07d";
}
.icon-arrows-stretch-horizontal2:before {
  content: "\e07e";
}
.icon-arrows-stretch-vertical1:before {
  content: "\e07f";
}
.icon-arrows-stretch-vertical2:before {
  content: "\e080";
}
.icon-arrows-switch-horizontal:before {
  content: "\e081";
}
.icon-arrows-switch-vertical:before {
  content: "\e082";
}
.icon-arrows-up:before {
  content: "\e083";
}
.icon-arrows-up-double-33:before {
  content: "\e084";
}
.icon-arrows-upleft:before {
  content: "\e085";
}
.icon-arrows-upright:before {
  content: "\e086";
}
.icon-arrows-vertical:before {
  content: "\e087";
}
@font-face {
  font-family: "linea-basic-10";
  src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/linea-basic-10.eot);
  src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/linea-basic-10.eot?#iefix) format("embedded-opentype"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/linea-basic-10.woff) format("woff"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/linea-basic-10.ttf) format("truetype"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/linea-basic-10.svg#linea-basic-10) format("svg");
  font-weight: normal;
  font-style: normal;
}
.linea-basic[data-icon]:before {
  font-family: "linea-basic-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="linea-icon-"]:before,
[class*="linea- icon-"]:before {
  font-family: "linea-basic-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-basic-accelerator:before {
  content: "a";
}
.icon-basic-alarm:before {
  content: "b";
}
.icon-basic-anchor:before {
  content: "c";
}
.icon-basic-anticlockwise:before {
  content: "d";
}
.icon-basic-archive:before {
  content: "e";
}
.icon-basic-archive-full:before {
  content: "f";
}
.icon-basic-ban:before {
  content: "g";
}
.icon-basic-battery-charge:before {
  content: "h";
}
.icon-basic-battery-empty:before {
  content: "i";
}
.icon-basic-battery-full:before {
  content: "j";
}
.icon-basic-battery-half:before {
  content: "k";
}
.icon-basic-bolt:before {
  content: "l";
}
.icon-basic-book:before {
  content: "m";
}
.icon-basic-book-pen:before {
  content: "n";
}
.icon-basic-book-pencil:before {
  content: "o";
}
.icon-basic-bookmark:before {
  content: "p";
}
.icon-basic-calculator:before {
  content: "q";
}
.icon-basic-calendar:before {
  content: "r";
}
.icon-basic-cards-diamonds:before {
  content: "s";
}
.icon-basic-cards-hearts:before {
  content: "t";
}
.icon-basic-case:before {
  content: "u";
}
.icon-basic-chronometer:before {
  content: "v";
}
.icon-basic-clessidre:before {
  content: "w";
}
.icon-basic-clock:before {
  content: "x";
}
.icon-basic-clockwise:before {
  content: "y";
}
.icon-basic-cloud:before {
  content: "z";
}
.icon-basic-clubs:before {
  content: "A";
}
.icon-basic-compass:before {
  content: "B";
}
.icon-basic-cup:before {
  content: "C";
}
.icon-basic-diamonds:before {
  content: "D";
}
.icon-basic-display:before {
  content: "E";
}
.icon-basic-download:before {
  content: "F";
}
.icon-basic-exclamation:before {
  content: "G";
}
.icon-basic-eye:before {
  content: "H";
}
.icon-basic-eye-closed:before {
  content: "I";
}
.icon-basic-female:before {
  content: "J";
}
.icon-basic-flag1:before {
  content: "K";
}
.icon-basic-flag2:before {
  content: "L";
}
.icon-basic-floppydisk:before {
  content: "M";
}
.icon-basic-folder:before {
  content: "N";
}
.icon-basic-folder-multiple:before {
  content: "O";
}
.icon-basic-gear:before {
  content: "P";
}
.icon-basic-geolocalize-01:before {
  content: "Q";
}
.icon-basic-geolocalize-05:before {
  content: "R";
}
.icon-basic-globe:before {
  content: "S";
}
.icon-basic-gunsight:before {
  content: "T";
}
.icon-basic-hammer:before {
  content: "U";
}
.icon-basic-headset:before {
  content: "V";
}
.icon-basic-heart:before {
  content: "W";
}
.icon-basic-heart-broken:before {
  content: "X";
}
.icon-basic-helm:before {
  content: "Y";
}
.icon-basic-home:before {
  content: "Z";
}
.icon-basic-info:before {
  content: "0";
}
.icon-basic-ipod:before {
  content: "1";
}
.icon-basic-joypad:before {
  content: "2";
}
.icon-basic-key:before {
  content: "3";
}
.icon-basic-keyboard:before {
  content: "4";
}
.icon-basic-laptop:before {
  content: "5";
}
.icon-basic-life-buoy:before {
  content: "6";
}
.icon-basic-lightbulb:before {
  content: "7";
}
.icon-basic-link:before {
  content: "8";
}
.icon-basic-lock:before {
  content: "9";
}
.icon-basic-lock-open:before {
  content: "!";
}
.icon-basic-magic-mouse:before {
  content: "\"";
}
.icon-basic-magnifier:before {
  content: "#";
}
.icon-basic-magnifier-minus:before {
  content: "$";
}
.icon-basic-magnifier-plus:before {
  content: "%";
}
.icon-basic-mail:before {
  content: "&";
}
.icon-basic-mail-multiple:before {
  content: "'";
}
.icon-basic-mail-open:before {
  content: "(";
}
.icon-basic-mail-open-text:before {
  content: ")";
}
.icon-basic-male:before {
  content: "*";
}
.icon-basic-map:before {
  content: "+";
}
.icon-basic-message:before {
  content: ",";
}
.icon-basic-message-multiple:before {
  content: "-";
}
.icon-basic-message-txt:before {
  content: ".";
}
.icon-basic-mixer2:before {
  content: "/";
}
.icon-basic-mouse:before {
  content: ":";
}
.icon-basic-notebook:before {
  content: ";";
}
.icon-basic-notebook-pen:before {
  content: "<";
}
.icon-basic-notebook-pencil:before {
  content: "=";
}
.icon-basic-paperplane:before {
  content: ">";
}
.icon-basic-pencil-ruler:before {
  content: "?";
}
.icon-basic-pencil-ruler-pen:before {
  content: "@";
}
.icon-basic-photo:before {
  content: "[";
}
.icon-basic-picture:before {
  content: "]";
}
.icon-basic-picture-multiple:before {
  content: "^";
}
.icon-basic-pin1:before {
  content: "_";
}
.icon-basic-pin2:before {
  content: "`";
}
.icon-basic-postcard:before {
  content: "{";
}
.icon-basic-postcard-multiple:before {
  content: "|";
}
.icon-basic-printer:before {
  content: "}";
}
.icon-basic-question:before {
  content: "~";
}
.icon-basic-rss:before {
  content: "";
}
.icon-basic-server:before {
  content: "\e000";
}
.icon-basic-server2:before {
  content: "\e001";
}
.icon-basic-server-cloud:before {
  content: "\e002";
}
.icon-basic-server-download:before {
  content: "\e003";
}
.icon-basic-server-upload:before {
  content: "\e004";
}
.icon-basic-settings:before {
  content: "\e005";
}
.icon-basic-share:before {
  content: "\e006";
}
.icon-basic-sheet:before {
  content: "\e007";
}
.icon-basic-sheet-multiple:before {
  content: "\e008";
}
.icon-basic-sheet-pen:before {
  content: "\e009";
}
.icon-basic-sheet-pencil:before {
  content: "\e00a";
}
.icon-basic-sheet-txt:before {
  content: "\e00b";
}
.icon-basic-signs:before {
  content: "\e00c";
}
.icon-basic-smartphone:before {
  content: "\e00d";
}
.icon-basic-spades:before {
  content: "\e00e";
}
.icon-basic-spread:before {
  content: "\e00f";
}
.icon-basic-spread-bookmark:before {
  content: "\e010";
}
.icon-basic-spread-text:before {
  content: "\e011";
}
.icon-basic-spread-text-bookmark:before {
  content: "\e012";
}
.icon-basic-star:before {
  content: "\e013";
}
.icon-basic-tablet:before {
  content: "\e014";
}
.icon-basic-target:before {
  content: "\e015";
}
.icon-basic-todo:before {
  content: "\e016";
}
.icon-basic-todo-pen:before {
  content: "\e017";
}
.icon-basic-todo-pencil:before {
  content: "\e018";
}
.icon-basic-todo-txt:before {
  content: "\e019";
}
.icon-basic-todolist-pen:before {
  content: "\e01a";
}
.icon-basic-todolist-pencil:before {
  content: "\e01b";
}
.icon-basic-trashcan:before {
  content: "\e01c";
}
.icon-basic-trashcan-full:before {
  content: "\e01d";
}
.icon-basic-trashcan-refresh:before {
  content: "\e01e";
}
.icon-basic-trashcan-remove:before {
  content: "\e01f";
}
.icon-basic-upload:before {
  content: "\e020";
}
.icon-basic-usb:before {
  content: "\e021";
}
.icon-basic-video:before {
  content: "\e022";
}
.icon-basic-watch:before {
  content: "\e023";
}
.icon-basic-webpage:before {
  content: "\e024";
}
.icon-basic-webpage-img-txt:before {
  content: "\e025";
}
.icon-basic-webpage-multiple:before {
  content: "\e026";
}
.icon-basic-webpage-txt:before {
  content: "\e027";
}
.icon-basic-world:before {
  content: "\e028";
}
@font-face {
  font-family: "linea-basic-elaboration-10";
  src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/linea-basic-elaboration-10.eot);
  src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/linea-basic-elaboration-10.eot?#iefix) format("embedded-opentype"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/linea-basic-elaboration-10.woff) format("woff"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/linea-basic-elaboration-10.ttf) format("truetype"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/linea-basic-elaboration-10.svg#linea-basic-elaboration-10) format("svg");
  font-weight: normal;
  font-style: normal;
}
.linea-elaborate[data-icon]:before {
  font-family: "linea-basic-elaboration-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="linea-icon-"]:before,
[class*="linea- icon-"]:before {
  font-family: "linea-basic-elaboration-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-basic-elaboration-bookmark-checck:before {
  content: "a";
}
.icon-basic-elaboration-bookmark-minus:before {
  content: "b";
}
.icon-basic-elaboration-bookmark-plus:before {
  content: "c";
}
.icon-basic-elaboration-bookmark-remove:before {
  content: "d";
}
.icon-basic-elaboration-briefcase-check:before {
  content: "e";
}
.icon-basic-elaboration-briefcase-download:before {
  content: "f";
}
.icon-basic-elaboration-briefcase-flagged:before {
  content: "g";
}
.icon-basic-elaboration-briefcase-minus:before {
  content: "h";
}
.icon-basic-elaboration-briefcase-plus:before {
  content: "i";
}
.icon-basic-elaboration-briefcase-refresh:before {
  content: "j";
}
.icon-basic-elaboration-briefcase-remove:before {
  content: "k";
}
.icon-basic-elaboration-briefcase-search:before {
  content: "l";
}
.icon-basic-elaboration-briefcase-star:before {
  content: "m";
}
.icon-basic-elaboration-briefcase-upload:before {
  content: "n";
}
.icon-basic-elaboration-browser-check:before {
  content: "o";
}
.icon-basic-elaboration-browser-download:before {
  content: "p";
}
.icon-basic-elaboration-browser-minus:before {
  content: "q";
}
.icon-basic-elaboration-browser-plus:before {
  content: "r";
}
.icon-basic-elaboration-browser-refresh:before {
  content: "s";
}
.icon-basic-elaboration-browser-remove:before {
  content: "t";
}
.icon-basic-elaboration-browser-search:before {
  content: "u";
}
.icon-basic-elaboration-browser-star:before {
  content: "v";
}
.icon-basic-elaboration-browser-upload:before {
  content: "w";
}
.icon-basic-elaboration-calendar-check:before {
  content: "x";
}
.icon-basic-elaboration-calendar-cloud:before {
  content: "y";
}
.icon-basic-elaboration-calendar-download:before {
  content: "z";
}
.icon-basic-elaboration-calendar-empty:before {
  content: "A";
}
.icon-basic-elaboration-calendar-flagged:before {
  content: "B";
}
.icon-basic-elaboration-calendar-heart:before {
  content: "C";
}
.icon-basic-elaboration-calendar-minus:before {
  content: "D";
}
.icon-basic-elaboration-calendar-next:before {
  content: "E";
}
.icon-basic-elaboration-calendar-noaccess:before {
  content: "F";
}
.icon-basic-elaboration-calendar-pencil:before {
  content: "G";
}
.icon-basic-elaboration-calendar-plus:before {
  content: "H";
}
.icon-basic-elaboration-calendar-previous:before {
  content: "I";
}
.icon-basic-elaboration-calendar-refresh:before {
  content: "J";
}
.icon-basic-elaboration-calendar-remove:before {
  content: "K";
}
.icon-basic-elaboration-calendar-search:before {
  content: "L";
}
.icon-basic-elaboration-calendar-star:before {
  content: "M";
}
.icon-basic-elaboration-calendar-upload:before {
  content: "N";
}
.icon-basic-elaboration-cloud-check:before {
  content: "O";
}
.icon-basic-elaboration-cloud-download:before {
  content: "P";
}
.icon-basic-elaboration-cloud-minus:before {
  content: "Q";
}
.icon-basic-elaboration-cloud-noaccess:before {
  content: "R";
}
.icon-basic-elaboration-cloud-plus:before {
  content: "S";
}
.icon-basic-elaboration-cloud-refresh:before {
  content: "T";
}
.icon-basic-elaboration-cloud-remove:before {
  content: "U";
}
.icon-basic-elaboration-cloud-search:before {
  content: "V";
}
.icon-basic-elaboration-cloud-upload:before {
  content: "W";
}
.icon-basic-elaboration-document-check:before {
  content: "X";
}
.icon-basic-elaboration-document-cloud:before {
  content: "Y";
}
.icon-basic-elaboration-document-download:before {
  content: "Z";
}
.icon-basic-elaboration-document-flagged:before {
  content: "0";
}
.icon-basic-elaboration-document-graph:before {
  content: "1";
}
.icon-basic-elaboration-document-heart:before {
  content: "2";
}
.icon-basic-elaboration-document-minus:before {
  content: "3";
}
.icon-basic-elaboration-document-next:before {
  content: "4";
}
.icon-basic-elaboration-document-noaccess:before {
  content: "5";
}
.icon-basic-elaboration-document-note:before {
  content: "6";
}
.icon-basic-elaboration-document-pencil:before {
  content: "7";
}
.icon-basic-elaboration-document-picture:before {
  content: "8";
}
.icon-basic-elaboration-document-plus:before {
  content: "9";
}
.icon-basic-elaboration-document-previous:before {
  content: "!";
}
.icon-basic-elaboration-document-refresh:before {
  content: "\"";
}
.icon-basic-elaboration-document-remove:before {
  content: "#";
}
.icon-basic-elaboration-document-search:before {
  content: "$";
}
.icon-basic-elaboration-document-star:before {
  content: "%";
}
.icon-basic-elaboration-document-upload:before {
  content: "&";
}
.icon-basic-elaboration-folder-check:before {
  content: "'";
}
.icon-basic-elaboration-folder-cloud:before {
  content: "(";
}
.icon-basic-elaboration-folder-document:before {
  content: ")";
}
.icon-basic-elaboration-folder-download:before {
  content: "*";
}
.icon-basic-elaboration-folder-flagged:before {
  content: "+";
}
.icon-basic-elaboration-folder-graph:before {
  content: ",";
}
.icon-basic-elaboration-folder-heart:before {
  content: "-";
}
.icon-basic-elaboration-folder-minus:before {
  content: ".";
}
.icon-basic-elaboration-folder-next:before {
  content: "/";
}
.icon-basic-elaboration-folder-noaccess:before {
  content: ":";
}
.icon-basic-elaboration-folder-note:before {
  content: ";";
}
.icon-basic-elaboration-folder-pencil:before {
  content: "<";
}
.icon-basic-elaboration-folder-picture:before {
  content: "=";
}
.icon-basic-elaboration-folder-plus:before {
  content: ">";
}
.icon-basic-elaboration-folder-previous:before {
  content: "?";
}
.icon-basic-elaboration-folder-refresh:before {
  content: "@";
}
.icon-basic-elaboration-folder-remove:before {
  content: "[";
}
.icon-basic-elaboration-folder-search:before {
  content: "]";
}
.icon-basic-elaboration-folder-star:before {
  content: "^";
}
.icon-basic-elaboration-folder-upload:before {
  content: "_";
}
.icon-basic-elaboration-mail-check:before {
  content: "`";
}
.icon-basic-elaboration-mail-cloud:before {
  content: "{";
}
.icon-basic-elaboration-mail-document:before {
  content: "|";
}
.icon-basic-elaboration-mail-download:before {
  content: "}";
}
.icon-basic-elaboration-mail-flagged:before {
  content: "~";
}
.icon-basic-elaboration-mail-heart:before {
  content: "";
}
.icon-basic-elaboration-mail-next:before {
  content: "\e000";
}
.icon-basic-elaboration-mail-noaccess:before {
  content: "\e001";
}
.icon-basic-elaboration-mail-note:before {
  content: "\e002";
}
.icon-basic-elaboration-mail-pencil:before {
  content: "\e003";
}
.icon-basic-elaboration-mail-picture:before {
  content: "\e004";
}
.icon-basic-elaboration-mail-previous:before {
  content: "\e005";
}
.icon-basic-elaboration-mail-refresh:before {
  content: "\e006";
}
.icon-basic-elaboration-mail-remove:before {
  content: "\e007";
}
.icon-basic-elaboration-mail-search:before {
  content: "\e008";
}
.icon-basic-elaboration-mail-star:before {
  content: "\e009";
}
.icon-basic-elaboration-mail-upload:before {
  content: "\e00a";
}
.icon-basic-elaboration-message-check:before {
  content: "\e00b";
}
.icon-basic-elaboration-message-dots:before {
  content: "\e00c";
}
.icon-basic-elaboration-message-happy:before {
  content: "\e00d";
}
.icon-basic-elaboration-message-heart:before {
  content: "\e00e";
}
.icon-basic-elaboration-message-minus:before {
  content: "\e00f";
}
.icon-basic-elaboration-message-note:before {
  content: "\e010";
}
.icon-basic-elaboration-message-plus:before {
  content: "\e011";
}
.icon-basic-elaboration-message-refresh:before {
  content: "\e012";
}
.icon-basic-elaboration-message-remove:before {
  content: "\e013";
}
.icon-basic-elaboration-message-sad:before {
  content: "\e014";
}
.icon-basic-elaboration-smartphone-cloud:before {
  content: "\e015";
}
.icon-basic-elaboration-smartphone-heart:before {
  content: "\e016";
}
.icon-basic-elaboration-smartphone-noaccess:before {
  content: "\e017";
}
.icon-basic-elaboration-smartphone-note:before {
  content: "\e018";
}
.icon-basic-elaboration-smartphone-pencil:before {
  content: "\e019";
}
.icon-basic-elaboration-smartphone-picture:before {
  content: "\e01a";
}
.icon-basic-elaboration-smartphone-refresh:before {
  content: "\e01b";
}
.icon-basic-elaboration-smartphone-search:before {
  content: "\e01c";
}
.icon-basic-elaboration-tablet-cloud:before {
  content: "\e01d";
}
.icon-basic-elaboration-tablet-heart:before {
  content: "\e01e";
}
.icon-basic-elaboration-tablet-noaccess:before {
  content: "\e01f";
}
.icon-basic-elaboration-tablet-note:before {
  content: "\e020";
}
.icon-basic-elaboration-tablet-pencil:before {
  content: "\e021";
}
.icon-basic-elaboration-tablet-picture:before {
  content: "\e022";
}
.icon-basic-elaboration-tablet-refresh:before {
  content: "\e023";
}
.icon-basic-elaboration-tablet-search:before {
  content: "\e024";
}
.icon-basic-elaboration-todolist-2:before {
  content: "\e025";
}
.icon-basic-elaboration-todolist-check:before {
  content: "\e026";
}
.icon-basic-elaboration-todolist-cloud:before {
  content: "\e027";
}
.icon-basic-elaboration-todolist-download:before {
  content: "\e028";
}
.icon-basic-elaboration-todolist-flagged:before {
  content: "\e029";
}
.icon-basic-elaboration-todolist-minus:before {
  content: "\e02a";
}
.icon-basic-elaboration-todolist-noaccess:before {
  content: "\e02b";
}
.icon-basic-elaboration-todolist-pencil:before {
  content: "\e02c";
}
.icon-basic-elaboration-todolist-plus:before {
  content: "\e02d";
}
.icon-basic-elaboration-todolist-refresh:before {
  content: "\e02e";
}
.icon-basic-elaboration-todolist-remove:before {
  content: "\e02f";
}
.icon-basic-elaboration-todolist-search:before {
  content: "\e030";
}
.icon-basic-elaboration-todolist-star:before {
  content: "\e031";
}
.icon-basic-elaboration-todolist-upload:before {
  content: "\e032";
}
@font-face {
  font-family: "linea-ecommerce-10";
  src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/linea-ecommerce-10.eot);
  src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/linea-ecommerce-10.eot?#iefix) format("embedded-opentype"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/linea-ecommerce-10.woff) format("woff"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/linea-ecommerce-10.ttf) format("truetype"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/linea-ecommerce-10.svg#linea-ecommerce-10) format("svg");
  font-weight: normal;
  font-style: normal;
}
.linea-ecommerce[data-icon]:before {
  font-family: "linea-ecommerce-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="linea-icon-"]:before,
[class*="linea- icon-"]:before {
  font-family: "linea-ecommerce-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-ecommerce-bag:before {
  content: "a";
}
.icon-ecommerce-bag-check:before {
  content: "b";
}
.icon-ecommerce-bag-cloud:before {
  content: "c";
}
.icon-ecommerce-bag-download:before {
  content: "d";
}
.icon-ecommerce-bag-minus:before {
  content: "e";
}
.icon-ecommerce-bag-plus:before {
  content: "f";
}
.icon-ecommerce-bag-refresh:before {
  content: "g";
}
.icon-ecommerce-bag-remove:before {
  content: "h";
}
.icon-ecommerce-bag-search:before {
  content: "i";
}
.icon-ecommerce-bag-upload:before {
  content: "j";
}
.icon-ecommerce-banknote:before {
  content: "k";
}
.icon-ecommerce-banknotes:before {
  content: "l";
}
.icon-ecommerce-basket:before {
  content: "m";
}
.icon-ecommerce-basket-check:before {
  content: "n";
}
.icon-ecommerce-basket-cloud:before {
  content: "o";
}
.icon-ecommerce-basket-download:before {
  content: "p";
}
.icon-ecommerce-basket-minus:before {
  content: "q";
}
.icon-ecommerce-basket-plus:before {
  content: "r";
}
.icon-ecommerce-basket-refresh:before {
  content: "s";
}
.icon-ecommerce-basket-remove:before {
  content: "t";
}
.icon-ecommerce-basket-search:before {
  content: "u";
}
.icon-ecommerce-basket-upload:before {
  content: "v";
}
.icon-ecommerce-bath:before {
  content: "w";
}
.icon-ecommerce-cart:before {
  content: "x";
}
.icon-ecommerce-cart-check:before {
  content: "y";
}
.icon-ecommerce-cart-cloud:before {
  content: "z";
}
.icon-ecommerce-cart-content:before {
  content: "A";
}
.icon-ecommerce-cart-download:before {
  content: "B";
}
.icon-ecommerce-cart-minus:before {
  content: "C";
}
.icon-ecommerce-cart-plus:before {
  content: "D";
}
.icon-ecommerce-cart-refresh:before {
  content: "E";
}
.icon-ecommerce-cart-remove:before {
  content: "F";
}
.icon-ecommerce-cart-search:before {
  content: "G";
}
.icon-ecommerce-cart-upload:before {
  content: "H";
}
.icon-ecommerce-cent:before {
  content: "I";
}
.icon-ecommerce-colon:before {
  content: "J";
}
.icon-ecommerce-creditcard:before {
  content: "K";
}
.icon-ecommerce-diamond:before {
  content: "L";
}
.icon-ecommerce-dollar:before {
  content: "M";
}
.icon-ecommerce-euro:before {
  content: "N";
}
.icon-ecommerce-franc:before {
  content: "O";
}
.icon-ecommerce-gift:before {
  content: "P";
}
.icon-ecommerce-graph1:before {
  content: "Q";
}
.icon-ecommerce-graph2:before {
  content: "R";
}
.icon-ecommerce-graph3:before {
  content: "S";
}
.icon-ecommerce-graph-decrease:before {
  content: "T";
}
.icon-ecommerce-graph-increase:before {
  content: "U";
}
.icon-ecommerce-guarani:before {
  content: "V";
}
.icon-ecommerce-kips:before {
  content: "W";
}
.icon-ecommerce-lira:before {
  content: "X";
}
.icon-ecommerce-megaphone:before {
  content: "Y";
}
.icon-ecommerce-money:before {
  content: "Z";
}
.icon-ecommerce-naira:before {
  content: "0";
}
.icon-ecommerce-pesos:before {
  content: "1";
}
.icon-ecommerce-pound:before {
  content: "2";
}
.icon-ecommerce-receipt:before {
  content: "3";
}
.icon-ecommerce-receipt-bath:before {
  content: "4";
}
.icon-ecommerce-receipt-cent:before {
  content: "5";
}
.icon-ecommerce-receipt-dollar:before {
  content: "6";
}
.icon-ecommerce-receipt-euro:before {
  content: "7";
}
.icon-ecommerce-receipt-franc:before {
  content: "8";
}
.icon-ecommerce-receipt-guarani:before {
  content: "9";
}
.icon-ecommerce-receipt-kips:before {
  content: "!";
}
.icon-ecommerce-receipt-lira:before {
  content: "\"";
}
.icon-ecommerce-receipt-naira:before {
  content: "#";
}
.icon-ecommerce-receipt-pesos:before {
  content: "$";
}
.icon-ecommerce-receipt-pound:before {
  content: "%";
}
.icon-ecommerce-receipt-rublo:before {
  content: "&";
}
.icon-ecommerce-receipt-rupee:before {
  content: "'";
}
.icon-ecommerce-receipt-tugrik:before {
  content: "(";
}
.icon-ecommerce-receipt-won:before {
  content: ")";
}
.icon-ecommerce-receipt-yen:before {
  content: "*";
}
.icon-ecommerce-receipt-yen2:before {
  content: "+";
}
.icon-ecommerce-recept-colon:before {
  content: ",";
}
.icon-ecommerce-rublo:before {
  content: "-";
}
.icon-ecommerce-rupee:before {
  content: ".";
}
.icon-ecommerce-safe:before {
  content: "/";
}
.icon-ecommerce-sale:before {
  content: ":";
}
.icon-ecommerce-sales:before {
  content: ";";
}
.icon-ecommerce-ticket:before {
  content: "<";
}
.icon-ecommerce-tugriks:before {
  content: "=";
}
.icon-ecommerce-wallet:before {
  content: ">";
}
.icon-ecommerce-won:before {
  content: "?";
}
.icon-ecommerce-yen:before {
  content: "@";
}
.icon-ecommerce-yen2:before {
  content: "[";
}
@font-face {
  font-family: "linea-music-10";
  src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/linea-music-10.eot);
  src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/linea-music-10.eot?#iefix) format("embedded-opentype"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/linea-music-10.woff) format("woff"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/linea-music-10.ttf) format("truetype"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/linea-music-10.svg#linea-music-10) format("svg");
  font-weight: normal;
  font-style: normal;
}
.linea-music[data-icon]:before {
  font-family: "linea-music-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="linea-icon-"]:before,
[class*="linea- icon-"]:before {
  font-family: "linea-music-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-music-beginning-button:before {
  content: "a";
}
.icon-music-bell:before {
  content: "b";
}
.icon-music-cd:before {
  content: "c";
}
.icon-music-diapason:before {
  content: "d";
}
.icon-music-eject-button:before {
  content: "e";
}
.icon-music-end-button:before {
  content: "f";
}
.icon-music-fastforward-button:before {
  content: "g";
}
.icon-music-headphones:before {
  content: "h";
}
.icon-music-ipod:before {
  content: "i";
}
.icon-music-loudspeaker:before {
  content: "j";
}
.icon-music-microphone:before {
  content: "k";
}
.icon-music-microphone-old:before {
  content: "l";
}
.icon-music-mixer:before {
  content: "m";
}
.icon-music-mute:before {
  content: "n";
}
.icon-music-note-multiple:before {
  content: "o";
}
.icon-music-note-single:before {
  content: "p";
}
.icon-music-pause-button:before {
  content: "q";
}
.icon-music-play-button:before {
  content: "r";
}
.icon-music-playlist:before {
  content: "s";
}
.icon-music-radio-ghettoblaster:before {
  content: "t";
}
.icon-music-radio-portable:before {
  content: "u";
}
.icon-music-record:before {
  content: "v";
}
.icon-music-recordplayer:before {
  content: "w";
}
.icon-music-repeat-button:before {
  content: "x";
}
.icon-music-rewind-button:before {
  content: "y";
}
.icon-music-shuffle-button:before {
  content: "z";
}
.icon-music-stop-button:before {
  content: "A";
}
.icon-music-tape:before {
  content: "B";
}
.icon-music-volume-down:before {
  content: "C";
}
.icon-music-volume-up:before {
  content: "D";
}
@font-face {
  font-family: "linea-software-10";
  src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/linea-software-10.eot);
  src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/linea-software-10.eot?#iefix) format("embedded-opentype"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/linea-software-10.woff) format("woff"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/linea-software-10.ttf) format("truetype"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/linea-software-10.svg#linea-software-10) format("svg");
  font-weight: normal;
  font-style: normal;
}
.linea-software[data-icon]:before {
  font-family: "linea-software-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="linea-icon-"]:before,
[class*="linea- icon-"]:before {
  font-family: "linea-software-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-software-add-vectorpoint:before {
  content: "a";
}
.icon-software-box-oval:before {
  content: "b";
}
.icon-software-box-polygon:before {
  content: "c";
}
.icon-software-box-rectangle:before {
  content: "d";
}
.icon-software-box-roundedrectangle:before {
  content: "e";
}
.icon-software-character:before {
  content: "f";
}
.icon-software-crop:before {
  content: "g";
}
.icon-software-eyedropper:before {
  content: "h";
}
.icon-software-font-allcaps:before {
  content: "i";
}
.icon-software-font-baseline-shift:before {
  content: "j";
}
.icon-software-font-horizontal-scale:before {
  content: "k";
}
.icon-software-font-kerning:before {
  content: "l";
}
.icon-software-font-leading:before {
  content: "m";
}
.icon-software-font-size:before {
  content: "n";
}
.icon-software-font-smallcapital:before {
  content: "o";
}
.icon-software-font-smallcaps:before {
  content: "p";
}
.icon-software-font-strikethrough:before {
  content: "q";
}
.icon-software-font-tracking:before {
  content: "r";
}
.icon-software-font-underline:before {
  content: "s";
}
.icon-software-font-vertical-scale:before {
  content: "t";
}
.icon-software-horizontal-align-center:before {
  content: "u";
}
.icon-software-horizontal-align-left:before {
  content: "v";
}
.icon-software-horizontal-align-right:before {
  content: "w";
}
.icon-software-horizontal-distribute-center:before {
  content: "x";
}
.icon-software-horizontal-distribute-left:before {
  content: "y";
}
.icon-software-horizontal-distribute-right:before {
  content: "z";
}
.icon-software-indent-firstline:before {
  content: "A";
}
.icon-software-indent-left:before {
  content: "B";
}
.icon-software-indent-right:before {
  content: "C";
}
.icon-software-lasso:before {
  content: "D";
}
.icon-software-layers1:before {
  content: "E";
}
.icon-software-layers2:before {
  content: "F";
}
.icon-software-layout:before {
  content: "G";
}
.icon-software-layout-2columns:before {
  content: "H";
}
.icon-software-layout-3columns:before {
  content: "I";
}
.icon-software-layout-4boxes:before {
  content: "J";
}
.icon-software-layout-4columns:before {
  content: "K";
}
.icon-software-layout-4lines:before {
  content: "L";
}
.icon-software-layout-8boxes:before {
  content: "M";
}
.icon-software-layout-header:before {
  content: "N";
}
.icon-software-layout-header-2columns:before {
  content: "O";
}
.icon-software-layout-header-3columns:before {
  content: "P";
}
.icon-software-layout-header-4boxes:before {
  content: "Q";
}
.icon-software-layout-header-4columns:before {
  content: "R";
}
.icon-software-layout-header-complex:before {
  content: "S";
}
.icon-software-layout-header-complex2:before {
  content: "T";
}
.icon-software-layout-header-complex3:before {
  content: "U";
}
.icon-software-layout-header-complex4:before {
  content: "V";
}
.icon-software-layout-header-sideleft:before {
  content: "W";
}
.icon-software-layout-header-sideright:before {
  content: "X";
}
.icon-software-layout-sidebar-left:before {
  content: "Y";
}
.icon-software-layout-sidebar-right:before {
  content: "Z";
}
.icon-software-magnete:before {
  content: "0";
}
.icon-software-pages:before {
  content: "1";
}
.icon-software-paintbrush:before {
  content: "2";
}
.icon-software-paintbucket:before {
  content: "3";
}
.icon-software-paintroller:before {
  content: "4";
}
.icon-software-paragraph:before {
  content: "5";
}
.icon-software-paragraph-align-left:before {
  content: "6";
}
.icon-software-paragraph-align-right:before {
  content: "7";
}
.icon-software-paragraph-center:before {
  content: "8";
}
.icon-software-paragraph-justify-all:before {
  content: "9";
}
.icon-software-paragraph-justify-center:before {
  content: "!";
}
.icon-software-paragraph-justify-left:before {
  content: "\"";
}
.icon-software-paragraph-justify-right:before {
  content: "#";
}
.icon-software-paragraph-space-after:before {
  content: "$";
}
.icon-software-paragraph-space-before:before {
  content: "%";
}
.icon-software-pathfinder-exclude:before {
  content: "&";
}
.icon-software-pathfinder-intersect:before {
  content: "'";
}
.icon-software-pathfinder-subtract:before {
  content: "(";
}
.icon-software-pathfinder-unite:before {
  content: ")";
}
.icon-software-pen:before {
  content: "*";
}
.icon-software-pen-add:before {
  content: "+";
}
.icon-software-pen-remove:before {
  content: ",";
}
.icon-software-pencil:before {
  content: "-";
}
.icon-software-polygonallasso:before {
  content: ".";
}
.icon-software-reflect-horizontal:before {
  content: "/";
}
.icon-software-reflect-vertical:before {
  content: ":";
}
.icon-software-remove-vectorpoint:before {
  content: ";";
}
.icon-software-scale-expand:before {
  content: "<";
}
.icon-software-scale-reduce:before {
  content: "=";
}
.icon-software-selection-oval:before {
  content: ">";
}
.icon-software-selection-polygon:before {
  content: "?";
}
.icon-software-selection-rectangle:before {
  content: "@";
}
.icon-software-selection-roundedrectangle:before {
  content: "[";
}
.icon-software-shape-oval:before {
  content: "]";
}
.icon-software-shape-polygon:before {
  content: "^";
}
.icon-software-shape-rectangle:before {
  content: "_";
}
.icon-software-shape-roundedrectangle:before {
  content: "`";
}
.icon-software-slice:before {
  content: "{";
}
.icon-software-transform-bezier:before {
  content: "|";
}
.icon-software-vector-box:before {
  content: "}";
}
.icon-software-vector-composite:before {
  content: "~";
}
.icon-software-vector-line:before {
  content: "";
}
.icon-software-vertical-align-bottom:before {
  content: "\e000";
}
.icon-software-vertical-align-center:before {
  content: "\e001";
}
.icon-software-vertical-align-top:before {
  content: "\e002";
}
.icon-software-vertical-distribute-bottom:before {
  content: "\e003";
}
.icon-software-vertical-distribute-center:before {
  content: "\e004";
}
.icon-software-vertical-distribute-top:before {
  content: "\e005";
}
@font-face {
  font-family: "linea-weather-10";
  src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/linea-weather-10.eot);
  src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/linea-weather-10.eot?#iefix) format("embedded-opentype"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/linea-weather-10.woff) format("woff"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/linea-weather-10.ttf) format("truetype"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/linea-weather-10.svg#linea-weather-10) format("svg");
  font-weight: normal;
  font-style: normal;
}
.linea-weather[data-icon]:before {
  font-family: "linea-weather-10" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="linea-icon-"]:before,
[class*="linea- icon-"]:before {
  font-family: "linea-weather-10" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-weather-aquarius:before {
  content: "\e000";
}
.icon-weather-aries:before {
  content: "\e001";
}
.icon-weather-cancer:before {
  content: "\e002";
}
.icon-weather-capricorn:before {
  content: "\e003";
}
.icon-weather-cloud:before {
  content: "\e004";
}
.icon-weather-cloud-drop:before {
  content: "\e005";
}
.icon-weather-cloud-lightning:before {
  content: "\e006";
}
.icon-weather-cloud-snowflake:before {
  content: "\e007";
}
.icon-weather-downpour-fullmoon:before {
  content: "\e008";
}
.icon-weather-downpour-halfmoon:before {
  content: "\e009";
}
.icon-weather-downpour-sun:before {
  content: "\e00a";
}
.icon-weather-drop:before {
  content: "\e00b";
}
.icon-weather-first-quarter:before {
  content: "\e00c";
}
.icon-weather-fog:before {
  content: "\e00d";
}
.icon-weather-fog-fullmoon:before {
  content: "\e00e";
}
.icon-weather-fog-halfmoon:before {
  content: "\e00f";
}
.icon-weather-fog-sun:before {
  content: "\e010";
}
.icon-weather-fullmoon:before {
  content: "\e011";
}
.icon-weather-gemini:before {
  content: "\e012";
}
.icon-weather-hail:before {
  content: "\e013";
}
.icon-weather-hail-fullmoon:before {
  content: "\e014";
}
.icon-weather-hail-halfmoon:before {
  content: "\e015";
}
.icon-weather-hail-sun:before {
  content: "\e016";
}
.icon-weather-last-quarter:before {
  content: "\e017";
}
.icon-weather-leo:before {
  content: "\e018";
}
.icon-weather-libra:before {
  content: "\e019";
}
.icon-weather-lightning:before {
  content: "\e01a";
}
.icon-weather-mistyrain:before {
  content: "\e01b";
}
.icon-weather-mistyrain-fullmoon:before {
  content: "\e01c";
}
.icon-weather-mistyrain-halfmoon:before {
  content: "\e01d";
}
.icon-weather-mistyrain-sun:before {
  content: "\e01e";
}
.icon-weather-moon:before {
  content: "\e01f";
}
.icon-weather-moondown-full:before {
  content: "\e020";
}
.icon-weather-moondown-half:before {
  content: "\e021";
}
.icon-weather-moonset-full:before {
  content: "\e022";
}
.icon-weather-moonset-half:before {
  content: "\e023";
}
.icon-weather-move2:before {
  content: "\e024";
}
.icon-weather-newmoon:before {
  content: "\e025";
}
.icon-weather-pisces:before {
  content: "\e026";
}
.icon-weather-rain:before {
  content: "\e027";
}
.icon-weather-rain-fullmoon:before {
  content: "\e028";
}
.icon-weather-rain-halfmoon:before {
  content: "\e029";
}
.icon-weather-rain-sun:before {
  content: "\e02a";
}
.icon-weather-sagittarius:before {
  content: "\e02b";
}
.icon-weather-scorpio:before {
  content: "\e02c";
}
.icon-weather-snow:before {
  content: "\e02d";
}
.icon-weather-snow-fullmoon:before {
  content: "\e02e";
}
.icon-weather-snow-halfmoon:before {
  content: "\e02f";
}
.icon-weather-snow-sun:before {
  content: "\e030";
}
.icon-weather-snowflake:before {
  content: "\e031";
}
.icon-weather-star:before {
  content: "\e032";
}
.icon-weather-storm-11:before {
  content: "\e033";
}
.icon-weather-storm-32:before {
  content: "\e034";
}
.icon-weather-storm-fullmoon:before {
  content: "\e035";
}
.icon-weather-storm-halfmoon:before {
  content: "\e036";
}
.icon-weather-storm-sun:before {
  content: "\e037";
}
.icon-weather-sun:before {
  content: "\e038";
}
.icon-weather-sundown:before {
  content: "\e039";
}
.icon-weather-sunset:before {
  content: "\e03a";
}
.icon-weather-taurus:before {
  content: "\e03b";
}
.icon-weather-tempest:before {
  content: "\e03c";
}
.icon-weather-tempest-fullmoon:before {
  content: "\e03d";
}
.icon-weather-tempest-halfmoon:before {
  content: "\e03e";
}
.icon-weather-tempest-sun:before {
  content: "\e03f";
}
.icon-weather-variable-fullmoon:before {
  content: "\e040";
}
.icon-weather-variable-halfmoon:before {
  content: "\e041";
}
.icon-weather-variable-sun:before {
  content: "\e042";
}
.icon-weather-virgo:before {
  content: "\e043";
}
.icon-weather-waning-cresent:before {
  content: "\e044";
}
.icon-weather-waning-gibbous:before {
  content: "\e045";
}
.icon-weather-waxing-cresent:before {
  content: "\e046";
}
.icon-weather-waxing-gibbous:before {
  content: "\e047";
}
.icon-weather-wind:before {
  content: "\e048";
}
.icon-weather-wind-e:before {
  content: "\e049";
}
.icon-weather-wind-fullmoon:before {
  content: "\e04a";
}
.icon-weather-wind-halfmoon:before {
  content: "\e04b";
}
.icon-weather-wind-n:before {
  content: "\e04c";
}
.icon-weather-wind-ne:before {
  content: "\e04d";
}
.icon-weather-wind-nw:before {
  content: "\e04e";
}
.icon-weather-wind-s:before {
  content: "\e04f";
}
.icon-weather-wind-se:before {
  content: "\e050";
}
.icon-weather-wind-sun:before {
  content: "\e051";
}
.icon-weather-wind-sw:before {
  content: "\e052";
}
.icon-weather-wind-w:before {
  content: "\e053";
}
.icon-weather-windgust:before {
  content: "\e054";
}
@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: "simple-line-icons";
  src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/simple-line-icons/fonts/Simple-Line-Icons-324e2868936c32d6f2eed5eabfeaabeaeded7856b29ab0e4663e497a6f1f1153.eot?v=2.4.0);
  src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/simple-line-icons/fonts/Simple-Line-Icons-324e2868936c32d6f2eed5eabfeaabeaeded7856b29ab0e4663e497a6f1f1153.eot?v=2.4.0#iefix) format("embedded-opentype"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/simple-line-icons/fonts/Simple-Line-Icons-3ce1683522213e36d4de23c7c2411b308bbee26dd8190dae92873650274505f1.woff2?v=2.4.0) format("woff2"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/simple-line-icons/fonts/Simple-Line-Icons-d61d9863ea3629030d0950fe6aa4124d6e1806a54ca660fdce368b1710ae126b.ttf?v=2.4.0) format("truetype"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/simple-line-icons/fonts/Simple-Line-Icons-6c7909382b75598f4b76cdce6269e6f2c0e4d07ed7917ebe47967e8d38580f69.woff?v=2.4.0) format("woff"), url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/simple-line-icons/fonts/Simple-Line-Icons-0f707c7e214a1a7ac907df3920608324011c3e64f865ffed6ba3beb2b7c0bb57.svg?v=2.4.0#simple-line-icons) format("svg");
  font-weight: normal;
  font-style: normal;
}

.si {
  font-family: "simple-line-icons";
  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;
}

.si-user:before {
  content: "\e005";
}

.si-people:before {
  content: "\e001";
}

.si-user-female:before {
  content: "\e000";
}

.si-user-follow:before {
  content: "\e002";
}

.si-user-following:before {
  content: "\e003";
}

.si-user-unfollow:before {
  content: "\e004";
}

.si-login:before {
  content: "\e066";
}

.si-logout:before {
  content: "\e065";
}

.si-emotsmile:before {
  content: "\e021";
}

.si-phone:before {
  content: "\e600";
}

.si-call-end:before {
  content: "\e048";
}

.si-call-in:before {
  content: "\e047";
}

.si-call-out:before {
  content: "\e046";
}

.si-map:before {
  content: "\e033";
}

.si-location-pin:before {
  content: "\e096";
}

.si-direction:before {
  content: "\e042";
}

.si-directions:before {
  content: "\e041";
}

.si-compass:before {
  content: "\e045";
}

.si-layers:before {
  content: "\e034";
}

.si-menu:before {
  content: "\e601";
}

.si-list:before {
  content: "\e067";
}

.si-options-vertical:before {
  content: "\e602";
}

.si-options:before {
  content: "\e603";
}

.si-arrow-down:before {
  content: "\e604";
}

.si-arrow-left:before {
  content: "\e605";
}

.si-arrow-right:before {
  content: "\e606";
}

.si-arrow-up:before {
  content: "\e607";
}

.si-arrow-up-circle:before {
  content: "\e078";
}

.si-arrow-left-circle:before {
  content: "\e07a";
}

.si-arrow-right-circle:before {
  content: "\e079";
}

.si-arrow-down-circle:before {
  content: "\e07b";
}

.si-check:before {
  content: "\e080";
}

.si-clock:before {
  content: "\e081";
}

.si-plus:before {
  content: "\e095";
}

.si-minus:before {
  content: "\e615";
}

.si-close:before {
  content: "\e082";
}

.si-event:before {
  content: "\e619";
}

.si-exclamation:before {
  content: "\e617";
}

.si-organization:before {
  content: "\e616";
}

.si-trophy:before {
  content: "\e006";
}

.si-screen-smartphone:before {
  content: "\e010";
}

.si-screen-desktop:before {
  content: "\e011";
}

.si-plane:before {
  content: "\e012";
}

.si-notebook:before {
  content: "\e013";
}

.si-mustache:before {
  content: "\e014";
}

.si-mouse:before {
  content: "\e015";
}

.si-magnet:before {
  content: "\e016";
}

.si-energy:before {
  content: "\e020";
}

.si-disc:before {
  content: "\e022";
}

.si-cursor:before {
  content: "\e06e";
}

.si-cursor-move:before {
  content: "\e023";
}

.si-crop:before {
  content: "\e024";
}

.si-chemistry:before {
  content: "\e026";
}

.si-speedometer:before {
  content: "\e007";
}

.si-shield:before {
  content: "\e00e";
}

.si-screen-tablet:before {
  content: "\e00f";
}

.si-magic-wand:before {
  content: "\e017";
}

.si-hourglass:before {
  content: "\e018";
}

.si-graduation:before {
  content: "\e019";
}

.si-ghost:before {
  content: "\e01a";
}

.si-game-controller:before {
  content: "\e01b";
}

.si-fire:before {
  content: "\e01c";
}

.si-eyeglass:before {
  content: "\e01d";
}

.si-envelope-open:before {
  content: "\e01e";
}

.si-envelope-letter:before {
  content: "\e01f";
}

.si-bell:before {
  content: "\e027";
}

.si-badge:before {
  content: "\e028";
}

.si-anchor:before {
  content: "\e029";
}

.si-wallet:before {
  content: "\e02a";
}

.si-vector:before {
  content: "\e02b";
}

.si-speech:before {
  content: "\e02c";
}

.si-puzzle:before {
  content: "\e02d";
}

.si-printer:before {
  content: "\e02e";
}

.si-present:before {
  content: "\e02f";
}

.si-playlist:before {
  content: "\e030";
}

.si-pin:before {
  content: "\e031";
}

.si-picture:before {
  content: "\e032";
}

.si-handbag:before {
  content: "\e035";
}

.si-globe-alt:before {
  content: "\e036";
}

.si-globe:before {
  content: "\e037";
}

.si-folder-alt:before {
  content: "\e039";
}

.si-folder:before {
  content: "\e089";
}

.si-film:before {
  content: "\e03a";
}

.si-feed:before {
  content: "\e03b";
}

.si-drop:before {
  content: "\e03e";
}

.si-drawer:before {
  content: "\e03f";
}

.si-docs:before {
  content: "\e040";
}

.si-doc:before {
  content: "\e085";
}

.si-diamond:before {
  content: "\e043";
}

.si-cup:before {
  content: "\e044";
}

.si-calculator:before {
  content: "\e049";
}

.si-bubbles:before {
  content: "\e04a";
}

.si-briefcase:before {
  content: "\e04b";
}

.si-book-open:before {
  content: "\e04c";
}

.si-basket-loaded:before {
  content: "\e04d";
}

.si-basket:before {
  content: "\e04e";
}

.si-bag:before {
  content: "\e04f";
}

.si-action-undo:before {
  content: "\e050";
}

.si-action-redo:before {
  content: "\e051";
}

.si-wrench:before {
  content: "\e052";
}

.si-umbrella:before {
  content: "\e053";
}

.si-trash:before {
  content: "\e054";
}

.si-tag:before {
  content: "\e055";
}

.si-support:before {
  content: "\e056";
}

.si-frame:before {
  content: "\e038";
}

.si-size-fullscreen:before {
  content: "\e057";
}

.si-size-actual:before {
  content: "\e058";
}

.si-shuffle:before {
  content: "\e059";
}

.si-share-alt:before {
  content: "\e05a";
}

.si-share:before {
  content: "\e05b";
}

.si-rocket:before {
  content: "\e05c";
}

.si-question:before {
  content: "\e05d";
}

.si-pie-chart:before {
  content: "\e05e";
}

.si-pencil:before {
  content: "\e05f";
}

.si-note:before {
  content: "\e060";
}

.si-loop:before {
  content: "\e064";
}

.si-home:before {
  content: "\e069";
}

.si-grid:before {
  content: "\e06a";
}

.si-graph:before {
  content: "\e06b";
}

.si-microphone:before {
  content: "\e063";
}

.si-music-tone-alt:before {
  content: "\e061";
}

.si-music-tone:before {
  content: "\e062";
}

.si-earphones-alt:before {
  content: "\e03c";
}

.si-earphones:before {
  content: "\e03d";
}

.si-equalizer:before {
  content: "\e06c";
}

.si-like:before {
  content: "\e068";
}

.si-dislike:before {
  content: "\e06d";
}

.si-control-start:before {
  content: "\e06f";
}

.si-control-rewind:before {
  content: "\e070";
}

.si-control-play:before {
  content: "\e071";
}

.si-control-pause:before {
  content: "\e072";
}

.si-control-forward:before {
  content: "\e073";
}

.si-control-end:before {
  content: "\e074";
}

.si-volume-1:before {
  content: "\e09f";
}

.si-volume-2:before {
  content: "\e0a0";
}

.si-volume-off:before {
  content: "\e0a1";
}

.si-calendar:before {
  content: "\e075";
}

.si-bulb:before {
  content: "\e076";
}

.si-chart:before {
  content: "\e077";
}

.si-ban:before {
  content: "\e07c";
}

.si-bubble:before {
  content: "\e07d";
}

.si-camrecorder:before {
  content: "\e07e";
}

.si-camera:before {
  content: "\e07f";
}

.si-cloud-download:before {
  content: "\e083";
}

.si-cloud-upload:before {
  content: "\e084";
}

.si-envelope:before {
  content: "\e086";
}

.si-eye:before {
  content: "\e087";
}

.si-flag:before {
  content: "\e088";
}

.si-heart:before {
  content: "\e08a";
}

.si-info:before {
  content: "\e08b";
}

.si-key:before {
  content: "\e08c";
}

.si-link:before {
  content: "\e08d";
}

.si-lock:before {
  content: "\e08e";
}

.si-lock-open:before {
  content: "\e08f";
}

.si-magnifier:before {
  content: "\e090";
}

.si-magnifier-add:before {
  content: "\e091";
}

.si-magnifier-remove:before {
  content: "\e092";
}

.si-paper-clip:before {
  content: "\e093";
}

.si-paper-plane:before {
  content: "\e094";
}

.si-power:before {
  content: "\e097";
}

.si-refresh:before {
  content: "\e098";
}

.si-reload:before {
  content: "\e099";
}

.si-settings:before {
  content: "\e09a";
}

.si-star:before {
  content: "\e09b";
}

.si-symbol-female:before {
  content: "\e09c";
}

.si-symbol-male:before {
  content: "\e09d";
}

.si-target:before {
  content: "\e09e";
}

.si-credit-card:before {
  content: "\e025";
}

.si-paypal:before {
  content: "\e608";
}

.si-social-tumblr:before {
  content: "\e00a";
}

.si-social-twitter:before {
  content: "\e009";
}

.si-social-facebook:before {
  content: "\e00b";
}

.si-social-instagram:before {
  content: "\e609";
}

.si-social-linkedin:before {
  content: "\e60a";
}

.si-social-pinterest:before {
  content: "\e60b";
}

.si-social-github:before {
  content: "\e60c";
}

.si-social-google:before {
  content: "\e60d";
}

.si-social-reddit:before {
  content: "\e60e";
}

.si-social-skype:before {
  content: "\e60f";
}

.si-social-dribbble:before {
  content: "\e00d";
}

.si-social-behance:before {
  content: "\e610";
}

.si-social-foursqare:before {
  content: "\e611";
}

.si-social-soundcloud:before {
  content: "\e612";
}

.si-social-spotify:before {
  content: "\e613";
}

.si-social-stumbleupon:before {
  content: "\e614";
}

.si-social-youtube:before {
  content: "\e008";
}

.si-social-dropbox:before {
  content: "\e00c";
}

.si-social-vkontakte:before {
  content: "\e618";
}

.si-social-steam:before {
  content: "\e620";
}

.si-users:before {
  content: "\e001";
}

.si-bar-chart:before {
  content: "\e077";
}

.si-camcorder:before {
  content: "\e07e";
}

.si-emoticon-smile:before {
  content: "\e021";
}

.si-eyeglasses:before {
  content: "\e01d";
}

.si-moustache:before {
  content: "\e014";
}

.si-pointer:before {
  content: "\e096";
}
/*! 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";
}
/*!
 *  Weather Icons 2.0
 *  Updated August 1, 2015
 *  Weather themed icons for Bootstrap
 *  Author - Erik Flowers - erik@helloerik.com
 *  Email: erik@helloerik.com
 *  Twitter: http://twitter.com/Erik_UX
 *  ------------------------------------------------------------------------------
 *  Maintained at http://erikflowers.github.io/weather-icons
 *
 *  License
 *  ------------------------------------------------------------------------------
 *  - Font licensed under SIL OFL 1.1 -
 *    http://scripts.sil.org/OFL
 *  - CSS, SCSS and LESS are licensed under MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - Documentation licensed under CC BY 3.0 -
 *    http://creativecommons.org/licenses/by/3.0/
 *  - Inspired by and works great as a companion with Font Awesome
 *    "Font Awesome by Dave Gandy - http://fontawesome.io"
 */@font-face{font-family:weathericons;src:url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/weather-icons/fonts/weathericons-regular-webfont-990a4bb8b6023b3411c93e1bc1ea5e92f75eb27870fce7923b26e54d8e1aa123.eot);src:url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/weather-icons/fonts/weathericons-regular-webfont-990a4bb8b6023b3411c93e1bc1ea5e92f75eb27870fce7923b26e54d8e1aa123.eot?#iefix) format('embedded-opentype'),url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/weather-icons/fonts/weathericons-regular-webfont-91df5b4a8f2f6a87bb16b743e4a6bf2a7ada53723d62e0cd7515cf681c9bfe19.woff2) format('woff2'),url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/weather-icons/fonts/weathericons-regular-webfont-682ac54e86e61147d3bbdc8a5fc2d553149f52c982ceb9b9b712fd14adf64720.woff) format('woff'),url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/weather-icons/fonts/weathericons-regular-webfont-e3c452c1746b464b6d6286b7f147797c844e74fde78da68edbb6d93b36666966.ttf) format('truetype'),url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/weather-icons/fonts/weathericons-regular-webfont-567f519c5ee6a116b535580a1e56985cba06c07eb6be3f438cd37445e521388b.svg#weather_iconsregular) format('svg');font-weight:400;font-style:normal}.wi{display:inline-block;font-family:weathericons;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wi-fw{text-align:center;width:1.4em}.wi-rotate-90{filter:progid: DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.wi-rotate-180{filter:progid: DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.wi-rotate-270{filter:progid: DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.wi-flip-horizontal{filter:progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.wi-flip-vertical{filter:progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}.wi-day-sunny:before{content:"\f00d"}.wi-day-cloudy:before{content:"\f002"}.wi-day-cloudy-gusts:before{content:"\f000"}.wi-day-cloudy-windy:before{content:"\f001"}.wi-day-fog:before{content:"\f003"}.wi-day-hail:before{content:"\f004"}.wi-day-haze:before{content:"\f0b6"}.wi-day-lightning:before{content:"\f005"}.wi-day-rain:before{content:"\f008"}.wi-day-rain-mix:before{content:"\f006"}.wi-day-rain-wind:before{content:"\f007"}.wi-day-showers:before{content:"\f009"}.wi-day-sleet:before{content:"\f0b2"}.wi-day-sleet-storm:before{content:"\f068"}.wi-day-snow:before{content:"\f00a"}.wi-day-snow-thunderstorm:before{content:"\f06b"}.wi-day-snow-wind:before{content:"\f065"}.wi-day-sprinkle:before{content:"\f00b"}.wi-day-storm-showers:before{content:"\f00e"}.wi-day-sunny-overcast:before{content:"\f00c"}.wi-day-thunderstorm:before{content:"\f010"}.wi-day-windy:before{content:"\f085"}.wi-solar-eclipse:before{content:"\f06e"}.wi-hot:before{content:"\f072"}.wi-day-cloudy-high:before{content:"\f07d"}.wi-day-light-wind:before{content:"\f0c4"}.wi-night-clear:before{content:"\f02e"}.wi-night-alt-cloudy:before{content:"\f086"}.wi-night-alt-cloudy-gusts:before{content:"\f022"}.wi-night-alt-cloudy-windy:before{content:"\f023"}.wi-night-alt-hail:before{content:"\f024"}.wi-night-alt-lightning:before{content:"\f025"}.wi-night-alt-rain:before{content:"\f028"}.wi-night-alt-rain-mix:before{content:"\f026"}.wi-night-alt-rain-wind:before{content:"\f027"}.wi-night-alt-showers:before{content:"\f029"}.wi-night-alt-sleet:before{content:"\f0b4"}.wi-night-alt-sleet-storm:before{content:"\f06a"}.wi-night-alt-snow:before{content:"\f02a"}.wi-night-alt-snow-thunderstorm:before{content:"\f06d"}.wi-night-alt-snow-wind:before{content:"\f067"}.wi-night-alt-sprinkle:before{content:"\f02b"}.wi-night-alt-storm-showers:before{content:"\f02c"}.wi-night-alt-thunderstorm:before{content:"\f02d"}.wi-night-cloudy:before{content:"\f031"}.wi-night-cloudy-gusts:before{content:"\f02f"}.wi-night-cloudy-windy:before{content:"\f030"}.wi-night-fog:before{content:"\f04a"}.wi-night-hail:before{content:"\f032"}.wi-night-lightning:before{content:"\f033"}.wi-night-partly-cloudy:before{content:"\f083"}.wi-night-rain:before{content:"\f036"}.wi-night-rain-mix:before{content:"\f034"}.wi-night-rain-wind:before{content:"\f035"}.wi-night-showers:before{content:"\f037"}.wi-night-sleet:before{content:"\f0b3"}.wi-night-sleet-storm:before{content:"\f069"}.wi-night-snow:before{content:"\f038"}.wi-night-snow-thunderstorm:before{content:"\f06c"}.wi-night-snow-wind:before{content:"\f066"}.wi-night-sprinkle:before{content:"\f039"}.wi-night-storm-showers:before{content:"\f03a"}.wi-night-thunderstorm:before{content:"\f03b"}.wi-lunar-eclipse:before{content:"\f070"}.wi-stars:before{content:"\f077"}.wi-night-alt-cloudy-high:before{content:"\f07e"}.wi-night-cloudy-high:before{content:"\f080"}.wi-night-alt-partly-cloudy:before{content:"\f081"}.wi-cloud:before{content:"\f041"}.wi-cloudy:before{content:"\f013"}.wi-cloudy-gusts:before{content:"\f011"}.wi-cloudy-windy:before{content:"\f012"}.wi-fog:before{content:"\f014"}.wi-hail:before{content:"\f015"}.wi-rain:before{content:"\f019"}.wi-rain-mix:before{content:"\f017"}.wi-rain-wind:before{content:"\f018"}.wi-showers:before{content:"\f01a"}.wi-sleet:before{content:"\f0b5"}.wi-sprinkle:before{content:"\f01c"}.wi-storm-showers:before{content:"\f01d"}.wi-thunderstorm:before{content:"\f01e"}.wi-snow-wind:before{content:"\f064"}.wi-snow:before{content:"\f01b"}.wi-smog:before{content:"\f074"}.wi-smoke:before{content:"\f062"}.wi-lightning:before{content:"\f016"}.wi-raindrops:before{content:"\f04e"}.wi-raindrop:before{content:"\f078"}.wi-dust:before{content:"\f063"}.wi-snowflake-cold:before{content:"\f076"}.wi-windy:before{content:"\f021"}.wi-strong-wind:before{content:"\f050"}.wi-sandstorm:before{content:"\f082"}.wi-earthquake:before{content:"\f0c6"}.wi-fire:before{content:"\f0c7"}.wi-flood:before{content:"\f07c"}.wi-meteor:before{content:"\f071"}.wi-tsunami:before{content:"\f0c5"}.wi-volcano:before{content:"\f0c8"}.wi-hurricane:before{content:"\f073"}.wi-tornado:before{content:"\f056"}.wi-small-craft-advisory:before{content:"\f0cc"}.wi-gale-warning:before{content:"\f0cd"}.wi-storm-warning:before{content:"\f0ce"}.wi-hurricane-warning:before{content:"\f0cf"}.wi-wind-direction:before{content:"\f0b1"}.wi-alien:before{content:"\f075"}.wi-celsius:before{content:"\f03c"}.wi-fahrenheit:before{content:"\f045"}.wi-degrees:before{content:"\f042"}.wi-thermometer:before{content:"\f055"}.wi-thermometer-exterior:before{content:"\f053"}.wi-thermometer-internal:before{content:"\f054"}.wi-cloud-down:before{content:"\f03d"}.wi-cloud-up:before{content:"\f040"}.wi-cloud-refresh:before{content:"\f03e"}.wi-horizon:before{content:"\f047"}.wi-horizon-alt:before{content:"\f046"}.wi-sunrise:before{content:"\f051"}.wi-sunset:before{content:"\f052"}.wi-moonrise:before{content:"\f0c9"}.wi-moonset:before{content:"\f0ca"}.wi-refresh:before{content:"\f04c"}.wi-refresh-alt:before{content:"\f04b"}.wi-umbrella:before{content:"\f084"}.wi-barometer:before{content:"\f079"}.wi-humidity:before{content:"\f07a"}.wi-na:before{content:"\f07b"}.wi-train:before{content:"\f0cb"}.wi-moon-new:before{content:"\f095"}.wi-moon-waxing-cresent-1:before{content:"\f096"}.wi-moon-waxing-cresent-2:before{content:"\f097"}.wi-moon-waxing-cresent-3:before{content:"\f098"}.wi-moon-waxing-cresent-4:before{content:"\f099"}.wi-moon-waxing-cresent-5:before{content:"\f09a"}.wi-moon-waxing-cresent-6:before{content:"\f09b"}.wi-moon-first-quarter:before{content:"\f09c"}.wi-moon-waxing-gibbous-1:before{content:"\f09d"}.wi-moon-waxing-gibbous-2:before{content:"\f09e"}.wi-moon-waxing-gibbous-3:before{content:"\f09f"}.wi-moon-waxing-gibbous-4:before{content:"\f0a0"}.wi-moon-waxing-gibbous-5:before{content:"\f0a1"}.wi-moon-waxing-gibbous-6:before{content:"\f0a2"}.wi-moon-full:before{content:"\f0a3"}.wi-moon-waning-gibbous-1:before{content:"\f0a4"}.wi-moon-waning-gibbous-2:before{content:"\f0a5"}.wi-moon-waning-gibbous-3:before{content:"\f0a6"}.wi-moon-waning-gibbous-4:before{content:"\f0a7"}.wi-moon-waning-gibbous-5:before{content:"\f0a8"}.wi-moon-waning-gibbous-6:before{content:"\f0a9"}.wi-moon-third-quarter:before{content:"\f0aa"}.wi-moon-waning-crescent-1:before{content:"\f0ab"}.wi-moon-waning-crescent-2:before{content:"\f0ac"}.wi-moon-waning-crescent-3:before{content:"\f0ad"}.wi-moon-waning-crescent-4:before{content:"\f0ae"}.wi-moon-waning-crescent-5:before{content:"\f0af"}.wi-moon-waning-crescent-6:before{content:"\f0b0"}.wi-moon-alt-new:before{content:"\f0eb"}.wi-moon-alt-waxing-cresent-1:before{content:"\f0d0"}.wi-moon-alt-waxing-cresent-2:before{content:"\f0d1"}.wi-moon-alt-waxing-cresent-3:before{content:"\f0d2"}.wi-moon-alt-waxing-cresent-4:before{content:"\f0d3"}.wi-moon-alt-waxing-cresent-5:before{content:"\f0d4"}.wi-moon-alt-waxing-cresent-6:before{content:"\f0d5"}.wi-moon-alt-first-quarter:before{content:"\f0d6"}.wi-moon-alt-waxing-gibbous-1:before{content:"\f0d7"}.wi-moon-alt-waxing-gibbous-2:before{content:"\f0d8"}.wi-moon-alt-waxing-gibbous-3:before{content:"\f0d9"}.wi-moon-alt-waxing-gibbous-4:before{content:"\f0da"}.wi-moon-alt-waxing-gibbous-5:before{content:"\f0db"}.wi-moon-alt-waxing-gibbous-6:before{content:"\f0dc"}.wi-moon-alt-full:before{content:"\f0dd"}.wi-moon-alt-waning-gibbous-1:before{content:"\f0de"}.wi-moon-alt-waning-gibbous-2:before{content:"\f0df"}.wi-moon-alt-waning-gibbous-3:before{content:"\f0e0"}.wi-moon-alt-waning-gibbous-4:before{content:"\f0e1"}.wi-moon-alt-waning-gibbous-5:before{content:"\f0e2"}.wi-moon-alt-waning-gibbous-6:before{content:"\f0e3"}.wi-moon-alt-third-quarter:before{content:"\f0e4"}.wi-moon-alt-waning-crescent-1:before{content:"\f0e5"}.wi-moon-alt-waning-crescent-2:before{content:"\f0e6"}.wi-moon-alt-waning-crescent-3:before{content:"\f0e7"}.wi-moon-alt-waning-crescent-4:before{content:"\f0e8"}.wi-moon-alt-waning-crescent-5:before{content:"\f0e9"}.wi-moon-alt-waning-crescent-6:before{content:"\f0ea"}.wi-moon-0:before{content:"\f095"}.wi-moon-1:before{content:"\f096"}.wi-moon-2:before{content:"\f097"}.wi-moon-3:before{content:"\f098"}.wi-moon-4:before{content:"\f099"}.wi-moon-5:before{content:"\f09a"}.wi-moon-6:before{content:"\f09b"}.wi-moon-7:before{content:"\f09c"}.wi-moon-8:before{content:"\f09d"}.wi-moon-9:before{content:"\f09e"}.wi-moon-10:before{content:"\f09f"}.wi-moon-11:before{content:"\f0a0"}.wi-moon-12:before{content:"\f0a1"}.wi-moon-13:before{content:"\f0a2"}.wi-moon-14:before{content:"\f0a3"}.wi-moon-15:before{content:"\f0a4"}.wi-moon-16:before{content:"\f0a5"}.wi-moon-17:before{content:"\f0a6"}.wi-moon-18:before{content:"\f0a7"}.wi-moon-19:before{content:"\f0a8"}.wi-moon-20:before{content:"\f0a9"}.wi-moon-21:before{content:"\f0aa"}.wi-moon-22:before{content:"\f0ab"}.wi-moon-23:before{content:"\f0ac"}.wi-moon-24:before{content:"\f0ad"}.wi-moon-25:before{content:"\f0ae"}.wi-moon-26:before{content:"\f0af"}.wi-moon-27:before{content:"\f0b0"}.wi-time-1:before{content:"\f08a"}.wi-time-2:before{content:"\f08b"}.wi-time-3:before{content:"\f08c"}.wi-time-4:before{content:"\f08d"}.wi-time-5:before{content:"\f08e"}.wi-time-6:before{content:"\f08f"}.wi-time-7:before{content:"\f090"}.wi-time-8:before{content:"\f091"}.wi-time-9:before{content:"\f092"}.wi-time-10:before{content:"\f093"}.wi-time-11:before{content:"\f094"}.wi-time-12:before{content:"\f089"}.wi-direction-up:before{content:"\f058"}.wi-direction-up-right:before{content:"\f057"}.wi-direction-right:before{content:"\f04d"}.wi-direction-down-right:before{content:"\f088"}.wi-direction-down:before{content:"\f044"}.wi-direction-down-left:before{content:"\f043"}.wi-direction-left:before{content:"\f048"}.wi-direction-up-left:before{content:"\f087"}.wi-wind-beaufort-0:before{content:"\f0b7"}.wi-wind-beaufort-1:before{content:"\f0b8"}.wi-wind-beaufort-2:before{content:"\f0b9"}.wi-wind-beaufort-3:before{content:"\f0ba"}.wi-wind-beaufort-4:before{content:"\f0bb"}.wi-wind-beaufort-5:before{content:"\f0bc"}.wi-wind-beaufort-6:before{content:"\f0bd"}.wi-wind-beaufort-7:before{content:"\f0be"}.wi-wind-beaufort-8:before{content:"\f0bf"}.wi-wind-beaufort-9:before{content:"\f0c0"}.wi-wind-beaufort-10:before{content:"\f0c1"}.wi-wind-beaufort-11:before{content:"\f0c2"}.wi-wind-beaufort-12:before{content:"\f0c3"}.wi-yahoo-0:before{content:"\f056"}.wi-yahoo-1:before{content:"\f00e"}.wi-yahoo-2:before{content:"\f073"}.wi-yahoo-3:before,.wi-yahoo-4:before{content:"\f01e"}.wi-yahoo-5:before,.wi-yahoo-6:before,.wi-yahoo-7:before{content:"\f017"}.wi-yahoo-8:before{content:"\f015"}.wi-yahoo-9:before{content:"\f01a"}.wi-yahoo-10:before{content:"\f015"}.wi-yahoo-11:before,.wi-yahoo-12:before{content:"\f01a"}.wi-yahoo-13:before{content:"\f01b"}.wi-yahoo-14:before{content:"\f00a"}.wi-yahoo-15:before{content:"\f064"}.wi-yahoo-16:before{content:"\f01b"}.wi-yahoo-17:before{content:"\f015"}.wi-yahoo-18:before{content:"\f017"}.wi-yahoo-19:before{content:"\f063"}.wi-yahoo-20:before{content:"\f014"}.wi-yahoo-21:before{content:"\f021"}.wi-yahoo-22:before{content:"\f062"}.wi-yahoo-23:before,.wi-yahoo-24:before{content:"\f050"}.wi-yahoo-25:before{content:"\f076"}.wi-yahoo-26:before{content:"\f013"}.wi-yahoo-27:before{content:"\f031"}.wi-yahoo-28:before{content:"\f002"}.wi-yahoo-29:before{content:"\f031"}.wi-yahoo-30:before{content:"\f002"}.wi-yahoo-31:before{content:"\f02e"}.wi-yahoo-32:before{content:"\f00d"}.wi-yahoo-33:before{content:"\f083"}.wi-yahoo-34:before{content:"\f00c"}.wi-yahoo-35:before{content:"\f017"}.wi-yahoo-36:before{content:"\f072"}.wi-yahoo-37:before,.wi-yahoo-38:before,.wi-yahoo-39:before{content:"\f00e"}.wi-yahoo-40:before{content:"\f01a"}.wi-yahoo-41:before{content:"\f064"}.wi-yahoo-42:before{content:"\f01b"}.wi-yahoo-43:before{content:"\f064"}.wi-yahoo-44:before{content:"\f00c"}.wi-yahoo-45:before{content:"\f00e"}.wi-yahoo-46:before{content:"\f01b"}.wi-yahoo-47:before{content:"\f00e"}.wi-yahoo-3200:before{content:"\f077"}.wi-forecast-io-clear-day:before{content:"\f00d"}.wi-forecast-io-clear-night:before{content:"\f02e"}.wi-forecast-io-rain:before{content:"\f019"}.wi-forecast-io-snow:before{content:"\f01b"}.wi-forecast-io-sleet:before{content:"\f0b5"}.wi-forecast-io-wind:before{content:"\f050"}.wi-forecast-io-fog:before{content:"\f014"}.wi-forecast-io-cloudy:before{content:"\f013"}.wi-forecast-io-partly-cloudy-day:before{content:"\f002"}.wi-forecast-io-partly-cloudy-night:before{content:"\f031"}.wi-forecast-io-hail:before{content:"\f015"}.wi-forecast-io-thunderstorm:before{content:"\f01e"}.wi-forecast-io-tornado:before{content:"\f056"}.wi-wmo4680-00:before,.wi-wmo4680-0:before{content:"\f055"}.wi-wmo4680-01:before,.wi-wmo4680-1:before{content:"\f013"}.wi-wmo4680-02:before,.wi-wmo4680-2:before{content:"\f055"}.wi-wmo4680-03:before,.wi-wmo4680-3:before{content:"\f013"}.wi-wmo4680-04:before,.wi-wmo4680-05:before,.wi-wmo4680-10:before,.wi-wmo4680-11:before,.wi-wmo4680-4:before,.wi-wmo4680-5:before{content:"\f014"}.wi-wmo4680-12:before{content:"\f016"}.wi-wmo4680-18:before{content:"\f050"}.wi-wmo4680-20:before{content:"\f014"}.wi-wmo4680-21:before,.wi-wmo4680-22:before{content:"\f017"}.wi-wmo4680-23:before{content:"\f019"}.wi-wmo4680-24:before{content:"\f01b"}.wi-wmo4680-25:before{content:"\f015"}.wi-wmo4680-26:before{content:"\f01e"}.wi-wmo4680-27:before,.wi-wmo4680-28:before,.wi-wmo4680-29:before{content:"\f063"}.wi-wmo4680-30:before,.wi-wmo4680-31:before,.wi-wmo4680-32:before,.wi-wmo4680-33:before,.wi-wmo4680-34:before,.wi-wmo4680-35:before{content:"\f014"}.wi-wmo4680-40:before{content:"\f017"}.wi-wmo4680-41:before{content:"\f01c"}.wi-wmo4680-42:before{content:"\f019"}.wi-wmo4680-43:before{content:"\f01c"}.wi-wmo4680-44:before{content:"\f019"}.wi-wmo4680-45:before,.wi-wmo4680-46:before{content:"\f015"}.wi-wmo4680-47:before,.wi-wmo4680-48:before{content:"\f01b"}.wi-wmo4680-50:before,.wi-wmo4680-51:before{content:"\f01c"}.wi-wmo4680-52:before,.wi-wmo4680-53:before{content:"\f019"}.wi-wmo4680-54:before,.wi-wmo4680-55:before,.wi-wmo4680-56:before{content:"\f076"}.wi-wmo4680-57:before{content:"\f01c"}.wi-wmo4680-58:before{content:"\f019"}.wi-wmo4680-60:before,.wi-wmo4680-61:before{content:"\f01c"}.wi-wmo4680-62:before,.wi-wmo4680-63:before{content:"\f019"}.wi-wmo4680-64:before,.wi-wmo4680-65:before,.wi-wmo4680-66:before{content:"\f015"}.wi-wmo4680-67:before,.wi-wmo4680-68:before{content:"\f017"}.wi-wmo4680-70:before,.wi-wmo4680-71:before,.wi-wmo4680-72:before,.wi-wmo4680-73:before{content:"\f01b"}.wi-wmo4680-74:before,.wi-wmo4680-75:before,.wi-wmo4680-76:before{content:"\f076"}.wi-wmo4680-77:before{content:"\f01b"}.wi-wmo4680-78:before{content:"\f076"}.wi-wmo4680-80:before{content:"\f019"}.wi-wmo4680-81:before{content:"\f01c"}.wi-wmo4680-82:before,.wi-wmo4680-83:before{content:"\f019"}.wi-wmo4680-84:before{content:"\f01d"}.wi-wmo4680-85:before,.wi-wmo4680-86:before,.wi-wmo4680-87:before{content:"\f017"}.wi-wmo4680-89:before{content:"\f015"}.wi-wmo4680-90:before{content:"\f016"}.wi-wmo4680-91:before{content:"\f01d"}.wi-wmo4680-92:before,.wi-wmo4680-93:before{content:"\f01e"}.wi-wmo4680-94:before{content:"\f016"}.wi-wmo4680-95:before,.wi-wmo4680-96:before{content:"\f01e"}.wi-wmo4680-99:before{content:"\f056"}.wi-owm-200:before,.wi-owm-201:before,.wi-owm-202:before{content:"\f01e"}.wi-owm-210:before,.wi-owm-211:before,.wi-owm-212:before,.wi-owm-221:before{content:"\f016"}.wi-owm-230:before,.wi-owm-231:before,.wi-owm-232:before{content:"\f01e"}.wi-owm-300:before,.wi-owm-301:before{content:"\f01c"}.wi-owm-302:before{content:"\f019"}.wi-owm-310:before{content:"\f017"}.wi-owm-311:before,.wi-owm-312:before{content:"\f019"}.wi-owm-313:before{content:"\f01a"}.wi-owm-314:before{content:"\f019"}.wi-owm-321:before,.wi-owm-500:before{content:"\f01c"}.wi-owm-501:before,.wi-owm-502:before,.wi-owm-503:before,.wi-owm-504:before{content:"\f019"}.wi-owm-511:before{content:"\f017"}.wi-owm-520:before,.wi-owm-521:before,.wi-owm-522:before{content:"\f01a"}.wi-owm-531:before{content:"\f01d"}.wi-owm-600:before,.wi-owm-601:before{content:"\f01b"}.wi-owm-602:before{content:"\f0b5"}.wi-owm-611:before,.wi-owm-612:before,.wi-owm-615:before,.wi-owm-616:before,.wi-owm-620:before{content:"\f017"}.wi-owm-621:before,.wi-owm-622:before{content:"\f01b"}.wi-owm-701:before{content:"\f01a"}.wi-owm-711:before{content:"\f062"}.wi-owm-721:before{content:"\f0b6"}.wi-owm-731:before{content:"\f063"}.wi-owm-741:before{content:"\f014"}.wi-owm-761:before,.wi-owm-762:before{content:"\f063"}.wi-owm-771:before{content:"\f011"}.wi-owm-781:before{content:"\f056"}.wi-owm-800:before{content:"\f00d"}.wi-owm-801:before,.wi-owm-802:before,.wi-owm-803:before{content:"\f011"}.wi-owm-803:before{content:"\f012"}.wi-owm-804:before{content:"\f013"}.wi-owm-900:before{content:"\f056"}.wi-owm-901:before{content:"\f01d"}.wi-owm-902:before{content:"\f073"}.wi-owm-903:before{content:"\f076"}.wi-owm-904:before{content:"\f072"}.wi-owm-905:before{content:"\f021"}.wi-owm-906:before{content:"\f015"}.wi-owm-957:before{content:"\f050"}.wi-owm-day-200:before,.wi-owm-day-201:before,.wi-owm-day-202:before{content:"\f010"}.wi-owm-day-210:before,.wi-owm-day-211:before,.wi-owm-day-212:before,.wi-owm-day-221:before{content:"\f005"}.wi-owm-day-230:before,.wi-owm-day-231:before,.wi-owm-day-232:before{content:"\f010"}.wi-owm-day-300:before,.wi-owm-day-301:before{content:"\f00b"}.wi-owm-day-302:before,.wi-owm-day-310:before,.wi-owm-day-311:before,.wi-owm-day-312:before,.wi-owm-day-313:before,.wi-owm-day-314:before{content:"\f008"}.wi-owm-day-321:before,.wi-owm-day-500:before{content:"\f00b"}.wi-owm-day-501:before,.wi-owm-day-502:before,.wi-owm-day-503:before,.wi-owm-day-504:before{content:"\f008"}.wi-owm-day-511:before{content:"\f006"}.wi-owm-day-520:before,.wi-owm-day-521:before,.wi-owm-day-522:before{content:"\f009"}.wi-owm-day-531:before{content:"\f00e"}.wi-owm-day-600:before{content:"\f00a"}.wi-owm-day-601:before{content:"\f0b2"}.wi-owm-day-602:before{content:"\f00a"}.wi-owm-day-611:before,.wi-owm-day-612:before,.wi-owm-day-615:before,.wi-owm-day-616:before,.wi-owm-day-620:before{content:"\f006"}.wi-owm-day-621:before,.wi-owm-day-622:before{content:"\f00a"}.wi-owm-day-701:before{content:"\f009"}.wi-owm-day-711:before{content:"\f062"}.wi-owm-day-721:before{content:"\f0b6"}.wi-owm-day-731:before{content:"\f063"}.wi-owm-day-741:before{content:"\f003"}.wi-owm-day-761:before,.wi-owm-day-762:before{content:"\f063"}.wi-owm-day-781:before{content:"\f056"}.wi-owm-day-800:before{content:"\f00d"}.wi-owm-day-801:before,.wi-owm-day-802:before,.wi-owm-day-803:before{content:"\f000"}.wi-owm-day-804:before{content:"\f00c"}.wi-owm-day-900:before{content:"\f056"}.wi-owm-day-902:before{content:"\f073"}.wi-owm-day-903:before{content:"\f076"}.wi-owm-day-904:before{content:"\f072"}.wi-owm-day-906:before{content:"\f004"}.wi-owm-day-957:before{content:"\f050"}.wi-owm-night-200:before,.wi-owm-night-201:before,.wi-owm-night-202:before{content:"\f02d"}.wi-owm-night-210:before,.wi-owm-night-211:before,.wi-owm-night-212:before,.wi-owm-night-221:before{content:"\f025"}.wi-owm-night-230:before,.wi-owm-night-231:before,.wi-owm-night-232:before{content:"\f02d"}.wi-owm-night-300:before,.wi-owm-night-301:before{content:"\f02b"}.wi-owm-night-302:before,.wi-owm-night-310:before,.wi-owm-night-311:before,.wi-owm-night-312:before,.wi-owm-night-313:before,.wi-owm-night-314:before{content:"\f028"}.wi-owm-night-321:before,.wi-owm-night-500:before{content:"\f02b"}.wi-owm-night-501:before,.wi-owm-night-502:before,.wi-owm-night-503:before,.wi-owm-night-504:before{content:"\f028"}.wi-owm-night-511:before{content:"\f026"}.wi-owm-night-520:before,.wi-owm-night-521:before,.wi-owm-night-522:before{content:"\f029"}.wi-owm-night-531:before{content:"\f02c"}.wi-owm-night-600:before{content:"\f02a"}.wi-owm-night-601:before{content:"\f0b4"}.wi-owm-night-602:before{content:"\f02a"}.wi-owm-night-611:before,.wi-owm-night-612:before,.wi-owm-night-615:before,.wi-owm-night-616:before,.wi-owm-night-620:before{content:"\f026"}.wi-owm-night-621:before,.wi-owm-night-622:before{content:"\f02a"}.wi-owm-night-701:before{content:"\f029"}.wi-owm-night-711:before{content:"\f062"}.wi-owm-night-721:before{content:"\f0b6"}.wi-owm-night-731:before{content:"\f063"}.wi-owm-night-741:before{content:"\f04a"}.wi-owm-night-761:before,.wi-owm-night-762:before{content:"\f063"}.wi-owm-night-781:before{content:"\f056"}.wi-owm-night-800:before{content:"\f02e"}.wi-owm-night-801:before,.wi-owm-night-802:before,.wi-owm-night-803:before{content:"\f022"}.wi-owm-night-804:before{content:"\f086"}.wi-owm-night-900:before{content:"\f056"}.wi-owm-night-902:before{content:"\f073"}.wi-owm-night-903:before{content:"\f076"}.wi-owm-night-904:before{content:"\f072"}.wi-owm-night-906:before{content:"\f024"}.wi-owm-night-957:before{content:"\f050"}
@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;
}


/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.6.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
/*
















 */
/*
Template Name: Crypto Admin - Responsive Admin Template 
Author: Multipurpose Themes
File: scss
*/
/*------------------------------------------------------------------
[Table of contents]

Body, layout, Basic
Header
Sidebar
Form-element and progress bar
tab
google map
wizard
weather
Advanced Medias
avatar
switch
fullscreen
data table
direct-chat
users-list
widget
mailbox
Extra Pages
invoice
profile
calendar
icon & divider
box group
grid-stack
date-paginator
Nestable
ribbon
gallery
subheader__daterange
ecommerece pages
web tickers
form-element
box
badges
modal
mask Formatter
flexbox
dropdown
Statistic widgets
media
blog and other widgets
background and overlay
blockquote
nav-dot
rating
lookup
price
todo-list
chat
timeline
Button
social media background
callout
alert
pagination
Morris chart
project table
Waves

-------------------------------------------------------------------*/
/****************************/
/** Imports **/
/****************************/
@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*/
/*---reset---*/
/*Body*/
/* line 79, app/assets/stylesheets/theme/css/dashboard_style.scss */
html {
  height: 100%;
  font-size: 14px;
}

/* line 83, app/assets/stylesheets/theme/css/dashboard_style.scss */
body {
  height: 100%;
}

/* line 85, app/assets/stylesheets/theme/css/dashboard_style.scss */
body.layout-boxed {
  height: 100%;
}

/* line 88, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wrapper {
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: transparent;
  position: relative;
}

/* line 94, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wrapper:before, .wrapper:after {
  content: " ";
  display: table;
}

/* line 98, app/assets/stylesheets/theme/css/dashboard_style.scss */
body {
  overflow-x: hidden;
  overflow-y: auto;
  color: #172b4c;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 1.5;
  background-color: #ffffff;
}

/*---basic---*/
/* line 110, app/assets/stylesheets/theme/css/dashboard_style.scss */
a {
  color: #2f579a;
}

/* line 113, app/assets/stylesheets/theme/css/dashboard_style.scss */
a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none;
}

/* line 117, app/assets/stylesheets/theme/css/dashboard_style.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

/* line 122, app/assets/stylesheets/theme/css/dashboard_style.scss */
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
  font-size: 65%;
}

/* line 125, app/assets/stylesheets/theme/css/dashboard_style.scss */
h4, .h4, h5, .h5, h6, .h6 {
  margin-bottom: 0.7142857143rem;
}

/* line 128, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h1, h1 {
  font-size: 2.5714285714285716rem;
}

/* line 131, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h2, h2 {
  font-size: 2.142857142857143rem;
}

/* line 134, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h3, h3 {
  font-size: 1.7142857142857142rem;
}

/* line 137, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h4, h4 {
  font-size: 1.2857142857142858rem;
}

/* line 140, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h5, h5 {
  font-size: 1.1428571428571428rem;
}

/* line 143, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h6, h6 {
  font-size: 1rem;
}

/* line 146, app/assets/stylesheets/theme/css/dashboard_style.scss */
h1, h2, h3, .h1, .h2, .h3 {
  margin-top: 0.7142857143rem;
  margin-bottom: 0.7142857143rem;
}

/* line 150, app/assets/stylesheets/theme/css/dashboard_style.scss */
img {
  max-width: 100%;
}

/* line 153, app/assets/stylesheets/theme/css/dashboard_style.scss */
.img-fluid {
  width: 100%;
}

/* line 156, app/assets/stylesheets/theme/css/dashboard_style.scss */
.align-sub {
  vertical-align: sub;
}

/* line 159, app/assets/stylesheets/theme/css/dashboard_style.scss */
.base-font {
  font-family: "IBM Plex Sans", sans-serif !important;
}

/* line 162, app/assets/stylesheets/theme/css/dashboard_style.scss */
.heading-font {
  font-family: "Rubik", sans-serif !important;
}

/* line 165, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fs-0 {
  font-size: 0rem !important;
}

/* line 168, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fs-10 {
  font-size: 0.7142857143rem !important;
}

/* line 171, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fs-12 {
  font-size: 0.8571428571rem !important;
}

/* line 174, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fs-14 {
  font-size: 1rem !important;
}

/* line 177, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fs-16 {
  font-size: 1.1428571429rem !important;
}

/* line 180, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fs-18 {
  font-size: 1.2857142857rem !important;
}

/* line 183, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fs-20 {
  font-size: 1.4285714286rem !important;
}

/* line 186, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fs-22 {
  font-size: 1.5714285714rem !important;
}

/* line 189, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fs-24 {
  font-size: 1.7142857143rem !important;
}

/* line 192, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fs-26 {
  font-size: 1.8571428571rem !important;
}

/* line 195, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fs-30 {
  font-size: 2.1428571429rem !important;
}

/* line 198, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fs-32 {
  font-size: 2.2857142857rem !important;
}

/* line 201, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fs-36 {
  font-size: 2.5714285714rem !important;
}

/* line 204, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fs-38 {
  font-size: 2.7142857143rem !important;
}

/* line 207, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fs-40 {
  font-size: 2.8571428571rem !important;
}

/* line 210, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fs-42 {
  font-size: 3rem !important;
}

/* line 213, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fs-46 {
  font-size: 3.2857142857rem !important;
}

/* line 216, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fs-48 {
  font-size: 3.4285714286rem !important;
}

/* line 219, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fs-50 {
  font-size: 3.5714285714rem !important;
}

/* line 222, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fs-60 {
  font-size: 4.2857142857rem !important;
}

/* line 225, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fs-70 {
  font-size: 5rem !important;
}

/* line 228, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fs-72 {
  font-size: 5.1428571429rem !important;
}

/* line 231, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fs-76 {
  font-size: 5.4285714286rem !important;
}

/* line 234, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fs-78 {
  font-size: 5.5714285714rem !important;
}

/* line 237, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fs-80 {
  font-size: 5.7142857143rem !important;
}

/* line 240, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fs-100 {
  font-size: 7.1428571429rem !important;
}

/* line 243, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fs-140 {
  font-size: 10rem !important;
}

/* line 246, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fs-180 {
  font-size: 12.8571428571rem !important;
}

/* line 249, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fs-200 {
  font-size: 14.2857142857rem !important;
}

/* line 252, app/assets/stylesheets/theme/css/dashboard_style.scss */
.l-h-0 {
  line-height: 0rem !important;
}

/* line 255, app/assets/stylesheets/theme/css/dashboard_style.scss */
.l-h-10 {
  line-height: 0.7142857143rem !important;
}

/* line 258, app/assets/stylesheets/theme/css/dashboard_style.scss */
.l-h-12 {
  line-height: 0.8571428571rem !important;
}

/* line 261, app/assets/stylesheets/theme/css/dashboard_style.scss */
.l-h-14 {
  line-height: 1rem !important;
}

/* line 264, app/assets/stylesheets/theme/css/dashboard_style.scss */
.l-h-16 {
  line-height: 1.1428571429rem !important;
}

/* line 267, app/assets/stylesheets/theme/css/dashboard_style.scss */
.l-h-18 {
  line-height: 1.2857142857rem !important;
}

/* line 270, app/assets/stylesheets/theme/css/dashboard_style.scss */
.l-h-20 {
  line-height: 1.4285714286rem !important;
}

/* line 273, app/assets/stylesheets/theme/css/dashboard_style.scss */
.l-h-22 {
  line-height: 1.5714285714rem !important;
}

/* line 276, app/assets/stylesheets/theme/css/dashboard_style.scss */
.l-h-24 {
  line-height: 1.7142857143rem !important;
}

/* line 279, app/assets/stylesheets/theme/css/dashboard_style.scss */
.l-h-25 {
  line-height: 1.7857142857rem !important;
}

/* line 282, app/assets/stylesheets/theme/css/dashboard_style.scss */
.l-h-26 {
  line-height: 1.8571428571rem !important;
}

/* line 285, app/assets/stylesheets/theme/css/dashboard_style.scss */
.l-h-30 {
  line-height: 2.1428571429rem !important;
}

/* line 288, app/assets/stylesheets/theme/css/dashboard_style.scss */
.l-h-32 {
  line-height: 2.2857142857rem !important;
}

/* line 291, app/assets/stylesheets/theme/css/dashboard_style.scss */
.l-h-35 {
  line-height: 2.5rem !important;
}

/* line 294, app/assets/stylesheets/theme/css/dashboard_style.scss */
.l-h-36 {
  line-height: 2.5714285714rem !important;
}

/* line 297, app/assets/stylesheets/theme/css/dashboard_style.scss */
.l-h-38 {
  line-height: 2.7142857143rem !important;
}

/* line 300, app/assets/stylesheets/theme/css/dashboard_style.scss */
.l-h-40 {
  line-height: 2.8571428571rem !important;
}

/* line 303, app/assets/stylesheets/theme/css/dashboard_style.scss */
.l-h-42 {
  line-height: 3rem !important;
}

/* line 306, app/assets/stylesheets/theme/css/dashboard_style.scss */
.l-h-45 {
  line-height: 3.2142857143rem !important;
}

/* line 309, app/assets/stylesheets/theme/css/dashboard_style.scss */
.l-h-46 {
  line-height: 3.2857142857rem !important;
}

/* line 312, app/assets/stylesheets/theme/css/dashboard_style.scss */
.l-h-48 {
  line-height: 3.4285714286rem !important;
}

/* line 315, app/assets/stylesheets/theme/css/dashboard_style.scss */
.l-h-50 {
  line-height: 3.5714285714rem !important;
}

/* line 318, app/assets/stylesheets/theme/css/dashboard_style.scss */
.l-h-60 {
  line-height: 4.2857142857rem !important;
}

/* line 321, app/assets/stylesheets/theme/css/dashboard_style.scss */
.l-h-70 {
  line-height: 5rem !important;
}

/* line 324, app/assets/stylesheets/theme/css/dashboard_style.scss */
.l-h-72 {
  line-height: 5.1428571429rem !important;
}

/* line 327, app/assets/stylesheets/theme/css/dashboard_style.scss */
.l-h-76 {
  line-height: 5.4285714286rem !important;
}

/* line 330, app/assets/stylesheets/theme/css/dashboard_style.scss */
.l-h-78 {
  line-height: 5.5714285714rem !important;
}

/* line 333, app/assets/stylesheets/theme/css/dashboard_style.scss */
.l-h-80 {
  line-height: 5.7142857143rem !important;
}

/* line 336, app/assets/stylesheets/theme/css/dashboard_style.scss */
.l-h-100 {
  line-height: 7.1428571429rem !important;
}

/* line 339, app/assets/stylesheets/theme/css/dashboard_style.scss */
.l-h-140 {
  line-height: 10rem !important;
}

/* line 342, app/assets/stylesheets/theme/css/dashboard_style.scss */
.l-h-180 {
  line-height: 12.8571428571rem !important;
}

/* line 345, app/assets/stylesheets/theme/css/dashboard_style.scss */
.l-h-200 {
  line-height: 14.2857142857rem !important;
}

/* line 348, app/assets/stylesheets/theme/css/dashboard_style.scss */
.l-h-n {
  line-height: normal !important;
}

/* line 351, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fw-100 {
  font-weight: 100;
}

/* line 354, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fw-200 {
  font-weight: 200;
}

/* line 357, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fw-300 {
  font-weight: 300;
}

/* line 360, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fw-400 {
  font-weight: 400;
}

/* line 363, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fw-500 {
  font-weight: 500;
}

/* line 366, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fw-600 {
  font-weight: 600;
}

/* line 369, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fw-700 {
  font-weight: 700;
}

/* line 372, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fw-800 {
  font-weight: 800;
}

/* line 375, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fw-900 {
  font-weight: 900;
}

/* line 378, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fw-light {
  font-weight: 100;
}

/* line 381, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fw-normal {
  font-weight: 400;
}

/* line 384, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fw-medium {
  font-weight: 500;
}

/* line 387, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fw-bold {
  font-weight: 700;
}

/* line 390, app/assets/stylesheets/theme/css/dashboard_style.scss */
.hide {
  display: none !important;
}

/* line 393, app/assets/stylesheets/theme/css/dashboard_style.scss */
.no-border {
  border: 0 !important;
}

/* line 396, app/assets/stylesheets/theme/css/dashboard_style.scss */
.no-radius {
  border-radius: 0 !important;
}

/* line 399, app/assets/stylesheets/theme/css/dashboard_style.scss */
.no-padding {
  padding: 0 !important;
}

/* line 402, app/assets/stylesheets/theme/css/dashboard_style.scss */
.no-margin {
  margin: 0 !important;
}

/* line 405, app/assets/stylesheets/theme/css/dashboard_style.scss */
.no-shadow {
  box-shadow: none !important;
}

/* line 408, app/assets/stylesheets/theme/css/dashboard_style.scss */
.chart-legend, .contacts-list, .list-unstyled, .mailbox-attachments, .users-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 413, app/assets/stylesheets/theme/css/dashboard_style.scss */
.list-group-unbordered > .list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

/* line 420, app/assets/stylesheets/theme/css/dashboard_style.scss */
.code-preview {
  border: 1px solid #f3f6f9;
  padding: 20px;
  background-color: #ffffff;
}

/* line 425, app/assets/stylesheets/theme/css/dashboard_style.scss */
code {
  border: 1px solid #f3f6f9;
  background-color: #ffffff;
  border-radius: .25rem;
  padding: .2rem .4rem;
}

/* line 431, app/assets/stylesheets/theme/css/dashboard_style.scss */
.d3-line {
  fill: rgba(255, 255, 255, 0);
}

/* line 434, app/assets/stylesheets/theme/css/dashboard_style.scss */
.theme-switch li a.active {
  opacity: 0.6;
  border: 5px solid #ffffff;
}

/* line 438, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .theme-switch li a.active {
  border: 5px solid #262626;
}

/* line 441, app/assets/stylesheets/theme/css/dashboard_style.scss */
.custom-select {
  cursor: pointer;
  border-radius: 5px;
}

/* line 445, app/assets/stylesheets/theme/css/dashboard_style.scss */
.image-popup-vertical-fit img,
.image-popup-fit-width img,
.image-popup-no-margins img,
.popup-gallery img,
.zoom-gallery img,
#image-popups img {
  border-radius: 5px;
}

/*---border radius---*/
/* line 454, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rounded0 {
  border-radius: 0px !important;
}

/* line 457, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rounded5 {
  border-radius: 5px !important;
}

/* line 460, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rounded10 {
  border-radius: 10px !important;
}

/* line 463, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rounded15 {
  border-radius: 15px !important;
}

/* line 466, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rounded20 {
  border-radius: 20px !important;
}

/* line 469, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rounded25 {
  border-radius: 25px !important;
}

/* line 472, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rounded30 {
  border-radius: 30px !important;
}

/* line 475, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rounded35 {
  border-radius: 35px !important;
}

/* line 478, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rounded40 {
  border-radius: 40px !important;
}

/* line 481, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rounded45 {
  border-radius: 45px !important;
}

/* line 484, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rounded50 {
  border-radius: 50px !important;
}

/* line 487, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rounded55 {
  border-radius: 55px !important;
}

/* line 490, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rounded60 {
  border-radius: 60px !important;
}

/* line 493, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rounded65 {
  border-radius: 65px !important;
}

/* line 496, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rounded70 {
  border-radius: 70px !important;
}

/* line 499, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rounded75 {
  border-radius: 75px !important;
}

/* line 502, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rounded80 {
  border-radius: 80px !important;
}

/* line 505, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rounded85 {
  border-radius: 85px !important;
}

/* line 508, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rounded90 {
  border-radius: 90px !important;
}

/* line 511, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rounded95 {
  border-radius: 95px !important;
}

/* line 514, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rounded100 {
  border-radius: 100px !important;
}

/* line 517, app/assets/stylesheets/theme/css/dashboard_style.scss */
.overflow-h {
  overflow: hidden;
}

/* line 520, app/assets/stylesheets/theme/css/dashboard_style.scss */
.overflow-v {
  overflow: visible;
}

/* line 523, app/assets/stylesheets/theme/css/dashboard_style.scss */
.overflow-xh {
  overflow-x: hidden;
}

/* line 526, app/assets/stylesheets/theme/css/dashboard_style.scss */
.overflow-xv {
  overflow-x: visible;
}

/* line 529, app/assets/stylesheets/theme/css/dashboard_style.scss */
.overflow-yh {
  overflow-y: hidden;
}

/* line 532, app/assets/stylesheets/theme/css/dashboard_style.scss */
.overflow-yv {
  overflow-y: visible;
}

/*---border---*/
/* line 536, app/assets/stylesheets/theme/css/dashboard_style.scss */
.b-0 {
  border: 0px solid #f3f6f9 !important;
}

/* line 539, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bt-0 {
  border-top: 0px solid #f3f6f9 !important;
}

/* line 542, app/assets/stylesheets/theme/css/dashboard_style.scss */
.be-0 {
  border-right: 0px solid #f3f6f9 !important;
}

/* line 545, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bb-0 {
  border-bottom: 0px solid #f3f6f9 !important;
}

/* line 548, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bs-0 {
  border-left: 0px solid #f3f6f9 !important;
}

/* line 551, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bx-0 {
  border-right: 0px solid #f3f6f9 !important;
  border-left: 0px solid #f3f6f9 !important;
}

/* line 555, app/assets/stylesheets/theme/css/dashboard_style.scss */
.by-0 {
  border-top: 0px solid #f3f6f9 !important;
  border-bottom: 0px solid #f3f6f9 !important;
}

/* line 559, app/assets/stylesheets/theme/css/dashboard_style.scss */
.b-1 {
  border: 1px solid #f3f6f9 !important;
}

/* line 562, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bt-1 {
  border-top: 1px solid #f3f6f9 !important;
}

/* line 565, app/assets/stylesheets/theme/css/dashboard_style.scss */
.be-1 {
  border-right: 1px solid #f3f6f9 !important;
}

/* line 568, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bb-1 {
  border-bottom: 1px solid #f3f6f9 !important;
}

/* line 571, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bs-1 {
  border-left: 1px solid #f3f6f9 !important;
}

/* line 574, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bx-1 {
  border-right: 1px solid #f3f6f9 !important;
  border-left: 1px solid #f3f6f9 !important;
}

/* line 578, app/assets/stylesheets/theme/css/dashboard_style.scss */
.by-1 {
  border-top: 1px solid #f3f6f9 !important;
  border-bottom: 1px solid #f3f6f9 !important;
}

/* line 582, app/assets/stylesheets/theme/css/dashboard_style.scss */
.b-2 {
  border: 2px solid #f3f6f9 !important;
}

/* line 585, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bt-2 {
  border-top: 2px solid #f3f6f9 !important;
}

/* line 588, app/assets/stylesheets/theme/css/dashboard_style.scss */
.be-2 {
  border-right: 2px solid #f3f6f9 !important;
}

/* line 591, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bb-2 {
  border-bottom: 2px solid #f3f6f9 !important;
}

/* line 594, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bs-2 {
  border-left: 2px solid #f3f6f9 !important;
}

/* line 597, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bx-2 {
  border-right: 2px solid #f3f6f9 !important;
  border-left: 2px solid #f3f6f9 !important;
}

/* line 601, app/assets/stylesheets/theme/css/dashboard_style.scss */
.by-2 {
  border-top: 2px solid #f3f6f9 !important;
  border-bottom: 2px solid #f3f6f9 !important;
}

/* line 605, app/assets/stylesheets/theme/css/dashboard_style.scss */
.b-3 {
  border: 3px solid #f3f6f9 !important;
}

/* line 608, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bt-3 {
  border-top: 3px solid #f3f6f9 !important;
}

/* line 611, app/assets/stylesheets/theme/css/dashboard_style.scss */
.be-3 {
  border-right: 3px solid #f3f6f9 !important;
}

/* line 614, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bb-3 {
  border-bottom: 3px solid #f3f6f9 !important;
}

/* line 617, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bs-3 {
  border-left: 3px solid #f3f6f9 !important;
}

/* line 620, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bx-3 {
  border-right: 3px solid #f3f6f9 !important;
  border-left: 3px solid #f3f6f9 !important;
}

/* line 624, app/assets/stylesheets/theme/css/dashboard_style.scss */
.by-3 {
  border-top: 3px solid #f3f6f9 !important;
  border-bottom: 3px solid #f3f6f9 !important;
}

/* line 628, app/assets/stylesheets/theme/css/dashboard_style.scss */
.b-4 {
  border: 4px solid #f3f6f9 !important;
}

/* line 631, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bt-4 {
  border-top: 4px solid #f3f6f9 !important;
}

/* line 634, app/assets/stylesheets/theme/css/dashboard_style.scss */
.be-4 {
  border-right: 4px solid #f3f6f9 !important;
}

/* line 637, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bb-4 {
  border-bottom: 4px solid #f3f6f9 !important;
}

/* line 640, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bs-4 {
  border-left: 4px solid #f3f6f9 !important;
}

/* line 643, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bx-4 {
  border-right: 4px solid #f3f6f9 !important;
  border-left: 4px solid #f3f6f9 !important;
}

/* line 647, app/assets/stylesheets/theme/css/dashboard_style.scss */
.by-4 {
  border-top: 4px solid #f3f6f9 !important;
  border-bottom: 4px solid #f3f6f9 !important;
}

/* line 651, app/assets/stylesheets/theme/css/dashboard_style.scss */
.b-5 {
  border: 5px solid #f3f6f9 !important;
}

/* line 654, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bt-5 {
  border-top: 5px solid #f3f6f9 !important;
}

/* line 657, app/assets/stylesheets/theme/css/dashboard_style.scss */
.be-5 {
  border-right: 5px solid #f3f6f9 !important;
}

/* line 660, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bb-5 {
  border-bottom: 5px solid #f3f6f9 !important;
}

/* line 663, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bs-5 {
  border-left: 5px solid #f3f6f9 !important;
}

/* line 666, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bx-5 {
  border-right: 5px solid #f3f6f9 !important;
  border-left: 5px solid #f3f6f9 !important;
}

/* line 670, app/assets/stylesheets/theme/css/dashboard_style.scss */
.by-5 {
  border-top: 5px solid #f3f6f9 !important;
  border-bottom: 5px solid #f3f6f9 !important;
}

/* line 674, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rtl .bs-0 {
  border-right-width: 0px !important;
  border-right-style: solid !important;
  border-left-width: 0 !important;
}

/* line 678, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rtl .be-0 {
  border-left-width: 0px !important;
  border-left-style: solid !important;
  border-right-width: 0 !important;
}

/* line 682, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rtl .bs-1 {
  border-right-width: 1px !important;
  border-right-style: solid !important;
  border-left-width: 0 !important;
}

/* line 686, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rtl .be-1 {
  border-left-width: 1px !important;
  border-left-style: solid !important;
  border-right-width: 0 !important;
}

/* line 690, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rtl .bs-2 {
  border-right-width: 2px !important;
  border-right-style: solid !important;
  border-left-width: 0 !important;
}

/* line 694, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rtl .be-2 {
  border-left-width: 2px !important;
  border-left-style: solid !important;
  border-right-width: 0 !important;
}

/* line 698, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rtl .bs-3 {
  border-right-width: 3px !important;
  border-right-style: solid !important;
  border-left-width: 0 !important;
}

/* line 702, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rtl .be-3 {
  border-left-width: 3px !important;
  border-left-style: solid !important;
  border-right-width: 0 !important;
}

/* line 706, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rtl .bs-4 {
  border-right-width: 4px !important;
  border-right-style: solid !important;
  border-left-width: 0 !important;
}

/* line 710, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rtl .be-4 {
  border-left-width: 4px !important;
  border-left-style: solid !important;
  border-right-width: 0 !important;
}

/* line 714, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rtl .bs-5 {
  border-right-width: 5px !important;
  border-right-style: solid !important;
  border-left-width: 0 !important;
}

/* line 718, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rtl .be-5 {
  border-left-width: 5px !important;
  border-left-style: solid !important;
  border-right-width: 0 !important;
}

/* line 723, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .b-0:not([class*=border-]) {
  border: 0px solid #566f9e !important;
}

/* line 725, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .bt-0:not([class*=border-]) {
  border-top: 0px solid #566f9e !important;
}

/* line 727, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .be-0:not([class*=border-]) {
  border-right: 0px solid #566f9e !important;
}

/* line 729, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .bb-0:not([class*=border-]) {
  border-bottom: 0px solid #566f9e !important;
}

/* line 731, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .bs-0:not([class*=border-]) {
  border-left: 0px solid #566f9e !important;
}

/* line 733, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .bx-0:not([class*=border-]) {
  border-right: 0px solid #566f9e !important;
  border-left: 0px solid #566f9e !important;
}

/* line 736, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .by-0:not([class*=border-]) {
  border-top: 0px solid #566f9e !important;
  border-bottom: 0px solid #566f9e !important;
}

/* line 739, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .b-1:not([class*=border-]) {
  border: 1px solid #566f9e !important;
}

/* line 741, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .bt-1:not([class*=border-]) {
  border-top: 1px solid #566f9e !important;
}

/* line 743, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .be-1:not([class*=border-]) {
  border-right: 1px solid #566f9e !important;
}

/* line 745, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .bb-1:not([class*=border-]) {
  border-bottom: 1px solid #566f9e !important;
}

/* line 747, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .bs-1:not([class*=border-]) {
  border-left: 1px solid #566f9e !important;
}

/* line 749, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .bx-1:not([class*=border-]) {
  border-right: 1px solid #566f9e !important;
  border-left: 1px solid #566f9e !important;
}

/* line 752, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .by-1:not([class*=border-]) {
  border-top: 1px solid #566f9e !important;
  border-bottom: 1px solid #566f9e !important;
}

/* line 755, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .b-2:not([class*=border-]) {
  border: 2px solid #566f9e !important;
}

/* line 757, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .bt-2:not([class*=border-]) {
  border-top: 2px solid #566f9e !important;
}

/* line 759, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .be-2:not([class*=border-]) {
  border-right: 2px solid #566f9e !important;
}

/* line 761, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .bb-2:not([class*=border-]) {
  border-bottom: 2px solid #566f9e !important;
}

/* line 763, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .bs-2:not([class*=border-]) {
  border-left: 2px solid #566f9e !important;
}

/* line 765, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .bx-2:not([class*=border-]) {
  border-right: 2px solid #566f9e !important;
  border-left: 2px solid #566f9e !important;
}

/* line 768, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .by-2:not([class*=border-]) {
  border-top: 2px solid #566f9e !important;
  border-bottom: 2px solid #566f9e !important;
}

/* line 771, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .b-3:not([class*=border-]) {
  border: 3px solid #566f9e !important;
}

/* line 773, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .bt-3:not([class*=border-]) {
  border-top: 3px solid #566f9e !important;
}

/* line 775, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .be-3:not([class*=border-]) {
  border-right: 3px solid #566f9e !important;
}

/* line 777, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .bb-3:not([class*=border-]) {
  border-bottom: 3px solid #566f9e !important;
}

/* line 779, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .bs-3:not([class*=border-]) {
  border-left: 3px solid #566f9e !important;
}

/* line 781, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .bx-3:not([class*=border-]) {
  border-right: 3px solid #566f9e !important;
  border-left: 3px solid #566f9e !important;
}

/* line 784, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .by-3:not([class*=border-]) {
  border-top: 3px solid #566f9e !important;
  border-bottom: 3px solid #566f9e !important;
}

/* line 787, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .b-4:not([class*=border-]) {
  border: 4px solid #566f9e !important;
}

/* line 789, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .bt-4:not([class*=border-]) {
  border-top: 4px solid #566f9e !important;
}

/* line 791, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .be-4:not([class*=border-]) {
  border-right: 4px solid #566f9e !important;
}

/* line 793, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .bb-4:not([class*=border-]) {
  border-bottom: 4px solid #566f9e !important;
}

/* line 795, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .bs-4:not([class*=border-]) {
  border-left: 4px solid #566f9e !important;
}

/* line 797, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .bx-4:not([class*=border-]) {
  border-right: 4px solid #566f9e !important;
  border-left: 4px solid #566f9e !important;
}

/* line 800, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .by-4:not([class*=border-]) {
  border-top: 4px solid #566f9e !important;
  border-bottom: 4px solid #566f9e !important;
}

/* line 803, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .b-5:not([class*=border-]) {
  border: 5px solid #566f9e !important;
}

/* line 805, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .bt-5:not([class*=border-]) {
  border-top: 5px solid #566f9e !important;
}

/* line 807, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .be-5:not([class*=border-]) {
  border-right: 5px solid #566f9e !important;
}

/* line 809, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .bb-5:not([class*=border-]) {
  border-bottom: 5px solid #566f9e !important;
}

/* line 811, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .bs-5:not([class*=border-]) {
  border-left: 5px solid #566f9e !important;
}

/* line 813, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .bx-5:not([class*=border-]) {
  border-right: 5px solid #566f9e !important;
  border-left: 5px solid #566f9e !important;
}

/* line 816, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .by-5:not([class*=border-]) {
  border-top: 5px solid #566f9e !important;
  border-bottom: 5px solid #566f9e !important;
}

/* line 819, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin.rtl .bs-0:not([class*=border-]) {
  border-right-width: 0px !important;
  border-right-style: solid !important;
  border-left-width: 0 !important;
}

/* line 823, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin.rtl .be-0:not([class*=border-]) {
  border-left-width: 0px !important;
  border-left-style: solid !important;
  border-right-width: 0 !important;
}

/* line 827, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin.rtl .bs-1:not([class*=border-]) {
  border-right-width: 1px !important;
  border-right-style: solid !important;
  border-left-width: 0 !important;
}

/* line 831, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin.rtl .be-1:not([class*=border-]) {
  border-left-width: 1px !important;
  border-left-style: solid !important;
  border-right-width: 0 !important;
}

/* line 835, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin.rtl .bs-2:not([class*=border-]) {
  border-right-width: 2px !important;
  border-right-style: solid !important;
  border-left-width: 0 !important;
}

/* line 839, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin.rtl .be-2:not([class*=border-]) {
  border-left-width: 2px !important;
  border-left-style: solid !important;
  border-right-width: 0 !important;
}

/* line 843, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin.rtl .bs-3:not([class*=border-]) {
  border-right-width: 3px !important;
  border-right-style: solid !important;
  border-left-width: 0 !important;
}

/* line 847, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin.rtl .be-3:not([class*=border-]) {
  border-left-width: 3px !important;
  border-left-style: solid !important;
  border-right-width: 0 !important;
}

/* line 851, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin.rtl .bs-4:not([class*=border-]) {
  border-right-width: 4px !important;
  border-right-style: solid !important;
  border-left-width: 0 !important;
}

/* line 855, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin.rtl .be-4:not([class*=border-]) {
  border-left-width: 4px !important;
  border-left-style: solid !important;
  border-right-width: 0 !important;
}

/* line 859, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin.rtl .bs-5:not([class*=border-]) {
  border-right-width: 5px !important;
  border-right-style: solid !important;
  border-left-width: 0 !important;
}

/* line 863, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin.rtl .be-5:not([class*=border-]) {
  border-left-width: 5px !important;
  border-left-style: solid !important;
  border-right-width: 0 !important;
}

/* line 868, app/assets/stylesheets/theme/css/dashboard_style.scss */
.border {
  border: 1px solid #f3f6f9 !important;
}

/* line 871, app/assets/stylesheets/theme/css/dashboard_style.scss */
.border-primary {
  border-color: #6993ff !important;
}

/* line 874, app/assets/stylesheets/theme/css/dashboard_style.scss */
.border-secondary {
  border-color: #e4e6ef !important;
}

/* line 877, app/assets/stylesheets/theme/css/dashboard_style.scss */
.border-info {
  border-color: #8950fc !important;
}

/* line 880, app/assets/stylesheets/theme/css/dashboard_style.scss */
.border-success {
  border-color: #1bc5bd !important;
}

/* line 883, app/assets/stylesheets/theme/css/dashboard_style.scss */
.border-warning {
  border-color: #ffa800 !important;
}

/* line 886, app/assets/stylesheets/theme/css/dashboard_style.scss */
.border-danger {
  border-color: #f64e60 !important;
}

/* line 889, app/assets/stylesheets/theme/css/dashboard_style.scss */
.border-dark {
  border-color: #172b4c !important;
}

/* line 892, app/assets/stylesheets/theme/css/dashboard_style.scss */
.border-white {
  border-color: #ffffff !important;
}

/* line 895, app/assets/stylesheets/theme/css/dashboard_style.scss */
.border-black {
  border-color: #000000 !important;
}

/* line 898, app/assets/stylesheets/theme/css/dashboard_style.scss */
.border-light {
  border-color: #f3f6f9 !important;
}

/* line 901, app/assets/stylesheets/theme/css/dashboard_style.scss */
.border-transparent {
  border-color: transparent !important;
}

/* line 904, app/assets/stylesheets/theme/css/dashboard_style.scss */
.border-white {
  border-color: #fff !important;
}

/* line 907, app/assets/stylesheets/theme/css/dashboard_style.scss */
.border-light {
  border-color: #f3f6f9 !important;
}

/* line 910, app/assets/stylesheets/theme/css/dashboard_style.scss */
.border-fade {
  border-color: #f6f9fb !important;
}

/* line 913, app/assets/stylesheets/theme/css/dashboard_style.scss */
.b-dashed {
  border-style: dashed !important;
}

/* line 916, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bt-dashed {
  border-top-style: dashed !important;
}

/* line 919, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bs-dashed {
  border-left-style: dashed !important;
}

/* line 922, app/assets/stylesheets/theme/css/dashboard_style.scss */
.be-dashed {
  border-right-style: dashed !important;
}

/* line 925, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bb-dashed {
  border-bottom-style: dashed !important;
}

/* line 928, app/assets/stylesheets/theme/css/dashboard_style.scss */
.b-dotted {
  border-style: dotted !important;
}

/* line 931, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bt-dotted {
  border-top-style: dotted !important;
}

/* line 934, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bs-dotted {
  border-left-style: dotted !important;
}

/* line 937, app/assets/stylesheets/theme/css/dashboard_style.scss */
.be-dotted {
  border-right-style: dotted !important;
}

/* line 940, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bb-dotted {
  border-bottom-style: dotted !important;
}

/* line 943, app/assets/stylesheets/theme/css/dashboard_style.scss */
.b-double {
  border-style: double !important;
}

/* line 946, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bt-double {
  border-top-style: double !important;
}

/* line 949, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bs-double {
  border-left-style: double !important;
}

/* line 952, app/assets/stylesheets/theme/css/dashboard_style.scss */
.be-double {
  border-right-style: double !important;
}

/* line 955, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bb-double {
  border-bottom-style: double !important;
}

/* line 958, app/assets/stylesheets/theme/css/dashboard_style.scss */
.b-groove {
  border-style: groove !important;
}

/* line 961, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bt-groove {
  border-top-style: groove !important;
}

/* line 964, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bs-groove {
  border-left-style: groove !important;
}

/* line 967, app/assets/stylesheets/theme/css/dashboard_style.scss */
.be-groove {
  border-right-style: groove !important;
}

/* line 970, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bb-groove {
  border-bottom-style: groove !important;
}

/* line 973, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bter-0 {
  border-top-right-radius: 0 !important;
}

/* line 976, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bber-0 {
  border-bottom-right-radius: 0 !important;
}

/* line 979, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btsr-0 {
  border-top-left-radius: 0 !important;
}

/* line 982, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bbsr-0 {
  border-bottom-left-radius: 0 !important;
}

/* line 985, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ber-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 989, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bsr-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 993, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bar-0 {
  border-radius: 0 !important;
}

/*---vertical-align---*/
/* line 997, app/assets/stylesheets/theme/css/dashboard_style.scss */
.vertical-align {
  font-size: 0;
}

/* line 1000, app/assets/stylesheets/theme/css/dashboard_style.scss */
.vertical-align:before {
  display: inline-block;
  height: 100%;
  content: '';
  vertical-align: middle;
}

/* line 1006, app/assets/stylesheets/theme/css/dashboard_style.scss */
.vertical-align-middle, .vertical-align-bottom {
  display: inline-block;
  max-width: 100%;
}

/* line 1010, app/assets/stylesheets/theme/css/dashboard_style.scss */
.vertical-align-middle {
  vertical-align: middle;
}

/* line 1013, app/assets/stylesheets/theme/css/dashboard_style.scss */
.vertical-align-bottom {
  vertical-align: bottom;
}

/* line 1016, app/assets/stylesheets/theme/css/dashboard_style.scss */
.r-0 {
  right: 0;
}

/* line 1019, app/assets/stylesheets/theme/css/dashboard_style.scss */
.l-0 {
  left: 0;
}

/* line 1022, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bg-none {
  background: none !important;
}

@media (max-width: 991px) {
  /* line 1026, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .bg-none-lg {
    background: none !important;
  }
}

@media (max-width: 1024px) {
  /* line 1029, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .bg-none-tl {
    background: none !important;
  }
}

@media (max-width: 991px) {
  /* line 1032, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .bg-none-md {
    background: none !important;
  }
}

@media (max-width: 767px) {
  /* line 1035, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .bg-none-sm {
    background: none !important;
  }
}

@media (max-width: 575px) {
  /* line 1038, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .bg-none-xs {
    background: none !important;
  }
}

@media (max-width: 370px) {
  /* line 1041, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .bg-none-small {
    background: none !important;
  }
}

/* line 1043, app/assets/stylesheets/theme/css/dashboard_style.scss */
.input-group-prepend, .input-group-append {
  display: flex;
}

/* line 1046, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 1050, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-body {
  flex: 1;
}

/* line 1053, app/assets/stylesheets/theme/css/dashboard_style.scss */
small, .small {
  font-weight: 400;
}

/*******************
Padding property 
*******************/
/* line 1059, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-0 {
  padding: 0px !important;
}

/* line 1062, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-5 {
  padding: 5px !important;
}

/* line 1065, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-10 {
  padding: 10px !important;
}

/* line 1068, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-15 {
  padding: 15px !important;
}

/* line 1071, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-20 {
  padding: 20px !important;
}

/* line 1074, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-25 {
  padding: 25px !important;
}

/* line 1077, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-30 {
  padding: 30px !important;
}

/* line 1080, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-35 {
  padding: 35px !important;
}

/* line 1083, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-40 {
  padding: 40px !important;
}

/* line 1086, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-45 {
  padding: 45px !important;
}

/* line 1089, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-50 {
  padding: 50px !important;
}

/* line 1092, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-55 {
  padding: 55px !important;
}

/* line 1095, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-60 {
  padding: 60px !important;
}

/* line 1098, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-65 {
  padding: 65px !important;
}

/* line 1101, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-70 {
  padding: 70px !important;
}

/* line 1104, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-75 {
  padding: 75px !important;
}

/* line 1107, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-80 {
  padding: 80px !important;
}

/* line 1110, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-85 {
  padding: 85px !important;
}

/* line 1113, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-90 {
  padding: 90px !important;
}

/* line 1116, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-95 {
  padding: 95px !important;
}

/* line 1119, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-100 {
  padding: 100px !important;
}

/* line 1122, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-105 {
  padding: 105px !important;
}

/* line 1125, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-110 {
  padding: 110px !important;
}

/* line 1128, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-115 {
  padding: 115px !important;
}

/* line 1131, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-120 {
  padding: 120px !important;
}

/* line 1134, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-125 {
  padding: 125px !important;
}

/* line 1137, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-130 {
  padding: 130px !important;
}

/* line 1140, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-135 {
  padding: 135px !important;
}

/* line 1143, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-140 {
  padding: 140px !important;
}

/* line 1146, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-145 {
  padding: 145px !important;
}

/* line 1149, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-150 {
  padding: 150px !important;
}

/* line 1152, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-155 {
  padding: 155px !important;
}

/* line 1155, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-160 {
  padding: 160px !important;
}

/* line 1158, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-165 {
  padding: 165px !important;
}

/* line 1161, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-170 {
  padding: 170px !important;
}

/* line 1164, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-175 {
  padding: 175px !important;
}

/* line 1167, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-180 {
  padding: 180px !important;
}

/* line 1170, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-185 {
  padding: 185px !important;
}

/* line 1173, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-190 {
  padding: 190px !important;
}

/* line 1176, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-195 {
  padding: 195px !important;
}

/* line 1179, app/assets/stylesheets/theme/css/dashboard_style.scss */
.p-200 {
  padding: 200px !important;
}

/* line 1182, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-0 {
  padding-top: 0px !important;
}

/* line 1185, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-5 {
  padding-top: 5px !important;
}

/* line 1188, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-10 {
  padding-top: 10px !important;
}

/* line 1191, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-15 {
  padding-top: 15px !important;
}

/* line 1194, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-20 {
  padding-top: 20px !important;
}

/* line 1197, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-25 {
  padding-top: 25px !important;
}

/* line 1200, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-30 {
  padding-top: 30px !important;
}

/* line 1203, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-35 {
  padding-top: 35px !important;
}

/* line 1206, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-40 {
  padding-top: 40px !important;
}

/* line 1209, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-45 {
  padding-top: 45px !important;
}

/* line 1212, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-50 {
  padding-top: 50px !important;
}

/* line 1215, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-55 {
  padding-top: 55px !important;
}

/* line 1218, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-60 {
  padding-top: 60px !important;
}

/* line 1221, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-65 {
  padding-top: 65px !important;
}

/* line 1224, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-70 {
  padding-top: 70px !important;
}

/* line 1227, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-75 {
  padding-top: 75px !important;
}

/* line 1230, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-80 {
  padding-top: 80px !important;
}

/* line 1233, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-85 {
  padding-top: 85px !important;
}

/* line 1236, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-90 {
  padding-top: 90px !important;
}

/* line 1239, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-95 {
  padding-top: 95px !important;
}

/* line 1242, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-100 {
  padding-top: 100px !important;
}

/* line 1245, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-105 {
  padding-top: 105px !important;
}

/* line 1248, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-110 {
  padding-top: 110px !important;
}

/* line 1251, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-115 {
  padding-top: 115px !important;
}

/* line 1254, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-120 {
  padding-top: 120px !important;
}

/* line 1257, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-125 {
  padding-top: 125px !important;
}

/* line 1260, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-130 {
  padding-top: 130px !important;
}

/* line 1263, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-135 {
  padding-top: 135px !important;
}

/* line 1266, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-140 {
  padding-top: 140px !important;
}

/* line 1269, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-145 {
  padding-top: 145px !important;
}

/* line 1272, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-150 {
  padding-top: 150px !important;
}

/* line 1275, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-155 {
  padding-top: 155px !important;
}

/* line 1278, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-160 {
  padding-top: 160px !important;
}

/* line 1281, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-165 {
  padding-top: 165px !important;
}

/* line 1284, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-170 {
  padding-top: 170px !important;
}

/* line 1287, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-175 {
  padding-top: 175px !important;
}

/* line 1290, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-180 {
  padding-top: 180px !important;
}

/* line 1293, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-185 {
  padding-top: 185px !important;
}

/* line 1296, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-190 {
  padding-top: 190px !important;
}

/* line 1299, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-195 {
  padding-top: 195px !important;
}

/* line 1302, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pt-200 {
  padding-top: 200px !important;
}

/* line 1305, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-0 {
  padding-bottom: 0px !important;
}

/* line 1308, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-5 {
  padding-bottom: 5px !important;
}

/* line 1311, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-10 {
  padding-bottom: 10px !important;
}

/* line 1314, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-15 {
  padding-bottom: 15px !important;
}

/* line 1317, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-20 {
  padding-bottom: 20px !important;
}

/* line 1320, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-25 {
  padding-bottom: 25px !important;
}

/* line 1323, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-30 {
  padding-bottom: 30px !important;
}

/* line 1326, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-35 {
  padding-bottom: 35px !important;
}

/* line 1329, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-40 {
  padding-bottom: 40px !important;
}

/* line 1332, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-45 {
  padding-bottom: 45px !important;
}

/* line 1335, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-50 {
  padding-bottom: 50px !important;
}

/* line 1338, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-55 {
  padding-bottom: 55px !important;
}

/* line 1341, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-60 {
  padding-bottom: 60px !important;
}

/* line 1344, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-65 {
  padding-bottom: 65px !important;
}

/* line 1347, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-70 {
  padding-bottom: 70px !important;
}

/* line 1350, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-75 {
  padding-bottom: 75px !important;
}

/* line 1353, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-80 {
  padding-bottom: 80px !important;
}

/* line 1356, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-85 {
  padding-bottom: 85px !important;
}

/* line 1359, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-90 {
  padding-bottom: 90px !important;
}

/* line 1362, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-95 {
  padding-bottom: 95px !important;
}

/* line 1365, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-100 {
  padding-bottom: 100px !important;
}

/* line 1368, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-105 {
  padding-bottom: 105px !important;
}

/* line 1371, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-110 {
  padding-bottom: 110px !important;
}

/* line 1374, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-115 {
  padding-bottom: 115px !important;
}

/* line 1377, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-120 {
  padding-bottom: 120px !important;
}

/* line 1380, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-125 {
  padding-bottom: 125px !important;
}

/* line 1383, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-130 {
  padding-bottom: 130px !important;
}

/* line 1386, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-135 {
  padding-bottom: 135px !important;
}

/* line 1389, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-140 {
  padding-bottom: 140px !important;
}

/* line 1392, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-145 {
  padding-bottom: 145px !important;
}

/* line 1395, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-150 {
  padding-bottom: 150px !important;
}

/* line 1398, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-155 {
  padding-bottom: 155px !important;
}

/* line 1401, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-160 {
  padding-bottom: 160px !important;
}

/* line 1404, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-165 {
  padding-bottom: 165px !important;
}

/* line 1407, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-170 {
  padding-bottom: 170px !important;
}

/* line 1410, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-175 {
  padding-bottom: 175px !important;
}

/* line 1413, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-180 {
  padding-bottom: 180px !important;
}

/* line 1416, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-185 {
  padding-bottom: 185px !important;
}

/* line 1419, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-190 {
  padding-bottom: 190px !important;
}

/* line 1422, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-195 {
  padding-bottom: 195px !important;
}

/* line 1425, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pb-200 {
  padding-bottom: 200px !important;
}

/* line 1428, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-0 {
  padding-left: 0px !important;
}

/* line 1431, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-5 {
  padding-left: 5px !important;
}

/* line 1434, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-10 {
  padding-left: 10px !important;
}

/* line 1437, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-15 {
  padding-left: 15px !important;
}

/* line 1440, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-20 {
  padding-left: 20px !important;
}

/* line 1443, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-25 {
  padding-left: 25px !important;
}

/* line 1446, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-30 {
  padding-left: 30px !important;
}

/* line 1449, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-35 {
  padding-left: 35px !important;
}

/* line 1452, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-40 {
  padding-left: 40px !important;
}

/* line 1455, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-45 {
  padding-left: 45px !important;
}

/* line 1458, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-50 {
  padding-left: 50px !important;
}

/* line 1461, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-55 {
  padding-left: 55px !important;
}

/* line 1464, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-60 {
  padding-left: 60px !important;
}

/* line 1467, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-65 {
  padding-left: 65px !important;
}

/* line 1470, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-70 {
  padding-left: 70px !important;
}

/* line 1473, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-75 {
  padding-left: 75px !important;
}

/* line 1476, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-80 {
  padding-left: 80px !important;
}

/* line 1479, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-85 {
  padding-left: 85px !important;
}

/* line 1482, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-90 {
  padding-left: 90px !important;
}

/* line 1485, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-95 {
  padding-left: 95px !important;
}

/* line 1488, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-100 {
  padding-left: 100px !important;
}

/* line 1491, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-105 {
  padding-left: 105px !important;
}

/* line 1494, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-110 {
  padding-left: 110px !important;
}

/* line 1497, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-115 {
  padding-left: 115px !important;
}

/* line 1500, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-120 {
  padding-left: 120px !important;
}

/* line 1503, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-125 {
  padding-left: 125px !important;
}

/* line 1506, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-130 {
  padding-left: 130px !important;
}

/* line 1509, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-135 {
  padding-left: 135px !important;
}

/* line 1512, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-140 {
  padding-left: 140px !important;
}

/* line 1515, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-145 {
  padding-left: 145px !important;
}

/* line 1518, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-150 {
  padding-left: 150px !important;
}

/* line 1521, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-155 {
  padding-left: 155px !important;
}

/* line 1524, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-160 {
  padding-left: 160px !important;
}

/* line 1527, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-165 {
  padding-left: 165px !important;
}

/* line 1530, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-170 {
  padding-left: 170px !important;
}

/* line 1533, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-175 {
  padding-left: 175px !important;
}

/* line 1536, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-180 {
  padding-left: 180px !important;
}

/* line 1539, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-185 {
  padding-left: 185px !important;
}

/* line 1542, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-190 {
  padding-left: 190px !important;
}

/* line 1545, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-195 {
  padding-left: 195px !important;
}

/* line 1548, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ps-200 {
  padding-left: 200px !important;
}

/* line 1551, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-0 {
  padding-right: 0px !important;
}

/* line 1554, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-5 {
  padding-right: 5px !important;
}

/* line 1557, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-10 {
  padding-right: 10px !important;
}

/* line 1560, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-15 {
  padding-right: 15px !important;
}

/* line 1563, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-20 {
  padding-right: 20px !important;
}

/* line 1566, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-25 {
  padding-right: 25px !important;
}

/* line 1569, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-30 {
  padding-right: 30px !important;
}

/* line 1572, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-35 {
  padding-right: 35px !important;
}

/* line 1575, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-40 {
  padding-right: 40px !important;
}

/* line 1578, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-45 {
  padding-right: 45px !important;
}

/* line 1581, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-50 {
  padding-right: 50px !important;
}

/* line 1584, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-55 {
  padding-right: 55px !important;
}

/* line 1587, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-60 {
  padding-right: 60px !important;
}

/* line 1590, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-65 {
  padding-right: 65px !important;
}

/* line 1593, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-70 {
  padding-right: 70px !important;
}

/* line 1596, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-75 {
  padding-right: 75px !important;
}

/* line 1599, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-80 {
  padding-right: 80px !important;
}

/* line 1602, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-85 {
  padding-right: 85px !important;
}

/* line 1605, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-90 {
  padding-right: 90px !important;
}

/* line 1608, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-95 {
  padding-right: 95px !important;
}

/* line 1611, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-100 {
  padding-right: 100px !important;
}

/* line 1614, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-105 {
  padding-right: 105px !important;
}

/* line 1617, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-110 {
  padding-right: 110px !important;
}

/* line 1620, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-115 {
  padding-right: 115px !important;
}

/* line 1623, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-120 {
  padding-right: 120px !important;
}

/* line 1626, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-125 {
  padding-right: 125px !important;
}

/* line 1629, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-130 {
  padding-right: 130px !important;
}

/* line 1632, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-135 {
  padding-right: 135px !important;
}

/* line 1635, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-140 {
  padding-right: 140px !important;
}

/* line 1638, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-145 {
  padding-right: 145px !important;
}

/* line 1641, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-150 {
  padding-right: 150px !important;
}

/* line 1644, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-155 {
  padding-right: 155px !important;
}

/* line 1647, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-160 {
  padding-right: 160px !important;
}

/* line 1650, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-165 {
  padding-right: 165px !important;
}

/* line 1653, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-170 {
  padding-right: 170px !important;
}

/* line 1656, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-175 {
  padding-right: 175px !important;
}

/* line 1659, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-180 {
  padding-right: 180px !important;
}

/* line 1662, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-185 {
  padding-right: 185px !important;
}

/* line 1665, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-190 {
  padding-right: 190px !important;
}

/* line 1668, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-195 {
  padding-right: 195px !important;
}

/* line 1671, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pe-200 {
  padding-right: 200px !important;
}

/* line 1674, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* line 1678, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

/* line 1682, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

/* line 1686, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/* line 1690, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* line 1694, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

/* line 1698, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

/* line 1702, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

/* line 1706, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

/* line 1710, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

/* line 1714, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

/* line 1718, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

/* line 1722, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

/* line 1726, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

/* line 1730, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

/* line 1734, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

/* line 1738, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

/* line 1742, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

/* line 1746, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

/* line 1750, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

/* line 1754, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

/* line 1758, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-105 {
  padding-left: 105px !important;
  padding-right: 105px !important;
}

/* line 1762, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-110 {
  padding-left: 110px !important;
  padding-right: 110px !important;
}

/* line 1766, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-115 {
  padding-left: 115px !important;
  padding-right: 115px !important;
}

/* line 1770, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

/* line 1774, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-125 {
  padding-left: 125px !important;
  padding-right: 125px !important;
}

/* line 1778, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-130 {
  padding-left: 130px !important;
  padding-right: 130px !important;
}

/* line 1782, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-135 {
  padding-left: 135px !important;
  padding-right: 135px !important;
}

/* line 1786, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-140 {
  padding-left: 140px !important;
  padding-right: 140px !important;
}

/* line 1790, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-145 {
  padding-left: 145px !important;
  padding-right: 145px !important;
}

/* line 1794, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-150 {
  padding-left: 150px !important;
  padding-right: 150px !important;
}

/* line 1798, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-155 {
  padding-left: 155px !important;
  padding-right: 155px !important;
}

/* line 1802, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-160 {
  padding-left: 160px !important;
  padding-right: 160px !important;
}

/* line 1806, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-165 {
  padding-left: 165px !important;
  padding-right: 165px !important;
}

/* line 1810, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-170 {
  padding-left: 170px !important;
  padding-right: 170px !important;
}

/* line 1814, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-175 {
  padding-left: 175px !important;
  padding-right: 175px !important;
}

/* line 1818, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-180 {
  padding-left: 180px !important;
  padding-right: 180px !important;
}

/* line 1822, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-185 {
  padding-left: 185px !important;
  padding-right: 185px !important;
}

/* line 1826, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-190 {
  padding-left: 190px !important;
  padding-right: 190px !important;
}

/* line 1830, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-195 {
  padding-left: 195px !important;
  padding-right: 195px !important;
}

/* line 1834, app/assets/stylesheets/theme/css/dashboard_style.scss */
.px-200 {
  padding-left: 200px !important;
  padding-right: 200px !important;
}

/* line 1838, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/* line 1842, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

/* line 1846, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* line 1850, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

/* line 1854, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* line 1858, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

/* line 1862, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

/* line 1866, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

/* line 1870, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

/* line 1874, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

/* line 1878, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

/* line 1882, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

/* line 1886, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

/* line 1890, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

/* line 1894, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

/* line 1898, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

/* line 1902, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

/* line 1906, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

/* line 1910, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

/* line 1914, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

/* line 1918, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

/* line 1922, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-105 {
  padding-top: 105px !important;
  padding-bottom: 105px !important;
}

/* line 1926, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

/* line 1930, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-115 {
  padding-top: 115px !important;
  padding-bottom: 115px !important;
}

/* line 1934, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

/* line 1938, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-125 {
  padding-top: 125px !important;
  padding-bottom: 125px !important;
}

/* line 1942, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}

/* line 1946, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-135 {
  padding-top: 135px !important;
  padding-bottom: 135px !important;
}

/* line 1950, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

/* line 1954, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-145 {
  padding-top: 145px !important;
  padding-bottom: 145px !important;
}

/* line 1958, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

/* line 1962, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-155 {
  padding-top: 155px !important;
  padding-bottom: 155px !important;
}

/* line 1966, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

/* line 1970, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-165 {
  padding-top: 165px !important;
  padding-bottom: 165px !important;
}

/* line 1974, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-170 {
  padding-top: 170px !important;
  padding-bottom: 170px !important;
}

/* line 1978, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-175 {
  padding-top: 175px !important;
  padding-bottom: 175px !important;
}

/* line 1982, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}

/* line 1986, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-185 {
  padding-top: 185px !important;
  padding-bottom: 185px !important;
}

/* line 1990, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-190 {
  padding-top: 190px !important;
  padding-bottom: 190px !important;
}

/* line 1994, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-195 {
  padding-top: 195px !important;
  padding-bottom: 195px !important;
}

/* line 1998, app/assets/stylesheets/theme/css/dashboard_style.scss */
.py-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

@media (max-width: 575px) {
  /* line 2003, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-0 {
    padding: 0px !important;
  }
  /* line 2006, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-5 {
    padding: 5px !important;
  }
  /* line 2009, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-10 {
    padding: 10px !important;
  }
  /* line 2012, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-15 {
    padding: 15px !important;
  }
  /* line 2015, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-20 {
    padding: 20px !important;
  }
  /* line 2018, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-25 {
    padding: 25px !important;
  }
  /* line 2021, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-30 {
    padding: 30px !important;
  }
  /* line 2024, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-35 {
    padding: 35px !important;
  }
  /* line 2027, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-40 {
    padding: 40px !important;
  }
  /* line 2030, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-45 {
    padding: 45px !important;
  }
  /* line 2033, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-50 {
    padding: 50px !important;
  }
  /* line 2036, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-55 {
    padding: 55px !important;
  }
  /* line 2039, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-60 {
    padding: 60px !important;
  }
  /* line 2042, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-65 {
    padding: 65px !important;
  }
  /* line 2045, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-70 {
    padding: 70px !important;
  }
  /* line 2048, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-75 {
    padding: 75px !important;
  }
  /* line 2051, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-80 {
    padding: 80px !important;
  }
  /* line 2054, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-85 {
    padding: 85px !important;
  }
  /* line 2057, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-90 {
    padding: 90px !important;
  }
  /* line 2060, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-95 {
    padding: 95px !important;
  }
  /* line 2063, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-100 {
    padding: 100px !important;
  }
  /* line 2066, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-105 {
    padding: 105px !important;
  }
  /* line 2069, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-110 {
    padding: 110px !important;
  }
  /* line 2072, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-115 {
    padding: 115px !important;
  }
  /* line 2075, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-120 {
    padding: 120px !important;
  }
  /* line 2078, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-125 {
    padding: 125px !important;
  }
  /* line 2081, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-130 {
    padding: 130px !important;
  }
  /* line 2084, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-135 {
    padding: 135px !important;
  }
  /* line 2087, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-140 {
    padding: 140px !important;
  }
  /* line 2090, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-145 {
    padding: 145px !important;
  }
  /* line 2093, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-150 {
    padding: 150px !important;
  }
  /* line 2096, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-155 {
    padding: 155px !important;
  }
  /* line 2099, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-160 {
    padding: 160px !important;
  }
  /* line 2102, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-165 {
    padding: 165px !important;
  }
  /* line 2105, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-170 {
    padding: 170px !important;
  }
  /* line 2108, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-175 {
    padding: 175px !important;
  }
  /* line 2111, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-180 {
    padding: 180px !important;
  }
  /* line 2114, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-185 {
    padding: 185px !important;
  }
  /* line 2117, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-190 {
    padding: 190px !important;
  }
  /* line 2120, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-195 {
    padding: 195px !important;
  }
  /* line 2123, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xs-200 {
    padding: 200px !important;
  }
  /* line 2126, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-0 {
    padding-top: 0px !important;
  }
  /* line 2129, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-5 {
    padding-top: 5px !important;
  }
  /* line 2132, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-10 {
    padding-top: 10px !important;
  }
  /* line 2135, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-15 {
    padding-top: 15px !important;
  }
  /* line 2138, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-20 {
    padding-top: 20px !important;
  }
  /* line 2141, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-25 {
    padding-top: 25px !important;
  }
  /* line 2144, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-30 {
    padding-top: 30px !important;
  }
  /* line 2147, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-35 {
    padding-top: 35px !important;
  }
  /* line 2150, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-40 {
    padding-top: 40px !important;
  }
  /* line 2153, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-45 {
    padding-top: 45px !important;
  }
  /* line 2156, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-50 {
    padding-top: 50px !important;
  }
  /* line 2159, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-55 {
    padding-top: 55px !important;
  }
  /* line 2162, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-60 {
    padding-top: 60px !important;
  }
  /* line 2165, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-65 {
    padding-top: 65px !important;
  }
  /* line 2168, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-70 {
    padding-top: 70px !important;
  }
  /* line 2171, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-75 {
    padding-top: 75px !important;
  }
  /* line 2174, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-80 {
    padding-top: 80px !important;
  }
  /* line 2177, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-85 {
    padding-top: 85px !important;
  }
  /* line 2180, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-90 {
    padding-top: 90px !important;
  }
  /* line 2183, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-95 {
    padding-top: 95px !important;
  }
  /* line 2186, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-100 {
    padding-top: 100px !important;
  }
  /* line 2189, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-105 {
    padding-top: 105px !important;
  }
  /* line 2192, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-110 {
    padding-top: 110px !important;
  }
  /* line 2195, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-115 {
    padding-top: 115px !important;
  }
  /* line 2198, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-120 {
    padding-top: 120px !important;
  }
  /* line 2201, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-125 {
    padding-top: 125px !important;
  }
  /* line 2204, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-130 {
    padding-top: 130px !important;
  }
  /* line 2207, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-135 {
    padding-top: 135px !important;
  }
  /* line 2210, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-140 {
    padding-top: 140px !important;
  }
  /* line 2213, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-145 {
    padding-top: 145px !important;
  }
  /* line 2216, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-150 {
    padding-top: 150px !important;
  }
  /* line 2219, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-155 {
    padding-top: 155px !important;
  }
  /* line 2222, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-160 {
    padding-top: 160px !important;
  }
  /* line 2225, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-165 {
    padding-top: 165px !important;
  }
  /* line 2228, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-170 {
    padding-top: 170px !important;
  }
  /* line 2231, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-175 {
    padding-top: 175px !important;
  }
  /* line 2234, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-180 {
    padding-top: 180px !important;
  }
  /* line 2237, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-185 {
    padding-top: 185px !important;
  }
  /* line 2240, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-190 {
    padding-top: 190px !important;
  }
  /* line 2243, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-195 {
    padding-top: 195px !important;
  }
  /* line 2246, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xs-200 {
    padding-top: 200px !important;
  }
  /* line 2249, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-0 {
    padding-bottom: 0px !important;
  }
  /* line 2252, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-5 {
    padding-bottom: 5px !important;
  }
  /* line 2255, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-10 {
    padding-bottom: 10px !important;
  }
  /* line 2258, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-15 {
    padding-bottom: 15px !important;
  }
  /* line 2261, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-20 {
    padding-bottom: 20px !important;
  }
  /* line 2264, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-25 {
    padding-bottom: 25px !important;
  }
  /* line 2267, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-30 {
    padding-bottom: 30px !important;
  }
  /* line 2270, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-35 {
    padding-bottom: 35px !important;
  }
  /* line 2273, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-40 {
    padding-bottom: 40px !important;
  }
  /* line 2276, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-45 {
    padding-bottom: 45px !important;
  }
  /* line 2279, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-50 {
    padding-bottom: 50px !important;
  }
  /* line 2282, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-55 {
    padding-bottom: 55px !important;
  }
  /* line 2285, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-60 {
    padding-bottom: 60px !important;
  }
  /* line 2288, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-65 {
    padding-bottom: 65px !important;
  }
  /* line 2291, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-70 {
    padding-bottom: 70px !important;
  }
  /* line 2294, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-75 {
    padding-bottom: 75px !important;
  }
  /* line 2297, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-80 {
    padding-bottom: 80px !important;
  }
  /* line 2300, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-85 {
    padding-bottom: 85px !important;
  }
  /* line 2303, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-90 {
    padding-bottom: 90px !important;
  }
  /* line 2306, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-95 {
    padding-bottom: 95px !important;
  }
  /* line 2309, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-100 {
    padding-bottom: 100px !important;
  }
  /* line 2312, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-105 {
    padding-bottom: 105px !important;
  }
  /* line 2315, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-110 {
    padding-bottom: 110px !important;
  }
  /* line 2318, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-115 {
    padding-bottom: 115px !important;
  }
  /* line 2321, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-120 {
    padding-bottom: 120px !important;
  }
  /* line 2324, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-125 {
    padding-bottom: 125px !important;
  }
  /* line 2327, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-130 {
    padding-bottom: 130px !important;
  }
  /* line 2330, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-135 {
    padding-bottom: 135px !important;
  }
  /* line 2333, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-140 {
    padding-bottom: 140px !important;
  }
  /* line 2336, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-145 {
    padding-bottom: 145px !important;
  }
  /* line 2339, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-150 {
    padding-bottom: 150px !important;
  }
  /* line 2342, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-155 {
    padding-bottom: 155px !important;
  }
  /* line 2345, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-160 {
    padding-bottom: 160px !important;
  }
  /* line 2348, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-165 {
    padding-bottom: 165px !important;
  }
  /* line 2351, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-170 {
    padding-bottom: 170px !important;
  }
  /* line 2354, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-175 {
    padding-bottom: 175px !important;
  }
  /* line 2357, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-180 {
    padding-bottom: 180px !important;
  }
  /* line 2360, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-185 {
    padding-bottom: 185px !important;
  }
  /* line 2363, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-190 {
    padding-bottom: 190px !important;
  }
  /* line 2366, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-195 {
    padding-bottom: 195px !important;
  }
  /* line 2369, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xs-200 {
    padding-bottom: 200px !important;
  }
  /* line 2372, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-0 {
    padding-left: 0px !important;
  }
  /* line 2375, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-5 {
    padding-left: 5px !important;
  }
  /* line 2378, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-10 {
    padding-left: 10px !important;
  }
  /* line 2381, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-15 {
    padding-left: 15px !important;
  }
  /* line 2384, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-20 {
    padding-left: 20px !important;
  }
  /* line 2387, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-25 {
    padding-left: 25px !important;
  }
  /* line 2390, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-30 {
    padding-left: 30px !important;
  }
  /* line 2393, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-35 {
    padding-left: 35px !important;
  }
  /* line 2396, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-40 {
    padding-left: 40px !important;
  }
  /* line 2399, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-45 {
    padding-left: 45px !important;
  }
  /* line 2402, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-50 {
    padding-left: 50px !important;
  }
  /* line 2405, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-55 {
    padding-left: 55px !important;
  }
  /* line 2408, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-60 {
    padding-left: 60px !important;
  }
  /* line 2411, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-65 {
    padding-left: 65px !important;
  }
  /* line 2414, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-70 {
    padding-left: 70px !important;
  }
  /* line 2417, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-75 {
    padding-left: 75px !important;
  }
  /* line 2420, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-80 {
    padding-left: 80px !important;
  }
  /* line 2423, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-85 {
    padding-left: 85px !important;
  }
  /* line 2426, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-90 {
    padding-left: 90px !important;
  }
  /* line 2429, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-95 {
    padding-left: 95px !important;
  }
  /* line 2432, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-100 {
    padding-left: 100px !important;
  }
  /* line 2435, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-105 {
    padding-left: 105px !important;
  }
  /* line 2438, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-110 {
    padding-left: 110px !important;
  }
  /* line 2441, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-115 {
    padding-left: 115px !important;
  }
  /* line 2444, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-120 {
    padding-left: 120px !important;
  }
  /* line 2447, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-125 {
    padding-left: 125px !important;
  }
  /* line 2450, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-130 {
    padding-left: 130px !important;
  }
  /* line 2453, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-135 {
    padding-left: 135px !important;
  }
  /* line 2456, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-140 {
    padding-left: 140px !important;
  }
  /* line 2459, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-145 {
    padding-left: 145px !important;
  }
  /* line 2462, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-150 {
    padding-left: 150px !important;
  }
  /* line 2465, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-155 {
    padding-left: 155px !important;
  }
  /* line 2468, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-160 {
    padding-left: 160px !important;
  }
  /* line 2471, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-165 {
    padding-left: 165px !important;
  }
  /* line 2474, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-170 {
    padding-left: 170px !important;
  }
  /* line 2477, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-175 {
    padding-left: 175px !important;
  }
  /* line 2480, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-180 {
    padding-left: 180px !important;
  }
  /* line 2483, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-185 {
    padding-left: 185px !important;
  }
  /* line 2486, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-190 {
    padding-left: 190px !important;
  }
  /* line 2489, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-195 {
    padding-left: 195px !important;
  }
  /* line 2492, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xs-200 {
    padding-left: 200px !important;
  }
  /* line 2495, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-0 {
    padding-right: 0px !important;
  }
  /* line 2498, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-5 {
    padding-right: 5px !important;
  }
  /* line 2501, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-10 {
    padding-right: 10px !important;
  }
  /* line 2504, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-15 {
    padding-right: 15px !important;
  }
  /* line 2507, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-20 {
    padding-right: 20px !important;
  }
  /* line 2510, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-25 {
    padding-right: 25px !important;
  }
  /* line 2513, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-30 {
    padding-right: 30px !important;
  }
  /* line 2516, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-35 {
    padding-right: 35px !important;
  }
  /* line 2519, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-40 {
    padding-right: 40px !important;
  }
  /* line 2522, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-45 {
    padding-right: 45px !important;
  }
  /* line 2525, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-50 {
    padding-right: 50px !important;
  }
  /* line 2528, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-55 {
    padding-right: 55px !important;
  }
  /* line 2531, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-60 {
    padding-right: 60px !important;
  }
  /* line 2534, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-65 {
    padding-right: 65px !important;
  }
  /* line 2537, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-70 {
    padding-right: 70px !important;
  }
  /* line 2540, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-75 {
    padding-right: 75px !important;
  }
  /* line 2543, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-80 {
    padding-right: 80px !important;
  }
  /* line 2546, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-85 {
    padding-right: 85px !important;
  }
  /* line 2549, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-90 {
    padding-right: 90px !important;
  }
  /* line 2552, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-95 {
    padding-right: 95px !important;
  }
  /* line 2555, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-100 {
    padding-right: 100px !important;
  }
  /* line 2558, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-105 {
    padding-right: 105px !important;
  }
  /* line 2561, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-110 {
    padding-right: 110px !important;
  }
  /* line 2564, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-115 {
    padding-right: 115px !important;
  }
  /* line 2567, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-120 {
    padding-right: 120px !important;
  }
  /* line 2570, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-125 {
    padding-right: 125px !important;
  }
  /* line 2573, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-130 {
    padding-right: 130px !important;
  }
  /* line 2576, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-135 {
    padding-right: 135px !important;
  }
  /* line 2579, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-140 {
    padding-right: 140px !important;
  }
  /* line 2582, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-145 {
    padding-right: 145px !important;
  }
  /* line 2585, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-150 {
    padding-right: 150px !important;
  }
  /* line 2588, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-155 {
    padding-right: 155px !important;
  }
  /* line 2591, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-160 {
    padding-right: 160px !important;
  }
  /* line 2594, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-165 {
    padding-right: 165px !important;
  }
  /* line 2597, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-170 {
    padding-right: 170px !important;
  }
  /* line 2600, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-175 {
    padding-right: 175px !important;
  }
  /* line 2603, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-180 {
    padding-right: 180px !important;
  }
  /* line 2606, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-185 {
    padding-right: 185px !important;
  }
  /* line 2609, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-190 {
    padding-right: 190px !important;
  }
  /* line 2612, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-195 {
    padding-right: 195px !important;
  }
  /* line 2615, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xs-200 {
    padding-right: 200px !important;
  }
  /* line 2618, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  /* line 2622, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  /* line 2626, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  /* line 2630, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  /* line 2634, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  /* line 2638, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  /* line 2642, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  /* line 2646, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  /* line 2650, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  /* line 2654, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  /* line 2658, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  /* line 2662, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  /* line 2666, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  /* line 2670, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  /* line 2674, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  /* line 2678, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  /* line 2682, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  /* line 2686, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  /* line 2690, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  /* line 2694, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  /* line 2698, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  /* line 2702, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }
  /* line 2706, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  /* line 2710, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }
  /* line 2714, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  /* line 2718, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-125 {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }
  /* line 2722, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  /* line 2726, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-135 {
    padding-left: 135px !important;
    padding-right: 135px !important;
  }
  /* line 2730, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  /* line 2734, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-145 {
    padding-left: 145px !important;
    padding-right: 145px !important;
  }
  /* line 2738, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  /* line 2742, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-155 {
    padding-left: 155px !important;
    padding-right: 155px !important;
  }
  /* line 2746, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  /* line 2750, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-165 {
    padding-left: 165px !important;
    padding-right: 165px !important;
  }
  /* line 2754, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-170 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
  /* line 2758, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-175 {
    padding-left: 175px !important;
    padding-right: 175px !important;
  }
  /* line 2762, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-180 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  /* line 2766, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-185 {
    padding-left: 185px !important;
    padding-right: 185px !important;
  }
  /* line 2770, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-190 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
  /* line 2774, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-195 {
    padding-left: 195px !important;
    padding-right: 195px !important;
  }
  /* line 2778, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xs-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  /* line 2782, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  /* line 2786, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  /* line 2790, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  /* line 2794, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  /* line 2798, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  /* line 2802, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  /* line 2806, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  /* line 2810, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  /* line 2814, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  /* line 2818, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  /* line 2822, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  /* line 2826, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  /* line 2830, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  /* line 2834, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  /* line 2838, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  /* line 2842, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  /* line 2846, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  /* line 2850, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  /* line 2854, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  /* line 2858, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  /* line 2862, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  /* line 2866, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  /* line 2870, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  /* line 2874, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  /* line 2878, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  /* line 2882, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
  /* line 2886, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  /* line 2890, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }
  /* line 2894, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  /* line 2898, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }
  /* line 2902, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  /* line 2906, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important;
  }
  /* line 2910, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  /* line 2914, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
  }
  /* line 2918, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  /* line 2922, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }
  /* line 2926, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  /* line 2930, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
  }
  /* line 2934, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  /* line 2938, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important;
  }
  /* line 2942, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xs-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
}

@media (min-width: 576px) {
  /* line 2946, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-0 {
    padding: 0px !important;
  }
  /* line 2949, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-5 {
    padding: 5px !important;
  }
  /* line 2952, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-10 {
    padding: 10px !important;
  }
  /* line 2955, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-15 {
    padding: 15px !important;
  }
  /* line 2958, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-20 {
    padding: 20px !important;
  }
  /* line 2961, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-25 {
    padding: 25px !important;
  }
  /* line 2964, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-30 {
    padding: 30px !important;
  }
  /* line 2967, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-35 {
    padding: 35px !important;
  }
  /* line 2970, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-40 {
    padding: 40px !important;
  }
  /* line 2973, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-45 {
    padding: 45px !important;
  }
  /* line 2976, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-50 {
    padding: 50px !important;
  }
  /* line 2979, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-55 {
    padding: 55px !important;
  }
  /* line 2982, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-60 {
    padding: 60px !important;
  }
  /* line 2985, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-65 {
    padding: 65px !important;
  }
  /* line 2988, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-70 {
    padding: 70px !important;
  }
  /* line 2991, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-75 {
    padding: 75px !important;
  }
  /* line 2994, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-80 {
    padding: 80px !important;
  }
  /* line 2997, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-85 {
    padding: 85px !important;
  }
  /* line 3000, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-90 {
    padding: 90px !important;
  }
  /* line 3003, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-95 {
    padding: 95px !important;
  }
  /* line 3006, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-100 {
    padding: 100px !important;
  }
  /* line 3009, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-105 {
    padding: 105px !important;
  }
  /* line 3012, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-110 {
    padding: 110px !important;
  }
  /* line 3015, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-115 {
    padding: 115px !important;
  }
  /* line 3018, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-120 {
    padding: 120px !important;
  }
  /* line 3021, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-125 {
    padding: 125px !important;
  }
  /* line 3024, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-130 {
    padding: 130px !important;
  }
  /* line 3027, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-135 {
    padding: 135px !important;
  }
  /* line 3030, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-140 {
    padding: 140px !important;
  }
  /* line 3033, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-145 {
    padding: 145px !important;
  }
  /* line 3036, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-150 {
    padding: 150px !important;
  }
  /* line 3039, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-155 {
    padding: 155px !important;
  }
  /* line 3042, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-160 {
    padding: 160px !important;
  }
  /* line 3045, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-165 {
    padding: 165px !important;
  }
  /* line 3048, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-170 {
    padding: 170px !important;
  }
  /* line 3051, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-175 {
    padding: 175px !important;
  }
  /* line 3054, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-180 {
    padding: 180px !important;
  }
  /* line 3057, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-185 {
    padding: 185px !important;
  }
  /* line 3060, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-190 {
    padding: 190px !important;
  }
  /* line 3063, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-195 {
    padding: 195px !important;
  }
  /* line 3066, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-sm-200 {
    padding: 200px !important;
  }
  /* line 3069, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-0 {
    padding-top: 0px !important;
  }
  /* line 3072, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-5 {
    padding-top: 5px !important;
  }
  /* line 3075, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-10 {
    padding-top: 10px !important;
  }
  /* line 3078, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-15 {
    padding-top: 15px !important;
  }
  /* line 3081, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  /* line 3084, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-25 {
    padding-top: 25px !important;
  }
  /* line 3087, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-30 {
    padding-top: 30px !important;
  }
  /* line 3090, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-35 {
    padding-top: 35px !important;
  }
  /* line 3093, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-40 {
    padding-top: 40px !important;
  }
  /* line 3096, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-45 {
    padding-top: 45px !important;
  }
  /* line 3099, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-50 {
    padding-top: 50px !important;
  }
  /* line 3102, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-55 {
    padding-top: 55px !important;
  }
  /* line 3105, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-60 {
    padding-top: 60px !important;
  }
  /* line 3108, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-65 {
    padding-top: 65px !important;
  }
  /* line 3111, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-70 {
    padding-top: 70px !important;
  }
  /* line 3114, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-75 {
    padding-top: 75px !important;
  }
  /* line 3117, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-80 {
    padding-top: 80px !important;
  }
  /* line 3120, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-85 {
    padding-top: 85px !important;
  }
  /* line 3123, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-90 {
    padding-top: 90px !important;
  }
  /* line 3126, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-95 {
    padding-top: 95px !important;
  }
  /* line 3129, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-100 {
    padding-top: 100px !important;
  }
  /* line 3132, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-105 {
    padding-top: 105px !important;
  }
  /* line 3135, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-110 {
    padding-top: 110px !important;
  }
  /* line 3138, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-115 {
    padding-top: 115px !important;
  }
  /* line 3141, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-120 {
    padding-top: 120px !important;
  }
  /* line 3144, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-125 {
    padding-top: 125px !important;
  }
  /* line 3147, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-130 {
    padding-top: 130px !important;
  }
  /* line 3150, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-135 {
    padding-top: 135px !important;
  }
  /* line 3153, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-140 {
    padding-top: 140px !important;
  }
  /* line 3156, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-145 {
    padding-top: 145px !important;
  }
  /* line 3159, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-150 {
    padding-top: 150px !important;
  }
  /* line 3162, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-155 {
    padding-top: 155px !important;
  }
  /* line 3165, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-160 {
    padding-top: 160px !important;
  }
  /* line 3168, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-165 {
    padding-top: 165px !important;
  }
  /* line 3171, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-170 {
    padding-top: 170px !important;
  }
  /* line 3174, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-175 {
    padding-top: 175px !important;
  }
  /* line 3177, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-180 {
    padding-top: 180px !important;
  }
  /* line 3180, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-185 {
    padding-top: 185px !important;
  }
  /* line 3183, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-190 {
    padding-top: 190px !important;
  }
  /* line 3186, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-195 {
    padding-top: 195px !important;
  }
  /* line 3189, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-sm-200 {
    padding-top: 200px !important;
  }
  /* line 3192, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-0 {
    padding-bottom: 0px !important;
  }
  /* line 3195, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-5 {
    padding-bottom: 5px !important;
  }
  /* line 3198, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
  /* line 3201, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-15 {
    padding-bottom: 15px !important;
  }
  /* line 3204, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  /* line 3207, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-25 {
    padding-bottom: 25px !important;
  }
  /* line 3210, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
  /* line 3213, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-35 {
    padding-bottom: 35px !important;
  }
  /* line 3216, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
  /* line 3219, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-45 {
    padding-bottom: 45px !important;
  }
  /* line 3222, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
  /* line 3225, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-55 {
    padding-bottom: 55px !important;
  }
  /* line 3228, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-60 {
    padding-bottom: 60px !important;
  }
  /* line 3231, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-65 {
    padding-bottom: 65px !important;
  }
  /* line 3234, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-70 {
    padding-bottom: 70px !important;
  }
  /* line 3237, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-75 {
    padding-bottom: 75px !important;
  }
  /* line 3240, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-80 {
    padding-bottom: 80px !important;
  }
  /* line 3243, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-85 {
    padding-bottom: 85px !important;
  }
  /* line 3246, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-90 {
    padding-bottom: 90px !important;
  }
  /* line 3249, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-95 {
    padding-bottom: 95px !important;
  }
  /* line 3252, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-100 {
    padding-bottom: 100px !important;
  }
  /* line 3255, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-105 {
    padding-bottom: 105px !important;
  }
  /* line 3258, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-110 {
    padding-bottom: 110px !important;
  }
  /* line 3261, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-115 {
    padding-bottom: 115px !important;
  }
  /* line 3264, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-120 {
    padding-bottom: 120px !important;
  }
  /* line 3267, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-125 {
    padding-bottom: 125px !important;
  }
  /* line 3270, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-130 {
    padding-bottom: 130px !important;
  }
  /* line 3273, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-135 {
    padding-bottom: 135px !important;
  }
  /* line 3276, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-140 {
    padding-bottom: 140px !important;
  }
  /* line 3279, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-145 {
    padding-bottom: 145px !important;
  }
  /* line 3282, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-150 {
    padding-bottom: 150px !important;
  }
  /* line 3285, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-155 {
    padding-bottom: 155px !important;
  }
  /* line 3288, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-160 {
    padding-bottom: 160px !important;
  }
  /* line 3291, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-165 {
    padding-bottom: 165px !important;
  }
  /* line 3294, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-170 {
    padding-bottom: 170px !important;
  }
  /* line 3297, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-175 {
    padding-bottom: 175px !important;
  }
  /* line 3300, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-180 {
    padding-bottom: 180px !important;
  }
  /* line 3303, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-185 {
    padding-bottom: 185px !important;
  }
  /* line 3306, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-190 {
    padding-bottom: 190px !important;
  }
  /* line 3309, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-195 {
    padding-bottom: 195px !important;
  }
  /* line 3312, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-sm-200 {
    padding-bottom: 200px !important;
  }
  /* line 3315, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-0 {
    padding-left: 0px !important;
  }
  /* line 3318, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-5 {
    padding-left: 5px !important;
  }
  /* line 3321, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-10 {
    padding-left: 10px !important;
  }
  /* line 3324, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-15 {
    padding-left: 15px !important;
  }
  /* line 3327, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-20 {
    padding-left: 20px !important;
  }
  /* line 3330, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-25 {
    padding-left: 25px !important;
  }
  /* line 3333, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-30 {
    padding-left: 30px !important;
  }
  /* line 3336, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-35 {
    padding-left: 35px !important;
  }
  /* line 3339, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-40 {
    padding-left: 40px !important;
  }
  /* line 3342, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-45 {
    padding-left: 45px !important;
  }
  /* line 3345, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-50 {
    padding-left: 50px !important;
  }
  /* line 3348, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-55 {
    padding-left: 55px !important;
  }
  /* line 3351, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-60 {
    padding-left: 60px !important;
  }
  /* line 3354, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-65 {
    padding-left: 65px !important;
  }
  /* line 3357, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-70 {
    padding-left: 70px !important;
  }
  /* line 3360, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-75 {
    padding-left: 75px !important;
  }
  /* line 3363, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-80 {
    padding-left: 80px !important;
  }
  /* line 3366, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-85 {
    padding-left: 85px !important;
  }
  /* line 3369, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-90 {
    padding-left: 90px !important;
  }
  /* line 3372, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-95 {
    padding-left: 95px !important;
  }
  /* line 3375, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-100 {
    padding-left: 100px !important;
  }
  /* line 3378, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-105 {
    padding-left: 105px !important;
  }
  /* line 3381, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-110 {
    padding-left: 110px !important;
  }
  /* line 3384, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-115 {
    padding-left: 115px !important;
  }
  /* line 3387, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-120 {
    padding-left: 120px !important;
  }
  /* line 3390, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-125 {
    padding-left: 125px !important;
  }
  /* line 3393, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-130 {
    padding-left: 130px !important;
  }
  /* line 3396, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-135 {
    padding-left: 135px !important;
  }
  /* line 3399, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-140 {
    padding-left: 140px !important;
  }
  /* line 3402, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-145 {
    padding-left: 145px !important;
  }
  /* line 3405, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-150 {
    padding-left: 150px !important;
  }
  /* line 3408, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-155 {
    padding-left: 155px !important;
  }
  /* line 3411, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-160 {
    padding-left: 160px !important;
  }
  /* line 3414, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-165 {
    padding-left: 165px !important;
  }
  /* line 3417, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-170 {
    padding-left: 170px !important;
  }
  /* line 3420, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-175 {
    padding-left: 175px !important;
  }
  /* line 3423, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-180 {
    padding-left: 180px !important;
  }
  /* line 3426, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-185 {
    padding-left: 185px !important;
  }
  /* line 3429, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-190 {
    padding-left: 190px !important;
  }
  /* line 3432, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-195 {
    padding-left: 195px !important;
  }
  /* line 3435, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-sm-200 {
    padding-left: 200px !important;
  }
  /* line 3438, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-0 {
    padding-right: 0px !important;
  }
  /* line 3441, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-5 {
    padding-right: 5px !important;
  }
  /* line 3444, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-10 {
    padding-right: 10px !important;
  }
  /* line 3447, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-15 {
    padding-right: 15px !important;
  }
  /* line 3450, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-20 {
    padding-right: 20px !important;
  }
  /* line 3453, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-25 {
    padding-right: 25px !important;
  }
  /* line 3456, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-30 {
    padding-right: 30px !important;
  }
  /* line 3459, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-35 {
    padding-right: 35px !important;
  }
  /* line 3462, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-40 {
    padding-right: 40px !important;
  }
  /* line 3465, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-45 {
    padding-right: 45px !important;
  }
  /* line 3468, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-50 {
    padding-right: 50px !important;
  }
  /* line 3471, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-55 {
    padding-right: 55px !important;
  }
  /* line 3474, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-60 {
    padding-right: 60px !important;
  }
  /* line 3477, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-65 {
    padding-right: 65px !important;
  }
  /* line 3480, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-70 {
    padding-right: 70px !important;
  }
  /* line 3483, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-75 {
    padding-right: 75px !important;
  }
  /* line 3486, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-80 {
    padding-right: 80px !important;
  }
  /* line 3489, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-85 {
    padding-right: 85px !important;
  }
  /* line 3492, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-90 {
    padding-right: 90px !important;
  }
  /* line 3495, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-95 {
    padding-right: 95px !important;
  }
  /* line 3498, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-100 {
    padding-right: 100px !important;
  }
  /* line 3501, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-105 {
    padding-right: 105px !important;
  }
  /* line 3504, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-110 {
    padding-right: 110px !important;
  }
  /* line 3507, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-115 {
    padding-right: 115px !important;
  }
  /* line 3510, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-120 {
    padding-right: 120px !important;
  }
  /* line 3513, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-125 {
    padding-right: 125px !important;
  }
  /* line 3516, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-130 {
    padding-right: 130px !important;
  }
  /* line 3519, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-135 {
    padding-right: 135px !important;
  }
  /* line 3522, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-140 {
    padding-right: 140px !important;
  }
  /* line 3525, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-145 {
    padding-right: 145px !important;
  }
  /* line 3528, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-150 {
    padding-right: 150px !important;
  }
  /* line 3531, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-155 {
    padding-right: 155px !important;
  }
  /* line 3534, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-160 {
    padding-right: 160px !important;
  }
  /* line 3537, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-165 {
    padding-right: 165px !important;
  }
  /* line 3540, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-170 {
    padding-right: 170px !important;
  }
  /* line 3543, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-175 {
    padding-right: 175px !important;
  }
  /* line 3546, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-180 {
    padding-right: 180px !important;
  }
  /* line 3549, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-185 {
    padding-right: 185px !important;
  }
  /* line 3552, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-190 {
    padding-right: 190px !important;
  }
  /* line 3555, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-195 {
    padding-right: 195px !important;
  }
  /* line 3558, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-sm-200 {
    padding-right: 200px !important;
  }
  /* line 3561, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  /* line 3565, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  /* line 3569, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  /* line 3573, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  /* line 3577, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  /* line 3581, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  /* line 3585, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  /* line 3589, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  /* line 3593, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  /* line 3597, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  /* line 3601, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  /* line 3605, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  /* line 3609, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  /* line 3613, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  /* line 3617, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  /* line 3621, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  /* line 3625, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  /* line 3629, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  /* line 3633, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  /* line 3637, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  /* line 3641, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  /* line 3645, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }
  /* line 3649, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  /* line 3653, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }
  /* line 3657, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  /* line 3661, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-125 {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }
  /* line 3665, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  /* line 3669, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-135 {
    padding-left: 135px !important;
    padding-right: 135px !important;
  }
  /* line 3673, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  /* line 3677, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-145 {
    padding-left: 145px !important;
    padding-right: 145px !important;
  }
  /* line 3681, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  /* line 3685, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-155 {
    padding-left: 155px !important;
    padding-right: 155px !important;
  }
  /* line 3689, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  /* line 3693, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-165 {
    padding-left: 165px !important;
    padding-right: 165px !important;
  }
  /* line 3697, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-170 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
  /* line 3701, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-175 {
    padding-left: 175px !important;
    padding-right: 175px !important;
  }
  /* line 3705, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-180 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  /* line 3709, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-185 {
    padding-left: 185px !important;
    padding-right: 185px !important;
  }
  /* line 3713, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-190 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
  /* line 3717, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-195 {
    padding-left: 195px !important;
    padding-right: 195px !important;
  }
  /* line 3721, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-sm-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  /* line 3725, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  /* line 3729, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  /* line 3733, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  /* line 3737, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  /* line 3741, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  /* line 3745, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  /* line 3749, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  /* line 3753, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  /* line 3757, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  /* line 3761, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  /* line 3765, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  /* line 3769, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  /* line 3773, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  /* line 3777, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  /* line 3781, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  /* line 3785, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  /* line 3789, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  /* line 3793, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  /* line 3797, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  /* line 3801, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  /* line 3805, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  /* line 3809, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  /* line 3813, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  /* line 3817, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  /* line 3821, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  /* line 3825, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
  /* line 3829, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  /* line 3833, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }
  /* line 3837, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  /* line 3841, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }
  /* line 3845, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  /* line 3849, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important;
  }
  /* line 3853, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  /* line 3857, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
  }
  /* line 3861, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  /* line 3865, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }
  /* line 3869, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  /* line 3873, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
  }
  /* line 3877, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  /* line 3881, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important;
  }
  /* line 3885, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-sm-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
}

@media (min-width: 768px) {
  /* line 3889, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-0 {
    padding: 0px !important;
  }
  /* line 3892, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-5 {
    padding: 5px !important;
  }
  /* line 3895, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-10 {
    padding: 10px !important;
  }
  /* line 3898, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-15 {
    padding: 15px !important;
  }
  /* line 3901, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-20 {
    padding: 20px !important;
  }
  /* line 3904, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-25 {
    padding: 25px !important;
  }
  /* line 3907, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-30 {
    padding: 30px !important;
  }
  /* line 3910, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-35 {
    padding: 35px !important;
  }
  /* line 3913, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-40 {
    padding: 40px !important;
  }
  /* line 3916, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-45 {
    padding: 45px !important;
  }
  /* line 3919, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-50 {
    padding: 50px !important;
  }
  /* line 3922, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-55 {
    padding: 55px !important;
  }
  /* line 3925, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-60 {
    padding: 60px !important;
  }
  /* line 3928, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-65 {
    padding: 65px !important;
  }
  /* line 3931, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-70 {
    padding: 70px !important;
  }
  /* line 3934, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-75 {
    padding: 75px !important;
  }
  /* line 3937, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-80 {
    padding: 80px !important;
  }
  /* line 3940, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-85 {
    padding: 85px !important;
  }
  /* line 3943, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-90 {
    padding: 90px !important;
  }
  /* line 3946, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-95 {
    padding: 95px !important;
  }
  /* line 3949, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-100 {
    padding: 100px !important;
  }
  /* line 3952, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-105 {
    padding: 105px !important;
  }
  /* line 3955, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-110 {
    padding: 110px !important;
  }
  /* line 3958, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-115 {
    padding: 115px !important;
  }
  /* line 3961, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-120 {
    padding: 120px !important;
  }
  /* line 3964, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-125 {
    padding: 125px !important;
  }
  /* line 3967, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-130 {
    padding: 130px !important;
  }
  /* line 3970, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-135 {
    padding: 135px !important;
  }
  /* line 3973, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-140 {
    padding: 140px !important;
  }
  /* line 3976, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-145 {
    padding: 145px !important;
  }
  /* line 3979, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-150 {
    padding: 150px !important;
  }
  /* line 3982, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-155 {
    padding: 155px !important;
  }
  /* line 3985, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-160 {
    padding: 160px !important;
  }
  /* line 3988, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-165 {
    padding: 165px !important;
  }
  /* line 3991, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-170 {
    padding: 170px !important;
  }
  /* line 3994, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-175 {
    padding: 175px !important;
  }
  /* line 3997, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-180 {
    padding: 180px !important;
  }
  /* line 4000, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-185 {
    padding: 185px !important;
  }
  /* line 4003, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-190 {
    padding: 190px !important;
  }
  /* line 4006, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-195 {
    padding: 195px !important;
  }
  /* line 4009, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-md-200 {
    padding: 200px !important;
  }
  /* line 4012, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-0 {
    padding-top: 0px !important;
  }
  /* line 4015, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-5 {
    padding-top: 5px !important;
  }
  /* line 4018, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-10 {
    padding-top: 10px !important;
  }
  /* line 4021, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-15 {
    padding-top: 15px !important;
  }
  /* line 4024, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-20 {
    padding-top: 20px !important;
  }
  /* line 4027, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-25 {
    padding-top: 25px !important;
  }
  /* line 4030, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-30 {
    padding-top: 30px !important;
  }
  /* line 4033, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-35 {
    padding-top: 35px !important;
  }
  /* line 4036, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-40 {
    padding-top: 40px !important;
  }
  /* line 4039, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-45 {
    padding-top: 45px !important;
  }
  /* line 4042, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-50 {
    padding-top: 50px !important;
  }
  /* line 4045, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-55 {
    padding-top: 55px !important;
  }
  /* line 4048, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-60 {
    padding-top: 60px !important;
  }
  /* line 4051, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-65 {
    padding-top: 65px !important;
  }
  /* line 4054, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-70 {
    padding-top: 70px !important;
  }
  /* line 4057, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-75 {
    padding-top: 75px !important;
  }
  /* line 4060, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-80 {
    padding-top: 80px !important;
  }
  /* line 4063, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-85 {
    padding-top: 85px !important;
  }
  /* line 4066, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-90 {
    padding-top: 90px !important;
  }
  /* line 4069, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-95 {
    padding-top: 95px !important;
  }
  /* line 4072, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-100 {
    padding-top: 100px !important;
  }
  /* line 4075, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-105 {
    padding-top: 105px !important;
  }
  /* line 4078, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-110 {
    padding-top: 110px !important;
  }
  /* line 4081, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-115 {
    padding-top: 115px !important;
  }
  /* line 4084, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-120 {
    padding-top: 120px !important;
  }
  /* line 4087, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-125 {
    padding-top: 125px !important;
  }
  /* line 4090, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-130 {
    padding-top: 130px !important;
  }
  /* line 4093, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-135 {
    padding-top: 135px !important;
  }
  /* line 4096, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-140 {
    padding-top: 140px !important;
  }
  /* line 4099, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-145 {
    padding-top: 145px !important;
  }
  /* line 4102, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-150 {
    padding-top: 150px !important;
  }
  /* line 4105, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-155 {
    padding-top: 155px !important;
  }
  /* line 4108, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-160 {
    padding-top: 160px !important;
  }
  /* line 4111, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-165 {
    padding-top: 165px !important;
  }
  /* line 4114, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-170 {
    padding-top: 170px !important;
  }
  /* line 4117, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-175 {
    padding-top: 175px !important;
  }
  /* line 4120, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-180 {
    padding-top: 180px !important;
  }
  /* line 4123, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-185 {
    padding-top: 185px !important;
  }
  /* line 4126, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-190 {
    padding-top: 190px !important;
  }
  /* line 4129, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-195 {
    padding-top: 195px !important;
  }
  /* line 4132, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-md-200 {
    padding-top: 200px !important;
  }
  /* line 4135, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-0 {
    padding-bottom: 0px !important;
  }
  /* line 4138, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-5 {
    padding-bottom: 5px !important;
  }
  /* line 4141, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
  /* line 4144, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-15 {
    padding-bottom: 15px !important;
  }
  /* line 4147, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
  /* line 4150, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-25 {
    padding-bottom: 25px !important;
  }
  /* line 4153, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
  /* line 4156, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-35 {
    padding-bottom: 35px !important;
  }
  /* line 4159, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
  /* line 4162, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-45 {
    padding-bottom: 45px !important;
  }
  /* line 4165, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-50 {
    padding-bottom: 50px !important;
  }
  /* line 4168, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-55 {
    padding-bottom: 55px !important;
  }
  /* line 4171, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-60 {
    padding-bottom: 60px !important;
  }
  /* line 4174, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-65 {
    padding-bottom: 65px !important;
  }
  /* line 4177, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-70 {
    padding-bottom: 70px !important;
  }
  /* line 4180, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-75 {
    padding-bottom: 75px !important;
  }
  /* line 4183, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
  /* line 4186, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-85 {
    padding-bottom: 85px !important;
  }
  /* line 4189, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-90 {
    padding-bottom: 90px !important;
  }
  /* line 4192, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-95 {
    padding-bottom: 95px !important;
  }
  /* line 4195, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
  /* line 4198, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-105 {
    padding-bottom: 105px !important;
  }
  /* line 4201, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-110 {
    padding-bottom: 110px !important;
  }
  /* line 4204, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-115 {
    padding-bottom: 115px !important;
  }
  /* line 4207, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-120 {
    padding-bottom: 120px !important;
  }
  /* line 4210, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-125 {
    padding-bottom: 125px !important;
  }
  /* line 4213, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-130 {
    padding-bottom: 130px !important;
  }
  /* line 4216, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-135 {
    padding-bottom: 135px !important;
  }
  /* line 4219, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-140 {
    padding-bottom: 140px !important;
  }
  /* line 4222, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-145 {
    padding-bottom: 145px !important;
  }
  /* line 4225, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-150 {
    padding-bottom: 150px !important;
  }
  /* line 4228, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-155 {
    padding-bottom: 155px !important;
  }
  /* line 4231, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-160 {
    padding-bottom: 160px !important;
  }
  /* line 4234, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-165 {
    padding-bottom: 165px !important;
  }
  /* line 4237, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-170 {
    padding-bottom: 170px !important;
  }
  /* line 4240, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-175 {
    padding-bottom: 175px !important;
  }
  /* line 4243, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-180 {
    padding-bottom: 180px !important;
  }
  /* line 4246, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-185 {
    padding-bottom: 185px !important;
  }
  /* line 4249, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-190 {
    padding-bottom: 190px !important;
  }
  /* line 4252, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-195 {
    padding-bottom: 195px !important;
  }
  /* line 4255, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-md-200 {
    padding-bottom: 200px !important;
  }
  /* line 4258, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-0 {
    padding-left: 0px !important;
  }
  /* line 4261, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-5 {
    padding-left: 5px !important;
  }
  /* line 4264, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-10 {
    padding-left: 10px !important;
  }
  /* line 4267, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-15 {
    padding-left: 15px !important;
  }
  /* line 4270, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-20 {
    padding-left: 20px !important;
  }
  /* line 4273, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-25 {
    padding-left: 25px !important;
  }
  /* line 4276, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-30 {
    padding-left: 30px !important;
  }
  /* line 4279, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-35 {
    padding-left: 35px !important;
  }
  /* line 4282, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-40 {
    padding-left: 40px !important;
  }
  /* line 4285, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-45 {
    padding-left: 45px !important;
  }
  /* line 4288, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-50 {
    padding-left: 50px !important;
  }
  /* line 4291, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-55 {
    padding-left: 55px !important;
  }
  /* line 4294, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-60 {
    padding-left: 60px !important;
  }
  /* line 4297, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-65 {
    padding-left: 65px !important;
  }
  /* line 4300, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-70 {
    padding-left: 70px !important;
  }
  /* line 4303, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-75 {
    padding-left: 75px !important;
  }
  /* line 4306, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-80 {
    padding-left: 80px !important;
  }
  /* line 4309, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-85 {
    padding-left: 85px !important;
  }
  /* line 4312, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-90 {
    padding-left: 90px !important;
  }
  /* line 4315, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-95 {
    padding-left: 95px !important;
  }
  /* line 4318, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-100 {
    padding-left: 100px !important;
  }
  /* line 4321, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-105 {
    padding-left: 105px !important;
  }
  /* line 4324, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-110 {
    padding-left: 110px !important;
  }
  /* line 4327, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-115 {
    padding-left: 115px !important;
  }
  /* line 4330, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-120 {
    padding-left: 120px !important;
  }
  /* line 4333, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-125 {
    padding-left: 125px !important;
  }
  /* line 4336, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-130 {
    padding-left: 130px !important;
  }
  /* line 4339, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-135 {
    padding-left: 135px !important;
  }
  /* line 4342, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-140 {
    padding-left: 140px !important;
  }
  /* line 4345, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-145 {
    padding-left: 145px !important;
  }
  /* line 4348, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-150 {
    padding-left: 150px !important;
  }
  /* line 4351, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-155 {
    padding-left: 155px !important;
  }
  /* line 4354, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-160 {
    padding-left: 160px !important;
  }
  /* line 4357, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-165 {
    padding-left: 165px !important;
  }
  /* line 4360, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-170 {
    padding-left: 170px !important;
  }
  /* line 4363, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-175 {
    padding-left: 175px !important;
  }
  /* line 4366, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-180 {
    padding-left: 180px !important;
  }
  /* line 4369, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-185 {
    padding-left: 185px !important;
  }
  /* line 4372, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-190 {
    padding-left: 190px !important;
  }
  /* line 4375, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-195 {
    padding-left: 195px !important;
  }
  /* line 4378, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-md-200 {
    padding-left: 200px !important;
  }
  /* line 4381, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-0 {
    padding-right: 0px !important;
  }
  /* line 4384, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-5 {
    padding-right: 5px !important;
  }
  /* line 4387, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-10 {
    padding-right: 10px !important;
  }
  /* line 4390, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-15 {
    padding-right: 15px !important;
  }
  /* line 4393, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-20 {
    padding-right: 20px !important;
  }
  /* line 4396, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-25 {
    padding-right: 25px !important;
  }
  /* line 4399, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-30 {
    padding-right: 30px !important;
  }
  /* line 4402, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-35 {
    padding-right: 35px !important;
  }
  /* line 4405, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-40 {
    padding-right: 40px !important;
  }
  /* line 4408, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-45 {
    padding-right: 45px !important;
  }
  /* line 4411, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-50 {
    padding-right: 50px !important;
  }
  /* line 4414, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-55 {
    padding-right: 55px !important;
  }
  /* line 4417, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-60 {
    padding-right: 60px !important;
  }
  /* line 4420, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-65 {
    padding-right: 65px !important;
  }
  /* line 4423, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-70 {
    padding-right: 70px !important;
  }
  /* line 4426, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-75 {
    padding-right: 75px !important;
  }
  /* line 4429, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-80 {
    padding-right: 80px !important;
  }
  /* line 4432, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-85 {
    padding-right: 85px !important;
  }
  /* line 4435, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-90 {
    padding-right: 90px !important;
  }
  /* line 4438, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-95 {
    padding-right: 95px !important;
  }
  /* line 4441, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-100 {
    padding-right: 100px !important;
  }
  /* line 4444, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-105 {
    padding-right: 105px !important;
  }
  /* line 4447, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-110 {
    padding-right: 110px !important;
  }
  /* line 4450, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-115 {
    padding-right: 115px !important;
  }
  /* line 4453, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-120 {
    padding-right: 120px !important;
  }
  /* line 4456, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-125 {
    padding-right: 125px !important;
  }
  /* line 4459, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-130 {
    padding-right: 130px !important;
  }
  /* line 4462, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-135 {
    padding-right: 135px !important;
  }
  /* line 4465, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-140 {
    padding-right: 140px !important;
  }
  /* line 4468, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-145 {
    padding-right: 145px !important;
  }
  /* line 4471, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-150 {
    padding-right: 150px !important;
  }
  /* line 4474, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-155 {
    padding-right: 155px !important;
  }
  /* line 4477, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-160 {
    padding-right: 160px !important;
  }
  /* line 4480, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-165 {
    padding-right: 165px !important;
  }
  /* line 4483, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-170 {
    padding-right: 170px !important;
  }
  /* line 4486, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-175 {
    padding-right: 175px !important;
  }
  /* line 4489, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-180 {
    padding-right: 180px !important;
  }
  /* line 4492, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-185 {
    padding-right: 185px !important;
  }
  /* line 4495, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-190 {
    padding-right: 190px !important;
  }
  /* line 4498, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-195 {
    padding-right: 195px !important;
  }
  /* line 4501, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-md-200 {
    padding-right: 200px !important;
  }
  /* line 4504, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  /* line 4508, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  /* line 4512, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  /* line 4516, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  /* line 4520, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  /* line 4524, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  /* line 4528, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  /* line 4532, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  /* line 4536, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  /* line 4540, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  /* line 4544, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  /* line 4548, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  /* line 4552, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  /* line 4556, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  /* line 4560, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  /* line 4564, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  /* line 4568, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  /* line 4572, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  /* line 4576, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  /* line 4580, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  /* line 4584, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  /* line 4588, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }
  /* line 4592, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  /* line 4596, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }
  /* line 4600, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  /* line 4604, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-125 {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }
  /* line 4608, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  /* line 4612, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-135 {
    padding-left: 135px !important;
    padding-right: 135px !important;
  }
  /* line 4616, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  /* line 4620, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-145 {
    padding-left: 145px !important;
    padding-right: 145px !important;
  }
  /* line 4624, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  /* line 4628, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-155 {
    padding-left: 155px !important;
    padding-right: 155px !important;
  }
  /* line 4632, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  /* line 4636, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-165 {
    padding-left: 165px !important;
    padding-right: 165px !important;
  }
  /* line 4640, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-170 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
  /* line 4644, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-175 {
    padding-left: 175px !important;
    padding-right: 175px !important;
  }
  /* line 4648, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-180 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  /* line 4652, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-185 {
    padding-left: 185px !important;
    padding-right: 185px !important;
  }
  /* line 4656, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-190 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
  /* line 4660, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-195 {
    padding-left: 195px !important;
    padding-right: 195px !important;
  }
  /* line 4664, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-md-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  /* line 4668, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  /* line 4672, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  /* line 4676, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  /* line 4680, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  /* line 4684, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  /* line 4688, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  /* line 4692, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  /* line 4696, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  /* line 4700, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  /* line 4704, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  /* line 4708, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  /* line 4712, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  /* line 4716, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  /* line 4720, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  /* line 4724, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  /* line 4728, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  /* line 4732, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  /* line 4736, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  /* line 4740, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  /* line 4744, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  /* line 4748, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  /* line 4752, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  /* line 4756, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  /* line 4760, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  /* line 4764, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  /* line 4768, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
  /* line 4772, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  /* line 4776, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }
  /* line 4780, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  /* line 4784, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }
  /* line 4788, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  /* line 4792, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important;
  }
  /* line 4796, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  /* line 4800, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
  }
  /* line 4804, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  /* line 4808, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }
  /* line 4812, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  /* line 4816, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
  }
  /* line 4820, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  /* line 4824, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important;
  }
  /* line 4828, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-md-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
}

@media (min-width: 992px) {
  /* line 4832, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-0 {
    padding: 0px !important;
  }
  /* line 4835, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-5 {
    padding: 5px !important;
  }
  /* line 4838, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-10 {
    padding: 10px !important;
  }
  /* line 4841, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-15 {
    padding: 15px !important;
  }
  /* line 4844, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-20 {
    padding: 20px !important;
  }
  /* line 4847, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-25 {
    padding: 25px !important;
  }
  /* line 4850, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-30 {
    padding: 30px !important;
  }
  /* line 4853, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-35 {
    padding: 35px !important;
  }
  /* line 4856, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-40 {
    padding: 40px !important;
  }
  /* line 4859, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-45 {
    padding: 45px !important;
  }
  /* line 4862, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-50 {
    padding: 50px !important;
  }
  /* line 4865, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-55 {
    padding: 55px !important;
  }
  /* line 4868, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-60 {
    padding: 60px !important;
  }
  /* line 4871, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-65 {
    padding: 65px !important;
  }
  /* line 4874, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-70 {
    padding: 70px !important;
  }
  /* line 4877, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-75 {
    padding: 75px !important;
  }
  /* line 4880, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-80 {
    padding: 80px !important;
  }
  /* line 4883, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-85 {
    padding: 85px !important;
  }
  /* line 4886, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-90 {
    padding: 90px !important;
  }
  /* line 4889, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-95 {
    padding: 95px !important;
  }
  /* line 4892, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-100 {
    padding: 100px !important;
  }
  /* line 4895, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-105 {
    padding: 105px !important;
  }
  /* line 4898, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-110 {
    padding: 110px !important;
  }
  /* line 4901, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-115 {
    padding: 115px !important;
  }
  /* line 4904, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-120 {
    padding: 120px !important;
  }
  /* line 4907, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-125 {
    padding: 125px !important;
  }
  /* line 4910, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-130 {
    padding: 130px !important;
  }
  /* line 4913, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-135 {
    padding: 135px !important;
  }
  /* line 4916, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-140 {
    padding: 140px !important;
  }
  /* line 4919, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-145 {
    padding: 145px !important;
  }
  /* line 4922, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-150 {
    padding: 150px !important;
  }
  /* line 4925, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-155 {
    padding: 155px !important;
  }
  /* line 4928, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-160 {
    padding: 160px !important;
  }
  /* line 4931, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-165 {
    padding: 165px !important;
  }
  /* line 4934, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-170 {
    padding: 170px !important;
  }
  /* line 4937, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-175 {
    padding: 175px !important;
  }
  /* line 4940, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-180 {
    padding: 180px !important;
  }
  /* line 4943, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-185 {
    padding: 185px !important;
  }
  /* line 4946, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-190 {
    padding: 190px !important;
  }
  /* line 4949, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-195 {
    padding: 195px !important;
  }
  /* line 4952, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-lg-200 {
    padding: 200px !important;
  }
  /* line 4955, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-0 {
    padding-top: 0px !important;
  }
  /* line 4958, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-5 {
    padding-top: 5px !important;
  }
  /* line 4961, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-10 {
    padding-top: 10px !important;
  }
  /* line 4964, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-15 {
    padding-top: 15px !important;
  }
  /* line 4967, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-20 {
    padding-top: 20px !important;
  }
  /* line 4970, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-25 {
    padding-top: 25px !important;
  }
  /* line 4973, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-30 {
    padding-top: 30px !important;
  }
  /* line 4976, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-35 {
    padding-top: 35px !important;
  }
  /* line 4979, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-40 {
    padding-top: 40px !important;
  }
  /* line 4982, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-45 {
    padding-top: 45px !important;
  }
  /* line 4985, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-50 {
    padding-top: 50px !important;
  }
  /* line 4988, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-55 {
    padding-top: 55px !important;
  }
  /* line 4991, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-60 {
    padding-top: 60px !important;
  }
  /* line 4994, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-65 {
    padding-top: 65px !important;
  }
  /* line 4997, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-70 {
    padding-top: 70px !important;
  }
  /* line 5000, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-75 {
    padding-top: 75px !important;
  }
  /* line 5003, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-80 {
    padding-top: 80px !important;
  }
  /* line 5006, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-85 {
    padding-top: 85px !important;
  }
  /* line 5009, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-90 {
    padding-top: 90px !important;
  }
  /* line 5012, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-95 {
    padding-top: 95px !important;
  }
  /* line 5015, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-100 {
    padding-top: 100px !important;
  }
  /* line 5018, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-105 {
    padding-top: 105px !important;
  }
  /* line 5021, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-110 {
    padding-top: 110px !important;
  }
  /* line 5024, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-115 {
    padding-top: 115px !important;
  }
  /* line 5027, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-120 {
    padding-top: 120px !important;
  }
  /* line 5030, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-125 {
    padding-top: 125px !important;
  }
  /* line 5033, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-130 {
    padding-top: 130px !important;
  }
  /* line 5036, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-135 {
    padding-top: 135px !important;
  }
  /* line 5039, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-140 {
    padding-top: 140px !important;
  }
  /* line 5042, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-145 {
    padding-top: 145px !important;
  }
  /* line 5045, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-150 {
    padding-top: 150px !important;
  }
  /* line 5048, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-155 {
    padding-top: 155px !important;
  }
  /* line 5051, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-160 {
    padding-top: 160px !important;
  }
  /* line 5054, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-165 {
    padding-top: 165px !important;
  }
  /* line 5057, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-170 {
    padding-top: 170px !important;
  }
  /* line 5060, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-175 {
    padding-top: 175px !important;
  }
  /* line 5063, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-180 {
    padding-top: 180px !important;
  }
  /* line 5066, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-185 {
    padding-top: 185px !important;
  }
  /* line 5069, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-190 {
    padding-top: 190px !important;
  }
  /* line 5072, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-195 {
    padding-top: 195px !important;
  }
  /* line 5075, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-lg-200 {
    padding-top: 200px !important;
  }
  /* line 5078, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-0 {
    padding-bottom: 0px !important;
  }
  /* line 5081, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-5 {
    padding-bottom: 5px !important;
  }
  /* line 5084, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }
  /* line 5087, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-15 {
    padding-bottom: 15px !important;
  }
  /* line 5090, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-20 {
    padding-bottom: 20px !important;
  }
  /* line 5093, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-25 {
    padding-bottom: 25px !important;
  }
  /* line 5096, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-30 {
    padding-bottom: 30px !important;
  }
  /* line 5099, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-35 {
    padding-bottom: 35px !important;
  }
  /* line 5102, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-40 {
    padding-bottom: 40px !important;
  }
  /* line 5105, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-45 {
    padding-bottom: 45px !important;
  }
  /* line 5108, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-50 {
    padding-bottom: 50px !important;
  }
  /* line 5111, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-55 {
    padding-bottom: 55px !important;
  }
  /* line 5114, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-60 {
    padding-bottom: 60px !important;
  }
  /* line 5117, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-65 {
    padding-bottom: 65px !important;
  }
  /* line 5120, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-70 {
    padding-bottom: 70px !important;
  }
  /* line 5123, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-75 {
    padding-bottom: 75px !important;
  }
  /* line 5126, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-80 {
    padding-bottom: 80px !important;
  }
  /* line 5129, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-85 {
    padding-bottom: 85px !important;
  }
  /* line 5132, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-90 {
    padding-bottom: 90px !important;
  }
  /* line 5135, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-95 {
    padding-bottom: 95px !important;
  }
  /* line 5138, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-100 {
    padding-bottom: 100px !important;
  }
  /* line 5141, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-105 {
    padding-bottom: 105px !important;
  }
  /* line 5144, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-110 {
    padding-bottom: 110px !important;
  }
  /* line 5147, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-115 {
    padding-bottom: 115px !important;
  }
  /* line 5150, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-120 {
    padding-bottom: 120px !important;
  }
  /* line 5153, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-125 {
    padding-bottom: 125px !important;
  }
  /* line 5156, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-130 {
    padding-bottom: 130px !important;
  }
  /* line 5159, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-135 {
    padding-bottom: 135px !important;
  }
  /* line 5162, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-140 {
    padding-bottom: 140px !important;
  }
  /* line 5165, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-145 {
    padding-bottom: 145px !important;
  }
  /* line 5168, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-150 {
    padding-bottom: 150px !important;
  }
  /* line 5171, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-155 {
    padding-bottom: 155px !important;
  }
  /* line 5174, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-160 {
    padding-bottom: 160px !important;
  }
  /* line 5177, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-165 {
    padding-bottom: 165px !important;
  }
  /* line 5180, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-170 {
    padding-bottom: 170px !important;
  }
  /* line 5183, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-175 {
    padding-bottom: 175px !important;
  }
  /* line 5186, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-180 {
    padding-bottom: 180px !important;
  }
  /* line 5189, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-185 {
    padding-bottom: 185px !important;
  }
  /* line 5192, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-190 {
    padding-bottom: 190px !important;
  }
  /* line 5195, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-195 {
    padding-bottom: 195px !important;
  }
  /* line 5198, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-lg-200 {
    padding-bottom: 200px !important;
  }
  /* line 5201, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-0 {
    padding-left: 0px !important;
  }
  /* line 5204, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-5 {
    padding-left: 5px !important;
  }
  /* line 5207, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-10 {
    padding-left: 10px !important;
  }
  /* line 5210, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-15 {
    padding-left: 15px !important;
  }
  /* line 5213, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-20 {
    padding-left: 20px !important;
  }
  /* line 5216, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-25 {
    padding-left: 25px !important;
  }
  /* line 5219, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-30 {
    padding-left: 30px !important;
  }
  /* line 5222, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-35 {
    padding-left: 35px !important;
  }
  /* line 5225, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-40 {
    padding-left: 40px !important;
  }
  /* line 5228, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-45 {
    padding-left: 45px !important;
  }
  /* line 5231, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-50 {
    padding-left: 50px !important;
  }
  /* line 5234, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-55 {
    padding-left: 55px !important;
  }
  /* line 5237, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-60 {
    padding-left: 60px !important;
  }
  /* line 5240, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-65 {
    padding-left: 65px !important;
  }
  /* line 5243, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-70 {
    padding-left: 70px !important;
  }
  /* line 5246, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-75 {
    padding-left: 75px !important;
  }
  /* line 5249, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-80 {
    padding-left: 80px !important;
  }
  /* line 5252, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-85 {
    padding-left: 85px !important;
  }
  /* line 5255, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-90 {
    padding-left: 90px !important;
  }
  /* line 5258, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-95 {
    padding-left: 95px !important;
  }
  /* line 5261, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-100 {
    padding-left: 100px !important;
  }
  /* line 5264, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-105 {
    padding-left: 105px !important;
  }
  /* line 5267, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-110 {
    padding-left: 110px !important;
  }
  /* line 5270, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-115 {
    padding-left: 115px !important;
  }
  /* line 5273, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-120 {
    padding-left: 120px !important;
  }
  /* line 5276, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-125 {
    padding-left: 125px !important;
  }
  /* line 5279, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-130 {
    padding-left: 130px !important;
  }
  /* line 5282, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-135 {
    padding-left: 135px !important;
  }
  /* line 5285, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-140 {
    padding-left: 140px !important;
  }
  /* line 5288, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-145 {
    padding-left: 145px !important;
  }
  /* line 5291, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-150 {
    padding-left: 150px !important;
  }
  /* line 5294, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-155 {
    padding-left: 155px !important;
  }
  /* line 5297, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-160 {
    padding-left: 160px !important;
  }
  /* line 5300, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-165 {
    padding-left: 165px !important;
  }
  /* line 5303, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-170 {
    padding-left: 170px !important;
  }
  /* line 5306, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-175 {
    padding-left: 175px !important;
  }
  /* line 5309, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-180 {
    padding-left: 180px !important;
  }
  /* line 5312, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-185 {
    padding-left: 185px !important;
  }
  /* line 5315, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-190 {
    padding-left: 190px !important;
  }
  /* line 5318, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-195 {
    padding-left: 195px !important;
  }
  /* line 5321, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-lg-200 {
    padding-left: 200px !important;
  }
  /* line 5324, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-0 {
    padding-right: 0px !important;
  }
  /* line 5327, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-5 {
    padding-right: 5px !important;
  }
  /* line 5330, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-10 {
    padding-right: 10px !important;
  }
  /* line 5333, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-15 {
    padding-right: 15px !important;
  }
  /* line 5336, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-20 {
    padding-right: 20px !important;
  }
  /* line 5339, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-25 {
    padding-right: 25px !important;
  }
  /* line 5342, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-30 {
    padding-right: 30px !important;
  }
  /* line 5345, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-35 {
    padding-right: 35px !important;
  }
  /* line 5348, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-40 {
    padding-right: 40px !important;
  }
  /* line 5351, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-45 {
    padding-right: 45px !important;
  }
  /* line 5354, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-50 {
    padding-right: 50px !important;
  }
  /* line 5357, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-55 {
    padding-right: 55px !important;
  }
  /* line 5360, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-60 {
    padding-right: 60px !important;
  }
  /* line 5363, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-65 {
    padding-right: 65px !important;
  }
  /* line 5366, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-70 {
    padding-right: 70px !important;
  }
  /* line 5369, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-75 {
    padding-right: 75px !important;
  }
  /* line 5372, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-80 {
    padding-right: 80px !important;
  }
  /* line 5375, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-85 {
    padding-right: 85px !important;
  }
  /* line 5378, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-90 {
    padding-right: 90px !important;
  }
  /* line 5381, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-95 {
    padding-right: 95px !important;
  }
  /* line 5384, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-100 {
    padding-right: 100px !important;
  }
  /* line 5387, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-105 {
    padding-right: 105px !important;
  }
  /* line 5390, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-110 {
    padding-right: 110px !important;
  }
  /* line 5393, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-115 {
    padding-right: 115px !important;
  }
  /* line 5396, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-120 {
    padding-right: 120px !important;
  }
  /* line 5399, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-125 {
    padding-right: 125px !important;
  }
  /* line 5402, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-130 {
    padding-right: 130px !important;
  }
  /* line 5405, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-135 {
    padding-right: 135px !important;
  }
  /* line 5408, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-140 {
    padding-right: 140px !important;
  }
  /* line 5411, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-145 {
    padding-right: 145px !important;
  }
  /* line 5414, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-150 {
    padding-right: 150px !important;
  }
  /* line 5417, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-155 {
    padding-right: 155px !important;
  }
  /* line 5420, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-160 {
    padding-right: 160px !important;
  }
  /* line 5423, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-165 {
    padding-right: 165px !important;
  }
  /* line 5426, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-170 {
    padding-right: 170px !important;
  }
  /* line 5429, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-175 {
    padding-right: 175px !important;
  }
  /* line 5432, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-180 {
    padding-right: 180px !important;
  }
  /* line 5435, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-185 {
    padding-right: 185px !important;
  }
  /* line 5438, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-190 {
    padding-right: 190px !important;
  }
  /* line 5441, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-195 {
    padding-right: 195px !important;
  }
  /* line 5444, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-lg-200 {
    padding-right: 200px !important;
  }
  /* line 5447, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  /* line 5451, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  /* line 5455, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  /* line 5459, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  /* line 5463, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  /* line 5467, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  /* line 5471, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  /* line 5475, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  /* line 5479, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  /* line 5483, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  /* line 5487, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  /* line 5491, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  /* line 5495, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  /* line 5499, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  /* line 5503, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  /* line 5507, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  /* line 5511, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  /* line 5515, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  /* line 5519, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  /* line 5523, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  /* line 5527, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  /* line 5531, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }
  /* line 5535, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  /* line 5539, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }
  /* line 5543, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  /* line 5547, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-125 {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }
  /* line 5551, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  /* line 5555, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-135 {
    padding-left: 135px !important;
    padding-right: 135px !important;
  }
  /* line 5559, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  /* line 5563, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-145 {
    padding-left: 145px !important;
    padding-right: 145px !important;
  }
  /* line 5567, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  /* line 5571, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-155 {
    padding-left: 155px !important;
    padding-right: 155px !important;
  }
  /* line 5575, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  /* line 5579, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-165 {
    padding-left: 165px !important;
    padding-right: 165px !important;
  }
  /* line 5583, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-170 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
  /* line 5587, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-175 {
    padding-left: 175px !important;
    padding-right: 175px !important;
  }
  /* line 5591, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-180 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  /* line 5595, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-185 {
    padding-left: 185px !important;
    padding-right: 185px !important;
  }
  /* line 5599, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-190 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
  /* line 5603, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-195 {
    padding-left: 195px !important;
    padding-right: 195px !important;
  }
  /* line 5607, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-lg-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  /* line 5611, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  /* line 5615, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  /* line 5619, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  /* line 5623, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  /* line 5627, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  /* line 5631, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  /* line 5635, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  /* line 5639, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  /* line 5643, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  /* line 5647, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  /* line 5651, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  /* line 5655, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  /* line 5659, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  /* line 5663, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  /* line 5667, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  /* line 5671, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  /* line 5675, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  /* line 5679, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  /* line 5683, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  /* line 5687, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  /* line 5691, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  /* line 5695, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  /* line 5699, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  /* line 5703, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  /* line 5707, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  /* line 5711, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
  /* line 5715, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  /* line 5719, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }
  /* line 5723, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  /* line 5727, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }
  /* line 5731, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  /* line 5735, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important;
  }
  /* line 5739, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  /* line 5743, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
  }
  /* line 5747, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  /* line 5751, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }
  /* line 5755, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  /* line 5759, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
  }
  /* line 5763, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  /* line 5767, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important;
  }
  /* line 5771, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-lg-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
}

@media (min-width: 1200px) {
  /* line 5775, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-0 {
    padding: 0px !important;
  }
  /* line 5778, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-5 {
    padding: 5px !important;
  }
  /* line 5781, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-10 {
    padding: 10px !important;
  }
  /* line 5784, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-15 {
    padding: 15px !important;
  }
  /* line 5787, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-20 {
    padding: 20px !important;
  }
  /* line 5790, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-25 {
    padding: 25px !important;
  }
  /* line 5793, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-30 {
    padding: 30px !important;
  }
  /* line 5796, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-35 {
    padding: 35px !important;
  }
  /* line 5799, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-40 {
    padding: 40px !important;
  }
  /* line 5802, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-45 {
    padding: 45px !important;
  }
  /* line 5805, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-50 {
    padding: 50px !important;
  }
  /* line 5808, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-55 {
    padding: 55px !important;
  }
  /* line 5811, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-60 {
    padding: 60px !important;
  }
  /* line 5814, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-65 {
    padding: 65px !important;
  }
  /* line 5817, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-70 {
    padding: 70px !important;
  }
  /* line 5820, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-75 {
    padding: 75px !important;
  }
  /* line 5823, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-80 {
    padding: 80px !important;
  }
  /* line 5826, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-85 {
    padding: 85px !important;
  }
  /* line 5829, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-90 {
    padding: 90px !important;
  }
  /* line 5832, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-95 {
    padding: 95px !important;
  }
  /* line 5835, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-100 {
    padding: 100px !important;
  }
  /* line 5838, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-105 {
    padding: 105px !important;
  }
  /* line 5841, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-110 {
    padding: 110px !important;
  }
  /* line 5844, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-115 {
    padding: 115px !important;
  }
  /* line 5847, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-120 {
    padding: 120px !important;
  }
  /* line 5850, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-125 {
    padding: 125px !important;
  }
  /* line 5853, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-130 {
    padding: 130px !important;
  }
  /* line 5856, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-135 {
    padding: 135px !important;
  }
  /* line 5859, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-140 {
    padding: 140px !important;
  }
  /* line 5862, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-145 {
    padding: 145px !important;
  }
  /* line 5865, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-150 {
    padding: 150px !important;
  }
  /* line 5868, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-155 {
    padding: 155px !important;
  }
  /* line 5871, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-160 {
    padding: 160px !important;
  }
  /* line 5874, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-165 {
    padding: 165px !important;
  }
  /* line 5877, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-170 {
    padding: 170px !important;
  }
  /* line 5880, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-175 {
    padding: 175px !important;
  }
  /* line 5883, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-180 {
    padding: 180px !important;
  }
  /* line 5886, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-185 {
    padding: 185px !important;
  }
  /* line 5889, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-190 {
    padding: 190px !important;
  }
  /* line 5892, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-195 {
    padding: 195px !important;
  }
  /* line 5895, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xl-200 {
    padding: 200px !important;
  }
  /* line 5898, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-0 {
    padding-top: 0px !important;
  }
  /* line 5901, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-5 {
    padding-top: 5px !important;
  }
  /* line 5904, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-10 {
    padding-top: 10px !important;
  }
  /* line 5907, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-15 {
    padding-top: 15px !important;
  }
  /* line 5910, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-20 {
    padding-top: 20px !important;
  }
  /* line 5913, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-25 {
    padding-top: 25px !important;
  }
  /* line 5916, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-30 {
    padding-top: 30px !important;
  }
  /* line 5919, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-35 {
    padding-top: 35px !important;
  }
  /* line 5922, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-40 {
    padding-top: 40px !important;
  }
  /* line 5925, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-45 {
    padding-top: 45px !important;
  }
  /* line 5928, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-50 {
    padding-top: 50px !important;
  }
  /* line 5931, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-55 {
    padding-top: 55px !important;
  }
  /* line 5934, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-60 {
    padding-top: 60px !important;
  }
  /* line 5937, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-65 {
    padding-top: 65px !important;
  }
  /* line 5940, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-70 {
    padding-top: 70px !important;
  }
  /* line 5943, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-75 {
    padding-top: 75px !important;
  }
  /* line 5946, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-80 {
    padding-top: 80px !important;
  }
  /* line 5949, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-85 {
    padding-top: 85px !important;
  }
  /* line 5952, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-90 {
    padding-top: 90px !important;
  }
  /* line 5955, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-95 {
    padding-top: 95px !important;
  }
  /* line 5958, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-100 {
    padding-top: 100px !important;
  }
  /* line 5961, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-105 {
    padding-top: 105px !important;
  }
  /* line 5964, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-110 {
    padding-top: 110px !important;
  }
  /* line 5967, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-115 {
    padding-top: 115px !important;
  }
  /* line 5970, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-120 {
    padding-top: 120px !important;
  }
  /* line 5973, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-125 {
    padding-top: 125px !important;
  }
  /* line 5976, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-130 {
    padding-top: 130px !important;
  }
  /* line 5979, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-135 {
    padding-top: 135px !important;
  }
  /* line 5982, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-140 {
    padding-top: 140px !important;
  }
  /* line 5985, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-145 {
    padding-top: 145px !important;
  }
  /* line 5988, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-150 {
    padding-top: 150px !important;
  }
  /* line 5991, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-155 {
    padding-top: 155px !important;
  }
  /* line 5994, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-160 {
    padding-top: 160px !important;
  }
  /* line 5997, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-165 {
    padding-top: 165px !important;
  }
  /* line 6000, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-170 {
    padding-top: 170px !important;
  }
  /* line 6003, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-175 {
    padding-top: 175px !important;
  }
  /* line 6006, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-180 {
    padding-top: 180px !important;
  }
  /* line 6009, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-185 {
    padding-top: 185px !important;
  }
  /* line 6012, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-190 {
    padding-top: 190px !important;
  }
  /* line 6015, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-195 {
    padding-top: 195px !important;
  }
  /* line 6018, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xl-200 {
    padding-top: 200px !important;
  }
  /* line 6021, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-0 {
    padding-bottom: 0px !important;
  }
  /* line 6024, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-5 {
    padding-bottom: 5px !important;
  }
  /* line 6027, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-10 {
    padding-bottom: 10px !important;
  }
  /* line 6030, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-15 {
    padding-bottom: 15px !important;
  }
  /* line 6033, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-20 {
    padding-bottom: 20px !important;
  }
  /* line 6036, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-25 {
    padding-bottom: 25px !important;
  }
  /* line 6039, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-30 {
    padding-bottom: 30px !important;
  }
  /* line 6042, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-35 {
    padding-bottom: 35px !important;
  }
  /* line 6045, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-40 {
    padding-bottom: 40px !important;
  }
  /* line 6048, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-45 {
    padding-bottom: 45px !important;
  }
  /* line 6051, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-50 {
    padding-bottom: 50px !important;
  }
  /* line 6054, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-55 {
    padding-bottom: 55px !important;
  }
  /* line 6057, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-60 {
    padding-bottom: 60px !important;
  }
  /* line 6060, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-65 {
    padding-bottom: 65px !important;
  }
  /* line 6063, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-70 {
    padding-bottom: 70px !important;
  }
  /* line 6066, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-75 {
    padding-bottom: 75px !important;
  }
  /* line 6069, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-80 {
    padding-bottom: 80px !important;
  }
  /* line 6072, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-85 {
    padding-bottom: 85px !important;
  }
  /* line 6075, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-90 {
    padding-bottom: 90px !important;
  }
  /* line 6078, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-95 {
    padding-bottom: 95px !important;
  }
  /* line 6081, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-100 {
    padding-bottom: 100px !important;
  }
  /* line 6084, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-105 {
    padding-bottom: 105px !important;
  }
  /* line 6087, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-110 {
    padding-bottom: 110px !important;
  }
  /* line 6090, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-115 {
    padding-bottom: 115px !important;
  }
  /* line 6093, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-120 {
    padding-bottom: 120px !important;
  }
  /* line 6096, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-125 {
    padding-bottom: 125px !important;
  }
  /* line 6099, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-130 {
    padding-bottom: 130px !important;
  }
  /* line 6102, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-135 {
    padding-bottom: 135px !important;
  }
  /* line 6105, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-140 {
    padding-bottom: 140px !important;
  }
  /* line 6108, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-145 {
    padding-bottom: 145px !important;
  }
  /* line 6111, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-150 {
    padding-bottom: 150px !important;
  }
  /* line 6114, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-155 {
    padding-bottom: 155px !important;
  }
  /* line 6117, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-160 {
    padding-bottom: 160px !important;
  }
  /* line 6120, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-165 {
    padding-bottom: 165px !important;
  }
  /* line 6123, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-170 {
    padding-bottom: 170px !important;
  }
  /* line 6126, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-175 {
    padding-bottom: 175px !important;
  }
  /* line 6129, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-180 {
    padding-bottom: 180px !important;
  }
  /* line 6132, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-185 {
    padding-bottom: 185px !important;
  }
  /* line 6135, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-190 {
    padding-bottom: 190px !important;
  }
  /* line 6138, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-195 {
    padding-bottom: 195px !important;
  }
  /* line 6141, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xl-200 {
    padding-bottom: 200px !important;
  }
  /* line 6144, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-0 {
    padding-left: 0px !important;
  }
  /* line 6147, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-5 {
    padding-left: 5px !important;
  }
  /* line 6150, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-10 {
    padding-left: 10px !important;
  }
  /* line 6153, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-15 {
    padding-left: 15px !important;
  }
  /* line 6156, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-20 {
    padding-left: 20px !important;
  }
  /* line 6159, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-25 {
    padding-left: 25px !important;
  }
  /* line 6162, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-30 {
    padding-left: 30px !important;
  }
  /* line 6165, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-35 {
    padding-left: 35px !important;
  }
  /* line 6168, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-40 {
    padding-left: 40px !important;
  }
  /* line 6171, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-45 {
    padding-left: 45px !important;
  }
  /* line 6174, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-50 {
    padding-left: 50px !important;
  }
  /* line 6177, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-55 {
    padding-left: 55px !important;
  }
  /* line 6180, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-60 {
    padding-left: 60px !important;
  }
  /* line 6183, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-65 {
    padding-left: 65px !important;
  }
  /* line 6186, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-70 {
    padding-left: 70px !important;
  }
  /* line 6189, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-75 {
    padding-left: 75px !important;
  }
  /* line 6192, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-80 {
    padding-left: 80px !important;
  }
  /* line 6195, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-85 {
    padding-left: 85px !important;
  }
  /* line 6198, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-90 {
    padding-left: 90px !important;
  }
  /* line 6201, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-95 {
    padding-left: 95px !important;
  }
  /* line 6204, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-100 {
    padding-left: 100px !important;
  }
  /* line 6207, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-105 {
    padding-left: 105px !important;
  }
  /* line 6210, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-110 {
    padding-left: 110px !important;
  }
  /* line 6213, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-115 {
    padding-left: 115px !important;
  }
  /* line 6216, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-120 {
    padding-left: 120px !important;
  }
  /* line 6219, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-125 {
    padding-left: 125px !important;
  }
  /* line 6222, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-130 {
    padding-left: 130px !important;
  }
  /* line 6225, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-135 {
    padding-left: 135px !important;
  }
  /* line 6228, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-140 {
    padding-left: 140px !important;
  }
  /* line 6231, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-145 {
    padding-left: 145px !important;
  }
  /* line 6234, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-150 {
    padding-left: 150px !important;
  }
  /* line 6237, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-155 {
    padding-left: 155px !important;
  }
  /* line 6240, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-160 {
    padding-left: 160px !important;
  }
  /* line 6243, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-165 {
    padding-left: 165px !important;
  }
  /* line 6246, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-170 {
    padding-left: 170px !important;
  }
  /* line 6249, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-175 {
    padding-left: 175px !important;
  }
  /* line 6252, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-180 {
    padding-left: 180px !important;
  }
  /* line 6255, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-185 {
    padding-left: 185px !important;
  }
  /* line 6258, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-190 {
    padding-left: 190px !important;
  }
  /* line 6261, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-195 {
    padding-left: 195px !important;
  }
  /* line 6264, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xl-200 {
    padding-left: 200px !important;
  }
  /* line 6267, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-0 {
    padding-right: 0px !important;
  }
  /* line 6270, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-5 {
    padding-right: 5px !important;
  }
  /* line 6273, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-10 {
    padding-right: 10px !important;
  }
  /* line 6276, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-15 {
    padding-right: 15px !important;
  }
  /* line 6279, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-20 {
    padding-right: 20px !important;
  }
  /* line 6282, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-25 {
    padding-right: 25px !important;
  }
  /* line 6285, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-30 {
    padding-right: 30px !important;
  }
  /* line 6288, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-35 {
    padding-right: 35px !important;
  }
  /* line 6291, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-40 {
    padding-right: 40px !important;
  }
  /* line 6294, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-45 {
    padding-right: 45px !important;
  }
  /* line 6297, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-50 {
    padding-right: 50px !important;
  }
  /* line 6300, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-55 {
    padding-right: 55px !important;
  }
  /* line 6303, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-60 {
    padding-right: 60px !important;
  }
  /* line 6306, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-65 {
    padding-right: 65px !important;
  }
  /* line 6309, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-70 {
    padding-right: 70px !important;
  }
  /* line 6312, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-75 {
    padding-right: 75px !important;
  }
  /* line 6315, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-80 {
    padding-right: 80px !important;
  }
  /* line 6318, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-85 {
    padding-right: 85px !important;
  }
  /* line 6321, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-90 {
    padding-right: 90px !important;
  }
  /* line 6324, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-95 {
    padding-right: 95px !important;
  }
  /* line 6327, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-100 {
    padding-right: 100px !important;
  }
  /* line 6330, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-105 {
    padding-right: 105px !important;
  }
  /* line 6333, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-110 {
    padding-right: 110px !important;
  }
  /* line 6336, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-115 {
    padding-right: 115px !important;
  }
  /* line 6339, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-120 {
    padding-right: 120px !important;
  }
  /* line 6342, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-125 {
    padding-right: 125px !important;
  }
  /* line 6345, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-130 {
    padding-right: 130px !important;
  }
  /* line 6348, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-135 {
    padding-right: 135px !important;
  }
  /* line 6351, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-140 {
    padding-right: 140px !important;
  }
  /* line 6354, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-145 {
    padding-right: 145px !important;
  }
  /* line 6357, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-150 {
    padding-right: 150px !important;
  }
  /* line 6360, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-155 {
    padding-right: 155px !important;
  }
  /* line 6363, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-160 {
    padding-right: 160px !important;
  }
  /* line 6366, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-165 {
    padding-right: 165px !important;
  }
  /* line 6369, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-170 {
    padding-right: 170px !important;
  }
  /* line 6372, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-175 {
    padding-right: 175px !important;
  }
  /* line 6375, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-180 {
    padding-right: 180px !important;
  }
  /* line 6378, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-185 {
    padding-right: 185px !important;
  }
  /* line 6381, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-190 {
    padding-right: 190px !important;
  }
  /* line 6384, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-195 {
    padding-right: 195px !important;
  }
  /* line 6387, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xl-200 {
    padding-right: 200px !important;
  }
  /* line 6390, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  /* line 6394, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  /* line 6398, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  /* line 6402, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  /* line 6406, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  /* line 6410, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  /* line 6414, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  /* line 6418, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  /* line 6422, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  /* line 6426, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  /* line 6430, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  /* line 6434, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  /* line 6438, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  /* line 6442, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  /* line 6446, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  /* line 6450, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  /* line 6454, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  /* line 6458, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  /* line 6462, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  /* line 6466, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  /* line 6470, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  /* line 6474, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }
  /* line 6478, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  /* line 6482, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }
  /* line 6486, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  /* line 6490, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-125 {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }
  /* line 6494, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  /* line 6498, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-135 {
    padding-left: 135px !important;
    padding-right: 135px !important;
  }
  /* line 6502, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  /* line 6506, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-145 {
    padding-left: 145px !important;
    padding-right: 145px !important;
  }
  /* line 6510, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  /* line 6514, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-155 {
    padding-left: 155px !important;
    padding-right: 155px !important;
  }
  /* line 6518, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  /* line 6522, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-165 {
    padding-left: 165px !important;
    padding-right: 165px !important;
  }
  /* line 6526, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-170 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
  /* line 6530, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-175 {
    padding-left: 175px !important;
    padding-right: 175px !important;
  }
  /* line 6534, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-180 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  /* line 6538, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-185 {
    padding-left: 185px !important;
    padding-right: 185px !important;
  }
  /* line 6542, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-190 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
  /* line 6546, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-195 {
    padding-left: 195px !important;
    padding-right: 195px !important;
  }
  /* line 6550, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xl-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  /* line 6554, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  /* line 6558, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  /* line 6562, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  /* line 6566, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  /* line 6570, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  /* line 6574, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  /* line 6578, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  /* line 6582, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  /* line 6586, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  /* line 6590, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  /* line 6594, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  /* line 6598, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  /* line 6602, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  /* line 6606, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  /* line 6610, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  /* line 6614, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  /* line 6618, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  /* line 6622, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  /* line 6626, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  /* line 6630, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  /* line 6634, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  /* line 6638, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  /* line 6642, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  /* line 6646, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  /* line 6650, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  /* line 6654, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
  /* line 6658, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  /* line 6662, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }
  /* line 6666, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  /* line 6670, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }
  /* line 6674, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  /* line 6678, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important;
  }
  /* line 6682, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  /* line 6686, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
  }
  /* line 6690, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  /* line 6694, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }
  /* line 6698, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  /* line 6702, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
  }
  /* line 6706, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  /* line 6710, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important;
  }
  /* line 6714, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xl-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
}

@media (min-width: 1440px) {
  /* line 6718, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-0 {
    padding: 0px !important;
  }
  /* line 6721, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-5 {
    padding: 5px !important;
  }
  /* line 6724, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-10 {
    padding: 10px !important;
  }
  /* line 6727, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-15 {
    padding: 15px !important;
  }
  /* line 6730, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-20 {
    padding: 20px !important;
  }
  /* line 6733, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-25 {
    padding: 25px !important;
  }
  /* line 6736, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-30 {
    padding: 30px !important;
  }
  /* line 6739, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-35 {
    padding: 35px !important;
  }
  /* line 6742, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-40 {
    padding: 40px !important;
  }
  /* line 6745, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-45 {
    padding: 45px !important;
  }
  /* line 6748, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-50 {
    padding: 50px !important;
  }
  /* line 6751, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-55 {
    padding: 55px !important;
  }
  /* line 6754, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-60 {
    padding: 60px !important;
  }
  /* line 6757, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-65 {
    padding: 65px !important;
  }
  /* line 6760, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-70 {
    padding: 70px !important;
  }
  /* line 6763, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-75 {
    padding: 75px !important;
  }
  /* line 6766, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-80 {
    padding: 80px !important;
  }
  /* line 6769, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-85 {
    padding: 85px !important;
  }
  /* line 6772, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-90 {
    padding: 90px !important;
  }
  /* line 6775, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-95 {
    padding: 95px !important;
  }
  /* line 6778, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-100 {
    padding: 100px !important;
  }
  /* line 6781, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-105 {
    padding: 105px !important;
  }
  /* line 6784, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-110 {
    padding: 110px !important;
  }
  /* line 6787, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-115 {
    padding: 115px !important;
  }
  /* line 6790, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-120 {
    padding: 120px !important;
  }
  /* line 6793, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-125 {
    padding: 125px !important;
  }
  /* line 6796, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-130 {
    padding: 130px !important;
  }
  /* line 6799, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-135 {
    padding: 135px !important;
  }
  /* line 6802, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-140 {
    padding: 140px !important;
  }
  /* line 6805, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-145 {
    padding: 145px !important;
  }
  /* line 6808, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-150 {
    padding: 150px !important;
  }
  /* line 6811, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-155 {
    padding: 155px !important;
  }
  /* line 6814, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-160 {
    padding: 160px !important;
  }
  /* line 6817, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-165 {
    padding: 165px !important;
  }
  /* line 6820, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-170 {
    padding: 170px !important;
  }
  /* line 6823, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-175 {
    padding: 175px !important;
  }
  /* line 6826, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-180 {
    padding: 180px !important;
  }
  /* line 6829, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-185 {
    padding: 185px !important;
  }
  /* line 6832, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-190 {
    padding: 190px !important;
  }
  /* line 6835, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-195 {
    padding: 195px !important;
  }
  /* line 6838, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .p-xxl-200 {
    padding: 200px !important;
  }
  /* line 6841, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-0 {
    padding-top: 0px !important;
  }
  /* line 6844, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-5 {
    padding-top: 5px !important;
  }
  /* line 6847, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-10 {
    padding-top: 10px !important;
  }
  /* line 6850, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-15 {
    padding-top: 15px !important;
  }
  /* line 6853, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-20 {
    padding-top: 20px !important;
  }
  /* line 6856, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-25 {
    padding-top: 25px !important;
  }
  /* line 6859, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-30 {
    padding-top: 30px !important;
  }
  /* line 6862, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-35 {
    padding-top: 35px !important;
  }
  /* line 6865, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-40 {
    padding-top: 40px !important;
  }
  /* line 6868, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-45 {
    padding-top: 45px !important;
  }
  /* line 6871, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-50 {
    padding-top: 50px !important;
  }
  /* line 6874, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-55 {
    padding-top: 55px !important;
  }
  /* line 6877, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-60 {
    padding-top: 60px !important;
  }
  /* line 6880, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-65 {
    padding-top: 65px !important;
  }
  /* line 6883, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-70 {
    padding-top: 70px !important;
  }
  /* line 6886, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-75 {
    padding-top: 75px !important;
  }
  /* line 6889, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-80 {
    padding-top: 80px !important;
  }
  /* line 6892, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-85 {
    padding-top: 85px !important;
  }
  /* line 6895, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-90 {
    padding-top: 90px !important;
  }
  /* line 6898, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-95 {
    padding-top: 95px !important;
  }
  /* line 6901, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-100 {
    padding-top: 100px !important;
  }
  /* line 6904, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-105 {
    padding-top: 105px !important;
  }
  /* line 6907, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-110 {
    padding-top: 110px !important;
  }
  /* line 6910, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-115 {
    padding-top: 115px !important;
  }
  /* line 6913, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-120 {
    padding-top: 120px !important;
  }
  /* line 6916, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-125 {
    padding-top: 125px !important;
  }
  /* line 6919, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-130 {
    padding-top: 130px !important;
  }
  /* line 6922, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-135 {
    padding-top: 135px !important;
  }
  /* line 6925, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-140 {
    padding-top: 140px !important;
  }
  /* line 6928, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-145 {
    padding-top: 145px !important;
  }
  /* line 6931, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-150 {
    padding-top: 150px !important;
  }
  /* line 6934, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-155 {
    padding-top: 155px !important;
  }
  /* line 6937, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-160 {
    padding-top: 160px !important;
  }
  /* line 6940, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-165 {
    padding-top: 165px !important;
  }
  /* line 6943, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-170 {
    padding-top: 170px !important;
  }
  /* line 6946, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-175 {
    padding-top: 175px !important;
  }
  /* line 6949, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-180 {
    padding-top: 180px !important;
  }
  /* line 6952, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-185 {
    padding-top: 185px !important;
  }
  /* line 6955, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-190 {
    padding-top: 190px !important;
  }
  /* line 6958, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-195 {
    padding-top: 195px !important;
  }
  /* line 6961, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pt-xxl-200 {
    padding-top: 200px !important;
  }
  /* line 6964, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-0 {
    padding-bottom: 0px !important;
  }
  /* line 6967, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-5 {
    padding-bottom: 5px !important;
  }
  /* line 6970, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-10 {
    padding-bottom: 10px !important;
  }
  /* line 6973, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-15 {
    padding-bottom: 15px !important;
  }
  /* line 6976, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-20 {
    padding-bottom: 20px !important;
  }
  /* line 6979, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-25 {
    padding-bottom: 25px !important;
  }
  /* line 6982, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-30 {
    padding-bottom: 30px !important;
  }
  /* line 6985, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-35 {
    padding-bottom: 35px !important;
  }
  /* line 6988, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-40 {
    padding-bottom: 40px !important;
  }
  /* line 6991, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-45 {
    padding-bottom: 45px !important;
  }
  /* line 6994, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-50 {
    padding-bottom: 50px !important;
  }
  /* line 6997, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-55 {
    padding-bottom: 55px !important;
  }
  /* line 7000, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-60 {
    padding-bottom: 60px !important;
  }
  /* line 7003, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-65 {
    padding-bottom: 65px !important;
  }
  /* line 7006, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-70 {
    padding-bottom: 70px !important;
  }
  /* line 7009, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-75 {
    padding-bottom: 75px !important;
  }
  /* line 7012, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-80 {
    padding-bottom: 80px !important;
  }
  /* line 7015, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-85 {
    padding-bottom: 85px !important;
  }
  /* line 7018, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-90 {
    padding-bottom: 90px !important;
  }
  /* line 7021, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-95 {
    padding-bottom: 95px !important;
  }
  /* line 7024, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-100 {
    padding-bottom: 100px !important;
  }
  /* line 7027, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-105 {
    padding-bottom: 105px !important;
  }
  /* line 7030, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-110 {
    padding-bottom: 110px !important;
  }
  /* line 7033, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-115 {
    padding-bottom: 115px !important;
  }
  /* line 7036, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-120 {
    padding-bottom: 120px !important;
  }
  /* line 7039, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-125 {
    padding-bottom: 125px !important;
  }
  /* line 7042, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-130 {
    padding-bottom: 130px !important;
  }
  /* line 7045, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-135 {
    padding-bottom: 135px !important;
  }
  /* line 7048, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-140 {
    padding-bottom: 140px !important;
  }
  /* line 7051, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-145 {
    padding-bottom: 145px !important;
  }
  /* line 7054, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-150 {
    padding-bottom: 150px !important;
  }
  /* line 7057, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-155 {
    padding-bottom: 155px !important;
  }
  /* line 7060, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-160 {
    padding-bottom: 160px !important;
  }
  /* line 7063, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-165 {
    padding-bottom: 165px !important;
  }
  /* line 7066, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-170 {
    padding-bottom: 170px !important;
  }
  /* line 7069, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-175 {
    padding-bottom: 175px !important;
  }
  /* line 7072, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-180 {
    padding-bottom: 180px !important;
  }
  /* line 7075, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-185 {
    padding-bottom: 185px !important;
  }
  /* line 7078, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-190 {
    padding-bottom: 190px !important;
  }
  /* line 7081, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-195 {
    padding-bottom: 195px !important;
  }
  /* line 7084, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pb-xxl-200 {
    padding-bottom: 200px !important;
  }
  /* line 7087, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-0 {
    padding-left: 0px !important;
  }
  /* line 7090, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-5 {
    padding-left: 5px !important;
  }
  /* line 7093, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-10 {
    padding-left: 10px !important;
  }
  /* line 7096, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-15 {
    padding-left: 15px !important;
  }
  /* line 7099, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-20 {
    padding-left: 20px !important;
  }
  /* line 7102, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-25 {
    padding-left: 25px !important;
  }
  /* line 7105, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-30 {
    padding-left: 30px !important;
  }
  /* line 7108, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-35 {
    padding-left: 35px !important;
  }
  /* line 7111, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-40 {
    padding-left: 40px !important;
  }
  /* line 7114, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-45 {
    padding-left: 45px !important;
  }
  /* line 7117, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-50 {
    padding-left: 50px !important;
  }
  /* line 7120, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-55 {
    padding-left: 55px !important;
  }
  /* line 7123, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-60 {
    padding-left: 60px !important;
  }
  /* line 7126, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-65 {
    padding-left: 65px !important;
  }
  /* line 7129, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-70 {
    padding-left: 70px !important;
  }
  /* line 7132, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-75 {
    padding-left: 75px !important;
  }
  /* line 7135, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-80 {
    padding-left: 80px !important;
  }
  /* line 7138, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-85 {
    padding-left: 85px !important;
  }
  /* line 7141, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-90 {
    padding-left: 90px !important;
  }
  /* line 7144, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-95 {
    padding-left: 95px !important;
  }
  /* line 7147, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-100 {
    padding-left: 100px !important;
  }
  /* line 7150, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-105 {
    padding-left: 105px !important;
  }
  /* line 7153, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-110 {
    padding-left: 110px !important;
  }
  /* line 7156, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-115 {
    padding-left: 115px !important;
  }
  /* line 7159, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-120 {
    padding-left: 120px !important;
  }
  /* line 7162, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-125 {
    padding-left: 125px !important;
  }
  /* line 7165, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-130 {
    padding-left: 130px !important;
  }
  /* line 7168, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-135 {
    padding-left: 135px !important;
  }
  /* line 7171, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-140 {
    padding-left: 140px !important;
  }
  /* line 7174, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-145 {
    padding-left: 145px !important;
  }
  /* line 7177, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-150 {
    padding-left: 150px !important;
  }
  /* line 7180, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-155 {
    padding-left: 155px !important;
  }
  /* line 7183, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-160 {
    padding-left: 160px !important;
  }
  /* line 7186, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-165 {
    padding-left: 165px !important;
  }
  /* line 7189, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-170 {
    padding-left: 170px !important;
  }
  /* line 7192, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-175 {
    padding-left: 175px !important;
  }
  /* line 7195, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-180 {
    padding-left: 180px !important;
  }
  /* line 7198, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-185 {
    padding-left: 185px !important;
  }
  /* line 7201, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-190 {
    padding-left: 190px !important;
  }
  /* line 7204, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-195 {
    padding-left: 195px !important;
  }
  /* line 7207, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ps-xxl-200 {
    padding-left: 200px !important;
  }
  /* line 7210, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-0 {
    padding-right: 0px !important;
  }
  /* line 7213, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-5 {
    padding-right: 5px !important;
  }
  /* line 7216, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-10 {
    padding-right: 10px !important;
  }
  /* line 7219, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-15 {
    padding-right: 15px !important;
  }
  /* line 7222, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-20 {
    padding-right: 20px !important;
  }
  /* line 7225, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-25 {
    padding-right: 25px !important;
  }
  /* line 7228, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-30 {
    padding-right: 30px !important;
  }
  /* line 7231, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-35 {
    padding-right: 35px !important;
  }
  /* line 7234, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-40 {
    padding-right: 40px !important;
  }
  /* line 7237, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-45 {
    padding-right: 45px !important;
  }
  /* line 7240, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-50 {
    padding-right: 50px !important;
  }
  /* line 7243, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-55 {
    padding-right: 55px !important;
  }
  /* line 7246, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-60 {
    padding-right: 60px !important;
  }
  /* line 7249, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-65 {
    padding-right: 65px !important;
  }
  /* line 7252, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-70 {
    padding-right: 70px !important;
  }
  /* line 7255, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-75 {
    padding-right: 75px !important;
  }
  /* line 7258, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-80 {
    padding-right: 80px !important;
  }
  /* line 7261, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-85 {
    padding-right: 85px !important;
  }
  /* line 7264, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-90 {
    padding-right: 90px !important;
  }
  /* line 7267, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-95 {
    padding-right: 95px !important;
  }
  /* line 7270, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-100 {
    padding-right: 100px !important;
  }
  /* line 7273, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-105 {
    padding-right: 105px !important;
  }
  /* line 7276, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-110 {
    padding-right: 110px !important;
  }
  /* line 7279, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-115 {
    padding-right: 115px !important;
  }
  /* line 7282, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-120 {
    padding-right: 120px !important;
  }
  /* line 7285, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-125 {
    padding-right: 125px !important;
  }
  /* line 7288, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-130 {
    padding-right: 130px !important;
  }
  /* line 7291, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-135 {
    padding-right: 135px !important;
  }
  /* line 7294, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-140 {
    padding-right: 140px !important;
  }
  /* line 7297, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-145 {
    padding-right: 145px !important;
  }
  /* line 7300, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-150 {
    padding-right: 150px !important;
  }
  /* line 7303, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-155 {
    padding-right: 155px !important;
  }
  /* line 7306, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-160 {
    padding-right: 160px !important;
  }
  /* line 7309, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-165 {
    padding-right: 165px !important;
  }
  /* line 7312, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-170 {
    padding-right: 170px !important;
  }
  /* line 7315, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-175 {
    padding-right: 175px !important;
  }
  /* line 7318, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-180 {
    padding-right: 180px !important;
  }
  /* line 7321, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-185 {
    padding-right: 185px !important;
  }
  /* line 7324, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-190 {
    padding-right: 190px !important;
  }
  /* line 7327, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-195 {
    padding-right: 195px !important;
  }
  /* line 7330, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .pe-xxl-200 {
    padding-right: 200px !important;
  }
  /* line 7333, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  /* line 7337, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  /* line 7341, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  /* line 7345, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  /* line 7349, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  /* line 7353, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  /* line 7357, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  /* line 7361, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  /* line 7365, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  /* line 7369, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  /* line 7373, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  /* line 7377, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  /* line 7381, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  /* line 7385, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  /* line 7389, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  /* line 7393, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  /* line 7397, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  /* line 7401, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  /* line 7405, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  /* line 7409, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  /* line 7413, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  /* line 7417, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }
  /* line 7421, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  /* line 7425, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }
  /* line 7429, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  /* line 7433, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-125 {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }
  /* line 7437, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  /* line 7441, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-135 {
    padding-left: 135px !important;
    padding-right: 135px !important;
  }
  /* line 7445, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  /* line 7449, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-145 {
    padding-left: 145px !important;
    padding-right: 145px !important;
  }
  /* line 7453, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  /* line 7457, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-155 {
    padding-left: 155px !important;
    padding-right: 155px !important;
  }
  /* line 7461, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  /* line 7465, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-165 {
    padding-left: 165px !important;
    padding-right: 165px !important;
  }
  /* line 7469, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-170 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
  /* line 7473, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-175 {
    padding-left: 175px !important;
    padding-right: 175px !important;
  }
  /* line 7477, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-180 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  /* line 7481, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-185 {
    padding-left: 185px !important;
    padding-right: 185px !important;
  }
  /* line 7485, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-190 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
  /* line 7489, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-195 {
    padding-left: 195px !important;
    padding-right: 195px !important;
  }
  /* line 7493, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .px-xxl-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  /* line 7497, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  /* line 7501, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  /* line 7505, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  /* line 7509, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  /* line 7513, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  /* line 7517, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  /* line 7521, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  /* line 7525, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  /* line 7529, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  /* line 7533, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  /* line 7537, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  /* line 7541, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  /* line 7545, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  /* line 7549, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  /* line 7553, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  /* line 7557, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  /* line 7561, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  /* line 7565, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  /* line 7569, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  /* line 7573, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  /* line 7577, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  /* line 7581, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  /* line 7585, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  /* line 7589, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  /* line 7593, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  /* line 7597, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
  /* line 7601, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  /* line 7605, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }
  /* line 7609, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  /* line 7613, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }
  /* line 7617, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  /* line 7621, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important;
  }
  /* line 7625, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  /* line 7629, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
  }
  /* line 7633, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  /* line 7637, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }
  /* line 7641, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  /* line 7645, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
  }
  /* line 7649, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  /* line 7653, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important;
  }
  /* line 7657, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .py-xxl-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
}

/*******************
Margin property 
*******************/
/* line 7663, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-0 {
  margin: 0px !important;
}

/* line 7666, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-5 {
  margin: 5px !important;
}

/* line 7669, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-10 {
  margin: 10px !important;
}

/* line 7672, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-15 {
  margin: 15px !important;
}

/* line 7675, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-20 {
  margin: 20px !important;
}

/* line 7678, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-25 {
  margin: 25px !important;
}

/* line 7681, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-30 {
  margin: 30px !important;
}

/* line 7684, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-35 {
  margin: 35px !important;
}

/* line 7687, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-40 {
  margin: 40px !important;
}

/* line 7690, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-45 {
  margin: 45px !important;
}

/* line 7693, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-50 {
  margin: 50px !important;
}

/* line 7696, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-55 {
  margin: 55px !important;
}

/* line 7699, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-60 {
  margin: 60px !important;
}

/* line 7702, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-65 {
  margin: 65px !important;
}

/* line 7705, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-70 {
  margin: 70px !important;
}

/* line 7708, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-75 {
  margin: 75px !important;
}

/* line 7711, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-80 {
  margin: 80px !important;
}

/* line 7714, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-85 {
  margin: 85px !important;
}

/* line 7717, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-90 {
  margin: 90px !important;
}

/* line 7720, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-95 {
  margin: 95px !important;
}

/* line 7723, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-100 {
  margin: 100px !important;
}

/* line 7726, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-105 {
  margin: 105px !important;
}

/* line 7729, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-110 {
  margin: 110px !important;
}

/* line 7732, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-115 {
  margin: 115px !important;
}

/* line 7735, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-120 {
  margin: 120px !important;
}

/* line 7738, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-125 {
  margin: 125px !important;
}

/* line 7741, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-130 {
  margin: 130px !important;
}

/* line 7744, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-135 {
  margin: 135px !important;
}

/* line 7747, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-140 {
  margin: 140px !important;
}

/* line 7750, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-145 {
  margin: 145px !important;
}

/* line 7753, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-150 {
  margin: 150px !important;
}

/* line 7756, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-155 {
  margin: 155px !important;
}

/* line 7759, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-160 {
  margin: 160px !important;
}

/* line 7762, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-165 {
  margin: 165px !important;
}

/* line 7765, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-170 {
  margin: 170px !important;
}

/* line 7768, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-175 {
  margin: 175px !important;
}

/* line 7771, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-180 {
  margin: 180px !important;
}

/* line 7774, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-185 {
  margin: 185px !important;
}

/* line 7777, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-190 {
  margin: 190px !important;
}

/* line 7780, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-195 {
  margin: 195px !important;
}

/* line 7783, app/assets/stylesheets/theme/css/dashboard_style.scss */
.m-200 {
  margin: 200px !important;
}

/* line 7786, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-0 {
  margin-top: 0px !important;
}

/* line 7789, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-5 {
  margin-top: 5px !important;
}

/* line 7792, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-10 {
  margin-top: 10px !important;
}

/* line 7795, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-15 {
  margin-top: 15px !important;
}

/* line 7798, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-20 {
  margin-top: 20px !important;
}

/* line 7801, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-25 {
  margin-top: 25px !important;
}

/* line 7804, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-30 {
  margin-top: 30px !important;
}

/* line 7807, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-35 {
  margin-top: 35px !important;
}

/* line 7810, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-40 {
  margin-top: 40px !important;
}

/* line 7813, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-45 {
  margin-top: 45px !important;
}

/* line 7816, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-50 {
  margin-top: 50px !important;
}

/* line 7819, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-55 {
  margin-top: 55px !important;
}

/* line 7822, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-60 {
  margin-top: 60px !important;
}

/* line 7825, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-65 {
  margin-top: 65px !important;
}

/* line 7828, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-70 {
  margin-top: 70px !important;
}

/* line 7831, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-75 {
  margin-top: 75px !important;
}

/* line 7834, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-80 {
  margin-top: 80px !important;
}

/* line 7837, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-85 {
  margin-top: 85px !important;
}

/* line 7840, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-90 {
  margin-top: 90px !important;
}

/* line 7843, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-95 {
  margin-top: 95px !important;
}

/* line 7846, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-100 {
  margin-top: 100px !important;
}

/* line 7849, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-105 {
  margin-top: 105px !important;
}

/* line 7852, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-110 {
  margin-top: 110px !important;
}

/* line 7855, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-115 {
  margin-top: 115px !important;
}

/* line 7858, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-120 {
  margin-top: 120px !important;
}

/* line 7861, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-125 {
  margin-top: 125px !important;
}

/* line 7864, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-130 {
  margin-top: 130px !important;
}

/* line 7867, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-135 {
  margin-top: 135px !important;
}

/* line 7870, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-140 {
  margin-top: 140px !important;
}

/* line 7873, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-145 {
  margin-top: 145px !important;
}

/* line 7876, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-150 {
  margin-top: 150px !important;
}

/* line 7879, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-155 {
  margin-top: 155px !important;
}

/* line 7882, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-160 {
  margin-top: 160px !important;
}

/* line 7885, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-165 {
  margin-top: 165px !important;
}

/* line 7888, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-170 {
  margin-top: 170px !important;
}

/* line 7891, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-175 {
  margin-top: 175px !important;
}

/* line 7894, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-180 {
  margin-top: 180px !important;
}

/* line 7897, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-185 {
  margin-top: 185px !important;
}

/* line 7900, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-190 {
  margin-top: 190px !important;
}

/* line 7903, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-195 {
  margin-top: 195px !important;
}

/* line 7906, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mt-200 {
  margin-top: 200px !important;
}

/* line 7909, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-0 {
  margin-bottom: 0px !important;
}

/* line 7912, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-5 {
  margin-bottom: 5px !important;
}

/* line 7915, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-10 {
  margin-bottom: 10px !important;
}

/* line 7918, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-15 {
  margin-bottom: 15px !important;
}

/* line 7921, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-20 {
  margin-bottom: 20px !important;
}

/* line 7924, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-25 {
  margin-bottom: 25px !important;
}

/* line 7927, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-30 {
  margin-bottom: 30px !important;
}

/* line 7930, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-35 {
  margin-bottom: 35px !important;
}

/* line 7933, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-40 {
  margin-bottom: 40px !important;
}

/* line 7936, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-45 {
  margin-bottom: 45px !important;
}

/* line 7939, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-50 {
  margin-bottom: 50px !important;
}

/* line 7942, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-55 {
  margin-bottom: 55px !important;
}

/* line 7945, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-60 {
  margin-bottom: 60px !important;
}

/* line 7948, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-65 {
  margin-bottom: 65px !important;
}

/* line 7951, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-70 {
  margin-bottom: 70px !important;
}

/* line 7954, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-75 {
  margin-bottom: 75px !important;
}

/* line 7957, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-80 {
  margin-bottom: 80px !important;
}

/* line 7960, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-85 {
  margin-bottom: 85px !important;
}

/* line 7963, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-90 {
  margin-bottom: 90px !important;
}

/* line 7966, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-95 {
  margin-bottom: 95px !important;
}

/* line 7969, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-100 {
  margin-bottom: 100px !important;
}

/* line 7972, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-105 {
  margin-bottom: 105px !important;
}

/* line 7975, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-110 {
  margin-bottom: 110px !important;
}

/* line 7978, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-115 {
  margin-bottom: 115px !important;
}

/* line 7981, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-120 {
  margin-bottom: 120px !important;
}

/* line 7984, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-125 {
  margin-bottom: 125px !important;
}

/* line 7987, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-130 {
  margin-bottom: 130px !important;
}

/* line 7990, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-135 {
  margin-bottom: 135px !important;
}

/* line 7993, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-140 {
  margin-bottom: 140px !important;
}

/* line 7996, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-145 {
  margin-bottom: 145px !important;
}

/* line 7999, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-150 {
  margin-bottom: 150px !important;
}

/* line 8002, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-155 {
  margin-bottom: 155px !important;
}

/* line 8005, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-160 {
  margin-bottom: 160px !important;
}

/* line 8008, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-165 {
  margin-bottom: 165px !important;
}

/* line 8011, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-170 {
  margin-bottom: 170px !important;
}

/* line 8014, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-175 {
  margin-bottom: 175px !important;
}

/* line 8017, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-180 {
  margin-bottom: 180px !important;
}

/* line 8020, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-185 {
  margin-bottom: 185px !important;
}

/* line 8023, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-190 {
  margin-bottom: 190px !important;
}

/* line 8026, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-195 {
  margin-bottom: 195px !important;
}

/* line 8029, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mb-200 {
  margin-bottom: 200px !important;
}

/* line 8032, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-0 {
  margin-left: 0px !important;
}

/* line 8035, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-5 {
  margin-left: 5px !important;
}

/* line 8038, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-10 {
  margin-left: 10px !important;
}

/* line 8041, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-15 {
  margin-left: 15px !important;
}

/* line 8044, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-20 {
  margin-left: 20px !important;
}

/* line 8047, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-25 {
  margin-left: 25px !important;
}

/* line 8050, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-30 {
  margin-left: 30px !important;
}

/* line 8053, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-35 {
  margin-left: 35px !important;
}

/* line 8056, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-40 {
  margin-left: 40px !important;
}

/* line 8059, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-45 {
  margin-left: 45px !important;
}

/* line 8062, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-50 {
  margin-left: 50px !important;
}

/* line 8065, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-55 {
  margin-left: 55px !important;
}

/* line 8068, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-60 {
  margin-left: 60px !important;
}

/* line 8071, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-65 {
  margin-left: 65px !important;
}

/* line 8074, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-70 {
  margin-left: 70px !important;
}

/* line 8077, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-75 {
  margin-left: 75px !important;
}

/* line 8080, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-80 {
  margin-left: 80px !important;
}

/* line 8083, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-85 {
  margin-left: 85px !important;
}

/* line 8086, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-90 {
  margin-left: 90px !important;
}

/* line 8089, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-95 {
  margin-left: 95px !important;
}

/* line 8092, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-100 {
  margin-left: 100px !important;
}

/* line 8095, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-105 {
  margin-left: 105px !important;
}

/* line 8098, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-110 {
  margin-left: 110px !important;
}

/* line 8101, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-115 {
  margin-left: 115px !important;
}

/* line 8104, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-120 {
  margin-left: 120px !important;
}

/* line 8107, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-125 {
  margin-left: 125px !important;
}

/* line 8110, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-130 {
  margin-left: 130px !important;
}

/* line 8113, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-135 {
  margin-left: 135px !important;
}

/* line 8116, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-140 {
  margin-left: 140px !important;
}

/* line 8119, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-145 {
  margin-left: 145px !important;
}

/* line 8122, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-150 {
  margin-left: 150px !important;
}

/* line 8125, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-155 {
  margin-left: 155px !important;
}

/* line 8128, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-160 {
  margin-left: 160px !important;
}

/* line 8131, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-165 {
  margin-left: 165px !important;
}

/* line 8134, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-170 {
  margin-left: 170px !important;
}

/* line 8137, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-175 {
  margin-left: 175px !important;
}

/* line 8140, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-180 {
  margin-left: 180px !important;
}

/* line 8143, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-185 {
  margin-left: 185px !important;
}

/* line 8146, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-190 {
  margin-left: 190px !important;
}

/* line 8149, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-195 {
  margin-left: 195px !important;
}

/* line 8152, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ms-200 {
  margin-left: 200px !important;
}

/* line 8155, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-0 {
  margin-right: 0px !important;
}

/* line 8158, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-5 {
  margin-right: 5px !important;
}

/* line 8161, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-10 {
  margin-right: 10px !important;
}

/* line 8164, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-15 {
  margin-right: 15px !important;
}

/* line 8167, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-20 {
  margin-right: 20px !important;
}

/* line 8170, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-25 {
  margin-right: 25px !important;
}

/* line 8173, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-30 {
  margin-right: 30px !important;
}

/* line 8176, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-35 {
  margin-right: 35px !important;
}

/* line 8179, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-40 {
  margin-right: 40px !important;
}

/* line 8182, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-45 {
  margin-right: 45px !important;
}

/* line 8185, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-50 {
  margin-right: 50px !important;
}

/* line 8188, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-55 {
  margin-right: 55px !important;
}

/* line 8191, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-60 {
  margin-right: 60px !important;
}

/* line 8194, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-65 {
  margin-right: 65px !important;
}

/* line 8197, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-70 {
  margin-right: 70px !important;
}

/* line 8200, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-75 {
  margin-right: 75px !important;
}

/* line 8203, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-80 {
  margin-right: 80px !important;
}

/* line 8206, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-85 {
  margin-right: 85px !important;
}

/* line 8209, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-90 {
  margin-right: 90px !important;
}

/* line 8212, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-95 {
  margin-right: 95px !important;
}

/* line 8215, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-100 {
  margin-right: 100px !important;
}

/* line 8218, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-105 {
  margin-right: 105px !important;
}

/* line 8221, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-110 {
  margin-right: 110px !important;
}

/* line 8224, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-115 {
  margin-right: 115px !important;
}

/* line 8227, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-120 {
  margin-right: 120px !important;
}

/* line 8230, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-125 {
  margin-right: 125px !important;
}

/* line 8233, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-130 {
  margin-right: 130px !important;
}

/* line 8236, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-135 {
  margin-right: 135px !important;
}

/* line 8239, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-140 {
  margin-right: 140px !important;
}

/* line 8242, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-145 {
  margin-right: 145px !important;
}

/* line 8245, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-150 {
  margin-right: 150px !important;
}

/* line 8248, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-155 {
  margin-right: 155px !important;
}

/* line 8251, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-160 {
  margin-right: 160px !important;
}

/* line 8254, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-165 {
  margin-right: 165px !important;
}

/* line 8257, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-170 {
  margin-right: 170px !important;
}

/* line 8260, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-175 {
  margin-right: 175px !important;
}

/* line 8263, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-180 {
  margin-right: 180px !important;
}

/* line 8266, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-185 {
  margin-right: 185px !important;
}

/* line 8269, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-190 {
  margin-right: 190px !important;
}

/* line 8272, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-195 {
  margin-right: 195px !important;
}

/* line 8275, app/assets/stylesheets/theme/css/dashboard_style.scss */
.me-200 {
  margin-right: 200px !important;
}

/* line 8278, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* line 8282, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

/* line 8286, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

/* line 8290, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

/* line 8294, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

/* line 8298, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

/* line 8302, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

/* line 8306, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

/* line 8310, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

/* line 8314, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

/* line 8318, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

/* line 8322, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

/* line 8326, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

/* line 8330, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

/* line 8334, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

/* line 8338, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

/* line 8342, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

/* line 8346, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

/* line 8350, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

/* line 8354, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

/* line 8358, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

/* line 8362, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-105 {
  margin-left: 105px !important;
  margin-right: 105px !important;
}

/* line 8366, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-110 {
  margin-left: 110px !important;
  margin-right: 110px !important;
}

/* line 8370, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-115 {
  margin-left: 115px !important;
  margin-right: 115px !important;
}

/* line 8374, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-120 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

/* line 8378, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-125 {
  margin-left: 125px !important;
  margin-right: 125px !important;
}

/* line 8382, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-130 {
  margin-left: 130px !important;
  margin-right: 130px !important;
}

/* line 8386, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-135 {
  margin-left: 135px !important;
  margin-right: 135px !important;
}

/* line 8390, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-140 {
  margin-left: 140px !important;
  margin-right: 140px !important;
}

/* line 8394, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-145 {
  margin-left: 145px !important;
  margin-right: 145px !important;
}

/* line 8398, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-150 {
  margin-left: 150px !important;
  margin-right: 150px !important;
}

/* line 8402, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-155 {
  margin-left: 155px !important;
  margin-right: 155px !important;
}

/* line 8406, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-160 {
  margin-left: 160px !important;
  margin-right: 160px !important;
}

/* line 8410, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-165 {
  margin-left: 165px !important;
  margin-right: 165px !important;
}

/* line 8414, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-170 {
  margin-left: 170px !important;
  margin-right: 170px !important;
}

/* line 8418, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-175 {
  margin-left: 175px !important;
  margin-right: 175px !important;
}

/* line 8422, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-180 {
  margin-left: 180px !important;
  margin-right: 180px !important;
}

/* line 8426, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-185 {
  margin-left: 185px !important;
  margin-right: 185px !important;
}

/* line 8430, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-190 {
  margin-left: 190px !important;
  margin-right: 190px !important;
}

/* line 8434, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-195 {
  margin-left: 195px !important;
  margin-right: 195px !important;
}

/* line 8438, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mx-200 {
  margin-left: 200px !important;
  margin-right: 200px !important;
}

/* line 8442, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

/* line 8446, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

/* line 8450, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

/* line 8454, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

/* line 8458, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

/* line 8462, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

/* line 8466, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

/* line 8470, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

/* line 8474, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

/* line 8478, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

/* line 8482, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

/* line 8486, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

/* line 8490, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

/* line 8494, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

/* line 8498, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

/* line 8502, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

/* line 8506, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

/* line 8510, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

/* line 8514, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

/* line 8518, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

/* line 8522, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

/* line 8526, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-105 {
  margin-top: 105px !important;
  margin-bottom: 105px !important;
}

/* line 8530, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

/* line 8534, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-115 {
  margin-top: 115px !important;
  margin-bottom: 115px !important;
}

/* line 8538, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

/* line 8542, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-125 {
  margin-top: 125px !important;
  margin-bottom: 125px !important;
}

/* line 8546, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important;
}

/* line 8550, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-135 {
  margin-top: 135px !important;
  margin-bottom: 135px !important;
}

/* line 8554, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}

/* line 8558, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-145 {
  margin-top: 145px !important;
  margin-bottom: 145px !important;
}

/* line 8562, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

/* line 8566, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-155 {
  margin-top: 155px !important;
  margin-bottom: 155px !important;
}

/* line 8570, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

/* line 8574, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-165 {
  margin-top: 165px !important;
  margin-bottom: 165px !important;
}

/* line 8578, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-170 {
  margin-top: 170px !important;
  margin-bottom: 170px !important;
}

/* line 8582, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-175 {
  margin-top: 175px !important;
  margin-bottom: 175px !important;
}

/* line 8586, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}

/* line 8590, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-185 {
  margin-top: 185px !important;
  margin-bottom: 185px !important;
}

/* line 8594, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-190 {
  margin-top: 190px !important;
  margin-bottom: 190px !important;
}

/* line 8598, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-195 {
  margin-top: 195px !important;
  margin-bottom: 195px !important;
}

/* line 8602, app/assets/stylesheets/theme/css/dashboard_style.scss */
.my-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}

@media (max-width: 575px) {
  /* line 8607, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-0 {
    margin: 0px !important;
  }
  /* line 8610, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-5 {
    margin: 5px !important;
  }
  /* line 8613, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-10 {
    margin: 10px !important;
  }
  /* line 8616, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-15 {
    margin: 15px !important;
  }
  /* line 8619, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-20 {
    margin: 20px !important;
  }
  /* line 8622, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-25 {
    margin: 25px !important;
  }
  /* line 8625, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-30 {
    margin: 30px !important;
  }
  /* line 8628, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-35 {
    margin: 35px !important;
  }
  /* line 8631, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-40 {
    margin: 40px !important;
  }
  /* line 8634, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-45 {
    margin: 45px !important;
  }
  /* line 8637, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-50 {
    margin: 50px !important;
  }
  /* line 8640, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-55 {
    margin: 55px !important;
  }
  /* line 8643, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-60 {
    margin: 60px !important;
  }
  /* line 8646, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-65 {
    margin: 65px !important;
  }
  /* line 8649, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-70 {
    margin: 70px !important;
  }
  /* line 8652, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-75 {
    margin: 75px !important;
  }
  /* line 8655, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-80 {
    margin: 80px !important;
  }
  /* line 8658, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-85 {
    margin: 85px !important;
  }
  /* line 8661, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-90 {
    margin: 90px !important;
  }
  /* line 8664, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-95 {
    margin: 95px !important;
  }
  /* line 8667, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-100 {
    margin: 100px !important;
  }
  /* line 8670, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-105 {
    margin: 105px !important;
  }
  /* line 8673, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-110 {
    margin: 110px !important;
  }
  /* line 8676, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-115 {
    margin: 115px !important;
  }
  /* line 8679, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-120 {
    margin: 120px !important;
  }
  /* line 8682, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-125 {
    margin: 125px !important;
  }
  /* line 8685, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-130 {
    margin: 130px !important;
  }
  /* line 8688, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-135 {
    margin: 135px !important;
  }
  /* line 8691, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-140 {
    margin: 140px !important;
  }
  /* line 8694, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-145 {
    margin: 145px !important;
  }
  /* line 8697, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-150 {
    margin: 150px !important;
  }
  /* line 8700, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-155 {
    margin: 155px !important;
  }
  /* line 8703, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-160 {
    margin: 160px !important;
  }
  /* line 8706, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-165 {
    margin: 165px !important;
  }
  /* line 8709, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-170 {
    margin: 170px !important;
  }
  /* line 8712, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-175 {
    margin: 175px !important;
  }
  /* line 8715, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-180 {
    margin: 180px !important;
  }
  /* line 8718, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-185 {
    margin: 185px !important;
  }
  /* line 8721, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-190 {
    margin: 190px !important;
  }
  /* line 8724, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-195 {
    margin: 195px !important;
  }
  /* line 8727, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xs-200 {
    margin: 200px !important;
  }
  /* line 8730, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-0 {
    margin-top: 0px !important;
  }
  /* line 8733, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-5 {
    margin-top: 5px !important;
  }
  /* line 8736, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-10 {
    margin-top: 10px !important;
  }
  /* line 8739, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-15 {
    margin-top: 15px !important;
  }
  /* line 8742, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-20 {
    margin-top: 20px !important;
  }
  /* line 8745, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-25 {
    margin-top: 25px !important;
  }
  /* line 8748, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-30 {
    margin-top: 30px !important;
  }
  /* line 8751, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-35 {
    margin-top: 35px !important;
  }
  /* line 8754, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-40 {
    margin-top: 40px !important;
  }
  /* line 8757, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-45 {
    margin-top: 45px !important;
  }
  /* line 8760, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-50 {
    margin-top: 50px !important;
  }
  /* line 8763, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-55 {
    margin-top: 55px !important;
  }
  /* line 8766, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-60 {
    margin-top: 60px !important;
  }
  /* line 8769, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-65 {
    margin-top: 65px !important;
  }
  /* line 8772, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-70 {
    margin-top: 70px !important;
  }
  /* line 8775, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-75 {
    margin-top: 75px !important;
  }
  /* line 8778, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-80 {
    margin-top: 80px !important;
  }
  /* line 8781, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-85 {
    margin-top: 85px !important;
  }
  /* line 8784, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-90 {
    margin-top: 90px !important;
  }
  /* line 8787, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-95 {
    margin-top: 95px !important;
  }
  /* line 8790, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-100 {
    margin-top: 100px !important;
  }
  /* line 8793, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-105 {
    margin-top: 105px !important;
  }
  /* line 8796, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-110 {
    margin-top: 110px !important;
  }
  /* line 8799, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-115 {
    margin-top: 115px !important;
  }
  /* line 8802, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-120 {
    margin-top: 120px !important;
  }
  /* line 8805, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-125 {
    margin-top: 125px !important;
  }
  /* line 8808, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-130 {
    margin-top: 130px !important;
  }
  /* line 8811, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-135 {
    margin-top: 135px !important;
  }
  /* line 8814, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-140 {
    margin-top: 140px !important;
  }
  /* line 8817, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-145 {
    margin-top: 145px !important;
  }
  /* line 8820, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-150 {
    margin-top: 150px !important;
  }
  /* line 8823, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-155 {
    margin-top: 155px !important;
  }
  /* line 8826, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-160 {
    margin-top: 160px !important;
  }
  /* line 8829, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-165 {
    margin-top: 165px !important;
  }
  /* line 8832, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-170 {
    margin-top: 170px !important;
  }
  /* line 8835, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-175 {
    margin-top: 175px !important;
  }
  /* line 8838, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-180 {
    margin-top: 180px !important;
  }
  /* line 8841, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-185 {
    margin-top: 185px !important;
  }
  /* line 8844, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-190 {
    margin-top: 190px !important;
  }
  /* line 8847, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-195 {
    margin-top: 195px !important;
  }
  /* line 8850, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xs-200 {
    margin-top: 200px !important;
  }
  /* line 8853, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-0 {
    margin-bottom: 0px !important;
  }
  /* line 8856, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-5 {
    margin-bottom: 5px !important;
  }
  /* line 8859, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-10 {
    margin-bottom: 10px !important;
  }
  /* line 8862, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-15 {
    margin-bottom: 15px !important;
  }
  /* line 8865, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }
  /* line 8868, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-25 {
    margin-bottom: 25px !important;
  }
  /* line 8871, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }
  /* line 8874, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-35 {
    margin-bottom: 35px !important;
  }
  /* line 8877, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-40 {
    margin-bottom: 40px !important;
  }
  /* line 8880, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-45 {
    margin-bottom: 45px !important;
  }
  /* line 8883, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
  /* line 8886, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-55 {
    margin-bottom: 55px !important;
  }
  /* line 8889, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-60 {
    margin-bottom: 60px !important;
  }
  /* line 8892, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-65 {
    margin-bottom: 65px !important;
  }
  /* line 8895, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-70 {
    margin-bottom: 70px !important;
  }
  /* line 8898, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-75 {
    margin-bottom: 75px !important;
  }
  /* line 8901, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-80 {
    margin-bottom: 80px !important;
  }
  /* line 8904, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-85 {
    margin-bottom: 85px !important;
  }
  /* line 8907, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-90 {
    margin-bottom: 90px !important;
  }
  /* line 8910, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-95 {
    margin-bottom: 95px !important;
  }
  /* line 8913, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-100 {
    margin-bottom: 100px !important;
  }
  /* line 8916, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-105 {
    margin-bottom: 105px !important;
  }
  /* line 8919, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-110 {
    margin-bottom: 110px !important;
  }
  /* line 8922, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-115 {
    margin-bottom: 115px !important;
  }
  /* line 8925, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-120 {
    margin-bottom: 120px !important;
  }
  /* line 8928, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-125 {
    margin-bottom: 125px !important;
  }
  /* line 8931, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-130 {
    margin-bottom: 130px !important;
  }
  /* line 8934, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-135 {
    margin-bottom: 135px !important;
  }
  /* line 8937, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-140 {
    margin-bottom: 140px !important;
  }
  /* line 8940, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-145 {
    margin-bottom: 145px !important;
  }
  /* line 8943, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-150 {
    margin-bottom: 150px !important;
  }
  /* line 8946, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-155 {
    margin-bottom: 155px !important;
  }
  /* line 8949, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-160 {
    margin-bottom: 160px !important;
  }
  /* line 8952, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-165 {
    margin-bottom: 165px !important;
  }
  /* line 8955, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-170 {
    margin-bottom: 170px !important;
  }
  /* line 8958, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-175 {
    margin-bottom: 175px !important;
  }
  /* line 8961, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-180 {
    margin-bottom: 180px !important;
  }
  /* line 8964, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-185 {
    margin-bottom: 185px !important;
  }
  /* line 8967, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-190 {
    margin-bottom: 190px !important;
  }
  /* line 8970, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-195 {
    margin-bottom: 195px !important;
  }
  /* line 8973, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xs-200 {
    margin-bottom: 200px !important;
  }
  /* line 8976, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-0 {
    margin-left: 0px !important;
  }
  /* line 8979, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-5 {
    margin-left: 5px !important;
  }
  /* line 8982, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-10 {
    margin-left: 10px !important;
  }
  /* line 8985, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-15 {
    margin-left: 15px !important;
  }
  /* line 8988, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-20 {
    margin-left: 20px !important;
  }
  /* line 8991, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-25 {
    margin-left: 25px !important;
  }
  /* line 8994, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-30 {
    margin-left: 30px !important;
  }
  /* line 8997, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-35 {
    margin-left: 35px !important;
  }
  /* line 9000, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-40 {
    margin-left: 40px !important;
  }
  /* line 9003, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-45 {
    margin-left: 45px !important;
  }
  /* line 9006, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-50 {
    margin-left: 50px !important;
  }
  /* line 9009, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-55 {
    margin-left: 55px !important;
  }
  /* line 9012, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-60 {
    margin-left: 60px !important;
  }
  /* line 9015, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-65 {
    margin-left: 65px !important;
  }
  /* line 9018, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-70 {
    margin-left: 70px !important;
  }
  /* line 9021, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-75 {
    margin-left: 75px !important;
  }
  /* line 9024, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-80 {
    margin-left: 80px !important;
  }
  /* line 9027, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-85 {
    margin-left: 85px !important;
  }
  /* line 9030, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-90 {
    margin-left: 90px !important;
  }
  /* line 9033, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-95 {
    margin-left: 95px !important;
  }
  /* line 9036, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-100 {
    margin-left: 100px !important;
  }
  /* line 9039, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-105 {
    margin-left: 105px !important;
  }
  /* line 9042, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-110 {
    margin-left: 110px !important;
  }
  /* line 9045, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-115 {
    margin-left: 115px !important;
  }
  /* line 9048, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-120 {
    margin-left: 120px !important;
  }
  /* line 9051, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-125 {
    margin-left: 125px !important;
  }
  /* line 9054, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-130 {
    margin-left: 130px !important;
  }
  /* line 9057, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-135 {
    margin-left: 135px !important;
  }
  /* line 9060, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-140 {
    margin-left: 140px !important;
  }
  /* line 9063, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-145 {
    margin-left: 145px !important;
  }
  /* line 9066, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-150 {
    margin-left: 150px !important;
  }
  /* line 9069, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-155 {
    margin-left: 155px !important;
  }
  /* line 9072, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-160 {
    margin-left: 160px !important;
  }
  /* line 9075, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-165 {
    margin-left: 165px !important;
  }
  /* line 9078, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-170 {
    margin-left: 170px !important;
  }
  /* line 9081, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-175 {
    margin-left: 175px !important;
  }
  /* line 9084, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-180 {
    margin-left: 180px !important;
  }
  /* line 9087, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-185 {
    margin-left: 185px !important;
  }
  /* line 9090, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-190 {
    margin-left: 190px !important;
  }
  /* line 9093, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-195 {
    margin-left: 195px !important;
  }
  /* line 9096, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xs-200 {
    margin-left: 200px !important;
  }
  /* line 9099, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-0 {
    margin-right: 0px !important;
  }
  /* line 9102, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-5 {
    margin-right: 5px !important;
  }
  /* line 9105, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-10 {
    margin-right: 10px !important;
  }
  /* line 9108, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-15 {
    margin-right: 15px !important;
  }
  /* line 9111, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-20 {
    margin-right: 20px !important;
  }
  /* line 9114, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-25 {
    margin-right: 25px !important;
  }
  /* line 9117, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-30 {
    margin-right: 30px !important;
  }
  /* line 9120, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-35 {
    margin-right: 35px !important;
  }
  /* line 9123, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-40 {
    margin-right: 40px !important;
  }
  /* line 9126, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-45 {
    margin-right: 45px !important;
  }
  /* line 9129, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-50 {
    margin-right: 50px !important;
  }
  /* line 9132, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-55 {
    margin-right: 55px !important;
  }
  /* line 9135, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-60 {
    margin-right: 60px !important;
  }
  /* line 9138, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-65 {
    margin-right: 65px !important;
  }
  /* line 9141, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-70 {
    margin-right: 70px !important;
  }
  /* line 9144, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-75 {
    margin-right: 75px !important;
  }
  /* line 9147, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-80 {
    margin-right: 80px !important;
  }
  /* line 9150, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-85 {
    margin-right: 85px !important;
  }
  /* line 9153, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-90 {
    margin-right: 90px !important;
  }
  /* line 9156, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-95 {
    margin-right: 95px !important;
  }
  /* line 9159, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-100 {
    margin-right: 100px !important;
  }
  /* line 9162, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-105 {
    margin-right: 105px !important;
  }
  /* line 9165, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-110 {
    margin-right: 110px !important;
  }
  /* line 9168, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-115 {
    margin-right: 115px !important;
  }
  /* line 9171, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-120 {
    margin-right: 120px !important;
  }
  /* line 9174, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-125 {
    margin-right: 125px !important;
  }
  /* line 9177, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-130 {
    margin-right: 130px !important;
  }
  /* line 9180, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-135 {
    margin-right: 135px !important;
  }
  /* line 9183, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-140 {
    margin-right: 140px !important;
  }
  /* line 9186, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-145 {
    margin-right: 145px !important;
  }
  /* line 9189, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-150 {
    margin-right: 150px !important;
  }
  /* line 9192, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-155 {
    margin-right: 155px !important;
  }
  /* line 9195, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-160 {
    margin-right: 160px !important;
  }
  /* line 9198, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-165 {
    margin-right: 165px !important;
  }
  /* line 9201, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-170 {
    margin-right: 170px !important;
  }
  /* line 9204, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-175 {
    margin-right: 175px !important;
  }
  /* line 9207, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-180 {
    margin-right: 180px !important;
  }
  /* line 9210, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-185 {
    margin-right: 185px !important;
  }
  /* line 9213, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-190 {
    margin-right: 190px !important;
  }
  /* line 9216, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-195 {
    margin-right: 195px !important;
  }
  /* line 9219, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xs-200 {
    margin-right: 200px !important;
  }
  /* line 9222, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  /* line 9226, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  /* line 9230, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  /* line 9234, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  /* line 9238, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  /* line 9242, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  /* line 9246, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  /* line 9250, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  /* line 9254, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  /* line 9258, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  /* line 9262, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  /* line 9266, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  /* line 9270, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  /* line 9274, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  /* line 9278, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  /* line 9282, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  /* line 9286, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  /* line 9290, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  /* line 9294, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  /* line 9298, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  /* line 9302, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  /* line 9306, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }
  /* line 9310, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  /* line 9314, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }
  /* line 9318, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  /* line 9322, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-125 {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }
  /* line 9326, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-130 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }
  /* line 9330, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-135 {
    margin-left: 135px !important;
    margin-right: 135px !important;
  }
  /* line 9334, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-140 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }
  /* line 9338, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-145 {
    margin-left: 145px !important;
    margin-right: 145px !important;
  }
  /* line 9342, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  /* line 9346, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-155 {
    margin-left: 155px !important;
    margin-right: 155px !important;
  }
  /* line 9350, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  /* line 9354, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-165 {
    margin-left: 165px !important;
    margin-right: 165px !important;
  }
  /* line 9358, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-170 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }
  /* line 9362, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-175 {
    margin-left: 175px !important;
    margin-right: 175px !important;
  }
  /* line 9366, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-180 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }
  /* line 9370, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-185 {
    margin-left: 185px !important;
    margin-right: 185px !important;
  }
  /* line 9374, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-190 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }
  /* line 9378, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-195 {
    margin-left: 195px !important;
    margin-right: 195px !important;
  }
  /* line 9382, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xs-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  /* line 9386, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  /* line 9390, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  /* line 9394, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  /* line 9398, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  /* line 9402, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  /* line 9406, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  /* line 9410, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  /* line 9414, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  /* line 9418, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  /* line 9422, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  /* line 9426, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  /* line 9430, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  /* line 9434, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  /* line 9438, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  /* line 9442, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  /* line 9446, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  /* line 9450, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  /* line 9454, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  /* line 9458, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  /* line 9462, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  /* line 9466, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  /* line 9470, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  /* line 9474, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  /* line 9478, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  /* line 9482, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  /* line 9486, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }
  /* line 9490, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  /* line 9494, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }
  /* line 9498, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  /* line 9502, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }
  /* line 9506, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  /* line 9510, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important;
  }
  /* line 9514, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  /* line 9518, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
  }
  /* line 9522, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  /* line 9526, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
  }
  /* line 9530, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  /* line 9534, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
  }
  /* line 9538, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  /* line 9542, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important;
  }
  /* line 9546, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xs-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
}

@media (min-width: 576px) {
  /* line 9550, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-0 {
    margin: 0px !important;
  }
  /* line 9553, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-5 {
    margin: 5px !important;
  }
  /* line 9556, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-10 {
    margin: 10px !important;
  }
  /* line 9559, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-15 {
    margin: 15px !important;
  }
  /* line 9562, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-20 {
    margin: 20px !important;
  }
  /* line 9565, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-25 {
    margin: 25px !important;
  }
  /* line 9568, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-30 {
    margin: 30px !important;
  }
  /* line 9571, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-35 {
    margin: 35px !important;
  }
  /* line 9574, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-40 {
    margin: 40px !important;
  }
  /* line 9577, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-45 {
    margin: 45px !important;
  }
  /* line 9580, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-50 {
    margin: 50px !important;
  }
  /* line 9583, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-55 {
    margin: 55px !important;
  }
  /* line 9586, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-60 {
    margin: 60px !important;
  }
  /* line 9589, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-65 {
    margin: 65px !important;
  }
  /* line 9592, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-70 {
    margin: 70px !important;
  }
  /* line 9595, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-75 {
    margin: 75px !important;
  }
  /* line 9598, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-80 {
    margin: 80px !important;
  }
  /* line 9601, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-85 {
    margin: 85px !important;
  }
  /* line 9604, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-90 {
    margin: 90px !important;
  }
  /* line 9607, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-95 {
    margin: 95px !important;
  }
  /* line 9610, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-100 {
    margin: 100px !important;
  }
  /* line 9613, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-105 {
    margin: 105px !important;
  }
  /* line 9616, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-110 {
    margin: 110px !important;
  }
  /* line 9619, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-115 {
    margin: 115px !important;
  }
  /* line 9622, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-120 {
    margin: 120px !important;
  }
  /* line 9625, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-125 {
    margin: 125px !important;
  }
  /* line 9628, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-130 {
    margin: 130px !important;
  }
  /* line 9631, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-135 {
    margin: 135px !important;
  }
  /* line 9634, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-140 {
    margin: 140px !important;
  }
  /* line 9637, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-145 {
    margin: 145px !important;
  }
  /* line 9640, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-150 {
    margin: 150px !important;
  }
  /* line 9643, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-155 {
    margin: 155px !important;
  }
  /* line 9646, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-160 {
    margin: 160px !important;
  }
  /* line 9649, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-165 {
    margin: 165px !important;
  }
  /* line 9652, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-170 {
    margin: 170px !important;
  }
  /* line 9655, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-175 {
    margin: 175px !important;
  }
  /* line 9658, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-180 {
    margin: 180px !important;
  }
  /* line 9661, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-185 {
    margin: 185px !important;
  }
  /* line 9664, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-190 {
    margin: 190px !important;
  }
  /* line 9667, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-195 {
    margin: 195px !important;
  }
  /* line 9670, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-sm-200 {
    margin: 200px !important;
  }
  /* line 9673, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-0 {
    margin-top: 0px !important;
  }
  /* line 9676, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-5 {
    margin-top: 5px !important;
  }
  /* line 9679, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  /* line 9682, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-15 {
    margin-top: 15px !important;
  }
  /* line 9685, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  /* line 9688, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-25 {
    margin-top: 25px !important;
  }
  /* line 9691, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  /* line 9694, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-35 {
    margin-top: 35px !important;
  }
  /* line 9697, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  /* line 9700, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-45 {
    margin-top: 45px !important;
  }
  /* line 9703, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  /* line 9706, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-55 {
    margin-top: 55px !important;
  }
  /* line 9709, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  /* line 9712, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-65 {
    margin-top: 65px !important;
  }
  /* line 9715, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  /* line 9718, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-75 {
    margin-top: 75px !important;
  }
  /* line 9721, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  /* line 9724, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-85 {
    margin-top: 85px !important;
  }
  /* line 9727, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-90 {
    margin-top: 90px !important;
  }
  /* line 9730, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-95 {
    margin-top: 95px !important;
  }
  /* line 9733, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-100 {
    margin-top: 100px !important;
  }
  /* line 9736, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-105 {
    margin-top: 105px !important;
  }
  /* line 9739, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-110 {
    margin-top: 110px !important;
  }
  /* line 9742, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-115 {
    margin-top: 115px !important;
  }
  /* line 9745, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-120 {
    margin-top: 120px !important;
  }
  /* line 9748, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-125 {
    margin-top: 125px !important;
  }
  /* line 9751, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-130 {
    margin-top: 130px !important;
  }
  /* line 9754, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-135 {
    margin-top: 135px !important;
  }
  /* line 9757, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-140 {
    margin-top: 140px !important;
  }
  /* line 9760, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-145 {
    margin-top: 145px !important;
  }
  /* line 9763, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-150 {
    margin-top: 150px !important;
  }
  /* line 9766, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-155 {
    margin-top: 155px !important;
  }
  /* line 9769, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-160 {
    margin-top: 160px !important;
  }
  /* line 9772, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-165 {
    margin-top: 165px !important;
  }
  /* line 9775, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-170 {
    margin-top: 170px !important;
  }
  /* line 9778, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-175 {
    margin-top: 175px !important;
  }
  /* line 9781, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-180 {
    margin-top: 180px !important;
  }
  /* line 9784, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-185 {
    margin-top: 185px !important;
  }
  /* line 9787, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-190 {
    margin-top: 190px !important;
  }
  /* line 9790, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-195 {
    margin-top: 195px !important;
  }
  /* line 9793, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-sm-200 {
    margin-top: 200px !important;
  }
  /* line 9796, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-0 {
    margin-bottom: 0px !important;
  }
  /* line 9799, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-5 {
    margin-bottom: 5px !important;
  }
  /* line 9802, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  /* line 9805, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  /* line 9808, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  /* line 9811, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-25 {
    margin-bottom: 25px !important;
  }
  /* line 9814, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  /* line 9817, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-35 {
    margin-bottom: 35px !important;
  }
  /* line 9820, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  /* line 9823, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-45 {
    margin-bottom: 45px !important;
  }
  /* line 9826, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  /* line 9829, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-55 {
    margin-bottom: 55px !important;
  }
  /* line 9832, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  /* line 9835, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-65 {
    margin-bottom: 65px !important;
  }
  /* line 9838, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  /* line 9841, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-75 {
    margin-bottom: 75px !important;
  }
  /* line 9844, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  /* line 9847, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-85 {
    margin-bottom: 85px !important;
  }
  /* line 9850, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  /* line 9853, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-95 {
    margin-bottom: 95px !important;
  }
  /* line 9856, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  /* line 9859, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-105 {
    margin-bottom: 105px !important;
  }
  /* line 9862, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-110 {
    margin-bottom: 110px !important;
  }
  /* line 9865, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-115 {
    margin-bottom: 115px !important;
  }
  /* line 9868, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-120 {
    margin-bottom: 120px !important;
  }
  /* line 9871, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-125 {
    margin-bottom: 125px !important;
  }
  /* line 9874, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-130 {
    margin-bottom: 130px !important;
  }
  /* line 9877, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-135 {
    margin-bottom: 135px !important;
  }
  /* line 9880, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-140 {
    margin-bottom: 140px !important;
  }
  /* line 9883, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-145 {
    margin-bottom: 145px !important;
  }
  /* line 9886, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-150 {
    margin-bottom: 150px !important;
  }
  /* line 9889, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-155 {
    margin-bottom: 155px !important;
  }
  /* line 9892, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-160 {
    margin-bottom: 160px !important;
  }
  /* line 9895, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-165 {
    margin-bottom: 165px !important;
  }
  /* line 9898, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-170 {
    margin-bottom: 170px !important;
  }
  /* line 9901, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-175 {
    margin-bottom: 175px !important;
  }
  /* line 9904, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-180 {
    margin-bottom: 180px !important;
  }
  /* line 9907, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-185 {
    margin-bottom: 185px !important;
  }
  /* line 9910, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-190 {
    margin-bottom: 190px !important;
  }
  /* line 9913, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-195 {
    margin-bottom: 195px !important;
  }
  /* line 9916, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-sm-200 {
    margin-bottom: 200px !important;
  }
  /* line 9919, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-0 {
    margin-left: 0px !important;
  }
  /* line 9922, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-5 {
    margin-left: 5px !important;
  }
  /* line 9925, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-10 {
    margin-left: 10px !important;
  }
  /* line 9928, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-15 {
    margin-left: 15px !important;
  }
  /* line 9931, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-20 {
    margin-left: 20px !important;
  }
  /* line 9934, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-25 {
    margin-left: 25px !important;
  }
  /* line 9937, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-30 {
    margin-left: 30px !important;
  }
  /* line 9940, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-35 {
    margin-left: 35px !important;
  }
  /* line 9943, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-40 {
    margin-left: 40px !important;
  }
  /* line 9946, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-45 {
    margin-left: 45px !important;
  }
  /* line 9949, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-50 {
    margin-left: 50px !important;
  }
  /* line 9952, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-55 {
    margin-left: 55px !important;
  }
  /* line 9955, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-60 {
    margin-left: 60px !important;
  }
  /* line 9958, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-65 {
    margin-left: 65px !important;
  }
  /* line 9961, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-70 {
    margin-left: 70px !important;
  }
  /* line 9964, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-75 {
    margin-left: 75px !important;
  }
  /* line 9967, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-80 {
    margin-left: 80px !important;
  }
  /* line 9970, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-85 {
    margin-left: 85px !important;
  }
  /* line 9973, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-90 {
    margin-left: 90px !important;
  }
  /* line 9976, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-95 {
    margin-left: 95px !important;
  }
  /* line 9979, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-100 {
    margin-left: 100px !important;
  }
  /* line 9982, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-105 {
    margin-left: 105px !important;
  }
  /* line 9985, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-110 {
    margin-left: 110px !important;
  }
  /* line 9988, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-115 {
    margin-left: 115px !important;
  }
  /* line 9991, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-120 {
    margin-left: 120px !important;
  }
  /* line 9994, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-125 {
    margin-left: 125px !important;
  }
  /* line 9997, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-130 {
    margin-left: 130px !important;
  }
  /* line 10000, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-135 {
    margin-left: 135px !important;
  }
  /* line 10003, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-140 {
    margin-left: 140px !important;
  }
  /* line 10006, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-145 {
    margin-left: 145px !important;
  }
  /* line 10009, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-150 {
    margin-left: 150px !important;
  }
  /* line 10012, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-155 {
    margin-left: 155px !important;
  }
  /* line 10015, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-160 {
    margin-left: 160px !important;
  }
  /* line 10018, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-165 {
    margin-left: 165px !important;
  }
  /* line 10021, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-170 {
    margin-left: 170px !important;
  }
  /* line 10024, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-175 {
    margin-left: 175px !important;
  }
  /* line 10027, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-180 {
    margin-left: 180px !important;
  }
  /* line 10030, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-185 {
    margin-left: 185px !important;
  }
  /* line 10033, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-190 {
    margin-left: 190px !important;
  }
  /* line 10036, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-195 {
    margin-left: 195px !important;
  }
  /* line 10039, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-200 {
    margin-left: 200px !important;
  }
  /* line 10042, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-0 {
    margin-right: 0px !important;
  }
  /* line 10045, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-5 {
    margin-right: 5px !important;
  }
  /* line 10048, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-10 {
    margin-right: 10px !important;
  }
  /* line 10051, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-15 {
    margin-right: 15px !important;
  }
  /* line 10054, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-20 {
    margin-right: 20px !important;
  }
  /* line 10057, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-25 {
    margin-right: 25px !important;
  }
  /* line 10060, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-30 {
    margin-right: 30px !important;
  }
  /* line 10063, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-35 {
    margin-right: 35px !important;
  }
  /* line 10066, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-40 {
    margin-right: 40px !important;
  }
  /* line 10069, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-45 {
    margin-right: 45px !important;
  }
  /* line 10072, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-50 {
    margin-right: 50px !important;
  }
  /* line 10075, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-55 {
    margin-right: 55px !important;
  }
  /* line 10078, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-60 {
    margin-right: 60px !important;
  }
  /* line 10081, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-65 {
    margin-right: 65px !important;
  }
  /* line 10084, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-70 {
    margin-right: 70px !important;
  }
  /* line 10087, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-75 {
    margin-right: 75px !important;
  }
  /* line 10090, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-80 {
    margin-right: 80px !important;
  }
  /* line 10093, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-85 {
    margin-right: 85px !important;
  }
  /* line 10096, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-90 {
    margin-right: 90px !important;
  }
  /* line 10099, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-95 {
    margin-right: 95px !important;
  }
  /* line 10102, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-100 {
    margin-right: 100px !important;
  }
  /* line 10105, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-105 {
    margin-right: 105px !important;
  }
  /* line 10108, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-110 {
    margin-right: 110px !important;
  }
  /* line 10111, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-115 {
    margin-right: 115px !important;
  }
  /* line 10114, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-120 {
    margin-right: 120px !important;
  }
  /* line 10117, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-125 {
    margin-right: 125px !important;
  }
  /* line 10120, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-130 {
    margin-right: 130px !important;
  }
  /* line 10123, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-135 {
    margin-right: 135px !important;
  }
  /* line 10126, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-140 {
    margin-right: 140px !important;
  }
  /* line 10129, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-145 {
    margin-right: 145px !important;
  }
  /* line 10132, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-150 {
    margin-right: 150px !important;
  }
  /* line 10135, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-155 {
    margin-right: 155px !important;
  }
  /* line 10138, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-160 {
    margin-right: 160px !important;
  }
  /* line 10141, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-165 {
    margin-right: 165px !important;
  }
  /* line 10144, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-170 {
    margin-right: 170px !important;
  }
  /* line 10147, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-175 {
    margin-right: 175px !important;
  }
  /* line 10150, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-180 {
    margin-right: 180px !important;
  }
  /* line 10153, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-185 {
    margin-right: 185px !important;
  }
  /* line 10156, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-190 {
    margin-right: 190px !important;
  }
  /* line 10159, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-195 {
    margin-right: 195px !important;
  }
  /* line 10162, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-sm-200 {
    margin-right: 200px !important;
  }
  /* line 10165, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  /* line 10169, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  /* line 10173, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  /* line 10177, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  /* line 10181, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  /* line 10185, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  /* line 10189, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  /* line 10193, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  /* line 10197, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  /* line 10201, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  /* line 10205, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  /* line 10209, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  /* line 10213, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  /* line 10217, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  /* line 10221, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  /* line 10225, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  /* line 10229, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  /* line 10233, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  /* line 10237, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  /* line 10241, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  /* line 10245, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  /* line 10249, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }
  /* line 10253, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  /* line 10257, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }
  /* line 10261, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  /* line 10265, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-125 {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }
  /* line 10269, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-130 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }
  /* line 10273, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-135 {
    margin-left: 135px !important;
    margin-right: 135px !important;
  }
  /* line 10277, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-140 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }
  /* line 10281, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-145 {
    margin-left: 145px !important;
    margin-right: 145px !important;
  }
  /* line 10285, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  /* line 10289, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-155 {
    margin-left: 155px !important;
    margin-right: 155px !important;
  }
  /* line 10293, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  /* line 10297, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-165 {
    margin-left: 165px !important;
    margin-right: 165px !important;
  }
  /* line 10301, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-170 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }
  /* line 10305, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-175 {
    margin-left: 175px !important;
    margin-right: 175px !important;
  }
  /* line 10309, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-180 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }
  /* line 10313, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-185 {
    margin-left: 185px !important;
    margin-right: 185px !important;
  }
  /* line 10317, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-190 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }
  /* line 10321, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-195 {
    margin-left: 195px !important;
    margin-right: 195px !important;
  }
  /* line 10325, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-sm-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  /* line 10329, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  /* line 10333, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  /* line 10337, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  /* line 10341, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  /* line 10345, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  /* line 10349, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  /* line 10353, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  /* line 10357, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  /* line 10361, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  /* line 10365, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  /* line 10369, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  /* line 10373, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  /* line 10377, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  /* line 10381, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  /* line 10385, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  /* line 10389, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  /* line 10393, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  /* line 10397, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  /* line 10401, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  /* line 10405, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  /* line 10409, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  /* line 10413, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  /* line 10417, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  /* line 10421, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  /* line 10425, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  /* line 10429, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }
  /* line 10433, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  /* line 10437, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }
  /* line 10441, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  /* line 10445, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }
  /* line 10449, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  /* line 10453, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important;
  }
  /* line 10457, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  /* line 10461, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
  }
  /* line 10465, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  /* line 10469, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
  }
  /* line 10473, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  /* line 10477, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
  }
  /* line 10481, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  /* line 10485, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important;
  }
  /* line 10489, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-sm-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
}

@media (min-width: 768px) {
  /* line 10493, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-0 {
    margin: 0px !important;
  }
  /* line 10496, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-5 {
    margin: 5px !important;
  }
  /* line 10499, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-10 {
    margin: 10px !important;
  }
  /* line 10502, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-15 {
    margin: 15px !important;
  }
  /* line 10505, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-20 {
    margin: 20px !important;
  }
  /* line 10508, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-25 {
    margin: 25px !important;
  }
  /* line 10511, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-30 {
    margin: 30px !important;
  }
  /* line 10514, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-35 {
    margin: 35px !important;
  }
  /* line 10517, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-40 {
    margin: 40px !important;
  }
  /* line 10520, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-45 {
    margin: 45px !important;
  }
  /* line 10523, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-50 {
    margin: 50px !important;
  }
  /* line 10526, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-55 {
    margin: 55px !important;
  }
  /* line 10529, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-60 {
    margin: 60px !important;
  }
  /* line 10532, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-65 {
    margin: 65px !important;
  }
  /* line 10535, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-70 {
    margin: 70px !important;
  }
  /* line 10538, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-75 {
    margin: 75px !important;
  }
  /* line 10541, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-80 {
    margin: 80px !important;
  }
  /* line 10544, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-85 {
    margin: 85px !important;
  }
  /* line 10547, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-90 {
    margin: 90px !important;
  }
  /* line 10550, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-95 {
    margin: 95px !important;
  }
  /* line 10553, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-100 {
    margin: 100px !important;
  }
  /* line 10556, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-105 {
    margin: 105px !important;
  }
  /* line 10559, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-110 {
    margin: 110px !important;
  }
  /* line 10562, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-115 {
    margin: 115px !important;
  }
  /* line 10565, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-120 {
    margin: 120px !important;
  }
  /* line 10568, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-125 {
    margin: 125px !important;
  }
  /* line 10571, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-130 {
    margin: 130px !important;
  }
  /* line 10574, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-135 {
    margin: 135px !important;
  }
  /* line 10577, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-140 {
    margin: 140px !important;
  }
  /* line 10580, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-145 {
    margin: 145px !important;
  }
  /* line 10583, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-150 {
    margin: 150px !important;
  }
  /* line 10586, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-155 {
    margin: 155px !important;
  }
  /* line 10589, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-160 {
    margin: 160px !important;
  }
  /* line 10592, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-165 {
    margin: 165px !important;
  }
  /* line 10595, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-170 {
    margin: 170px !important;
  }
  /* line 10598, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-175 {
    margin: 175px !important;
  }
  /* line 10601, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-180 {
    margin: 180px !important;
  }
  /* line 10604, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-185 {
    margin: 185px !important;
  }
  /* line 10607, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-190 {
    margin: 190px !important;
  }
  /* line 10610, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-195 {
    margin: 195px !important;
  }
  /* line 10613, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-md-200 {
    margin: 200px !important;
  }
  /* line 10616, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-0 {
    margin-top: 0px !important;
  }
  /* line 10619, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-5 {
    margin-top: 5px !important;
  }
  /* line 10622, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-10 {
    margin-top: 10px !important;
  }
  /* line 10625, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-15 {
    margin-top: 15px !important;
  }
  /* line 10628, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-20 {
    margin-top: 20px !important;
  }
  /* line 10631, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-25 {
    margin-top: 25px !important;
  }
  /* line 10634, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-30 {
    margin-top: 30px !important;
  }
  /* line 10637, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-35 {
    margin-top: 35px !important;
  }
  /* line 10640, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-40 {
    margin-top: 40px !important;
  }
  /* line 10643, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-45 {
    margin-top: 45px !important;
  }
  /* line 10646, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-50 {
    margin-top: 50px !important;
  }
  /* line 10649, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-55 {
    margin-top: 55px !important;
  }
  /* line 10652, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-60 {
    margin-top: 60px !important;
  }
  /* line 10655, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-65 {
    margin-top: 65px !important;
  }
  /* line 10658, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-70 {
    margin-top: 70px !important;
  }
  /* line 10661, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-75 {
    margin-top: 75px !important;
  }
  /* line 10664, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-80 {
    margin-top: 80px !important;
  }
  /* line 10667, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-85 {
    margin-top: 85px !important;
  }
  /* line 10670, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-90 {
    margin-top: 90px !important;
  }
  /* line 10673, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-95 {
    margin-top: 95px !important;
  }
  /* line 10676, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-100 {
    margin-top: 100px !important;
  }
  /* line 10679, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-105 {
    margin-top: 105px !important;
  }
  /* line 10682, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-110 {
    margin-top: 110px !important;
  }
  /* line 10685, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-115 {
    margin-top: 115px !important;
  }
  /* line 10688, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-120 {
    margin-top: 120px !important;
  }
  /* line 10691, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-125 {
    margin-top: 125px !important;
  }
  /* line 10694, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-130 {
    margin-top: 130px !important;
  }
  /* line 10697, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-135 {
    margin-top: 135px !important;
  }
  /* line 10700, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-140 {
    margin-top: 140px !important;
  }
  /* line 10703, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-145 {
    margin-top: 145px !important;
  }
  /* line 10706, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-150 {
    margin-top: 150px !important;
  }
  /* line 10709, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-155 {
    margin-top: 155px !important;
  }
  /* line 10712, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-160 {
    margin-top: 160px !important;
  }
  /* line 10715, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-165 {
    margin-top: 165px !important;
  }
  /* line 10718, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-170 {
    margin-top: 170px !important;
  }
  /* line 10721, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-175 {
    margin-top: 175px !important;
  }
  /* line 10724, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-180 {
    margin-top: 180px !important;
  }
  /* line 10727, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-185 {
    margin-top: 185px !important;
  }
  /* line 10730, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-190 {
    margin-top: 190px !important;
  }
  /* line 10733, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-195 {
    margin-top: 195px !important;
  }
  /* line 10736, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-md-200 {
    margin-top: 200px !important;
  }
  /* line 10739, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
  /* line 10742, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-5 {
    margin-bottom: 5px !important;
  }
  /* line 10745, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  /* line 10748, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  /* line 10751, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  /* line 10754, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-25 {
    margin-bottom: 25px !important;
  }
  /* line 10757, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  /* line 10760, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-35 {
    margin-bottom: 35px !important;
  }
  /* line 10763, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  /* line 10766, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-45 {
    margin-bottom: 45px !important;
  }
  /* line 10769, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  /* line 10772, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-55 {
    margin-bottom: 55px !important;
  }
  /* line 10775, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  /* line 10778, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-65 {
    margin-bottom: 65px !important;
  }
  /* line 10781, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  /* line 10784, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-75 {
    margin-bottom: 75px !important;
  }
  /* line 10787, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  /* line 10790, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-85 {
    margin-bottom: 85px !important;
  }
  /* line 10793, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  /* line 10796, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-95 {
    margin-bottom: 95px !important;
  }
  /* line 10799, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  /* line 10802, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-105 {
    margin-bottom: 105px !important;
  }
  /* line 10805, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-110 {
    margin-bottom: 110px !important;
  }
  /* line 10808, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-115 {
    margin-bottom: 115px !important;
  }
  /* line 10811, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-120 {
    margin-bottom: 120px !important;
  }
  /* line 10814, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-125 {
    margin-bottom: 125px !important;
  }
  /* line 10817, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-130 {
    margin-bottom: 130px !important;
  }
  /* line 10820, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-135 {
    margin-bottom: 135px !important;
  }
  /* line 10823, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-140 {
    margin-bottom: 140px !important;
  }
  /* line 10826, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-145 {
    margin-bottom: 145px !important;
  }
  /* line 10829, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-150 {
    margin-bottom: 150px !important;
  }
  /* line 10832, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-155 {
    margin-bottom: 155px !important;
  }
  /* line 10835, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-160 {
    margin-bottom: 160px !important;
  }
  /* line 10838, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-165 {
    margin-bottom: 165px !important;
  }
  /* line 10841, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-170 {
    margin-bottom: 170px !important;
  }
  /* line 10844, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-175 {
    margin-bottom: 175px !important;
  }
  /* line 10847, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-180 {
    margin-bottom: 180px !important;
  }
  /* line 10850, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-185 {
    margin-bottom: 185px !important;
  }
  /* line 10853, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-190 {
    margin-bottom: 190px !important;
  }
  /* line 10856, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-195 {
    margin-bottom: 195px !important;
  }
  /* line 10859, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-md-200 {
    margin-bottom: 200px !important;
  }
  /* line 10862, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-0 {
    margin-left: 0px !important;
  }
  /* line 10865, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-5 {
    margin-left: 5px !important;
  }
  /* line 10868, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-10 {
    margin-left: 10px !important;
  }
  /* line 10871, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-15 {
    margin-left: 15px !important;
  }
  /* line 10874, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-20 {
    margin-left: 20px !important;
  }
  /* line 10877, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-25 {
    margin-left: 25px !important;
  }
  /* line 10880, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-30 {
    margin-left: 30px !important;
  }
  /* line 10883, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-35 {
    margin-left: 35px !important;
  }
  /* line 10886, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-40 {
    margin-left: 40px !important;
  }
  /* line 10889, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-45 {
    margin-left: 45px !important;
  }
  /* line 10892, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-50 {
    margin-left: 50px !important;
  }
  /* line 10895, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-55 {
    margin-left: 55px !important;
  }
  /* line 10898, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-60 {
    margin-left: 60px !important;
  }
  /* line 10901, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-65 {
    margin-left: 65px !important;
  }
  /* line 10904, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-70 {
    margin-left: 70px !important;
  }
  /* line 10907, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-75 {
    margin-left: 75px !important;
  }
  /* line 10910, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-80 {
    margin-left: 80px !important;
  }
  /* line 10913, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-85 {
    margin-left: 85px !important;
  }
  /* line 10916, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-90 {
    margin-left: 90px !important;
  }
  /* line 10919, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-95 {
    margin-left: 95px !important;
  }
  /* line 10922, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-100 {
    margin-left: 100px !important;
  }
  /* line 10925, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-105 {
    margin-left: 105px !important;
  }
  /* line 10928, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-110 {
    margin-left: 110px !important;
  }
  /* line 10931, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-115 {
    margin-left: 115px !important;
  }
  /* line 10934, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-120 {
    margin-left: 120px !important;
  }
  /* line 10937, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-125 {
    margin-left: 125px !important;
  }
  /* line 10940, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-130 {
    margin-left: 130px !important;
  }
  /* line 10943, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-135 {
    margin-left: 135px !important;
  }
  /* line 10946, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-140 {
    margin-left: 140px !important;
  }
  /* line 10949, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-145 {
    margin-left: 145px !important;
  }
  /* line 10952, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-150 {
    margin-left: 150px !important;
  }
  /* line 10955, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-155 {
    margin-left: 155px !important;
  }
  /* line 10958, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-160 {
    margin-left: 160px !important;
  }
  /* line 10961, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-165 {
    margin-left: 165px !important;
  }
  /* line 10964, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-170 {
    margin-left: 170px !important;
  }
  /* line 10967, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-175 {
    margin-left: 175px !important;
  }
  /* line 10970, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-180 {
    margin-left: 180px !important;
  }
  /* line 10973, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-185 {
    margin-left: 185px !important;
  }
  /* line 10976, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-190 {
    margin-left: 190px !important;
  }
  /* line 10979, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-195 {
    margin-left: 195px !important;
  }
  /* line 10982, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-md-200 {
    margin-left: 200px !important;
  }
  /* line 10985, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-0 {
    margin-right: 0px !important;
  }
  /* line 10988, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-5 {
    margin-right: 5px !important;
  }
  /* line 10991, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-10 {
    margin-right: 10px !important;
  }
  /* line 10994, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-15 {
    margin-right: 15px !important;
  }
  /* line 10997, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-20 {
    margin-right: 20px !important;
  }
  /* line 11000, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-25 {
    margin-right: 25px !important;
  }
  /* line 11003, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-30 {
    margin-right: 30px !important;
  }
  /* line 11006, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-35 {
    margin-right: 35px !important;
  }
  /* line 11009, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-40 {
    margin-right: 40px !important;
  }
  /* line 11012, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-45 {
    margin-right: 45px !important;
  }
  /* line 11015, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-50 {
    margin-right: 50px !important;
  }
  /* line 11018, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-55 {
    margin-right: 55px !important;
  }
  /* line 11021, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-60 {
    margin-right: 60px !important;
  }
  /* line 11024, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-65 {
    margin-right: 65px !important;
  }
  /* line 11027, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-70 {
    margin-right: 70px !important;
  }
  /* line 11030, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-75 {
    margin-right: 75px !important;
  }
  /* line 11033, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-80 {
    margin-right: 80px !important;
  }
  /* line 11036, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-85 {
    margin-right: 85px !important;
  }
  /* line 11039, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-90 {
    margin-right: 90px !important;
  }
  /* line 11042, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-95 {
    margin-right: 95px !important;
  }
  /* line 11045, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-100 {
    margin-right: 100px !important;
  }
  /* line 11048, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-105 {
    margin-right: 105px !important;
  }
  /* line 11051, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-110 {
    margin-right: 110px !important;
  }
  /* line 11054, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-115 {
    margin-right: 115px !important;
  }
  /* line 11057, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-120 {
    margin-right: 120px !important;
  }
  /* line 11060, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-125 {
    margin-right: 125px !important;
  }
  /* line 11063, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-130 {
    margin-right: 130px !important;
  }
  /* line 11066, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-135 {
    margin-right: 135px !important;
  }
  /* line 11069, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-140 {
    margin-right: 140px !important;
  }
  /* line 11072, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-145 {
    margin-right: 145px !important;
  }
  /* line 11075, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-150 {
    margin-right: 150px !important;
  }
  /* line 11078, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-155 {
    margin-right: 155px !important;
  }
  /* line 11081, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-160 {
    margin-right: 160px !important;
  }
  /* line 11084, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-165 {
    margin-right: 165px !important;
  }
  /* line 11087, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-170 {
    margin-right: 170px !important;
  }
  /* line 11090, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-175 {
    margin-right: 175px !important;
  }
  /* line 11093, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-180 {
    margin-right: 180px !important;
  }
  /* line 11096, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-185 {
    margin-right: 185px !important;
  }
  /* line 11099, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-190 {
    margin-right: 190px !important;
  }
  /* line 11102, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-195 {
    margin-right: 195px !important;
  }
  /* line 11105, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-md-200 {
    margin-right: 200px !important;
  }
  /* line 11108, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  /* line 11112, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  /* line 11116, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  /* line 11120, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  /* line 11124, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  /* line 11128, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  /* line 11132, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  /* line 11136, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  /* line 11140, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  /* line 11144, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  /* line 11148, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  /* line 11152, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  /* line 11156, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  /* line 11160, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  /* line 11164, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  /* line 11168, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  /* line 11172, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  /* line 11176, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  /* line 11180, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  /* line 11184, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  /* line 11188, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  /* line 11192, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }
  /* line 11196, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  /* line 11200, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }
  /* line 11204, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  /* line 11208, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-125 {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }
  /* line 11212, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-130 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }
  /* line 11216, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-135 {
    margin-left: 135px !important;
    margin-right: 135px !important;
  }
  /* line 11220, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-140 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }
  /* line 11224, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-145 {
    margin-left: 145px !important;
    margin-right: 145px !important;
  }
  /* line 11228, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  /* line 11232, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-155 {
    margin-left: 155px !important;
    margin-right: 155px !important;
  }
  /* line 11236, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  /* line 11240, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-165 {
    margin-left: 165px !important;
    margin-right: 165px !important;
  }
  /* line 11244, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-170 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }
  /* line 11248, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-175 {
    margin-left: 175px !important;
    margin-right: 175px !important;
  }
  /* line 11252, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-180 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }
  /* line 11256, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-185 {
    margin-left: 185px !important;
    margin-right: 185px !important;
  }
  /* line 11260, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-190 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }
  /* line 11264, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-195 {
    margin-left: 195px !important;
    margin-right: 195px !important;
  }
  /* line 11268, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-md-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  /* line 11272, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  /* line 11276, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  /* line 11280, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  /* line 11284, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  /* line 11288, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  /* line 11292, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  /* line 11296, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  /* line 11300, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  /* line 11304, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  /* line 11308, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  /* line 11312, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  /* line 11316, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  /* line 11320, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  /* line 11324, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  /* line 11328, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  /* line 11332, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  /* line 11336, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  /* line 11340, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  /* line 11344, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  /* line 11348, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  /* line 11352, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  /* line 11356, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  /* line 11360, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  /* line 11364, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  /* line 11368, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  /* line 11372, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }
  /* line 11376, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  /* line 11380, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }
  /* line 11384, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  /* line 11388, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }
  /* line 11392, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  /* line 11396, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important;
  }
  /* line 11400, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  /* line 11404, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
  }
  /* line 11408, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  /* line 11412, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
  }
  /* line 11416, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  /* line 11420, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
  }
  /* line 11424, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  /* line 11428, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important;
  }
  /* line 11432, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-md-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
}

@media (min-width: 992px) {
  /* line 11436, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-0 {
    margin: 0px !important;
  }
  /* line 11439, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-5 {
    margin: 5px !important;
  }
  /* line 11442, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-10 {
    margin: 10px !important;
  }
  /* line 11445, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-15 {
    margin: 15px !important;
  }
  /* line 11448, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-20 {
    margin: 20px !important;
  }
  /* line 11451, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-25 {
    margin: 25px !important;
  }
  /* line 11454, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-30 {
    margin: 30px !important;
  }
  /* line 11457, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-35 {
    margin: 35px !important;
  }
  /* line 11460, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-40 {
    margin: 40px !important;
  }
  /* line 11463, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-45 {
    margin: 45px !important;
  }
  /* line 11466, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-50 {
    margin: 50px !important;
  }
  /* line 11469, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-55 {
    margin: 55px !important;
  }
  /* line 11472, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-60 {
    margin: 60px !important;
  }
  /* line 11475, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-65 {
    margin: 65px !important;
  }
  /* line 11478, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-70 {
    margin: 70px !important;
  }
  /* line 11481, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-75 {
    margin: 75px !important;
  }
  /* line 11484, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-80 {
    margin: 80px !important;
  }
  /* line 11487, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-85 {
    margin: 85px !important;
  }
  /* line 11490, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-90 {
    margin: 90px !important;
  }
  /* line 11493, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-95 {
    margin: 95px !important;
  }
  /* line 11496, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-100 {
    margin: 100px !important;
  }
  /* line 11499, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-105 {
    margin: 105px !important;
  }
  /* line 11502, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-110 {
    margin: 110px !important;
  }
  /* line 11505, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-115 {
    margin: 115px !important;
  }
  /* line 11508, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-120 {
    margin: 120px !important;
  }
  /* line 11511, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-125 {
    margin: 125px !important;
  }
  /* line 11514, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-130 {
    margin: 130px !important;
  }
  /* line 11517, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-135 {
    margin: 135px !important;
  }
  /* line 11520, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-140 {
    margin: 140px !important;
  }
  /* line 11523, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-145 {
    margin: 145px !important;
  }
  /* line 11526, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-150 {
    margin: 150px !important;
  }
  /* line 11529, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-155 {
    margin: 155px !important;
  }
  /* line 11532, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-160 {
    margin: 160px !important;
  }
  /* line 11535, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-165 {
    margin: 165px !important;
  }
  /* line 11538, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-170 {
    margin: 170px !important;
  }
  /* line 11541, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-175 {
    margin: 175px !important;
  }
  /* line 11544, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-180 {
    margin: 180px !important;
  }
  /* line 11547, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-185 {
    margin: 185px !important;
  }
  /* line 11550, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-190 {
    margin: 190px !important;
  }
  /* line 11553, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-195 {
    margin: 195px !important;
  }
  /* line 11556, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-lg-200 {
    margin: 200px !important;
  }
  /* line 11559, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-0 {
    margin-top: 0px !important;
  }
  /* line 11562, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-5 {
    margin-top: 5px !important;
  }
  /* line 11565, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  /* line 11568, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-15 {
    margin-top: 15px !important;
  }
  /* line 11571, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  /* line 11574, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-25 {
    margin-top: 25px !important;
  }
  /* line 11577, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-30 {
    margin-top: 30px !important;
  }
  /* line 11580, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-35 {
    margin-top: 35px !important;
  }
  /* line 11583, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-40 {
    margin-top: 40px !important;
  }
  /* line 11586, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-45 {
    margin-top: 45px !important;
  }
  /* line 11589, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-50 {
    margin-top: 50px !important;
  }
  /* line 11592, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-55 {
    margin-top: 55px !important;
  }
  /* line 11595, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-60 {
    margin-top: 60px !important;
  }
  /* line 11598, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-65 {
    margin-top: 65px !important;
  }
  /* line 11601, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-70 {
    margin-top: 70px !important;
  }
  /* line 11604, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-75 {
    margin-top: 75px !important;
  }
  /* line 11607, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-80 {
    margin-top: 80px !important;
  }
  /* line 11610, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-85 {
    margin-top: 85px !important;
  }
  /* line 11613, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-90 {
    margin-top: 90px !important;
  }
  /* line 11616, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-95 {
    margin-top: 95px !important;
  }
  /* line 11619, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-100 {
    margin-top: 100px !important;
  }
  /* line 11622, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-105 {
    margin-top: 105px !important;
  }
  /* line 11625, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-110 {
    margin-top: 110px !important;
  }
  /* line 11628, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-115 {
    margin-top: 115px !important;
  }
  /* line 11631, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-120 {
    margin-top: 120px !important;
  }
  /* line 11634, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-125 {
    margin-top: 125px !important;
  }
  /* line 11637, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-130 {
    margin-top: 130px !important;
  }
  /* line 11640, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-135 {
    margin-top: 135px !important;
  }
  /* line 11643, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-140 {
    margin-top: 140px !important;
  }
  /* line 11646, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-145 {
    margin-top: 145px !important;
  }
  /* line 11649, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-150 {
    margin-top: 150px !important;
  }
  /* line 11652, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-155 {
    margin-top: 155px !important;
  }
  /* line 11655, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-160 {
    margin-top: 160px !important;
  }
  /* line 11658, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-165 {
    margin-top: 165px !important;
  }
  /* line 11661, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-170 {
    margin-top: 170px !important;
  }
  /* line 11664, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-175 {
    margin-top: 175px !important;
  }
  /* line 11667, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-180 {
    margin-top: 180px !important;
  }
  /* line 11670, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-185 {
    margin-top: 185px !important;
  }
  /* line 11673, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-190 {
    margin-top: 190px !important;
  }
  /* line 11676, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-195 {
    margin-top: 195px !important;
  }
  /* line 11679, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-lg-200 {
    margin-top: 200px !important;
  }
  /* line 11682, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-0 {
    margin-bottom: 0px !important;
  }
  /* line 11685, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-5 {
    margin-bottom: 5px !important;
  }
  /* line 11688, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  /* line 11691, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
  /* line 11694, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  /* line 11697, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-25 {
    margin-bottom: 25px !important;
  }
  /* line 11700, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  /* line 11703, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-35 {
    margin-bottom: 35px !important;
  }
  /* line 11706, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  /* line 11709, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-45 {
    margin-bottom: 45px !important;
  }
  /* line 11712, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  /* line 11715, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-55 {
    margin-bottom: 55px !important;
  }
  /* line 11718, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  /* line 11721, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-65 {
    margin-bottom: 65px !important;
  }
  /* line 11724, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
  /* line 11727, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-75 {
    margin-bottom: 75px !important;
  }
  /* line 11730, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  /* line 11733, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-85 {
    margin-bottom: 85px !important;
  }
  /* line 11736, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
  /* line 11739, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-95 {
    margin-bottom: 95px !important;
  }
  /* line 11742, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  /* line 11745, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-105 {
    margin-bottom: 105px !important;
  }
  /* line 11748, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-110 {
    margin-bottom: 110px !important;
  }
  /* line 11751, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-115 {
    margin-bottom: 115px !important;
  }
  /* line 11754, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
  /* line 11757, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-125 {
    margin-bottom: 125px !important;
  }
  /* line 11760, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-130 {
    margin-bottom: 130px !important;
  }
  /* line 11763, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-135 {
    margin-bottom: 135px !important;
  }
  /* line 11766, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-140 {
    margin-bottom: 140px !important;
  }
  /* line 11769, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-145 {
    margin-bottom: 145px !important;
  }
  /* line 11772, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-150 {
    margin-bottom: 150px !important;
  }
  /* line 11775, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-155 {
    margin-bottom: 155px !important;
  }
  /* line 11778, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-160 {
    margin-bottom: 160px !important;
  }
  /* line 11781, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-165 {
    margin-bottom: 165px !important;
  }
  /* line 11784, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-170 {
    margin-bottom: 170px !important;
  }
  /* line 11787, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-175 {
    margin-bottom: 175px !important;
  }
  /* line 11790, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-180 {
    margin-bottom: 180px !important;
  }
  /* line 11793, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-185 {
    margin-bottom: 185px !important;
  }
  /* line 11796, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-190 {
    margin-bottom: 190px !important;
  }
  /* line 11799, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-195 {
    margin-bottom: 195px !important;
  }
  /* line 11802, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-lg-200 {
    margin-bottom: 200px !important;
  }
  /* line 11805, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-0 {
    margin-left: 0px !important;
  }
  /* line 11808, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-5 {
    margin-left: 5px !important;
  }
  /* line 11811, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-10 {
    margin-left: 10px !important;
  }
  /* line 11814, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-15 {
    margin-left: 15px !important;
  }
  /* line 11817, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-20 {
    margin-left: 20px !important;
  }
  /* line 11820, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-25 {
    margin-left: 25px !important;
  }
  /* line 11823, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-30 {
    margin-left: 30px !important;
  }
  /* line 11826, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-35 {
    margin-left: 35px !important;
  }
  /* line 11829, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-40 {
    margin-left: 40px !important;
  }
  /* line 11832, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-45 {
    margin-left: 45px !important;
  }
  /* line 11835, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-50 {
    margin-left: 50px !important;
  }
  /* line 11838, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-55 {
    margin-left: 55px !important;
  }
  /* line 11841, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-60 {
    margin-left: 60px !important;
  }
  /* line 11844, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-65 {
    margin-left: 65px !important;
  }
  /* line 11847, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-70 {
    margin-left: 70px !important;
  }
  /* line 11850, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-75 {
    margin-left: 75px !important;
  }
  /* line 11853, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-80 {
    margin-left: 80px !important;
  }
  /* line 11856, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-85 {
    margin-left: 85px !important;
  }
  /* line 11859, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-90 {
    margin-left: 90px !important;
  }
  /* line 11862, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-95 {
    margin-left: 95px !important;
  }
  /* line 11865, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-100 {
    margin-left: 100px !important;
  }
  /* line 11868, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-105 {
    margin-left: 105px !important;
  }
  /* line 11871, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-110 {
    margin-left: 110px !important;
  }
  /* line 11874, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-115 {
    margin-left: 115px !important;
  }
  /* line 11877, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-120 {
    margin-left: 120px !important;
  }
  /* line 11880, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-125 {
    margin-left: 125px !important;
  }
  /* line 11883, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-130 {
    margin-left: 130px !important;
  }
  /* line 11886, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-135 {
    margin-left: 135px !important;
  }
  /* line 11889, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-140 {
    margin-left: 140px !important;
  }
  /* line 11892, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-145 {
    margin-left: 145px !important;
  }
  /* line 11895, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-150 {
    margin-left: 150px !important;
  }
  /* line 11898, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-155 {
    margin-left: 155px !important;
  }
  /* line 11901, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-160 {
    margin-left: 160px !important;
  }
  /* line 11904, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-165 {
    margin-left: 165px !important;
  }
  /* line 11907, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-170 {
    margin-left: 170px !important;
  }
  /* line 11910, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-175 {
    margin-left: 175px !important;
  }
  /* line 11913, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-180 {
    margin-left: 180px !important;
  }
  /* line 11916, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-185 {
    margin-left: 185px !important;
  }
  /* line 11919, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-190 {
    margin-left: 190px !important;
  }
  /* line 11922, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-195 {
    margin-left: 195px !important;
  }
  /* line 11925, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-sm-200 {
    margin-left: 200px !important;
  }
  /* line 11928, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-0 {
    margin-right: 0px !important;
  }
  /* line 11931, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-5 {
    margin-right: 5px !important;
  }
  /* line 11934, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-10 {
    margin-right: 10px !important;
  }
  /* line 11937, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-15 {
    margin-right: 15px !important;
  }
  /* line 11940, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-20 {
    margin-right: 20px !important;
  }
  /* line 11943, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-25 {
    margin-right: 25px !important;
  }
  /* line 11946, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-30 {
    margin-right: 30px !important;
  }
  /* line 11949, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-35 {
    margin-right: 35px !important;
  }
  /* line 11952, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-40 {
    margin-right: 40px !important;
  }
  /* line 11955, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-45 {
    margin-right: 45px !important;
  }
  /* line 11958, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-50 {
    margin-right: 50px !important;
  }
  /* line 11961, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-55 {
    margin-right: 55px !important;
  }
  /* line 11964, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-60 {
    margin-right: 60px !important;
  }
  /* line 11967, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-65 {
    margin-right: 65px !important;
  }
  /* line 11970, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-70 {
    margin-right: 70px !important;
  }
  /* line 11973, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-75 {
    margin-right: 75px !important;
  }
  /* line 11976, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-80 {
    margin-right: 80px !important;
  }
  /* line 11979, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-85 {
    margin-right: 85px !important;
  }
  /* line 11982, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-90 {
    margin-right: 90px !important;
  }
  /* line 11985, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-95 {
    margin-right: 95px !important;
  }
  /* line 11988, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-100 {
    margin-right: 100px !important;
  }
  /* line 11991, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-105 {
    margin-right: 105px !important;
  }
  /* line 11994, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-110 {
    margin-right: 110px !important;
  }
  /* line 11997, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-115 {
    margin-right: 115px !important;
  }
  /* line 12000, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-120 {
    margin-right: 120px !important;
  }
  /* line 12003, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-125 {
    margin-right: 125px !important;
  }
  /* line 12006, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-130 {
    margin-right: 130px !important;
  }
  /* line 12009, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-135 {
    margin-right: 135px !important;
  }
  /* line 12012, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-140 {
    margin-right: 140px !important;
  }
  /* line 12015, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-145 {
    margin-right: 145px !important;
  }
  /* line 12018, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-150 {
    margin-right: 150px !important;
  }
  /* line 12021, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-155 {
    margin-right: 155px !important;
  }
  /* line 12024, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-160 {
    margin-right: 160px !important;
  }
  /* line 12027, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-165 {
    margin-right: 165px !important;
  }
  /* line 12030, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-170 {
    margin-right: 170px !important;
  }
  /* line 12033, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-175 {
    margin-right: 175px !important;
  }
  /* line 12036, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-180 {
    margin-right: 180px !important;
  }
  /* line 12039, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-185 {
    margin-right: 185px !important;
  }
  /* line 12042, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-190 {
    margin-right: 190px !important;
  }
  /* line 12045, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-195 {
    margin-right: 195px !important;
  }
  /* line 12048, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-lg-200 {
    margin-right: 200px !important;
  }
  /* line 12051, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  /* line 12055, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  /* line 12059, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  /* line 12063, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  /* line 12067, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  /* line 12071, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  /* line 12075, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  /* line 12079, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  /* line 12083, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  /* line 12087, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  /* line 12091, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  /* line 12095, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  /* line 12099, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  /* line 12103, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  /* line 12107, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  /* line 12111, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  /* line 12115, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  /* line 12119, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  /* line 12123, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  /* line 12127, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  /* line 12131, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  /* line 12135, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }
  /* line 12139, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  /* line 12143, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }
  /* line 12147, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  /* line 12151, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-125 {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }
  /* line 12155, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-130 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }
  /* line 12159, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-135 {
    margin-left: 135px !important;
    margin-right: 135px !important;
  }
  /* line 12163, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-140 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }
  /* line 12167, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-145 {
    margin-left: 145px !important;
    margin-right: 145px !important;
  }
  /* line 12171, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  /* line 12175, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-155 {
    margin-left: 155px !important;
    margin-right: 155px !important;
  }
  /* line 12179, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  /* line 12183, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-165 {
    margin-left: 165px !important;
    margin-right: 165px !important;
  }
  /* line 12187, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-170 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }
  /* line 12191, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-175 {
    margin-left: 175px !important;
    margin-right: 175px !important;
  }
  /* line 12195, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-180 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }
  /* line 12199, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-185 {
    margin-left: 185px !important;
    margin-right: 185px !important;
  }
  /* line 12203, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-190 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }
  /* line 12207, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-195 {
    margin-left: 195px !important;
    margin-right: 195px !important;
  }
  /* line 12211, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-lg-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  /* line 12215, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  /* line 12219, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  /* line 12223, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  /* line 12227, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  /* line 12231, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  /* line 12235, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  /* line 12239, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  /* line 12243, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  /* line 12247, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  /* line 12251, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  /* line 12255, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  /* line 12259, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  /* line 12263, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  /* line 12267, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  /* line 12271, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  /* line 12275, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  /* line 12279, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  /* line 12283, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  /* line 12287, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  /* line 12291, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  /* line 12295, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  /* line 12299, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  /* line 12303, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  /* line 12307, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  /* line 12311, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  /* line 12315, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }
  /* line 12319, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  /* line 12323, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }
  /* line 12327, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  /* line 12331, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }
  /* line 12335, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  /* line 12339, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important;
  }
  /* line 12343, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  /* line 12347, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
  }
  /* line 12351, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  /* line 12355, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
  }
  /* line 12359, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  /* line 12363, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
  }
  /* line 12367, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  /* line 12371, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important;
  }
  /* line 12375, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-lg-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
}

@media (min-width: 1200px) {
  /* line 12379, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-0 {
    margin: 0px !important;
  }
  /* line 12382, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-5 {
    margin: 5px !important;
  }
  /* line 12385, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-10 {
    margin: 10px !important;
  }
  /* line 12388, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-15 {
    margin: 15px !important;
  }
  /* line 12391, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-20 {
    margin: 20px !important;
  }
  /* line 12394, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-25 {
    margin: 25px !important;
  }
  /* line 12397, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-30 {
    margin: 30px !important;
  }
  /* line 12400, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-35 {
    margin: 35px !important;
  }
  /* line 12403, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-40 {
    margin: 40px !important;
  }
  /* line 12406, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-45 {
    margin: 45px !important;
  }
  /* line 12409, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-50 {
    margin: 50px !important;
  }
  /* line 12412, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-55 {
    margin: 55px !important;
  }
  /* line 12415, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-60 {
    margin: 60px !important;
  }
  /* line 12418, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-65 {
    margin: 65px !important;
  }
  /* line 12421, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-70 {
    margin: 70px !important;
  }
  /* line 12424, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-75 {
    margin: 75px !important;
  }
  /* line 12427, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-80 {
    margin: 80px !important;
  }
  /* line 12430, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-85 {
    margin: 85px !important;
  }
  /* line 12433, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-90 {
    margin: 90px !important;
  }
  /* line 12436, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-95 {
    margin: 95px !important;
  }
  /* line 12439, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-100 {
    margin: 100px !important;
  }
  /* line 12442, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-105 {
    margin: 105px !important;
  }
  /* line 12445, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-110 {
    margin: 110px !important;
  }
  /* line 12448, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-115 {
    margin: 115px !important;
  }
  /* line 12451, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-120 {
    margin: 120px !important;
  }
  /* line 12454, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-125 {
    margin: 125px !important;
  }
  /* line 12457, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-130 {
    margin: 130px !important;
  }
  /* line 12460, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-135 {
    margin: 135px !important;
  }
  /* line 12463, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-140 {
    margin: 140px !important;
  }
  /* line 12466, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-145 {
    margin: 145px !important;
  }
  /* line 12469, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-150 {
    margin: 150px !important;
  }
  /* line 12472, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-155 {
    margin: 155px !important;
  }
  /* line 12475, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-160 {
    margin: 160px !important;
  }
  /* line 12478, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-165 {
    margin: 165px !important;
  }
  /* line 12481, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-170 {
    margin: 170px !important;
  }
  /* line 12484, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-175 {
    margin: 175px !important;
  }
  /* line 12487, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-180 {
    margin: 180px !important;
  }
  /* line 12490, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-185 {
    margin: 185px !important;
  }
  /* line 12493, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-190 {
    margin: 190px !important;
  }
  /* line 12496, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-195 {
    margin: 195px !important;
  }
  /* line 12499, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xl-200 {
    margin: 200px !important;
  }
  /* line 12502, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-0 {
    margin-top: 0px !important;
  }
  /* line 12505, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-5 {
    margin-top: 5px !important;
  }
  /* line 12508, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-10 {
    margin-top: 10px !important;
  }
  /* line 12511, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-15 {
    margin-top: 15px !important;
  }
  /* line 12514, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-20 {
    margin-top: 20px !important;
  }
  /* line 12517, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-25 {
    margin-top: 25px !important;
  }
  /* line 12520, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-30 {
    margin-top: 30px !important;
  }
  /* line 12523, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-35 {
    margin-top: 35px !important;
  }
  /* line 12526, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-40 {
    margin-top: 40px !important;
  }
  /* line 12529, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-45 {
    margin-top: 45px !important;
  }
  /* line 12532, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-50 {
    margin-top: 50px !important;
  }
  /* line 12535, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-55 {
    margin-top: 55px !important;
  }
  /* line 12538, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-60 {
    margin-top: 60px !important;
  }
  /* line 12541, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-65 {
    margin-top: 65px !important;
  }
  /* line 12544, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-70 {
    margin-top: 70px !important;
  }
  /* line 12547, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-75 {
    margin-top: 75px !important;
  }
  /* line 12550, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-80 {
    margin-top: 80px !important;
  }
  /* line 12553, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-85 {
    margin-top: 85px !important;
  }
  /* line 12556, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-90 {
    margin-top: 90px !important;
  }
  /* line 12559, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-95 {
    margin-top: 95px !important;
  }
  /* line 12562, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-100 {
    margin-top: 100px !important;
  }
  /* line 12565, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-105 {
    margin-top: 105px !important;
  }
  /* line 12568, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-110 {
    margin-top: 110px !important;
  }
  /* line 12571, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-115 {
    margin-top: 115px !important;
  }
  /* line 12574, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-120 {
    margin-top: 120px !important;
  }
  /* line 12577, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-125 {
    margin-top: 125px !important;
  }
  /* line 12580, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-130 {
    margin-top: 130px !important;
  }
  /* line 12583, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-135 {
    margin-top: 135px !important;
  }
  /* line 12586, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-140 {
    margin-top: 140px !important;
  }
  /* line 12589, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-145 {
    margin-top: 145px !important;
  }
  /* line 12592, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-150 {
    margin-top: 150px !important;
  }
  /* line 12595, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-155 {
    margin-top: 155px !important;
  }
  /* line 12598, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-160 {
    margin-top: 160px !important;
  }
  /* line 12601, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-165 {
    margin-top: 165px !important;
  }
  /* line 12604, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-170 {
    margin-top: 170px !important;
  }
  /* line 12607, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-175 {
    margin-top: 175px !important;
  }
  /* line 12610, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-180 {
    margin-top: 180px !important;
  }
  /* line 12613, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-185 {
    margin-top: 185px !important;
  }
  /* line 12616, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-190 {
    margin-top: 190px !important;
  }
  /* line 12619, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-195 {
    margin-top: 195px !important;
  }
  /* line 12622, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xl-200 {
    margin-top: 200px !important;
  }
  /* line 12625, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-0 {
    margin-bottom: 0px !important;
  }
  /* line 12628, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-5 {
    margin-bottom: 5px !important;
  }
  /* line 12631, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  /* line 12634, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-15 {
    margin-bottom: 15px !important;
  }
  /* line 12637, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  /* line 12640, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-25 {
    margin-bottom: 25px !important;
  }
  /* line 12643, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-30 {
    margin-bottom: 30px !important;
  }
  /* line 12646, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-35 {
    margin-bottom: 35px !important;
  }
  /* line 12649, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  /* line 12652, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-45 {
    margin-bottom: 45px !important;
  }
  /* line 12655, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
  /* line 12658, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-55 {
    margin-bottom: 55px !important;
  }
  /* line 12661, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
  /* line 12664, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-65 {
    margin-bottom: 65px !important;
  }
  /* line 12667, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-70 {
    margin-bottom: 70px !important;
  }
  /* line 12670, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-75 {
    margin-bottom: 75px !important;
  }
  /* line 12673, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
  /* line 12676, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-85 {
    margin-bottom: 85px !important;
  }
  /* line 12679, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-90 {
    margin-bottom: 90px !important;
  }
  /* line 12682, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-95 {
    margin-bottom: 95px !important;
  }
  /* line 12685, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
  /* line 12688, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-105 {
    margin-bottom: 105px !important;
  }
  /* line 12691, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-110 {
    margin-bottom: 110px !important;
  }
  /* line 12694, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-115 {
    margin-bottom: 115px !important;
  }
  /* line 12697, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-120 {
    margin-bottom: 120px !important;
  }
  /* line 12700, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-125 {
    margin-bottom: 125px !important;
  }
  /* line 12703, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-130 {
    margin-bottom: 130px !important;
  }
  /* line 12706, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-135 {
    margin-bottom: 135px !important;
  }
  /* line 12709, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-140 {
    margin-bottom: 140px !important;
  }
  /* line 12712, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-145 {
    margin-bottom: 145px !important;
  }
  /* line 12715, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-150 {
    margin-bottom: 150px !important;
  }
  /* line 12718, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-155 {
    margin-bottom: 155px !important;
  }
  /* line 12721, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-160 {
    margin-bottom: 160px !important;
  }
  /* line 12724, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-165 {
    margin-bottom: 165px !important;
  }
  /* line 12727, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-170 {
    margin-bottom: 170px !important;
  }
  /* line 12730, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-175 {
    margin-bottom: 175px !important;
  }
  /* line 12733, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-180 {
    margin-bottom: 180px !important;
  }
  /* line 12736, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-185 {
    margin-bottom: 185px !important;
  }
  /* line 12739, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-190 {
    margin-bottom: 190px !important;
  }
  /* line 12742, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-195 {
    margin-bottom: 195px !important;
  }
  /* line 12745, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xl-200 {
    margin-bottom: 200px !important;
  }
  /* line 12748, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-0 {
    margin-left: 0px !important;
  }
  /* line 12751, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-5 {
    margin-left: 5px !important;
  }
  /* line 12754, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-10 {
    margin-left: 10px !important;
  }
  /* line 12757, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-15 {
    margin-left: 15px !important;
  }
  /* line 12760, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-20 {
    margin-left: 20px !important;
  }
  /* line 12763, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-25 {
    margin-left: 25px !important;
  }
  /* line 12766, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-30 {
    margin-left: 30px !important;
  }
  /* line 12769, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-35 {
    margin-left: 35px !important;
  }
  /* line 12772, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-40 {
    margin-left: 40px !important;
  }
  /* line 12775, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-45 {
    margin-left: 45px !important;
  }
  /* line 12778, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-50 {
    margin-left: 50px !important;
  }
  /* line 12781, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-55 {
    margin-left: 55px !important;
  }
  /* line 12784, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-60 {
    margin-left: 60px !important;
  }
  /* line 12787, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-65 {
    margin-left: 65px !important;
  }
  /* line 12790, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-70 {
    margin-left: 70px !important;
  }
  /* line 12793, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-75 {
    margin-left: 75px !important;
  }
  /* line 12796, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-80 {
    margin-left: 80px !important;
  }
  /* line 12799, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-85 {
    margin-left: 85px !important;
  }
  /* line 12802, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-90 {
    margin-left: 90px !important;
  }
  /* line 12805, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-95 {
    margin-left: 95px !important;
  }
  /* line 12808, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-100 {
    margin-left: 100px !important;
  }
  /* line 12811, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-105 {
    margin-left: 105px !important;
  }
  /* line 12814, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-110 {
    margin-left: 110px !important;
  }
  /* line 12817, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-115 {
    margin-left: 115px !important;
  }
  /* line 12820, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-120 {
    margin-left: 120px !important;
  }
  /* line 12823, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-125 {
    margin-left: 125px !important;
  }
  /* line 12826, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-130 {
    margin-left: 130px !important;
  }
  /* line 12829, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-135 {
    margin-left: 135px !important;
  }
  /* line 12832, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-140 {
    margin-left: 140px !important;
  }
  /* line 12835, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-145 {
    margin-left: 145px !important;
  }
  /* line 12838, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-150 {
    margin-left: 150px !important;
  }
  /* line 12841, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-155 {
    margin-left: 155px !important;
  }
  /* line 12844, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-160 {
    margin-left: 160px !important;
  }
  /* line 12847, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-165 {
    margin-left: 165px !important;
  }
  /* line 12850, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-170 {
    margin-left: 170px !important;
  }
  /* line 12853, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-175 {
    margin-left: 175px !important;
  }
  /* line 12856, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-180 {
    margin-left: 180px !important;
  }
  /* line 12859, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-185 {
    margin-left: 185px !important;
  }
  /* line 12862, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-190 {
    margin-left: 190px !important;
  }
  /* line 12865, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-195 {
    margin-left: 195px !important;
  }
  /* line 12868, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xl-200 {
    margin-left: 200px !important;
  }
  /* line 12871, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-0 {
    margin-right: 0px !important;
  }
  /* line 12874, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-5 {
    margin-right: 5px !important;
  }
  /* line 12877, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-10 {
    margin-right: 10px !important;
  }
  /* line 12880, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-15 {
    margin-right: 15px !important;
  }
  /* line 12883, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-20 {
    margin-right: 20px !important;
  }
  /* line 12886, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-25 {
    margin-right: 25px !important;
  }
  /* line 12889, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-30 {
    margin-right: 30px !important;
  }
  /* line 12892, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-35 {
    margin-right: 35px !important;
  }
  /* line 12895, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-40 {
    margin-right: 40px !important;
  }
  /* line 12898, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-45 {
    margin-right: 45px !important;
  }
  /* line 12901, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-50 {
    margin-right: 50px !important;
  }
  /* line 12904, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-55 {
    margin-right: 55px !important;
  }
  /* line 12907, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-60 {
    margin-right: 60px !important;
  }
  /* line 12910, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-65 {
    margin-right: 65px !important;
  }
  /* line 12913, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-70 {
    margin-right: 70px !important;
  }
  /* line 12916, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-75 {
    margin-right: 75px !important;
  }
  /* line 12919, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-80 {
    margin-right: 80px !important;
  }
  /* line 12922, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-85 {
    margin-right: 85px !important;
  }
  /* line 12925, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-90 {
    margin-right: 90px !important;
  }
  /* line 12928, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-95 {
    margin-right: 95px !important;
  }
  /* line 12931, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-100 {
    margin-right: 100px !important;
  }
  /* line 12934, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-105 {
    margin-right: 105px !important;
  }
  /* line 12937, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-110 {
    margin-right: 110px !important;
  }
  /* line 12940, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-115 {
    margin-right: 115px !important;
  }
  /* line 12943, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-120 {
    margin-right: 120px !important;
  }
  /* line 12946, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-125 {
    margin-right: 125px !important;
  }
  /* line 12949, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-130 {
    margin-right: 130px !important;
  }
  /* line 12952, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-135 {
    margin-right: 135px !important;
  }
  /* line 12955, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-140 {
    margin-right: 140px !important;
  }
  /* line 12958, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-145 {
    margin-right: 145px !important;
  }
  /* line 12961, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-150 {
    margin-right: 150px !important;
  }
  /* line 12964, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-155 {
    margin-right: 155px !important;
  }
  /* line 12967, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-160 {
    margin-right: 160px !important;
  }
  /* line 12970, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-165 {
    margin-right: 165px !important;
  }
  /* line 12973, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-170 {
    margin-right: 170px !important;
  }
  /* line 12976, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-175 {
    margin-right: 175px !important;
  }
  /* line 12979, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-180 {
    margin-right: 180px !important;
  }
  /* line 12982, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-185 {
    margin-right: 185px !important;
  }
  /* line 12985, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-190 {
    margin-right: 190px !important;
  }
  /* line 12988, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-195 {
    margin-right: 195px !important;
  }
  /* line 12991, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xl-200 {
    margin-right: 200px !important;
  }
  /* line 12994, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  /* line 12998, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  /* line 13002, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  /* line 13006, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  /* line 13010, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  /* line 13014, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  /* line 13018, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  /* line 13022, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  /* line 13026, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  /* line 13030, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  /* line 13034, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  /* line 13038, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  /* line 13042, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  /* line 13046, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  /* line 13050, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  /* line 13054, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  /* line 13058, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  /* line 13062, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  /* line 13066, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  /* line 13070, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  /* line 13074, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  /* line 13078, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }
  /* line 13082, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  /* line 13086, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }
  /* line 13090, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  /* line 13094, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-125 {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }
  /* line 13098, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-130 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }
  /* line 13102, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-135 {
    margin-left: 135px !important;
    margin-right: 135px !important;
  }
  /* line 13106, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-140 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }
  /* line 13110, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-145 {
    margin-left: 145px !important;
    margin-right: 145px !important;
  }
  /* line 13114, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  /* line 13118, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-155 {
    margin-left: 155px !important;
    margin-right: 155px !important;
  }
  /* line 13122, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  /* line 13126, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-165 {
    margin-left: 165px !important;
    margin-right: 165px !important;
  }
  /* line 13130, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-170 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }
  /* line 13134, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-175 {
    margin-left: 175px !important;
    margin-right: 175px !important;
  }
  /* line 13138, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-180 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }
  /* line 13142, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-185 {
    margin-left: 185px !important;
    margin-right: 185px !important;
  }
  /* line 13146, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-190 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }
  /* line 13150, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-195 {
    margin-left: 195px !important;
    margin-right: 195px !important;
  }
  /* line 13154, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xl-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  /* line 13158, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  /* line 13162, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  /* line 13166, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  /* line 13170, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  /* line 13174, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  /* line 13178, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  /* line 13182, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  /* line 13186, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  /* line 13190, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  /* line 13194, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  /* line 13198, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  /* line 13202, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  /* line 13206, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  /* line 13210, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  /* line 13214, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  /* line 13218, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  /* line 13222, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  /* line 13226, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  /* line 13230, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  /* line 13234, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  /* line 13238, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  /* line 13242, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  /* line 13246, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  /* line 13250, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  /* line 13254, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  /* line 13258, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }
  /* line 13262, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  /* line 13266, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }
  /* line 13270, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  /* line 13274, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }
  /* line 13278, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  /* line 13282, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important;
  }
  /* line 13286, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  /* line 13290, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
  }
  /* line 13294, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  /* line 13298, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
  }
  /* line 13302, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  /* line 13306, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
  }
  /* line 13310, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  /* line 13314, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important;
  }
  /* line 13318, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xl-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
}

@media (min-width: 1440px) {
  /* line 13322, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-0 {
    margin: 0px !important;
  }
  /* line 13325, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-5 {
    margin: 5px !important;
  }
  /* line 13328, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-10 {
    margin: 10px !important;
  }
  /* line 13331, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-15 {
    margin: 15px !important;
  }
  /* line 13334, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-20 {
    margin: 20px !important;
  }
  /* line 13337, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-25 {
    margin: 25px !important;
  }
  /* line 13340, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-30 {
    margin: 30px !important;
  }
  /* line 13343, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-35 {
    margin: 35px !important;
  }
  /* line 13346, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-40 {
    margin: 40px !important;
  }
  /* line 13349, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-45 {
    margin: 45px !important;
  }
  /* line 13352, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-50 {
    margin: 50px !important;
  }
  /* line 13355, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-55 {
    margin: 55px !important;
  }
  /* line 13358, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-60 {
    margin: 60px !important;
  }
  /* line 13361, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-65 {
    margin: 65px !important;
  }
  /* line 13364, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-70 {
    margin: 70px !important;
  }
  /* line 13367, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-75 {
    margin: 75px !important;
  }
  /* line 13370, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-80 {
    margin: 80px !important;
  }
  /* line 13373, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-85 {
    margin: 85px !important;
  }
  /* line 13376, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-90 {
    margin: 90px !important;
  }
  /* line 13379, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-95 {
    margin: 95px !important;
  }
  /* line 13382, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-100 {
    margin: 100px !important;
  }
  /* line 13385, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-105 {
    margin: 105px !important;
  }
  /* line 13388, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-110 {
    margin: 110px !important;
  }
  /* line 13391, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-115 {
    margin: 115px !important;
  }
  /* line 13394, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-120 {
    margin: 120px !important;
  }
  /* line 13397, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-125 {
    margin: 125px !important;
  }
  /* line 13400, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-130 {
    margin: 130px !important;
  }
  /* line 13403, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-135 {
    margin: 135px !important;
  }
  /* line 13406, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-140 {
    margin: 140px !important;
  }
  /* line 13409, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-145 {
    margin: 145px !important;
  }
  /* line 13412, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-150 {
    margin: 150px !important;
  }
  /* line 13415, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-155 {
    margin: 155px !important;
  }
  /* line 13418, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-160 {
    margin: 160px !important;
  }
  /* line 13421, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-165 {
    margin: 165px !important;
  }
  /* line 13424, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-170 {
    margin: 170px !important;
  }
  /* line 13427, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-175 {
    margin: 175px !important;
  }
  /* line 13430, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-180 {
    margin: 180px !important;
  }
  /* line 13433, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-185 {
    margin: 185px !important;
  }
  /* line 13436, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-190 {
    margin: 190px !important;
  }
  /* line 13439, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-195 {
    margin: 195px !important;
  }
  /* line 13442, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .m-xxl-200 {
    margin: 200px !important;
  }
  /* line 13445, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-0 {
    margin-top: 0px !important;
  }
  /* line 13448, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-5 {
    margin-top: 5px !important;
  }
  /* line 13451, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-10 {
    margin-top: 10px !important;
  }
  /* line 13454, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-15 {
    margin-top: 15px !important;
  }
  /* line 13457, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-20 {
    margin-top: 20px !important;
  }
  /* line 13460, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-25 {
    margin-top: 25px !important;
  }
  /* line 13463, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-30 {
    margin-top: 30px !important;
  }
  /* line 13466, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-35 {
    margin-top: 35px !important;
  }
  /* line 13469, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-40 {
    margin-top: 40px !important;
  }
  /* line 13472, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-45 {
    margin-top: 45px !important;
  }
  /* line 13475, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-50 {
    margin-top: 50px !important;
  }
  /* line 13478, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-55 {
    margin-top: 55px !important;
  }
  /* line 13481, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-60 {
    margin-top: 60px !important;
  }
  /* line 13484, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-65 {
    margin-top: 65px !important;
  }
  /* line 13487, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-70 {
    margin-top: 70px !important;
  }
  /* line 13490, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-75 {
    margin-top: 75px !important;
  }
  /* line 13493, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-80 {
    margin-top: 80px !important;
  }
  /* line 13496, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-85 {
    margin-top: 85px !important;
  }
  /* line 13499, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-90 {
    margin-top: 90px !important;
  }
  /* line 13502, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-95 {
    margin-top: 95px !important;
  }
  /* line 13505, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-100 {
    margin-top: 100px !important;
  }
  /* line 13508, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-105 {
    margin-top: 105px !important;
  }
  /* line 13511, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-110 {
    margin-top: 110px !important;
  }
  /* line 13514, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-115 {
    margin-top: 115px !important;
  }
  /* line 13517, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-120 {
    margin-top: 120px !important;
  }
  /* line 13520, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-125 {
    margin-top: 125px !important;
  }
  /* line 13523, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-130 {
    margin-top: 130px !important;
  }
  /* line 13526, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-135 {
    margin-top: 135px !important;
  }
  /* line 13529, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-140 {
    margin-top: 140px !important;
  }
  /* line 13532, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-145 {
    margin-top: 145px !important;
  }
  /* line 13535, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-150 {
    margin-top: 150px !important;
  }
  /* line 13538, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-155 {
    margin-top: 155px !important;
  }
  /* line 13541, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-160 {
    margin-top: 160px !important;
  }
  /* line 13544, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-165 {
    margin-top: 165px !important;
  }
  /* line 13547, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-170 {
    margin-top: 170px !important;
  }
  /* line 13550, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-175 {
    margin-top: 175px !important;
  }
  /* line 13553, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-180 {
    margin-top: 180px !important;
  }
  /* line 13556, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-185 {
    margin-top: 185px !important;
  }
  /* line 13559, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-190 {
    margin-top: 190px !important;
  }
  /* line 13562, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-195 {
    margin-top: 195px !important;
  }
  /* line 13565, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mt-xxl-200 {
    margin-top: 200px !important;
  }
  /* line 13568, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-0 {
    margin-bottom: 0px !important;
  }
  /* line 13571, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-5 {
    margin-bottom: 5px !important;
  }
  /* line 13574, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-10 {
    margin-bottom: 10px !important;
  }
  /* line 13577, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-15 {
    margin-bottom: 15px !important;
  }
  /* line 13580, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-20 {
    margin-bottom: 20px !important;
  }
  /* line 13583, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-25 {
    margin-bottom: 25px !important;
  }
  /* line 13586, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-30 {
    margin-bottom: 30px !important;
  }
  /* line 13589, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-35 {
    margin-bottom: 35px !important;
  }
  /* line 13592, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-40 {
    margin-bottom: 40px !important;
  }
  /* line 13595, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-45 {
    margin-bottom: 45px !important;
  }
  /* line 13598, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-50 {
    margin-bottom: 50px !important;
  }
  /* line 13601, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-55 {
    margin-bottom: 55px !important;
  }
  /* line 13604, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-60 {
    margin-bottom: 60px !important;
  }
  /* line 13607, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-65 {
    margin-bottom: 65px !important;
  }
  /* line 13610, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-70 {
    margin-bottom: 70px !important;
  }
  /* line 13613, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-75 {
    margin-bottom: 75px !important;
  }
  /* line 13616, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-80 {
    margin-bottom: 80px !important;
  }
  /* line 13619, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-85 {
    margin-bottom: 85px !important;
  }
  /* line 13622, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-90 {
    margin-bottom: 90px !important;
  }
  /* line 13625, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-95 {
    margin-bottom: 95px !important;
  }
  /* line 13628, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-100 {
    margin-bottom: 100px !important;
  }
  /* line 13631, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-105 {
    margin-bottom: 105px !important;
  }
  /* line 13634, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-110 {
    margin-bottom: 110px !important;
  }
  /* line 13637, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-115 {
    margin-bottom: 115px !important;
  }
  /* line 13640, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-120 {
    margin-bottom: 120px !important;
  }
  /* line 13643, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-125 {
    margin-bottom: 125px !important;
  }
  /* line 13646, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-130 {
    margin-bottom: 130px !important;
  }
  /* line 13649, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-135 {
    margin-bottom: 135px !important;
  }
  /* line 13652, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-140 {
    margin-bottom: 140px !important;
  }
  /* line 13655, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-145 {
    margin-bottom: 145px !important;
  }
  /* line 13658, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-150 {
    margin-bottom: 150px !important;
  }
  /* line 13661, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-155 {
    margin-bottom: 155px !important;
  }
  /* line 13664, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-160 {
    margin-bottom: 160px !important;
  }
  /* line 13667, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-165 {
    margin-bottom: 165px !important;
  }
  /* line 13670, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-170 {
    margin-bottom: 170px !important;
  }
  /* line 13673, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-175 {
    margin-bottom: 175px !important;
  }
  /* line 13676, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-180 {
    margin-bottom: 180px !important;
  }
  /* line 13679, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-185 {
    margin-bottom: 185px !important;
  }
  /* line 13682, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-190 {
    margin-bottom: 190px !important;
  }
  /* line 13685, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-195 {
    margin-bottom: 195px !important;
  }
  /* line 13688, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mb-xxl-200 {
    margin-bottom: 200px !important;
  }
  /* line 13691, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-0 {
    margin-left: 0px !important;
  }
  /* line 13694, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-5 {
    margin-left: 5px !important;
  }
  /* line 13697, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-10 {
    margin-left: 10px !important;
  }
  /* line 13700, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-15 {
    margin-left: 15px !important;
  }
  /* line 13703, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-20 {
    margin-left: 20px !important;
  }
  /* line 13706, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-25 {
    margin-left: 25px !important;
  }
  /* line 13709, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-30 {
    margin-left: 30px !important;
  }
  /* line 13712, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-35 {
    margin-left: 35px !important;
  }
  /* line 13715, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-40 {
    margin-left: 40px !important;
  }
  /* line 13718, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-45 {
    margin-left: 45px !important;
  }
  /* line 13721, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-50 {
    margin-left: 50px !important;
  }
  /* line 13724, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-55 {
    margin-left: 55px !important;
  }
  /* line 13727, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-60 {
    margin-left: 60px !important;
  }
  /* line 13730, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-65 {
    margin-left: 65px !important;
  }
  /* line 13733, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-70 {
    margin-left: 70px !important;
  }
  /* line 13736, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-75 {
    margin-left: 75px !important;
  }
  /* line 13739, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-80 {
    margin-left: 80px !important;
  }
  /* line 13742, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-85 {
    margin-left: 85px !important;
  }
  /* line 13745, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-90 {
    margin-left: 90px !important;
  }
  /* line 13748, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-95 {
    margin-left: 95px !important;
  }
  /* line 13751, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-100 {
    margin-left: 100px !important;
  }
  /* line 13754, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-105 {
    margin-left: 105px !important;
  }
  /* line 13757, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-110 {
    margin-left: 110px !important;
  }
  /* line 13760, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-115 {
    margin-left: 115px !important;
  }
  /* line 13763, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-120 {
    margin-left: 120px !important;
  }
  /* line 13766, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-125 {
    margin-left: 125px !important;
  }
  /* line 13769, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-130 {
    margin-left: 130px !important;
  }
  /* line 13772, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-135 {
    margin-left: 135px !important;
  }
  /* line 13775, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-140 {
    margin-left: 140px !important;
  }
  /* line 13778, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-145 {
    margin-left: 145px !important;
  }
  /* line 13781, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-150 {
    margin-left: 150px !important;
  }
  /* line 13784, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-155 {
    margin-left: 155px !important;
  }
  /* line 13787, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-160 {
    margin-left: 160px !important;
  }
  /* line 13790, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-165 {
    margin-left: 165px !important;
  }
  /* line 13793, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-170 {
    margin-left: 170px !important;
  }
  /* line 13796, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-175 {
    margin-left: 175px !important;
  }
  /* line 13799, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-180 {
    margin-left: 180px !important;
  }
  /* line 13802, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-185 {
    margin-left: 185px !important;
  }
  /* line 13805, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-190 {
    margin-left: 190px !important;
  }
  /* line 13808, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-195 {
    margin-left: 195px !important;
  }
  /* line 13811, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .ms-xxl-200 {
    margin-left: 200px !important;
  }
  /* line 13814, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-0 {
    margin-right: 0px !important;
  }
  /* line 13817, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-5 {
    margin-right: 5px !important;
  }
  /* line 13820, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-10 {
    margin-right: 10px !important;
  }
  /* line 13823, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-15 {
    margin-right: 15px !important;
  }
  /* line 13826, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-20 {
    margin-right: 20px !important;
  }
  /* line 13829, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-25 {
    margin-right: 25px !important;
  }
  /* line 13832, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-30 {
    margin-right: 30px !important;
  }
  /* line 13835, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-35 {
    margin-right: 35px !important;
  }
  /* line 13838, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-40 {
    margin-right: 40px !important;
  }
  /* line 13841, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-45 {
    margin-right: 45px !important;
  }
  /* line 13844, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-50 {
    margin-right: 50px !important;
  }
  /* line 13847, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-55 {
    margin-right: 55px !important;
  }
  /* line 13850, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-60 {
    margin-right: 60px !important;
  }
  /* line 13853, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-65 {
    margin-right: 65px !important;
  }
  /* line 13856, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-70 {
    margin-right: 70px !important;
  }
  /* line 13859, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-75 {
    margin-right: 75px !important;
  }
  /* line 13862, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-80 {
    margin-right: 80px !important;
  }
  /* line 13865, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-85 {
    margin-right: 85px !important;
  }
  /* line 13868, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-90 {
    margin-right: 90px !important;
  }
  /* line 13871, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-95 {
    margin-right: 95px !important;
  }
  /* line 13874, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-100 {
    margin-right: 100px !important;
  }
  /* line 13877, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-105 {
    margin-right: 105px !important;
  }
  /* line 13880, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-110 {
    margin-right: 110px !important;
  }
  /* line 13883, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-115 {
    margin-right: 115px !important;
  }
  /* line 13886, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-120 {
    margin-right: 120px !important;
  }
  /* line 13889, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-125 {
    margin-right: 125px !important;
  }
  /* line 13892, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-130 {
    margin-right: 130px !important;
  }
  /* line 13895, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-135 {
    margin-right: 135px !important;
  }
  /* line 13898, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-140 {
    margin-right: 140px !important;
  }
  /* line 13901, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-145 {
    margin-right: 145px !important;
  }
  /* line 13904, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-150 {
    margin-right: 150px !important;
  }
  /* line 13907, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-155 {
    margin-right: 155px !important;
  }
  /* line 13910, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-160 {
    margin-right: 160px !important;
  }
  /* line 13913, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-165 {
    margin-right: 165px !important;
  }
  /* line 13916, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-170 {
    margin-right: 170px !important;
  }
  /* line 13919, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-175 {
    margin-right: 175px !important;
  }
  /* line 13922, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-180 {
    margin-right: 180px !important;
  }
  /* line 13925, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-185 {
    margin-right: 185px !important;
  }
  /* line 13928, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-190 {
    margin-right: 190px !important;
  }
  /* line 13931, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-195 {
    margin-right: 195px !important;
  }
  /* line 13934, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .me-xxl-200 {
    margin-right: 200px !important;
  }
  /* line 13937, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  /* line 13941, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  /* line 13945, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  /* line 13949, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  /* line 13953, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  /* line 13957, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  /* line 13961, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  /* line 13965, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  /* line 13969, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  /* line 13973, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  /* line 13977, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  /* line 13981, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  /* line 13985, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  /* line 13989, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  /* line 13993, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  /* line 13997, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  /* line 14001, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  /* line 14005, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  /* line 14009, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  /* line 14013, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  /* line 14017, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  /* line 14021, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }
  /* line 14025, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  /* line 14029, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }
  /* line 14033, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  /* line 14037, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-125 {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }
  /* line 14041, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-130 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }
  /* line 14045, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-135 {
    margin-left: 135px !important;
    margin-right: 135px !important;
  }
  /* line 14049, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-140 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }
  /* line 14053, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-145 {
    margin-left: 145px !important;
    margin-right: 145px !important;
  }
  /* line 14057, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  /* line 14061, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-155 {
    margin-left: 155px !important;
    margin-right: 155px !important;
  }
  /* line 14065, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  /* line 14069, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-165 {
    margin-left: 165px !important;
    margin-right: 165px !important;
  }
  /* line 14073, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-170 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }
  /* line 14077, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-175 {
    margin-left: 175px !important;
    margin-right: 175px !important;
  }
  /* line 14081, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-180 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }
  /* line 14085, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-185 {
    margin-left: 185px !important;
    margin-right: 185px !important;
  }
  /* line 14089, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-190 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }
  /* line 14093, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-195 {
    margin-left: 195px !important;
    margin-right: 195px !important;
  }
  /* line 14097, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .mx-xxl-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  /* line 14101, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  /* line 14105, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  /* line 14109, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  /* line 14113, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  /* line 14117, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  /* line 14121, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  /* line 14125, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  /* line 14129, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  /* line 14133, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  /* line 14137, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  /* line 14141, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  /* line 14145, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  /* line 14149, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  /* line 14153, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  /* line 14157, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  /* line 14161, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  /* line 14165, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  /* line 14169, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  /* line 14173, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  /* line 14177, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  /* line 14181, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  /* line 14185, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  /* line 14189, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  /* line 14193, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  /* line 14197, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  /* line 14201, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }
  /* line 14205, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  /* line 14209, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }
  /* line 14213, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  /* line 14217, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }
  /* line 14221, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  /* line 14225, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important;
  }
  /* line 14229, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  /* line 14233, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
  }
  /* line 14237, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  /* line 14241, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
  }
  /* line 14245, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  /* line 14249, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
  }
  /* line 14253, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  /* line 14257, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important;
  }
  /* line 14261, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .my-xxl-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
}

/*******************
Width property 
*******************/
/* line 14267, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-0 {
  width: 0px !important;
}

/* line 14270, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-0 {
  min-width: 0px !important;
}

/* line 14273, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-0 {
  max-width: 0px !important;
}

/* line 14276, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-10 {
  width: 10px !important;
}

/* line 14279, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-10 {
  min-width: 10px !important;
}

/* line 14282, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-10 {
  max-width: 10px !important;
}

/* line 14285, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-20 {
  width: 20px !important;
}

/* line 14288, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-20 {
  min-width: 20px !important;
}

/* line 14291, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-20 {
  max-width: 20px !important;
}

/* line 14294, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-30 {
  width: 30px !important;
}

/* line 14297, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-30 {
  min-width: 30px !important;
}

/* line 14300, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-30 {
  max-width: 30px !important;
}

/* line 14303, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-40 {
  width: 40px !important;
}

/* line 14306, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-40 {
  min-width: 40px !important;
}

/* line 14309, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-40 {
  max-width: 40px !important;
}

/* line 14312, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-50 {
  width: 50px !important;
}

/* line 14315, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-50 {
  min-width: 50px !important;
}

/* line 14318, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-50 {
  max-width: 50px !important;
}

/* line 14321, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-60 {
  width: 60px !important;
}

/* line 14324, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-60 {
  min-width: 60px !important;
}

/* line 14327, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-60 {
  max-width: 60px !important;
}

/* line 14330, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-70 {
  width: 70px !important;
}

/* line 14333, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-70 {
  min-width: 70px !important;
}

/* line 14336, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-70 {
  max-width: 70px !important;
}

/* line 14339, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-80 {
  width: 80px !important;
}

/* line 14342, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-80 {
  min-width: 80px !important;
}

/* line 14345, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-80 {
  max-width: 80px !important;
}

/* line 14348, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-90 {
  width: 90px !important;
}

/* line 14351, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-90 {
  min-width: 90px !important;
}

/* line 14354, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-90 {
  max-width: 90px !important;
}

/* line 14357, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-100 {
  width: 100px !important;
}

/* line 14360, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-100 {
  min-width: 100px !important;
}

/* line 14363, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-100 {
  max-width: 100px !important;
}

/* line 14366, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-120 {
  width: 120px !important;
}

/* line 14369, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-120 {
  min-width: 120px !important;
}

/* line 14372, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-120 {
  max-width: 120px !important;
}

/* line 14375, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-150 {
  width: 150px !important;
}

/* line 14378, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-150 {
  min-width: 150px !important;
}

/* line 14381, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-150 {
  max-width: 150px !important;
}

/* line 14384, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-160 {
  width: 160px !important;
}

/* line 14387, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-160 {
  min-width: 160px !important;
}

/* line 14390, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-160 {
  max-width: 160px !important;
}

/* line 14393, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-170 {
  width: 170px !important;
}

/* line 14396, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-170 {
  min-width: 170px !important;
}

/* line 14399, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-170 {
  max-width: 170px !important;
}

/* line 14402, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-180 {
  width: 180px !important;
}

/* line 14405, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-180 {
  min-width: 180px !important;
}

/* line 14408, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-180 {
  max-width: 180px !important;
}

/* line 14411, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-190 {
  width: 190px !important;
}

/* line 14414, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-190 {
  min-width: 190px !important;
}

/* line 14417, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-190 {
  max-width: 190px !important;
}

/* line 14420, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-200 {
  width: 200px !important;
}

/* line 14423, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-200 {
  min-width: 200px !important;
}

/* line 14426, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-200 {
  max-width: 200px !important;
}

/* line 14429, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-250 {
  width: 250px !important;
}

/* line 14432, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-250 {
  min-width: 250px !important;
}

/* line 14435, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-250 {
  max-width: 250px !important;
}

/* line 14438, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-300 {
  width: 300px !important;
}

/* line 14441, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-300 {
  min-width: 300px !important;
}

/* line 14444, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-300 {
  max-width: 300px !important;
}

/* line 14447, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-350 {
  width: 350px !important;
}

/* line 14450, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-350 {
  min-width: 350px !important;
}

/* line 14453, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-350 {
  max-width: 350px !important;
}

/* line 14456, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-400 {
  width: 400px !important;
}

/* line 14459, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-400 {
  min-width: 400px !important;
}

/* line 14462, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-400 {
  max-width: 400px !important;
}

/* line 14465, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-450 {
  width: 450px !important;
}

/* line 14468, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-450 {
  min-width: 450px !important;
}

/* line 14471, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-450 {
  max-width: 450px !important;
}

/* line 14474, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-500 {
  width: 500px !important;
}

/* line 14477, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-500 {
  min-width: 500px !important;
}

/* line 14480, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-500 {
  max-width: 500px !important;
}

/* line 14483, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-550 {
  width: 550px !important;
}

/* line 14486, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-550 {
  min-width: 550px !important;
}

/* line 14489, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-550 {
  max-width: 550px !important;
}

/* line 14492, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-600 {
  width: 600px !important;
}

/* line 14495, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-600 {
  min-width: 600px !important;
}

/* line 14498, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-600 {
  max-width: 600px !important;
}

/* line 14501, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-650 {
  width: 650px !important;
}

/* line 14504, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-650 {
  min-width: 650px !important;
}

/* line 14507, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-650 {
  max-width: 650px !important;
}

/* line 14510, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-700 {
  width: 700px !important;
}

/* line 14513, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-700 {
  min-width: 700px !important;
}

/* line 14516, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-700 {
  max-width: 700px !important;
}

/* line 14519, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-750 {
  width: 750px !important;
}

/* line 14522, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-750 {
  min-width: 750px !important;
}

/* line 14525, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-750 {
  max-width: 750px !important;
}

/* line 14528, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-800 {
  width: 800px !important;
}

/* line 14531, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-800 {
  min-width: 800px !important;
}

/* line 14534, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-800 {
  max-width: 800px !important;
}

/* line 14537, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-850 {
  width: 850px !important;
}

/* line 14540, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-850 {
  min-width: 850px !important;
}

/* line 14543, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-850 {
  max-width: 850px !important;
}

/* line 14546, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-900 {
  width: 900px !important;
}

/* line 14549, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-900 {
  min-width: 900px !important;
}

/* line 14552, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-900 {
  max-width: 900px !important;
}

/* line 14555, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-950 {
  width: 950px !important;
}

/* line 14558, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-950 {
  min-width: 950px !important;
}

/* line 14561, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-950 {
  max-width: 950px !important;
}

/* line 14564, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-1000 {
  width: 1000px !important;
}

/* line 14567, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-1000 {
  min-width: 1000px !important;
}

/* line 14570, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-1000 {
  max-width: 1000px !important;
}

/* line 14573, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-p5 {
  width: 5%;
}

/* line 14576, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-p5 {
  min-width: 5%;
}

/* line 14579, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-p5 {
  max-width: 5%;
}

/* line 14582, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-p10 {
  width: 10%;
}

/* line 14585, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-p10 {
  min-width: 10%;
}

/* line 14588, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-p10 {
  max-width: 10%;
}

/* line 14591, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-p15 {
  width: 15%;
}

/* line 14594, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-p15 {
  min-width: 15%;
}

/* line 14597, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-p15 {
  max-width: 15%;
}

/* line 14600, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-p20 {
  width: 20%;
}

/* line 14603, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-p20 {
  min-width: 20%;
}

/* line 14606, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-p20 {
  max-width: 20%;
}

/* line 14609, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-p25 {
  width: 25%;
}

/* line 14612, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-p25 {
  min-width: 25%;
}

/* line 14615, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-p25 {
  max-width: 25%;
}

/* line 14618, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-p30 {
  width: 30%;
}

/* line 14621, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-p30 {
  min-width: 30%;
}

/* line 14624, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-p30 {
  max-width: 30%;
}

/* line 14627, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-p35 {
  width: 35%;
}

/* line 14630, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-p35 {
  min-width: 35%;
}

/* line 14633, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-p35 {
  max-width: 35%;
}

/* line 14636, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-p40 {
  width: 40%;
}

/* line 14639, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-p40 {
  min-width: 40%;
}

/* line 14642, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-p40 {
  max-width: 40%;
}

/* line 14645, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-p45 {
  width: 45%;
}

/* line 14648, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-p45 {
  min-width: 45%;
}

/* line 14651, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-p45 {
  max-width: 45%;
}

/* line 14654, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-p50 {
  width: 50%;
}

/* line 14657, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-p50 {
  min-width: 50%;
}

/* line 14660, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-p50 {
  max-width: 50%;
}

/* line 14663, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-p60 {
  width: 60%;
}

/* line 14666, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-p60 {
  min-width: 60%;
}

/* line 14669, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-p60 {
  max-width: 60%;
}

/* line 14672, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-p65 {
  width: 65%;
}

/* line 14675, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-p65 {
  min-width: 65%;
}

/* line 14678, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-p65 {
  max-width: 65%;
}

/* line 14681, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-p70 {
  width: 70%;
}

/* line 14684, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-p70 {
  min-width: 70%;
}

/* line 14687, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-p70 {
  max-width: 70%;
}

/* line 14690, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-p75 {
  width: 75%;
}

/* line 14693, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-p75 {
  min-width: 75%;
}

/* line 14696, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-p75 {
  max-width: 75%;
}

/* line 14699, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-p80 {
  width: 80%;
}

/* line 14702, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-p80 {
  min-width: 80%;
}

/* line 14705, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-p80 {
  max-width: 80%;
}

/* line 14708, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-p85 {
  width: 85%;
}

/* line 14711, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-p85 {
  min-width: 85%;
}

/* line 14714, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-p85 {
  max-width: 85%;
}

/* line 14717, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-p90 {
  width: 90%;
}

/* line 14720, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-p90 {
  min-width: 90%;
}

/* line 14723, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-p90 {
  max-width: 90%;
}

/* line 14726, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-p95 {
  width: 95%;
}

/* line 14729, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-p95 {
  min-width: 95%;
}

/* line 14732, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-p95 {
  max-width: 95%;
}

/* line 14735, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-p100 {
  width: 100% !important;
}

/* line 14738, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-p100 {
  min-width: 100% !important;
}

/* line 14741, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-p100 {
  max-width: 100% !important;
}

/* line 14744, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w-auto {
  width: auto;
}

/* line 14747, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-w-auto {
  min-width: auto;
}

/* line 14750, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-w-auto {
  max-width: auto;
}

@media (max-width: 575px) {
  /* line 14754, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-0 {
    width: 0px;
  }
  /* line 14757, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-0 {
    min-width: 0px;
  }
  /* line 14760, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-0 {
    max-width: 0px;
  }
  /* line 14763, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-10 {
    width: 10px;
  }
  /* line 14766, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-10 {
    min-width: 10px;
  }
  /* line 14769, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-10 {
    max-width: 10px;
  }
  /* line 14772, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-20 {
    width: 20px;
  }
  /* line 14775, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-20 {
    min-width: 20px;
  }
  /* line 14778, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-20 {
    max-width: 20px;
  }
  /* line 14781, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-30 {
    width: 30px;
  }
  /* line 14784, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-30 {
    min-width: 30px;
  }
  /* line 14787, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-30 {
    max-width: 30px;
  }
  /* line 14790, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-40 {
    width: 40px;
  }
  /* line 14793, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-40 {
    min-width: 40px;
  }
  /* line 14796, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-40 {
    max-width: 40px;
  }
  /* line 14799, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-50 {
    width: 50px;
  }
  /* line 14802, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-50 {
    min-width: 50px;
  }
  /* line 14805, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-50 {
    max-width: 50px;
  }
  /* line 14808, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-60 {
    width: 60px;
  }
  /* line 14811, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-60 {
    min-width: 60px;
  }
  /* line 14814, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-60 {
    max-width: 60px;
  }
  /* line 14817, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-70 {
    width: 70px;
  }
  /* line 14820, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-70 {
    min-width: 70px;
  }
  /* line 14823, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-70 {
    max-width: 70px;
  }
  /* line 14826, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-80 {
    width: 80px;
  }
  /* line 14829, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-80 {
    min-width: 80px;
  }
  /* line 14832, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-80 {
    max-width: 80px;
  }
  /* line 14835, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-90 {
    width: 90px;
  }
  /* line 14838, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-90 {
    min-width: 90px;
  }
  /* line 14841, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-90 {
    max-width: 90px;
  }
  /* line 14844, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-100 {
    width: 100px;
  }
  /* line 14847, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-100 {
    min-width: 100px;
  }
  /* line 14850, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-100 {
    max-width: 100px;
  }
  /* line 14853, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-120 {
    width: 120px;
  }
  /* line 14856, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-120 {
    min-width: 120px;
  }
  /* line 14859, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-120 {
    max-width: 120px;
  }
  /* line 14862, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-150 {
    width: 150px;
  }
  /* line 14865, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-150 {
    min-width: 150px;
  }
  /* line 14868, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-150 {
    max-width: 150px;
  }
  /* line 14871, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-160 {
    width: 160px;
  }
  /* line 14874, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-160 {
    min-width: 160px;
  }
  /* line 14877, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-160 {
    max-width: 160px;
  }
  /* line 14880, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-170 {
    width: 170px;
  }
  /* line 14883, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-170 {
    min-width: 170px;
  }
  /* line 14886, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-170 {
    max-width: 170px;
  }
  /* line 14889, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-180 {
    width: 180px;
  }
  /* line 14892, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-180 {
    min-width: 180px;
  }
  /* line 14895, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-180 {
    max-width: 180px;
  }
  /* line 14898, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-190 {
    width: 190px;
  }
  /* line 14901, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-190 {
    min-width: 190px;
  }
  /* line 14904, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-190 {
    max-width: 190px;
  }
  /* line 14907, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-200 {
    width: 200px;
  }
  /* line 14910, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-200 {
    min-width: 200px;
  }
  /* line 14913, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-200 {
    max-width: 200px;
  }
  /* line 14916, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-250 {
    width: 250px;
  }
  /* line 14919, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-250 {
    min-width: 250px;
  }
  /* line 14922, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-250 {
    max-width: 250px;
  }
  /* line 14925, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-300 {
    width: 300px;
  }
  /* line 14928, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-300 {
    min-width: 300px;
  }
  /* line 14931, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-300 {
    max-width: 300px;
  }
  /* line 14934, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-350 {
    width: 350px;
  }
  /* line 14937, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-350 {
    min-width: 350px;
  }
  /* line 14940, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-350 {
    max-width: 350px;
  }
  /* line 14943, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-400 {
    width: 400px;
  }
  /* line 14946, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-400 {
    min-width: 400px;
  }
  /* line 14949, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-400 {
    max-width: 400px;
  }
  /* line 14952, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-450 {
    width: 450px;
  }
  /* line 14955, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-450 {
    min-width: 450px;
  }
  /* line 14958, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-450 {
    max-width: 450px;
  }
  /* line 14961, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-500 {
    width: 500px;
  }
  /* line 14964, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-500 {
    min-width: 500px;
  }
  /* line 14967, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-500 {
    max-width: 500px;
  }
  /* line 14970, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-550 {
    width: 550px;
  }
  /* line 14973, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-550 {
    min-width: 550px;
  }
  /* line 14976, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-550 {
    max-width: 550px;
  }
  /* line 14979, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-600 {
    width: 600px;
  }
  /* line 14982, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-600 {
    min-width: 600px;
  }
  /* line 14985, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-600 {
    max-width: 600px;
  }
  /* line 14988, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-650 {
    width: 650px;
  }
  /* line 14991, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-650 {
    min-width: 650px;
  }
  /* line 14994, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-650 {
    max-width: 650px;
  }
  /* line 14997, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-700 {
    width: 700px;
  }
  /* line 15000, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-700 {
    min-width: 700px;
  }
  /* line 15003, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-700 {
    max-width: 700px;
  }
  /* line 15006, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-750 {
    width: 750px;
  }
  /* line 15009, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-750 {
    min-width: 750px;
  }
  /* line 15012, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-750 {
    max-width: 750px;
  }
  /* line 15015, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-800 {
    width: 800px;
  }
  /* line 15018, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-800 {
    min-width: 800px;
  }
  /* line 15021, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-800 {
    max-width: 800px;
  }
  /* line 15024, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-850 {
    width: 850px;
  }
  /* line 15027, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-850 {
    min-width: 850px;
  }
  /* line 15030, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-850 {
    max-width: 850px;
  }
  /* line 15033, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-900 {
    width: 900px;
  }
  /* line 15036, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-900 {
    min-width: 900px;
  }
  /* line 15039, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-900 {
    max-width: 900px;
  }
  /* line 15042, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-950 {
    width: 950px;
  }
  /* line 15045, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-950 {
    min-width: 950px;
  }
  /* line 15048, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-950 {
    max-width: 950px;
  }
  /* line 15051, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-1000 {
    width: 1000px;
  }
  /* line 15054, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-1000 {
    min-width: 1000px;
  }
  /* line 15057, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-1000 {
    max-width: 1000px;
  }
  /* line 15060, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-p5 {
    width: 5%;
  }
  /* line 15063, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-p5 {
    min-width: 5%;
  }
  /* line 15066, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-p5 {
    max-width: 5%;
  }
  /* line 15069, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-p10 {
    width: 10%;
  }
  /* line 15072, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-p10 {
    min-width: 10%;
  }
  /* line 15075, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-p10 {
    max-width: 10%;
  }
  /* line 15078, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-p15 {
    width: 15%;
  }
  /* line 15081, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-p15 {
    min-width: 15%;
  }
  /* line 15084, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-p15 {
    max-width: 15%;
  }
  /* line 15087, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-p20 {
    width: 20%;
  }
  /* line 15090, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-p20 {
    min-width: 20%;
  }
  /* line 15093, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-p20 {
    max-width: 20%;
  }
  /* line 15096, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-p25 {
    width: 25%;
  }
  /* line 15099, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-p25 {
    min-width: 25%;
  }
  /* line 15102, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-p25 {
    max-width: 25%;
  }
  /* line 15105, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-p30 {
    width: 30%;
  }
  /* line 15108, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-p30 {
    min-width: 30%;
  }
  /* line 15111, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-p30 {
    max-width: 30%;
  }
  /* line 15114, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-p35 {
    width: 35%;
  }
  /* line 15117, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-p35 {
    min-width: 35%;
  }
  /* line 15120, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-p35 {
    max-width: 35%;
  }
  /* line 15123, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-p40 {
    width: 40%;
  }
  /* line 15126, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-p40 {
    min-width: 40%;
  }
  /* line 15129, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-p40 {
    max-width: 40%;
  }
  /* line 15132, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-p45 {
    width: 45%;
  }
  /* line 15135, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-p45 {
    min-width: 45%;
  }
  /* line 15138, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-p45 {
    max-width: 45%;
  }
  /* line 15141, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-p50 {
    width: 50%;
  }
  /* line 15144, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-p50 {
    min-width: 50%;
  }
  /* line 15147, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-p50 {
    max-width: 50%;
  }
  /* line 15150, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-p60 {
    width: 60%;
  }
  /* line 15153, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-p60 {
    min-width: 60%;
  }
  /* line 15156, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-p60 {
    max-width: 60%;
  }
  /* line 15159, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-p65 {
    width: 65%;
  }
  /* line 15162, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-p65 {
    min-width: 65%;
  }
  /* line 15165, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-p65 {
    max-width: 65%;
  }
  /* line 15168, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-p70 {
    width: 70%;
  }
  /* line 15171, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-p70 {
    min-width: 70%;
  }
  /* line 15174, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-p70 {
    max-width: 70%;
  }
  /* line 15177, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-p75 {
    width: 75%;
  }
  /* line 15180, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-p75 {
    min-width: 75%;
  }
  /* line 15183, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-p75 {
    max-width: 75%;
  }
  /* line 15186, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-p80 {
    width: 80%;
  }
  /* line 15189, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-p80 {
    min-width: 80%;
  }
  /* line 15192, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-p80 {
    max-width: 80%;
  }
  /* line 15195, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-p85 {
    width: 85%;
  }
  /* line 15198, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-p85 {
    min-width: 85%;
  }
  /* line 15201, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-p85 {
    max-width: 85%;
  }
  /* line 15204, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-p90 {
    width: 90%;
  }
  /* line 15207, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-p90 {
    min-width: 90%;
  }
  /* line 15210, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-p90 {
    max-width: 90%;
  }
  /* line 15213, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-p95 {
    width: 95%;
  }
  /* line 15216, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-p95 {
    min-width: 95%;
  }
  /* line 15219, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-p95 {
    max-width: 95%;
  }
  /* line 15222, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-p100 {
    width: 100%;
  }
  /* line 15225, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-p100 {
    min-width: 100%;
  }
  /* line 15228, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-p100 {
    max-width: 100%;
  }
  /* line 15231, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xs-auto {
    width: auto;
  }
  /* line 15234, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xs-auto {
    min-width: auto;
  }
  /* line 15237, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xs-auto {
    max-width: auto;
  }
}

@media (min-width: 576px) {
  /* line 15240, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-0 {
    width: 0px;
  }
  /* line 15243, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-0 {
    min-width: 0px;
  }
  /* line 15246, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-0 {
    max-width: 0px;
  }
  /* line 15249, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-10 {
    width: 10px;
  }
  /* line 15252, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-10 {
    min-width: 10px;
  }
  /* line 15255, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-10 {
    max-width: 10px;
  }
  /* line 15258, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-20 {
    width: 20px;
  }
  /* line 15261, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-20 {
    min-width: 20px;
  }
  /* line 15264, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-20 {
    max-width: 20px;
  }
  /* line 15267, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-30 {
    width: 30px;
  }
  /* line 15270, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-30 {
    min-width: 30px;
  }
  /* line 15273, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-30 {
    max-width: 30px;
  }
  /* line 15276, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-40 {
    width: 40px;
  }
  /* line 15279, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-40 {
    min-width: 40px;
  }
  /* line 15282, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-40 {
    max-width: 40px;
  }
  /* line 15285, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-50 {
    width: 50px;
  }
  /* line 15288, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-50 {
    min-width: 50px;
  }
  /* line 15291, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-50 {
    max-width: 50px;
  }
  /* line 15294, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-60 {
    width: 60px;
  }
  /* line 15297, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-60 {
    min-width: 60px;
  }
  /* line 15300, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-60 {
    max-width: 60px;
  }
  /* line 15303, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-70 {
    width: 70px;
  }
  /* line 15306, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-70 {
    min-width: 70px;
  }
  /* line 15309, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-70 {
    max-width: 70px;
  }
  /* line 15312, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-80 {
    width: 80px;
  }
  /* line 15315, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-80 {
    min-width: 80px;
  }
  /* line 15318, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-80 {
    max-width: 80px;
  }
  /* line 15321, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-90 {
    width: 90px;
  }
  /* line 15324, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-90 {
    min-width: 90px;
  }
  /* line 15327, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-90 {
    max-width: 90px;
  }
  /* line 15330, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-100 {
    width: 100px;
  }
  /* line 15333, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-100 {
    min-width: 100px;
  }
  /* line 15336, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-100 {
    max-width: 100px;
  }
  /* line 15339, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-120 {
    width: 120px;
  }
  /* line 15342, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-120 {
    min-width: 120px;
  }
  /* line 15345, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-120 {
    max-width: 120px;
  }
  /* line 15348, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-150 {
    width: 150px;
  }
  /* line 15351, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-150 {
    min-width: 150px;
  }
  /* line 15354, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-150 {
    max-width: 150px;
  }
  /* line 15357, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-160 {
    width: 160px;
  }
  /* line 15360, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-160 {
    min-width: 160px;
  }
  /* line 15363, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-160 {
    max-width: 160px;
  }
  /* line 15366, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-170 {
    width: 170px;
  }
  /* line 15369, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-170 {
    min-width: 170px;
  }
  /* line 15372, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-170 {
    max-width: 170px;
  }
  /* line 15375, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-180 {
    width: 180px;
  }
  /* line 15378, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-180 {
    min-width: 180px;
  }
  /* line 15381, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-180 {
    max-width: 180px;
  }
  /* line 15384, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-190 {
    width: 190px;
  }
  /* line 15387, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-190 {
    min-width: 190px;
  }
  /* line 15390, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-190 {
    max-width: 190px;
  }
  /* line 15393, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-200 {
    width: 200px;
  }
  /* line 15396, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-200 {
    min-width: 200px;
  }
  /* line 15399, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-200 {
    max-width: 200px;
  }
  /* line 15402, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-250 {
    width: 250px;
  }
  /* line 15405, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-250 {
    min-width: 250px;
  }
  /* line 15408, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-250 {
    max-width: 250px;
  }
  /* line 15411, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-300 {
    width: 300px;
  }
  /* line 15414, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-300 {
    min-width: 300px;
  }
  /* line 15417, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-300 {
    max-width: 300px;
  }
  /* line 15420, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-350 {
    width: 350px;
  }
  /* line 15423, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-350 {
    min-width: 350px;
  }
  /* line 15426, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-350 {
    max-width: 350px;
  }
  /* line 15429, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-400 {
    width: 400px;
  }
  /* line 15432, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-400 {
    min-width: 400px;
  }
  /* line 15435, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-400 {
    max-width: 400px;
  }
  /* line 15438, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-450 {
    width: 450px;
  }
  /* line 15441, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-450 {
    min-width: 450px;
  }
  /* line 15444, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-450 {
    max-width: 450px;
  }
  /* line 15447, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-500 {
    width: 500px;
  }
  /* line 15450, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-500 {
    min-width: 500px;
  }
  /* line 15453, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-500 {
    max-width: 500px;
  }
  /* line 15456, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-550 {
    width: 550px;
  }
  /* line 15459, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-550 {
    min-width: 550px;
  }
  /* line 15462, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-550 {
    max-width: 550px;
  }
  /* line 15465, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-600 {
    width: 600px;
  }
  /* line 15468, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-600 {
    min-width: 600px;
  }
  /* line 15471, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-600 {
    max-width: 600px;
  }
  /* line 15474, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-650 {
    width: 650px;
  }
  /* line 15477, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-650 {
    min-width: 650px;
  }
  /* line 15480, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-650 {
    max-width: 650px;
  }
  /* line 15483, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-700 {
    width: 700px;
  }
  /* line 15486, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-700 {
    min-width: 700px;
  }
  /* line 15489, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-700 {
    max-width: 700px;
  }
  /* line 15492, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-750 {
    width: 750px;
  }
  /* line 15495, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-750 {
    min-width: 750px;
  }
  /* line 15498, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-750 {
    max-width: 750px;
  }
  /* line 15501, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-800 {
    width: 800px;
  }
  /* line 15504, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-800 {
    min-width: 800px;
  }
  /* line 15507, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-800 {
    max-width: 800px;
  }
  /* line 15510, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-850 {
    width: 850px;
  }
  /* line 15513, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-850 {
    min-width: 850px;
  }
  /* line 15516, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-850 {
    max-width: 850px;
  }
  /* line 15519, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-900 {
    width: 900px;
  }
  /* line 15522, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-900 {
    min-width: 900px;
  }
  /* line 15525, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-900 {
    max-width: 900px;
  }
  /* line 15528, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-950 {
    width: 950px;
  }
  /* line 15531, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-950 {
    min-width: 950px;
  }
  /* line 15534, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-950 {
    max-width: 950px;
  }
  /* line 15537, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-1000 {
    width: 1000px;
  }
  /* line 15540, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-1000 {
    min-width: 1000px;
  }
  /* line 15543, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-1000 {
    max-width: 1000px;
  }
  /* line 15546, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-p5 {
    width: 5%;
  }
  /* line 15549, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-p5 {
    min-width: 5%;
  }
  /* line 15552, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-p5 {
    max-width: 5%;
  }
  /* line 15555, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-p10 {
    width: 10%;
  }
  /* line 15558, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-p10 {
    min-width: 10%;
  }
  /* line 15561, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-p10 {
    max-width: 10%;
  }
  /* line 15564, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-p15 {
    width: 15%;
  }
  /* line 15567, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-p15 {
    min-width: 15%;
  }
  /* line 15570, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-p15 {
    max-width: 15%;
  }
  /* line 15573, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-p20 {
    width: 20%;
  }
  /* line 15576, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-p20 {
    min-width: 20%;
  }
  /* line 15579, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-p20 {
    max-width: 20%;
  }
  /* line 15582, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-p25 {
    width: 25%;
  }
  /* line 15585, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-p25 {
    min-width: 25%;
  }
  /* line 15588, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-p25 {
    max-width: 25%;
  }
  /* line 15591, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-p30 {
    width: 30%;
  }
  /* line 15594, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-p30 {
    min-width: 30%;
  }
  /* line 15597, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-p30 {
    max-width: 30%;
  }
  /* line 15600, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-p35 {
    width: 35%;
  }
  /* line 15603, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-p35 {
    min-width: 35%;
  }
  /* line 15606, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-p35 {
    max-width: 35%;
  }
  /* line 15609, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-p40 {
    width: 40%;
  }
  /* line 15612, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-p40 {
    min-width: 40%;
  }
  /* line 15615, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-p40 {
    max-width: 40%;
  }
  /* line 15618, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-p45 {
    width: 45%;
  }
  /* line 15621, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-p45 {
    min-width: 45%;
  }
  /* line 15624, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-p45 {
    max-width: 45%;
  }
  /* line 15627, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-p50 {
    width: 50%;
  }
  /* line 15630, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-p50 {
    min-width: 50%;
  }
  /* line 15633, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-p50 {
    max-width: 50%;
  }
  /* line 15636, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-p60 {
    width: 60%;
  }
  /* line 15639, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-p60 {
    min-width: 60%;
  }
  /* line 15642, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-p60 {
    max-width: 60%;
  }
  /* line 15645, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-p65 {
    width: 65%;
  }
  /* line 15648, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-p65 {
    min-width: 65%;
  }
  /* line 15651, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-p65 {
    max-width: 65%;
  }
  /* line 15654, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-p70 {
    width: 70%;
  }
  /* line 15657, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-p70 {
    min-width: 70%;
  }
  /* line 15660, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-p70 {
    max-width: 70%;
  }
  /* line 15663, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-p75 {
    width: 75%;
  }
  /* line 15666, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-p75 {
    min-width: 75%;
  }
  /* line 15669, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-p75 {
    max-width: 75%;
  }
  /* line 15672, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-p80 {
    width: 80%;
  }
  /* line 15675, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-p80 {
    min-width: 80%;
  }
  /* line 15678, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-p80 {
    max-width: 80%;
  }
  /* line 15681, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-p85 {
    width: 85%;
  }
  /* line 15684, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-p85 {
    min-width: 85%;
  }
  /* line 15687, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-p85 {
    max-width: 85%;
  }
  /* line 15690, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-p90 {
    width: 90%;
  }
  /* line 15693, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-p90 {
    min-width: 90%;
  }
  /* line 15696, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-p90 {
    max-width: 90%;
  }
  /* line 15699, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-p95 {
    width: 95%;
  }
  /* line 15702, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-p95 {
    min-width: 95%;
  }
  /* line 15705, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-p95 {
    max-width: 95%;
  }
  /* line 15708, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-p100 {
    width: 100%;
  }
  /* line 15711, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-p100 {
    min-width: 100%;
  }
  /* line 15714, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-p100 {
    max-width: 100%;
  }
  /* line 15717, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-sm-auto {
    width: auto;
  }
  /* line 15720, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-sm-auto {
    min-width: auto;
  }
  /* line 15723, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-sm-auto {
    max-width: auto;
  }
}

@media (min-width: 768px) {
  /* line 15726, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-0 {
    width: 0px;
  }
  /* line 15729, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-0 {
    min-width: 0px;
  }
  /* line 15732, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-0 {
    max-width: 0px;
  }
  /* line 15735, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-10 {
    width: 10px;
  }
  /* line 15738, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-10 {
    min-width: 10px;
  }
  /* line 15741, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-10 {
    max-width: 10px;
  }
  /* line 15744, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-20 {
    width: 20px;
  }
  /* line 15747, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-20 {
    min-width: 20px;
  }
  /* line 15750, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-20 {
    max-width: 20px;
  }
  /* line 15753, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-30 {
    width: 30px;
  }
  /* line 15756, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-30 {
    min-width: 30px;
  }
  /* line 15759, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-30 {
    max-width: 30px;
  }
  /* line 15762, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-40 {
    width: 40px;
  }
  /* line 15765, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-40 {
    min-width: 40px;
  }
  /* line 15768, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-40 {
    max-width: 40px;
  }
  /* line 15771, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-50 {
    width: 50px;
  }
  /* line 15774, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-50 {
    min-width: 50px;
  }
  /* line 15777, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-50 {
    max-width: 50px;
  }
  /* line 15780, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-60 {
    width: 60px;
  }
  /* line 15783, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-60 {
    min-width: 60px;
  }
  /* line 15786, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-60 {
    max-width: 60px;
  }
  /* line 15789, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-70 {
    width: 70px;
  }
  /* line 15792, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-70 {
    min-width: 70px;
  }
  /* line 15795, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-70 {
    max-width: 70px;
  }
  /* line 15798, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-80 {
    width: 80px;
  }
  /* line 15801, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-80 {
    min-width: 80px;
  }
  /* line 15804, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-80 {
    max-width: 80px;
  }
  /* line 15807, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-90 {
    width: 90px;
  }
  /* line 15810, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-90 {
    min-width: 90px;
  }
  /* line 15813, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-90 {
    max-width: 90px;
  }
  /* line 15816, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-100 {
    width: 100px;
  }
  /* line 15819, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-100 {
    min-width: 100px;
  }
  /* line 15822, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-100 {
    max-width: 100px;
  }
  /* line 15825, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-120 {
    width: 120px;
  }
  /* line 15828, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-120 {
    min-width: 120px;
  }
  /* line 15831, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-120 {
    max-width: 120px;
  }
  /* line 15834, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-150 {
    width: 150px;
  }
  /* line 15837, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-150 {
    min-width: 150px;
  }
  /* line 15840, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-150 {
    max-width: 150px;
  }
  /* line 15843, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-160 {
    width: 160px;
  }
  /* line 15846, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-160 {
    min-width: 160px;
  }
  /* line 15849, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-160 {
    max-width: 160px;
  }
  /* line 15852, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-170 {
    width: 170px;
  }
  /* line 15855, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-170 {
    min-width: 170px;
  }
  /* line 15858, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-170 {
    max-width: 170px;
  }
  /* line 15861, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-180 {
    width: 180px;
  }
  /* line 15864, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-180 {
    min-width: 180px;
  }
  /* line 15867, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-180 {
    max-width: 180px;
  }
  /* line 15870, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-190 {
    width: 190px;
  }
  /* line 15873, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-190 {
    min-width: 190px;
  }
  /* line 15876, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-190 {
    max-width: 190px;
  }
  /* line 15879, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-200 {
    width: 200px;
  }
  /* line 15882, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-200 {
    min-width: 200px;
  }
  /* line 15885, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-200 {
    max-width: 200px;
  }
  /* line 15888, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-250 {
    width: 250px;
  }
  /* line 15891, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-250 {
    min-width: 250px;
  }
  /* line 15894, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-250 {
    max-width: 250px;
  }
  /* line 15897, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-300 {
    width: 300px;
  }
  /* line 15900, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-300 {
    min-width: 300px;
  }
  /* line 15903, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-300 {
    max-width: 300px;
  }
  /* line 15906, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-350 {
    width: 350px;
  }
  /* line 15909, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-350 {
    min-width: 350px;
  }
  /* line 15912, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-350 {
    max-width: 350px;
  }
  /* line 15915, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-400 {
    width: 400px;
  }
  /* line 15918, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-400 {
    min-width: 400px;
  }
  /* line 15921, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-400 {
    max-width: 400px;
  }
  /* line 15924, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-450 {
    width: 450px;
  }
  /* line 15927, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-450 {
    min-width: 450px;
  }
  /* line 15930, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-450 {
    max-width: 450px;
  }
  /* line 15933, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-500 {
    width: 500px;
  }
  /* line 15936, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-500 {
    min-width: 500px;
  }
  /* line 15939, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-500 {
    max-width: 500px;
  }
  /* line 15942, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-550 {
    width: 550px;
  }
  /* line 15945, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-550 {
    min-width: 550px;
  }
  /* line 15948, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-550 {
    max-width: 550px;
  }
  /* line 15951, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-600 {
    width: 600px;
  }
  /* line 15954, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-600 {
    min-width: 600px;
  }
  /* line 15957, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-600 {
    max-width: 600px;
  }
  /* line 15960, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-650 {
    width: 650px;
  }
  /* line 15963, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-650 {
    min-width: 650px;
  }
  /* line 15966, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-650 {
    max-width: 650px;
  }
  /* line 15969, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-700 {
    width: 700px;
  }
  /* line 15972, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-700 {
    min-width: 700px;
  }
  /* line 15975, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-700 {
    max-width: 700px;
  }
  /* line 15978, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-750 {
    width: 750px;
  }
  /* line 15981, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-750 {
    min-width: 750px;
  }
  /* line 15984, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-750 {
    max-width: 750px;
  }
  /* line 15987, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-800 {
    width: 800px;
  }
  /* line 15990, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-800 {
    min-width: 800px;
  }
  /* line 15993, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-800 {
    max-width: 800px;
  }
  /* line 15996, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-850 {
    width: 850px;
  }
  /* line 15999, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-850 {
    min-width: 850px;
  }
  /* line 16002, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-850 {
    max-width: 850px;
  }
  /* line 16005, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-900 {
    width: 900px;
  }
  /* line 16008, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-900 {
    min-width: 900px;
  }
  /* line 16011, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-900 {
    max-width: 900px;
  }
  /* line 16014, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-950 {
    width: 950px;
  }
  /* line 16017, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-950 {
    min-width: 950px;
  }
  /* line 16020, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-950 {
    max-width: 950px;
  }
  /* line 16023, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-1000 {
    width: 1000px;
  }
  /* line 16026, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-1000 {
    min-width: 1000px;
  }
  /* line 16029, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-1000 {
    max-width: 1000px;
  }
  /* line 16032, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-p5 {
    width: 5%;
  }
  /* line 16035, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-p5 {
    min-width: 5%;
  }
  /* line 16038, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-p5 {
    max-width: 5%;
  }
  /* line 16041, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-p10 {
    width: 10%;
  }
  /* line 16044, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-p10 {
    min-width: 10%;
  }
  /* line 16047, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-p10 {
    max-width: 10%;
  }
  /* line 16050, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-p15 {
    width: 15%;
  }
  /* line 16053, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-p15 {
    min-width: 15%;
  }
  /* line 16056, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-p15 {
    max-width: 15%;
  }
  /* line 16059, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-p20 {
    width: 20%;
  }
  /* line 16062, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-p20 {
    min-width: 20%;
  }
  /* line 16065, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-p20 {
    max-width: 20%;
  }
  /* line 16068, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-p25 {
    width: 25%;
  }
  /* line 16071, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-p25 {
    min-width: 25%;
  }
  /* line 16074, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-p25 {
    max-width: 25%;
  }
  /* line 16077, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-p30 {
    width: 30%;
  }
  /* line 16080, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-p30 {
    min-width: 30%;
  }
  /* line 16083, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-p30 {
    max-width: 30%;
  }
  /* line 16086, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-p35 {
    width: 35%;
  }
  /* line 16089, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-p35 {
    min-width: 35%;
  }
  /* line 16092, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-p35 {
    max-width: 35%;
  }
  /* line 16095, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-p40 {
    width: 40%;
  }
  /* line 16098, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-p40 {
    min-width: 40%;
  }
  /* line 16101, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-p40 {
    max-width: 40%;
  }
  /* line 16104, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-p45 {
    width: 45%;
  }
  /* line 16107, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-p45 {
    min-width: 45%;
  }
  /* line 16110, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-p45 {
    max-width: 45%;
  }
  /* line 16113, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-p50 {
    width: 50%;
  }
  /* line 16116, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-p50 {
    min-width: 50%;
  }
  /* line 16119, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-p50 {
    max-width: 50%;
  }
  /* line 16122, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-p60 {
    width: 60%;
  }
  /* line 16125, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-p60 {
    min-width: 60%;
  }
  /* line 16128, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-p60 {
    max-width: 60%;
  }
  /* line 16131, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-p65 {
    width: 65%;
  }
  /* line 16134, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-p65 {
    min-width: 65%;
  }
  /* line 16137, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-p65 {
    max-width: 65%;
  }
  /* line 16140, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-p70 {
    width: 70%;
  }
  /* line 16143, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-p70 {
    min-width: 70%;
  }
  /* line 16146, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-p70 {
    max-width: 70%;
  }
  /* line 16149, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-p75 {
    width: 75%;
  }
  /* line 16152, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-p75 {
    min-width: 75%;
  }
  /* line 16155, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-p75 {
    max-width: 75%;
  }
  /* line 16158, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-p80 {
    width: 80%;
  }
  /* line 16161, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-p80 {
    min-width: 80%;
  }
  /* line 16164, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-p80 {
    max-width: 80%;
  }
  /* line 16167, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-p85 {
    width: 85%;
  }
  /* line 16170, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-p85 {
    min-width: 85%;
  }
  /* line 16173, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-p85 {
    max-width: 85%;
  }
  /* line 16176, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-p90 {
    width: 90%;
  }
  /* line 16179, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-p90 {
    min-width: 90%;
  }
  /* line 16182, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-p90 {
    max-width: 90%;
  }
  /* line 16185, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-p95 {
    width: 95%;
  }
  /* line 16188, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-p95 {
    min-width: 95%;
  }
  /* line 16191, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-p95 {
    max-width: 95%;
  }
  /* line 16194, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-p100 {
    width: 100%;
  }
  /* line 16197, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-p100 {
    min-width: 100%;
  }
  /* line 16200, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-p100 {
    max-width: 100%;
  }
  /* line 16203, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-md-auto {
    width: auto;
  }
  /* line 16206, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-md-auto {
    min-width: auto;
  }
  /* line 16209, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-md-auto {
    max-width: auto;
  }
}

@media (min-width: 992px) {
  /* line 16212, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-0 {
    width: 0px;
  }
  /* line 16215, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-0 {
    min-width: 0px;
  }
  /* line 16218, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-0 {
    max-width: 0px;
  }
  /* line 16221, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-10 {
    width: 10px;
  }
  /* line 16224, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-10 {
    min-width: 10px;
  }
  /* line 16227, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-10 {
    max-width: 10px;
  }
  /* line 16230, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-20 {
    width: 20px;
  }
  /* line 16233, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-20 {
    min-width: 20px;
  }
  /* line 16236, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-20 {
    max-width: 20px;
  }
  /* line 16239, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-30 {
    width: 30px;
  }
  /* line 16242, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-30 {
    min-width: 30px;
  }
  /* line 16245, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-30 {
    max-width: 30px;
  }
  /* line 16248, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-40 {
    width: 40px;
  }
  /* line 16251, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-40 {
    min-width: 40px;
  }
  /* line 16254, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-40 {
    max-width: 40px;
  }
  /* line 16257, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-50 {
    width: 50px;
  }
  /* line 16260, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-50 {
    min-width: 50px;
  }
  /* line 16263, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-50 {
    max-width: 50px;
  }
  /* line 16266, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-60 {
    width: 60px;
  }
  /* line 16269, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-60 {
    min-width: 60px;
  }
  /* line 16272, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-60 {
    max-width: 60px;
  }
  /* line 16275, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-70 {
    width: 70px;
  }
  /* line 16278, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-70 {
    min-width: 70px;
  }
  /* line 16281, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-70 {
    max-width: 70px;
  }
  /* line 16284, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-80 {
    width: 80px;
  }
  /* line 16287, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-80 {
    min-width: 80px;
  }
  /* line 16290, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-80 {
    max-width: 80px;
  }
  /* line 16293, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-90 {
    width: 90px;
  }
  /* line 16296, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-90 {
    min-width: 90px;
  }
  /* line 16299, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-90 {
    max-width: 90px;
  }
  /* line 16302, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-100 {
    width: 100px;
  }
  /* line 16305, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-100 {
    min-width: 100px;
  }
  /* line 16308, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-100 {
    max-width: 100px;
  }
  /* line 16311, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-120 {
    width: 120px;
  }
  /* line 16314, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-120 {
    min-width: 120px;
  }
  /* line 16317, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-120 {
    max-width: 120px;
  }
  /* line 16320, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-150 {
    width: 150px;
  }
  /* line 16323, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-150 {
    min-width: 150px;
  }
  /* line 16326, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-150 {
    max-width: 150px;
  }
  /* line 16329, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-160 {
    width: 160px;
  }
  /* line 16332, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-160 {
    min-width: 160px;
  }
  /* line 16335, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-160 {
    max-width: 160px;
  }
  /* line 16338, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-170 {
    width: 170px;
  }
  /* line 16341, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-170 {
    min-width: 170px;
  }
  /* line 16344, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-170 {
    max-width: 170px;
  }
  /* line 16347, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-180 {
    width: 180px;
  }
  /* line 16350, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-180 {
    min-width: 180px;
  }
  /* line 16353, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-180 {
    max-width: 180px;
  }
  /* line 16356, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-190 {
    width: 190px;
  }
  /* line 16359, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-190 {
    min-width: 190px;
  }
  /* line 16362, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-190 {
    max-width: 190px;
  }
  /* line 16365, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-200 {
    width: 200px;
  }
  /* line 16368, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-200 {
    min-width: 200px;
  }
  /* line 16371, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-200 {
    max-width: 200px;
  }
  /* line 16374, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-250 {
    width: 250px;
  }
  /* line 16377, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-250 {
    min-width: 250px;
  }
  /* line 16380, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-250 {
    max-width: 250px;
  }
  /* line 16383, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-300 {
    width: 300px;
  }
  /* line 16386, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-300 {
    min-width: 300px;
  }
  /* line 16389, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-300 {
    max-width: 300px;
  }
  /* line 16392, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-350 {
    width: 350px;
  }
  /* line 16395, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-350 {
    min-width: 350px;
  }
  /* line 16398, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-350 {
    max-width: 350px;
  }
  /* line 16401, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-400 {
    width: 400px;
  }
  /* line 16404, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-400 {
    min-width: 400px;
  }
  /* line 16407, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-400 {
    max-width: 400px;
  }
  /* line 16410, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-450 {
    width: 450px;
  }
  /* line 16413, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-450 {
    min-width: 450px;
  }
  /* line 16416, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-450 {
    max-width: 450px;
  }
  /* line 16419, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-500 {
    width: 500px;
  }
  /* line 16422, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-500 {
    min-width: 500px;
  }
  /* line 16425, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-500 {
    max-width: 500px;
  }
  /* line 16428, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-550 {
    width: 550px;
  }
  /* line 16431, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-550 {
    min-width: 550px;
  }
  /* line 16434, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-550 {
    max-width: 550px;
  }
  /* line 16437, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-600 {
    width: 600px;
  }
  /* line 16440, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-600 {
    min-width: 600px;
  }
  /* line 16443, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-600 {
    max-width: 600px;
  }
  /* line 16446, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-650 {
    width: 650px;
  }
  /* line 16449, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-650 {
    min-width: 650px;
  }
  /* line 16452, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-650 {
    max-width: 650px;
  }
  /* line 16455, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-700 {
    width: 700px;
  }
  /* line 16458, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-700 {
    min-width: 700px;
  }
  /* line 16461, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-700 {
    max-width: 700px;
  }
  /* line 16464, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-750 {
    width: 750px;
  }
  /* line 16467, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-750 {
    min-width: 750px;
  }
  /* line 16470, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-750 {
    max-width: 750px;
  }
  /* line 16473, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-800 {
    width: 800px;
  }
  /* line 16476, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-800 {
    min-width: 800px;
  }
  /* line 16479, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-800 {
    max-width: 800px;
  }
  /* line 16482, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-850 {
    width: 850px;
  }
  /* line 16485, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-850 {
    min-width: 850px;
  }
  /* line 16488, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-850 {
    max-width: 850px;
  }
  /* line 16491, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-900 {
    width: 900px;
  }
  /* line 16494, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-900 {
    min-width: 900px;
  }
  /* line 16497, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-900 {
    max-width: 900px;
  }
  /* line 16500, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-950 {
    width: 950px;
  }
  /* line 16503, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-950 {
    min-width: 950px;
  }
  /* line 16506, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-950 {
    max-width: 950px;
  }
  /* line 16509, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-1000 {
    width: 1000px;
  }
  /* line 16512, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-1000 {
    min-width: 1000px;
  }
  /* line 16515, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-1000 {
    max-width: 1000px;
  }
  /* line 16518, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-p5 {
    width: 5%;
  }
  /* line 16521, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-p5 {
    min-width: 5%;
  }
  /* line 16524, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-p5 {
    max-width: 5%;
  }
  /* line 16527, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-p10 {
    width: 10%;
  }
  /* line 16530, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-p10 {
    min-width: 10%;
  }
  /* line 16533, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-p10 {
    max-width: 10%;
  }
  /* line 16536, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-p15 {
    width: 15%;
  }
  /* line 16539, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-p15 {
    min-width: 15%;
  }
  /* line 16542, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-p15 {
    max-width: 15%;
  }
  /* line 16545, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-p20 {
    width: 20%;
  }
  /* line 16548, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-p20 {
    min-width: 20%;
  }
  /* line 16551, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-p20 {
    max-width: 20%;
  }
  /* line 16554, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-p25 {
    width: 25%;
  }
  /* line 16557, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-p25 {
    min-width: 25%;
  }
  /* line 16560, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-p25 {
    max-width: 25%;
  }
  /* line 16563, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-p30 {
    width: 30%;
  }
  /* line 16566, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-p30 {
    min-width: 30%;
  }
  /* line 16569, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-p30 {
    max-width: 30%;
  }
  /* line 16572, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-p35 {
    width: 35%;
  }
  /* line 16575, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-p35 {
    min-width: 35%;
  }
  /* line 16578, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-p35 {
    max-width: 35%;
  }
  /* line 16581, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-p40 {
    width: 40%;
  }
  /* line 16584, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-p40 {
    min-width: 40%;
  }
  /* line 16587, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-p40 {
    max-width: 40%;
  }
  /* line 16590, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-p45 {
    width: 45%;
  }
  /* line 16593, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-p45 {
    min-width: 45%;
  }
  /* line 16596, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-p45 {
    max-width: 45%;
  }
  /* line 16599, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-p50 {
    width: 50%;
  }
  /* line 16602, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-p50 {
    min-width: 50%;
  }
  /* line 16605, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-p50 {
    max-width: 50%;
  }
  /* line 16608, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-p60 {
    width: 60%;
  }
  /* line 16611, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-p60 {
    min-width: 60%;
  }
  /* line 16614, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-p60 {
    max-width: 60%;
  }
  /* line 16617, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-p65 {
    width: 65%;
  }
  /* line 16620, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-p65 {
    min-width: 65%;
  }
  /* line 16623, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-p65 {
    max-width: 65%;
  }
  /* line 16626, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-p70 {
    width: 70%;
  }
  /* line 16629, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-p70 {
    min-width: 70%;
  }
  /* line 16632, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-p70 {
    max-width: 70%;
  }
  /* line 16635, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-p75 {
    width: 75%;
  }
  /* line 16638, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-p75 {
    min-width: 75%;
  }
  /* line 16641, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-p75 {
    max-width: 75%;
  }
  /* line 16644, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-p80 {
    width: 80%;
  }
  /* line 16647, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-p80 {
    min-width: 80%;
  }
  /* line 16650, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-p80 {
    max-width: 80%;
  }
  /* line 16653, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-p85 {
    width: 85%;
  }
  /* line 16656, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-p85 {
    min-width: 85%;
  }
  /* line 16659, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-p85 {
    max-width: 85%;
  }
  /* line 16662, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-p90 {
    width: 90%;
  }
  /* line 16665, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-p90 {
    min-width: 90%;
  }
  /* line 16668, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-p90 {
    max-width: 90%;
  }
  /* line 16671, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-p95 {
    width: 95%;
  }
  /* line 16674, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-p95 {
    min-width: 95%;
  }
  /* line 16677, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-p95 {
    max-width: 95%;
  }
  /* line 16680, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-p100 {
    width: 100%;
  }
  /* line 16683, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-p100 {
    min-width: 100%;
  }
  /* line 16686, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-p100 {
    max-width: 100%;
  }
  /* line 16689, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-auto {
    width: auto;
  }
  /* line 16692, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-auto {
    min-width: auto;
  }
  /* line 16695, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-auto {
    max-width: auto;
  }
}

@media (min-width: 1200px) {
  /* line 16698, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-0 {
    width: 0px;
  }
  /* line 16701, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-0 {
    min-width: 0px;
  }
  /* line 16704, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-0 {
    max-width: 0px;
  }
  /* line 16707, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-10 {
    width: 10px;
  }
  /* line 16710, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-10 {
    min-width: 10px;
  }
  /* line 16713, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-10 {
    max-width: 10px;
  }
  /* line 16716, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-20 {
    width: 20px;
  }
  /* line 16719, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-20 {
    min-width: 20px;
  }
  /* line 16722, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-20 {
    max-width: 20px;
  }
  /* line 16725, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-30 {
    width: 30px;
  }
  /* line 16728, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-30 {
    min-width: 30px;
  }
  /* line 16731, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-30 {
    max-width: 30px;
  }
  /* line 16734, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-40 {
    width: 40px;
  }
  /* line 16737, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-40 {
    min-width: 40px;
  }
  /* line 16740, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-40 {
    max-width: 40px;
  }
  /* line 16743, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-50 {
    width: 50px;
  }
  /* line 16746, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-50 {
    min-width: 50px;
  }
  /* line 16749, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-50 {
    max-width: 50px;
  }
  /* line 16752, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-60 {
    width: 60px;
  }
  /* line 16755, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-60 {
    min-width: 60px;
  }
  /* line 16758, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-60 {
    max-width: 60px;
  }
  /* line 16761, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-70 {
    width: 70px;
  }
  /* line 16764, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-70 {
    min-width: 70px;
  }
  /* line 16767, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-70 {
    max-width: 70px;
  }
  /* line 16770, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-80 {
    width: 80px;
  }
  /* line 16773, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-80 {
    min-width: 80px;
  }
  /* line 16776, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-80 {
    max-width: 80px;
  }
  /* line 16779, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-90 {
    width: 90px;
  }
  /* line 16782, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-90 {
    min-width: 90px;
  }
  /* line 16785, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-90 {
    max-width: 90px;
  }
  /* line 16788, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-100 {
    width: 100px;
  }
  /* line 16791, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-100 {
    min-width: 100px;
  }
  /* line 16794, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-100 {
    max-width: 100px;
  }
  /* line 16797, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-120 {
    width: 120px;
  }
  /* line 16800, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-120 {
    min-width: 120px;
  }
  /* line 16803, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-120 {
    max-width: 120px;
  }
  /* line 16806, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-150 {
    width: 150px;
  }
  /* line 16809, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-150 {
    min-width: 150px;
  }
  /* line 16812, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-150 {
    max-width: 150px;
  }
  /* line 16815, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-160 {
    width: 160px;
  }
  /* line 16818, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-160 {
    min-width: 160px;
  }
  /* line 16821, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-160 {
    max-width: 160px;
  }
  /* line 16824, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-170 {
    width: 170px;
  }
  /* line 16827, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-170 {
    min-width: 170px;
  }
  /* line 16830, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-170 {
    max-width: 170px;
  }
  /* line 16833, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-180 {
    width: 180px;
  }
  /* line 16836, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-180 {
    min-width: 180px;
  }
  /* line 16839, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-180 {
    max-width: 180px;
  }
  /* line 16842, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-190 {
    width: 190px;
  }
  /* line 16845, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-190 {
    min-width: 190px;
  }
  /* line 16848, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-190 {
    max-width: 190px;
  }
  /* line 16851, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-200 {
    width: 200px;
  }
  /* line 16854, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-200 {
    min-width: 200px;
  }
  /* line 16857, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-200 {
    max-width: 200px;
  }
  /* line 16860, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-250 {
    width: 250px;
  }
  /* line 16863, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-250 {
    min-width: 250px;
  }
  /* line 16866, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-250 {
    max-width: 250px;
  }
  /* line 16869, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-300 {
    width: 300px;
  }
  /* line 16872, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-300 {
    min-width: 300px;
  }
  /* line 16875, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-300 {
    max-width: 300px;
  }
  /* line 16878, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-350 {
    width: 350px;
  }
  /* line 16881, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-350 {
    min-width: 350px;
  }
  /* line 16884, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-350 {
    max-width: 350px;
  }
  /* line 16887, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-400 {
    width: 400px;
  }
  /* line 16890, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-400 {
    min-width: 400px;
  }
  /* line 16893, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-400 {
    max-width: 400px;
  }
  /* line 16896, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-450 {
    width: 450px;
  }
  /* line 16899, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-450 {
    min-width: 450px;
  }
  /* line 16902, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-450 {
    max-width: 450px;
  }
  /* line 16905, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-500 {
    width: 500px;
  }
  /* line 16908, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-500 {
    min-width: 500px;
  }
  /* line 16911, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-500 {
    max-width: 500px;
  }
  /* line 16914, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-550 {
    width: 550px;
  }
  /* line 16917, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-550 {
    min-width: 550px;
  }
  /* line 16920, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-550 {
    max-width: 550px;
  }
  /* line 16923, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-600 {
    width: 600px;
  }
  /* line 16926, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-600 {
    min-width: 600px;
  }
  /* line 16929, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-600 {
    max-width: 600px;
  }
  /* line 16932, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-650 {
    width: 650px;
  }
  /* line 16935, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-650 {
    min-width: 650px;
  }
  /* line 16938, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-650 {
    max-width: 650px;
  }
  /* line 16941, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-700 {
    width: 700px;
  }
  /* line 16944, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-700 {
    min-width: 700px;
  }
  /* line 16947, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-700 {
    max-width: 700px;
  }
  /* line 16950, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-750 {
    width: 750px;
  }
  /* line 16953, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-750 {
    min-width: 750px;
  }
  /* line 16956, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-750 {
    max-width: 750px;
  }
  /* line 16959, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-800 {
    width: 800px;
  }
  /* line 16962, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-800 {
    min-width: 800px;
  }
  /* line 16965, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-800 {
    max-width: 800px;
  }
  /* line 16968, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-850 {
    width: 850px;
  }
  /* line 16971, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-850 {
    min-width: 850px;
  }
  /* line 16974, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-850 {
    max-width: 850px;
  }
  /* line 16977, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-900 {
    width: 900px;
  }
  /* line 16980, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-900 {
    min-width: 900px;
  }
  /* line 16983, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-900 {
    max-width: 900px;
  }
  /* line 16986, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-950 {
    width: 950px;
  }
  /* line 16989, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-950 {
    min-width: 950px;
  }
  /* line 16992, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-950 {
    max-width: 950px;
  }
  /* line 16995, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-1000 {
    width: 1000px;
  }
  /* line 16998, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-1000 {
    min-width: 1000px;
  }
  /* line 17001, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-1000 {
    max-width: 1000px;
  }
  /* line 17004, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-p5 {
    width: 5%;
  }
  /* line 17007, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-p5 {
    min-width: 5%;
  }
  /* line 17010, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-p5 {
    max-width: 5%;
  }
  /* line 17013, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-p10 {
    width: 10%;
  }
  /* line 17016, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-p10 {
    min-width: 10%;
  }
  /* line 17019, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-p10 {
    max-width: 10%;
  }
  /* line 17022, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-p15 {
    width: 15%;
  }
  /* line 17025, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-p15 {
    min-width: 15%;
  }
  /* line 17028, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-p15 {
    max-width: 15%;
  }
  /* line 17031, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-p20 {
    width: 20%;
  }
  /* line 17034, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-p20 {
    min-width: 20%;
  }
  /* line 17037, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-p20 {
    max-width: 20%;
  }
  /* line 17040, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-p25 {
    width: 25%;
  }
  /* line 17043, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-p25 {
    min-width: 25%;
  }
  /* line 17046, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-p25 {
    max-width: 25%;
  }
  /* line 17049, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-p30 {
    width: 30%;
  }
  /* line 17052, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-p30 {
    min-width: 30%;
  }
  /* line 17055, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-p30 {
    max-width: 30%;
  }
  /* line 17058, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-p35 {
    width: 35%;
  }
  /* line 17061, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-p35 {
    min-width: 35%;
  }
  /* line 17064, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-p35 {
    max-width: 35%;
  }
  /* line 17067, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-p40 {
    width: 40%;
  }
  /* line 17070, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-p40 {
    min-width: 40%;
  }
  /* line 17073, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-p40 {
    max-width: 40%;
  }
  /* line 17076, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-p45 {
    width: 45%;
  }
  /* line 17079, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-p45 {
    min-width: 45%;
  }
  /* line 17082, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-p45 {
    max-width: 45%;
  }
  /* line 17085, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-p50 {
    width: 50%;
  }
  /* line 17088, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-p50 {
    min-width: 50%;
  }
  /* line 17091, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-p50 {
    max-width: 50%;
  }
  /* line 17094, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-p60 {
    width: 60%;
  }
  /* line 17097, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-p60 {
    min-width: 60%;
  }
  /* line 17100, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-p60 {
    max-width: 60%;
  }
  /* line 17103, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-p65 {
    width: 65%;
  }
  /* line 17106, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-p65 {
    min-width: 65%;
  }
  /* line 17109, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-p65 {
    max-width: 65%;
  }
  /* line 17112, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-p70 {
    width: 70%;
  }
  /* line 17115, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-p70 {
    min-width: 70%;
  }
  /* line 17118, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-p70 {
    max-width: 70%;
  }
  /* line 17121, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-p75 {
    width: 75%;
  }
  /* line 17124, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-p75 {
    min-width: 75%;
  }
  /* line 17127, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-p75 {
    max-width: 75%;
  }
  /* line 17130, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-p80 {
    width: 80%;
  }
  /* line 17133, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-p80 {
    min-width: 80%;
  }
  /* line 17136, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-p80 {
    max-width: 80%;
  }
  /* line 17139, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-p85 {
    width: 85%;
  }
  /* line 17142, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-p85 {
    min-width: 85%;
  }
  /* line 17145, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-p85 {
    max-width: 85%;
  }
  /* line 17148, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-p90 {
    width: 90%;
  }
  /* line 17151, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-p90 {
    min-width: 90%;
  }
  /* line 17154, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-p90 {
    max-width: 90%;
  }
  /* line 17157, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-p95 {
    width: 95%;
  }
  /* line 17160, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-p95 {
    min-width: 95%;
  }
  /* line 17163, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-p95 {
    max-width: 95%;
  }
  /* line 17166, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-xl-p100 {
    width: 100%;
  }
  /* line 17169, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-xl-p100 {
    min-width: 100%;
  }
  /* line 17172, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-xl-p100 {
    max-width: 100%;
  }
  /* line 17175, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .w-lg-auto {
    width: auto;
  }
  /* line 17178, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-w-lg-auto {
    min-width: auto;
  }
  /* line 17181, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-w-lg-auto {
    max-width: auto;
  }
}

/*******************
Height property 
*******************/
/* line 17186, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-0 {
  height: 0px !important;
}

/* line 17189, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-0 {
  min-height: 0px !important;
}

/* line 17192, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-0 {
  max-height: 0px !important;
}

/* line 17195, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-10 {
  height: 10px !important;
}

/* line 17198, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-10 {
  min-height: 10px !important;
}

/* line 17201, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-10 {
  max-height: 10px !important;
}

/* line 17204, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-15 {
  height: 15px !important;
}

/* line 17207, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-15 {
  min-height: 15px !important;
}

/* line 17210, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-15 {
  max-height: 15px !important;
}

/* line 17213, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-20 {
  height: 20px !important;
}

/* line 17216, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-20 {
  min-height: 20px !important;
}

/* line 17219, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-20 {
  max-height: 20px !important;
}

/* line 17222, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-30 {
  height: 30px !important;
}

/* line 17225, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-30 {
  min-height: 30px !important;
}

/* line 17228, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-30 {
  max-height: 30px !important;
}

/* line 17231, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-40 {
  height: 40px !important;
}

/* line 17234, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-40 {
  min-height: 40px !important;
}

/* line 17237, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-40 {
  max-height: 40px !important;
}

/* line 17240, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-50 {
  height: 50px !important;
}

/* line 17243, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-50 {
  min-height: 50px !important;
}

/* line 17246, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-50 {
  max-height: 50px !important;
}

/* line 17249, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-60 {
  height: 60px !important;
}

/* line 17252, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-60 {
  min-height: 60px !important;
}

/* line 17255, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-60 {
  max-height: 60px !important;
}

/* line 17258, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-70 {
  height: 70px !important;
}

/* line 17261, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-70 {
  min-height: 70px !important;
}

/* line 17264, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-70 {
  max-height: 70px !important;
}

/* line 17267, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-80 {
  height: 80px !important;
}

/* line 17270, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-80 {
  min-height: 80px !important;
}

/* line 17273, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-80 {
  max-height: 80px !important;
}

/* line 17276, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-90 {
  height: 90px !important;
}

/* line 17279, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-90 {
  min-height: 90px !important;
}

/* line 17282, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-90 {
  max-height: 90px !important;
}

/* line 17285, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-100 {
  height: 100px !important;
}

/* line 17288, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-100 {
  min-height: 100px !important;
}

/* line 17291, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-100 {
  max-height: 100px !important;
}

/* line 17294, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-120 {
  height: 120px !important;
}

/* line 17297, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-120 {
  min-height: 120px !important;
}

/* line 17300, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-120 {
  max-height: 120px !important;
}

/* line 17303, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-150 {
  height: 150px !important;
}

/* line 17306, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-150 {
  min-height: 150px !important;
}

/* line 17309, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-150 {
  max-height: 150px !important;
}

/* line 17312, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-160 {
  height: 160px !important;
}

/* line 17315, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-160 {
  min-height: 160px !important;
}

/* line 17318, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-160 {
  max-height: 160px !important;
}

/* line 17321, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-170 {
  height: 170px !important;
}

/* line 17324, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-170 {
  min-height: 170px !important;
}

/* line 17327, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-170 {
  max-height: 170px !important;
}

/* line 17330, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-180 {
  height: 180px !important;
}

/* line 17333, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-180 {
  min-height: 180px !important;
}

/* line 17336, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-180 {
  max-height: 180px !important;
}

/* line 17339, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-190 {
  height: 190px !important;
}

/* line 17342, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-190 {
  min-height: 190px !important;
}

/* line 17345, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-190 {
  max-height: 190px !important;
}

/* line 17348, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-200 {
  height: 200px !important;
}

/* line 17351, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-200 {
  min-height: 200px !important;
}

/* line 17354, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-200 {
  max-height: 200px !important;
}

/* line 17357, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-250 {
  height: 250px !important;
}

/* line 17360, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-250 {
  min-height: 250px !important;
}

/* line 17363, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-250 {
  max-height: 250px !important;
}

/* line 17366, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-300 {
  height: 300px !important;
}

/* line 17369, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-300 {
  min-height: 300px !important;
}

/* line 17372, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-300 {
  max-height: 300px !important;
}

/* line 17375, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-310 {
  height: 310px !important;
}

/* line 17378, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-310 {
  min-height: 310px !important;
}

/* line 17381, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-310 {
  max-height: 310px !important;
}

/* line 17384, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-320 {
  height: 320px !important;
}

/* line 17387, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-320 {
  min-height: 320px !important;
}

/* line 17390, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-320 {
  max-height: 320px !important;
}

/* line 17393, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-325 {
  height: 325px !important;
}

/* line 17396, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-325 {
  min-height: 325px !important;
}

/* line 17399, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-325 {
  max-height: 325px !important;
}

/* line 17402, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-350 {
  height: 350px !important;
}

/* line 17405, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-350 {
  min-height: 350px !important;
}

/* line 17408, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-350 {
  max-height: 350px !important;
}

/* line 17411, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-400 {
  height: 400px !important;
}

/* line 17414, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-400 {
  min-height: 400px !important;
}

/* line 17417, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-400 {
  max-height: 400px !important;
}

/* line 17420, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-450 {
  height: 450px !important;
}

/* line 17423, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-450 {
  min-height: 450px !important;
}

/* line 17426, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-450 {
  max-height: 450px !important;
}

/* line 17429, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-500 {
  height: 500px !important;
}

/* line 17432, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-500 {
  min-height: 500px !important;
}

/* line 17435, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-500 {
  max-height: 500px !important;
}

/* line 17438, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-550 {
  height: 550px !important;
}

/* line 17441, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-550 {
  min-height: 550px !important;
}

/* line 17444, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-550 {
  max-height: 550px !important;
}

/* line 17447, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-600 {
  height: 600px !important;
}

/* line 17450, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-600 {
  min-height: 600px !important;
}

/* line 17453, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-600 {
  max-height: 600px !important;
}

/* line 17456, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-650 {
  height: 650px !important;
}

/* line 17459, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-650 {
  min-height: 650px !important;
}

/* line 17462, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-650 {
  max-height: 650px !important;
}

/* line 17465, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-700 {
  height: 700px !important;
}

/* line 17468, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-700 {
  min-height: 700px !important;
}

/* line 17471, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-700 {
  max-height: 700px !important;
}

/* line 17474, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-750 {
  height: 750px !important;
}

/* line 17477, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-750 {
  min-height: 750px !important;
}

/* line 17480, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-750 {
  max-height: 750px !important;
}

/* line 17483, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-800 {
  height: 800px !important;
}

/* line 17486, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-800 {
  min-height: 800px !important;
}

/* line 17489, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-800 {
  max-height: 800px !important;
}

/* line 17492, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-850 {
  height: 850px !important;
}

/* line 17495, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-850 {
  min-height: 850px !important;
}

/* line 17498, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-850 {
  max-height: 850px !important;
}

/* line 17501, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-900 {
  height: 900px !important;
}

/* line 17504, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-900 {
  min-height: 900px !important;
}

/* line 17507, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-900 {
  max-height: 900px !important;
}

/* line 17510, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-950 {
  height: 950px !important;
}

/* line 17513, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-950 {
  min-height: 950px !important;
}

/* line 17516, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-950 {
  max-height: 950px !important;
}

/* line 17519, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-1000 {
  height: 1000px !important;
}

/* line 17522, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-1000 {
  min-height: 1000px !important;
}

/* line 17525, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-1000 {
  max-height: 1000px !important;
}

/* line 17528, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-p5 {
  height: 5% !important;
}

/* line 17531, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-p5 {
  min-height: 5% !important;
}

/* line 17534, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-p5 {
  max-height: 5% !important;
}

/* line 17537, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-p10 {
  height: 10% !important;
}

/* line 17540, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-p10 {
  min-height: 10% !important;
}

/* line 17543, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-p10 {
  max-height: 10% !important;
}

/* line 17546, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-p15 {
  height: 15% !important;
}

/* line 17549, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-p15 {
  min-height: 15% !important;
}

/* line 17552, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-p15 {
  max-height: 15% !important;
}

/* line 17555, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-p20 {
  height: 20% !important;
}

/* line 17558, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-p20 {
  min-height: 20% !important;
}

/* line 17561, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-p20 {
  max-height: 20% !important;
}

/* line 17564, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-p25 {
  height: 25% !important;
}

/* line 17567, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-p25 {
  min-height: 25% !important;
}

/* line 17570, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-p25 {
  max-height: 25% !important;
}

/* line 17573, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-p30 {
  height: 30% !important;
}

/* line 17576, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-p30 {
  min-height: 30% !important;
}

/* line 17579, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-p30 {
  max-height: 30% !important;
}

/* line 17582, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-p35 {
  height: 35% !important;
}

/* line 17585, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-p35 {
  min-height: 35% !important;
}

/* line 17588, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-p35 {
  max-height: 35% !important;
}

/* line 17591, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-p40 {
  height: 40% !important;
}

/* line 17594, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-p40 {
  min-height: 40% !important;
}

/* line 17597, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-p40 {
  max-height: 40% !important;
}

/* line 17600, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-p45 {
  height: 45% !important;
}

/* line 17603, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-p45 {
  min-height: 45% !important;
}

/* line 17606, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-p45 {
  max-height: 45% !important;
}

/* line 17609, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-p50 {
  height: 50% !important;
}

/* line 17612, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-p50 {
  min-height: 50% !important;
}

/* line 17615, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-p50 {
  max-height: 50% !important;
}

/* line 17618, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-p60 {
  height: 60% !important;
}

/* line 17621, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-p60 {
  min-height: 60% !important;
}

/* line 17624, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-p60 {
  max-height: 60% !important;
}

/* line 17627, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-p65 {
  height: 65% !important;
}

/* line 17630, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-p65 {
  min-height: 65% !important;
}

/* line 17633, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-p65 {
  max-height: 65% !important;
}

/* line 17636, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-p70 {
  height: 70% !important;
}

/* line 17639, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-p70 {
  min-height: 70% !important;
}

/* line 17642, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-p70 {
  max-height: 70% !important;
}

/* line 17645, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-p75 {
  height: 75% !important;
}

/* line 17648, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-p75 {
  min-height: 75% !important;
}

/* line 17651, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-p75 {
  max-height: 75% !important;
}

/* line 17654, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-p80 {
  height: 80% !important;
}

/* line 17657, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-p80 {
  min-height: 80% !important;
}

/* line 17660, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-p80 {
  max-height: 80% !important;
}

/* line 17663, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-p85 {
  height: 85% !important;
}

/* line 17666, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-p85 {
  min-height: 85% !important;
}

/* line 17669, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-p85 {
  max-height: 85% !important;
}

/* line 17672, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-p90 {
  height: 90% !important;
}

/* line 17675, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-p90 {
  min-height: 90% !important;
}

/* line 17678, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-p90 {
  max-height: 90% !important;
}

/* line 17681, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-p95 {
  height: 95% !important;
}

/* line 17684, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-p95 {
  min-height: 95% !important;
}

/* line 17687, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-p95 {
  max-height: 95% !important;
}

/* line 17690, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-p100 {
  height: 100% !important;
}

/* line 17693, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-p100 {
  min-height: 100% !important;
}

/* line 17696, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-p100 {
  max-height: 100% !important;
}

/* line 17699, app/assets/stylesheets/theme/css/dashboard_style.scss */
.h-auto {
  height: auto !important;
}

/* line 17702, app/assets/stylesheets/theme/css/dashboard_style.scss */
.min-h-auto {
  min-height: auto !important;
}

/* line 17705, app/assets/stylesheets/theme/css/dashboard_style.scss */
.max-h-auto {
  max-height: auto !important;
}

@media (max-width: 575px) {
  /* line 17709, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-0 {
    height: 0px !important;
  }
  /* line 17712, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-0 {
    min-height: 0px !important;
  }
  /* line 17715, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-0 {
    max-height: 0px !important;
  }
  /* line 17718, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-10 {
    height: 10px !important;
  }
  /* line 17721, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-10 {
    min-height: 10px !important;
  }
  /* line 17724, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-10 {
    max-height: 10px !important;
  }
  /* line 17727, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-15 {
    height: 15px !important;
  }
  /* line 17730, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-15 {
    min-height: 15px !important;
  }
  /* line 17733, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-15 {
    max-height: 15px !important;
  }
  /* line 17736, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-20 {
    height: 20px !important;
  }
  /* line 17739, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-20 {
    min-height: 20px !important;
  }
  /* line 17742, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-20 {
    max-height: 20px !important;
  }
  /* line 17745, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-30 {
    height: 30px !important;
  }
  /* line 17748, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-30 {
    min-height: 30px !important;
  }
  /* line 17751, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-30 {
    max-height: 30px !important;
  }
  /* line 17754, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-40 {
    height: 40px !important;
  }
  /* line 17757, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-40 {
    min-height: 40px !important;
  }
  /* line 17760, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-40 {
    max-height: 40px !important;
  }
  /* line 17763, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-50 {
    height: 50px !important;
  }
  /* line 17766, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-50 {
    min-height: 50px !important;
  }
  /* line 17769, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-50 {
    max-height: 50px !important;
  }
  /* line 17772, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-60 {
    height: 60px !important;
  }
  /* line 17775, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-60 {
    min-height: 60px !important;
  }
  /* line 17778, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-60 {
    max-height: 60px !important;
  }
  /* line 17781, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-70 {
    height: 70px !important;
  }
  /* line 17784, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-70 {
    min-height: 70px !important;
  }
  /* line 17787, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-70 {
    max-height: 70px !important;
  }
  /* line 17790, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-80 {
    height: 80px !important;
  }
  /* line 17793, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-80 {
    min-height: 80px !important;
  }
  /* line 17796, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-80 {
    max-height: 80px !important;
  }
  /* line 17799, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-90 {
    height: 90px !important;
  }
  /* line 17802, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-90 {
    min-height: 90px !important;
  }
  /* line 17805, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-90 {
    max-height: 90px !important;
  }
  /* line 17808, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-100 {
    height: 100px !important;
  }
  /* line 17811, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-100 {
    min-height: 100px !important;
  }
  /* line 17814, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-100 {
    max-height: 100px !important;
  }
  /* line 17817, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-120 {
    height: 120px !important;
  }
  /* line 17820, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-120 {
    min-height: 120px !important;
  }
  /* line 17823, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-120 {
    max-height: 120px !important;
  }
  /* line 17826, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-150 {
    height: 150px !important;
  }
  /* line 17829, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-150 {
    min-height: 150px !important;
  }
  /* line 17832, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-150 {
    max-height: 150px !important;
  }
  /* line 17835, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-160 {
    height: 160px !important;
  }
  /* line 17838, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-160 {
    min-height: 160px !important;
  }
  /* line 17841, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-160 {
    max-height: 160px !important;
  }
  /* line 17844, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-170 {
    height: 170px !important;
  }
  /* line 17847, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-170 {
    min-height: 170px !important;
  }
  /* line 17850, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-170 {
    max-height: 170px !important;
  }
  /* line 17853, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-180 {
    height: 180px !important;
  }
  /* line 17856, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-180 {
    min-height: 180px !important;
  }
  /* line 17859, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-180 {
    max-height: 180px !important;
  }
  /* line 17862, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-190 {
    height: 190px !important;
  }
  /* line 17865, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-190 {
    min-height: 190px !important;
  }
  /* line 17868, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-190 {
    max-height: 190px !important;
  }
  /* line 17871, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-200 {
    height: 200px !important;
  }
  /* line 17874, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-200 {
    min-height: 200px !important;
  }
  /* line 17877, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-200 {
    max-height: 200px !important;
  }
  /* line 17880, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-250 {
    height: 250px !important;
  }
  /* line 17883, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-250 {
    min-height: 250px !important;
  }
  /* line 17886, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-250 {
    max-height: 250px !important;
  }
  /* line 17889, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-300 {
    height: 300px !important;
  }
  /* line 17892, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-300 {
    min-height: 300px !important;
  }
  /* line 17895, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-300 {
    max-height: 300px !important;
  }
  /* line 17898, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-310 {
    height: 310px !important;
  }
  /* line 17901, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-310 {
    min-height: 310px !important;
  }
  /* line 17904, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-310 {
    max-height: 310px !important;
  }
  /* line 17907, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-320 {
    height: 320px !important;
  }
  /* line 17910, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-320 {
    min-height: 320px !important;
  }
  /* line 17913, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-320 {
    max-height: 320px !important;
  }
  /* line 17916, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-325 {
    height: 325px !important;
  }
  /* line 17919, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-325 {
    min-height: 325px !important;
  }
  /* line 17922, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-325 {
    max-height: 325px !important;
  }
  /* line 17925, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-350 {
    height: 350px !important;
  }
  /* line 17928, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-350 {
    min-height: 350px !important;
  }
  /* line 17931, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-350 {
    max-height: 350px !important;
  }
  /* line 17934, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-400 {
    height: 400px !important;
  }
  /* line 17937, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-400 {
    min-height: 400px !important;
  }
  /* line 17940, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-400 {
    max-height: 400px !important;
  }
  /* line 17943, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-450 {
    height: 450px !important;
  }
  /* line 17946, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-450 {
    min-height: 450px !important;
  }
  /* line 17949, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-450 {
    max-height: 450px !important;
  }
  /* line 17952, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-500 {
    height: 500px !important;
  }
  /* line 17955, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-500 {
    min-height: 500px !important;
  }
  /* line 17958, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-500 {
    max-height: 500px !important;
  }
  /* line 17961, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-550 {
    height: 550px !important;
  }
  /* line 17964, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-550 {
    min-height: 550px !important;
  }
  /* line 17967, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-550 {
    max-height: 550px !important;
  }
  /* line 17970, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-600 {
    height: 600px !important;
  }
  /* line 17973, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-600 {
    min-height: 600px !important;
  }
  /* line 17976, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-600 {
    max-height: 600px !important;
  }
  /* line 17979, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-650 {
    height: 650px !important;
  }
  /* line 17982, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-650 {
    min-height: 650px !important;
  }
  /* line 17985, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-650 {
    max-height: 650px !important;
  }
  /* line 17988, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-700 {
    height: 700px !important;
  }
  /* line 17991, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-700 {
    min-height: 700px !important;
  }
  /* line 17994, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-700 {
    max-height: 700px !important;
  }
  /* line 17997, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-750 {
    height: 750px !important;
  }
  /* line 18000, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-750 {
    min-height: 750px !important;
  }
  /* line 18003, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-750 {
    max-height: 750px !important;
  }
  /* line 18006, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-800 {
    height: 800px !important;
  }
  /* line 18009, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-800 {
    min-height: 800px !important;
  }
  /* line 18012, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-800 {
    max-height: 800px !important;
  }
  /* line 18015, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-850 {
    height: 850px !important;
  }
  /* line 18018, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-850 {
    min-height: 850px !important;
  }
  /* line 18021, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-850 {
    max-height: 850px !important;
  }
  /* line 18024, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-900 {
    height: 900px !important;
  }
  /* line 18027, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-900 {
    min-height: 900px !important;
  }
  /* line 18030, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-900 {
    max-height: 900px !important;
  }
  /* line 18033, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-950 {
    height: 950px !important;
  }
  /* line 18036, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-950 {
    min-height: 950px !important;
  }
  /* line 18039, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-950 {
    max-height: 950px !important;
  }
  /* line 18042, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-1000 {
    height: 1000px !important;
  }
  /* line 18045, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-1000 {
    min-height: 1000px !important;
  }
  /* line 18048, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-1000 {
    max-height: 1000px !important;
  }
  /* line 18051, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-p5 {
    height: 5% !important;
  }
  /* line 18054, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-p5 {
    min-height: 5% !important;
  }
  /* line 18057, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-p5 {
    max-height: 5% !important;
  }
  /* line 18060, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-p10 {
    height: 10% !important;
  }
  /* line 18063, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-p10 {
    min-height: 10% !important;
  }
  /* line 18066, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-p10 {
    max-height: 10% !important;
  }
  /* line 18069, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-p15 {
    height: 15% !important;
  }
  /* line 18072, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-p15 {
    min-height: 15% !important;
  }
  /* line 18075, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-p15 {
    max-height: 15% !important;
  }
  /* line 18078, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-p20 {
    height: 20% !important;
  }
  /* line 18081, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-p20 {
    min-height: 20% !important;
  }
  /* line 18084, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-p20 {
    max-height: 20% !important;
  }
  /* line 18087, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-p25 {
    height: 25% !important;
  }
  /* line 18090, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-p25 {
    min-height: 25% !important;
  }
  /* line 18093, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-p25 {
    max-height: 25% !important;
  }
  /* line 18096, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-p30 {
    height: 30% !important;
  }
  /* line 18099, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-p30 {
    min-height: 30% !important;
  }
  /* line 18102, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-p30 {
    max-height: 30% !important;
  }
  /* line 18105, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-p35 {
    height: 35% !important;
  }
  /* line 18108, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-p35 {
    min-height: 35% !important;
  }
  /* line 18111, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-p35 {
    max-height: 35% !important;
  }
  /* line 18114, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-p40 {
    height: 40% !important;
  }
  /* line 18117, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-p40 {
    min-height: 40% !important;
  }
  /* line 18120, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-p40 {
    max-height: 40% !important;
  }
  /* line 18123, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-p45 {
    height: 45% !important;
  }
  /* line 18126, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-p45 {
    min-height: 45% !important;
  }
  /* line 18129, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-p45 {
    max-height: 45% !important;
  }
  /* line 18132, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-p50 {
    height: 50% !important;
  }
  /* line 18135, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-p50 {
    min-height: 50% !important;
  }
  /* line 18138, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-p50 {
    max-height: 50% !important;
  }
  /* line 18141, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-p60 {
    height: 60% !important;
  }
  /* line 18144, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-p60 {
    min-height: 60% !important;
  }
  /* line 18147, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-p60 {
    max-height: 60% !important;
  }
  /* line 18150, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-p65 {
    height: 65% !important;
  }
  /* line 18153, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-p65 {
    min-height: 65% !important;
  }
  /* line 18156, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-p65 {
    max-height: 65% !important;
  }
  /* line 18159, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-p70 {
    height: 70% !important;
  }
  /* line 18162, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-p70 {
    min-height: 70% !important;
  }
  /* line 18165, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-p70 {
    max-height: 70% !important;
  }
  /* line 18168, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-p75 {
    height: 75% !important;
  }
  /* line 18171, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-p75 {
    min-height: 75% !important;
  }
  /* line 18174, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-p75 {
    max-height: 75% !important;
  }
  /* line 18177, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-p80 {
    height: 80% !important;
  }
  /* line 18180, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-p80 {
    min-height: 80% !important;
  }
  /* line 18183, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-p80 {
    max-height: 80% !important;
  }
  /* line 18186, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-p85 {
    height: 85% !important;
  }
  /* line 18189, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-p85 {
    min-height: 85% !important;
  }
  /* line 18192, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-p85 {
    max-height: 85% !important;
  }
  /* line 18195, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-p90 {
    height: 90% !important;
  }
  /* line 18198, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-p90 {
    min-height: 90% !important;
  }
  /* line 18201, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-p90 {
    max-height: 90% !important;
  }
  /* line 18204, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-p95 {
    height: 95% !important;
  }
  /* line 18207, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-p95 {
    min-height: 95% !important;
  }
  /* line 18210, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-p95 {
    max-height: 95% !important;
  }
  /* line 18213, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-p100 {
    height: 100% !important;
  }
  /* line 18216, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-p100 {
    min-height: 100% !important;
  }
  /* line 18219, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-p100 {
    max-height: 100% !important;
  }
  /* line 18222, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xs-auto {
    height: auto !important;
  }
  /* line 18225, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xs-auto {
    min-height: auto !important;
  }
  /* line 18228, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xs-auto {
    max-height: auto !important;
  }
}

@media (min-width: 576px) {
  /* line 18231, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-0 {
    height: 0px !important;
  }
  /* line 18234, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-0 {
    min-height: 0px !important;
  }
  /* line 18237, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-0 {
    max-height: 0px !important;
  }
  /* line 18240, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-10 {
    height: 10px !important;
  }
  /* line 18243, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-10 {
    min-height: 10px !important;
  }
  /* line 18246, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-10 {
    max-height: 10px !important;
  }
  /* line 18249, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-15 {
    height: 15px !important;
  }
  /* line 18252, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-15 {
    min-height: 15px !important;
  }
  /* line 18255, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-15 {
    max-height: 15px !important;
  }
  /* line 18258, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-20 {
    height: 20px !important;
  }
  /* line 18261, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-20 {
    min-height: 20px !important;
  }
  /* line 18264, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-20 {
    max-height: 20px !important;
  }
  /* line 18267, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-30 {
    height: 30px !important;
  }
  /* line 18270, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-30 {
    min-height: 30px !important;
  }
  /* line 18273, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-30 {
    max-height: 30px !important;
  }
  /* line 18276, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-40 {
    height: 40px !important;
  }
  /* line 18279, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-40 {
    min-height: 40px !important;
  }
  /* line 18282, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-40 {
    max-height: 40px !important;
  }
  /* line 18285, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-50 {
    height: 50px !important;
  }
  /* line 18288, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-50 {
    min-height: 50px !important;
  }
  /* line 18291, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-50 {
    max-height: 50px !important;
  }
  /* line 18294, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-60 {
    height: 60px !important;
  }
  /* line 18297, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-60 {
    min-height: 60px !important;
  }
  /* line 18300, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-60 {
    max-height: 60px !important;
  }
  /* line 18303, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-70 {
    height: 70px !important;
  }
  /* line 18306, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-70 {
    min-height: 70px !important;
  }
  /* line 18309, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-70 {
    max-height: 70px !important;
  }
  /* line 18312, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-80 {
    height: 80px !important;
  }
  /* line 18315, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-80 {
    min-height: 80px !important;
  }
  /* line 18318, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-80 {
    max-height: 80px !important;
  }
  /* line 18321, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-90 {
    height: 90px !important;
  }
  /* line 18324, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-90 {
    min-height: 90px !important;
  }
  /* line 18327, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-90 {
    max-height: 90px !important;
  }
  /* line 18330, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-100 {
    height: 100px !important;
  }
  /* line 18333, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-100 {
    min-height: 100px !important;
  }
  /* line 18336, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-100 {
    max-height: 100px !important;
  }
  /* line 18339, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-120 {
    height: 120px !important;
  }
  /* line 18342, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-120 {
    min-height: 120px !important;
  }
  /* line 18345, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-120 {
    max-height: 120px !important;
  }
  /* line 18348, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-150 {
    height: 150px !important;
  }
  /* line 18351, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-150 {
    min-height: 150px !important;
  }
  /* line 18354, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-150 {
    max-height: 150px !important;
  }
  /* line 18357, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-160 {
    height: 160px !important;
  }
  /* line 18360, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-160 {
    min-height: 160px !important;
  }
  /* line 18363, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-160 {
    max-height: 160px !important;
  }
  /* line 18366, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-170 {
    height: 170px !important;
  }
  /* line 18369, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-170 {
    min-height: 170px !important;
  }
  /* line 18372, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-170 {
    max-height: 170px !important;
  }
  /* line 18375, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-180 {
    height: 180px !important;
  }
  /* line 18378, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-180 {
    min-height: 180px !important;
  }
  /* line 18381, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-180 {
    max-height: 180px !important;
  }
  /* line 18384, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-190 {
    height: 190px !important;
  }
  /* line 18387, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-190 {
    min-height: 190px !important;
  }
  /* line 18390, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-190 {
    max-height: 190px !important;
  }
  /* line 18393, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-200 {
    height: 200px !important;
  }
  /* line 18396, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-200 {
    min-height: 200px !important;
  }
  /* line 18399, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-200 {
    max-height: 200px !important;
  }
  /* line 18402, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-250 {
    height: 250px !important;
  }
  /* line 18405, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-250 {
    min-height: 250px !important;
  }
  /* line 18408, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-250 {
    max-height: 250px !important;
  }
  /* line 18411, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-300 {
    height: 300px !important;
  }
  /* line 18414, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-300 {
    min-height: 300px !important;
  }
  /* line 18417, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-300 {
    max-height: 300px !important;
  }
  /* line 18420, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-310 {
    height: 310px !important;
  }
  /* line 18423, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-310 {
    min-height: 310px !important;
  }
  /* line 18426, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-310 {
    max-height: 310px !important;
  }
  /* line 18429, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-320 {
    height: 320px !important;
  }
  /* line 18432, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-320 {
    min-height: 320px !important;
  }
  /* line 18435, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-320 {
    max-height: 320px !important;
  }
  /* line 18438, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-325 {
    height: 325px !important;
  }
  /* line 18441, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-325 {
    min-height: 325px !important;
  }
  /* line 18444, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-325 {
    max-height: 325px !important;
  }
  /* line 18447, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-350 {
    height: 350px !important;
  }
  /* line 18450, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-350 {
    min-height: 350px !important;
  }
  /* line 18453, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-350 {
    max-height: 350px !important;
  }
  /* line 18456, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-400 {
    height: 400px !important;
  }
  /* line 18459, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-400 {
    min-height: 400px !important;
  }
  /* line 18462, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-400 {
    max-height: 400px !important;
  }
  /* line 18465, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-450 {
    height: 450px !important;
  }
  /* line 18468, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-450 {
    min-height: 450px !important;
  }
  /* line 18471, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-450 {
    max-height: 450px !important;
  }
  /* line 18474, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-500 {
    height: 500px !important;
  }
  /* line 18477, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-500 {
    min-height: 500px !important;
  }
  /* line 18480, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-500 {
    max-height: 500px !important;
  }
  /* line 18483, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-550 {
    height: 550px !important;
  }
  /* line 18486, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-550 {
    min-height: 550px !important;
  }
  /* line 18489, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-550 {
    max-height: 550px !important;
  }
  /* line 18492, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-600 {
    height: 600px !important;
  }
  /* line 18495, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-600 {
    min-height: 600px !important;
  }
  /* line 18498, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-600 {
    max-height: 600px !important;
  }
  /* line 18501, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-650 {
    height: 650px !important;
  }
  /* line 18504, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-650 {
    min-height: 650px !important;
  }
  /* line 18507, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-650 {
    max-height: 650px !important;
  }
  /* line 18510, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-700 {
    height: 700px !important;
  }
  /* line 18513, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-700 {
    min-height: 700px !important;
  }
  /* line 18516, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-700 {
    max-height: 700px !important;
  }
  /* line 18519, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-750 {
    height: 750px !important;
  }
  /* line 18522, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-750 {
    min-height: 750px !important;
  }
  /* line 18525, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-750 {
    max-height: 750px !important;
  }
  /* line 18528, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-800 {
    height: 800px !important;
  }
  /* line 18531, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-800 {
    min-height: 800px !important;
  }
  /* line 18534, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-800 {
    max-height: 800px !important;
  }
  /* line 18537, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-850 {
    height: 850px !important;
  }
  /* line 18540, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-850 {
    min-height: 850px !important;
  }
  /* line 18543, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-850 {
    max-height: 850px !important;
  }
  /* line 18546, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-900 {
    height: 900px !important;
  }
  /* line 18549, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-900 {
    min-height: 900px !important;
  }
  /* line 18552, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-900 {
    max-height: 900px !important;
  }
  /* line 18555, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-950 {
    height: 950px !important;
  }
  /* line 18558, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-950 {
    min-height: 950px !important;
  }
  /* line 18561, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-950 {
    max-height: 950px !important;
  }
  /* line 18564, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-1000 {
    height: 1000px !important;
  }
  /* line 18567, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-1000 {
    min-height: 1000px !important;
  }
  /* line 18570, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-1000 {
    max-height: 1000px !important;
  }
  /* line 18573, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-p5 {
    height: 5% !important;
  }
  /* line 18576, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-p5 {
    min-height: 5% !important;
  }
  /* line 18579, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-p5 {
    max-height: 5% !important;
  }
  /* line 18582, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-p10 {
    height: 10% !important;
  }
  /* line 18585, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-p10 {
    min-height: 10% !important;
  }
  /* line 18588, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-p10 {
    max-height: 10% !important;
  }
  /* line 18591, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-p15 {
    height: 15% !important;
  }
  /* line 18594, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-p15 {
    min-height: 15% !important;
  }
  /* line 18597, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-p15 {
    max-height: 15% !important;
  }
  /* line 18600, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-p20 {
    height: 20% !important;
  }
  /* line 18603, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-p20 {
    min-height: 20% !important;
  }
  /* line 18606, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-p20 {
    max-height: 20% !important;
  }
  /* line 18609, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-p25 {
    height: 25% !important;
  }
  /* line 18612, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-p25 {
    min-height: 25% !important;
  }
  /* line 18615, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-p25 {
    max-height: 25% !important;
  }
  /* line 18618, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-p30 {
    height: 30% !important;
  }
  /* line 18621, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-p30 {
    min-height: 30% !important;
  }
  /* line 18624, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-p30 {
    max-height: 30% !important;
  }
  /* line 18627, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-p35 {
    height: 35% !important;
  }
  /* line 18630, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-p35 {
    min-height: 35% !important;
  }
  /* line 18633, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-p35 {
    max-height: 35% !important;
  }
  /* line 18636, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-p40 {
    height: 40% !important;
  }
  /* line 18639, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-p40 {
    min-height: 40% !important;
  }
  /* line 18642, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-p40 {
    max-height: 40% !important;
  }
  /* line 18645, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-p45 {
    height: 45% !important;
  }
  /* line 18648, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-p45 {
    min-height: 45% !important;
  }
  /* line 18651, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-p45 {
    max-height: 45% !important;
  }
  /* line 18654, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-p50 {
    height: 50% !important;
  }
  /* line 18657, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-p50 {
    min-height: 50% !important;
  }
  /* line 18660, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-p50 {
    max-height: 50% !important;
  }
  /* line 18663, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-p60 {
    height: 60% !important;
  }
  /* line 18666, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-p60 {
    min-height: 60% !important;
  }
  /* line 18669, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-p60 {
    max-height: 60% !important;
  }
  /* line 18672, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-p65 {
    height: 65% !important;
  }
  /* line 18675, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-p65 {
    min-height: 65% !important;
  }
  /* line 18678, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-p65 {
    max-height: 65% !important;
  }
  /* line 18681, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-p70 {
    height: 70% !important;
  }
  /* line 18684, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-p70 {
    min-height: 70% !important;
  }
  /* line 18687, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-p70 {
    max-height: 70% !important;
  }
  /* line 18690, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-p75 {
    height: 75% !important;
  }
  /* line 18693, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-p75 {
    min-height: 75% !important;
  }
  /* line 18696, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-p75 {
    max-height: 75% !important;
  }
  /* line 18699, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-p80 {
    height: 80% !important;
  }
  /* line 18702, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-p80 {
    min-height: 80% !important;
  }
  /* line 18705, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-p80 {
    max-height: 80% !important;
  }
  /* line 18708, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-p85 {
    height: 85% !important;
  }
  /* line 18711, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-p85 {
    min-height: 85% !important;
  }
  /* line 18714, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-p85 {
    max-height: 85% !important;
  }
  /* line 18717, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-p90 {
    height: 90% !important;
  }
  /* line 18720, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-p90 {
    min-height: 90% !important;
  }
  /* line 18723, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-p90 {
    max-height: 90% !important;
  }
  /* line 18726, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-p95 {
    height: 95% !important;
  }
  /* line 18729, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-p95 {
    min-height: 95% !important;
  }
  /* line 18732, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-p95 {
    max-height: 95% !important;
  }
  /* line 18735, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-p100 {
    height: 100% !important;
  }
  /* line 18738, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-p100 {
    min-height: 100% !important;
  }
  /* line 18741, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-p100 {
    max-height: 100% !important;
  }
  /* line 18744, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-sm-auto {
    height: auto !important;
  }
  /* line 18747, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-sm-auto {
    min-height: auto !important;
  }
  /* line 18750, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-sm-auto {
    max-height: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 18753, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-0 {
    height: 0px !important;
  }
  /* line 18756, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-0 {
    min-height: 0px !important;
  }
  /* line 18759, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-0 {
    max-height: 0px !important;
  }
  /* line 18762, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-10 {
    height: 10px !important;
  }
  /* line 18765, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-10 {
    min-height: 10px !important;
  }
  /* line 18768, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-10 {
    max-height: 10px !important;
  }
  /* line 18771, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-15 {
    height: 15px !important;
  }
  /* line 18774, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-15 {
    min-height: 15px !important;
  }
  /* line 18777, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-15 {
    max-height: 15px !important;
  }
  /* line 18780, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-20 {
    height: 20px !important;
  }
  /* line 18783, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-20 {
    min-height: 20px !important;
  }
  /* line 18786, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-20 {
    max-height: 20px !important;
  }
  /* line 18789, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-30 {
    height: 30px !important;
  }
  /* line 18792, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-30 {
    min-height: 30px !important;
  }
  /* line 18795, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-30 {
    max-height: 30px !important;
  }
  /* line 18798, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-40 {
    height: 40px !important;
  }
  /* line 18801, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-40 {
    min-height: 40px !important;
  }
  /* line 18804, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-40 {
    max-height: 40px !important;
  }
  /* line 18807, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-50 {
    height: 50px !important;
  }
  /* line 18810, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-50 {
    min-height: 50px !important;
  }
  /* line 18813, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-50 {
    max-height: 50px !important;
  }
  /* line 18816, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-60 {
    height: 60px !important;
  }
  /* line 18819, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-60 {
    min-height: 60px !important;
  }
  /* line 18822, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-60 {
    max-height: 60px !important;
  }
  /* line 18825, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-70 {
    height: 70px !important;
  }
  /* line 18828, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-70 {
    min-height: 70px !important;
  }
  /* line 18831, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-70 {
    max-height: 70px !important;
  }
  /* line 18834, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-80 {
    height: 80px !important;
  }
  /* line 18837, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-80 {
    min-height: 80px !important;
  }
  /* line 18840, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-80 {
    max-height: 80px !important;
  }
  /* line 18843, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-90 {
    height: 90px !important;
  }
  /* line 18846, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-90 {
    min-height: 90px !important;
  }
  /* line 18849, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-90 {
    max-height: 90px !important;
  }
  /* line 18852, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-100 {
    height: 100px !important;
  }
  /* line 18855, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-100 {
    min-height: 100px !important;
  }
  /* line 18858, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-100 {
    max-height: 100px !important;
  }
  /* line 18861, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-120 {
    height: 120px !important;
  }
  /* line 18864, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-120 {
    min-height: 120px !important;
  }
  /* line 18867, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-120 {
    max-height: 120px !important;
  }
  /* line 18870, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-150 {
    height: 150px !important;
  }
  /* line 18873, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-150 {
    min-height: 150px !important;
  }
  /* line 18876, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-150 {
    max-height: 150px !important;
  }
  /* line 18879, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-160 {
    height: 160px !important;
  }
  /* line 18882, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-160 {
    min-height: 160px !important;
  }
  /* line 18885, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-160 {
    max-height: 160px !important;
  }
  /* line 18888, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-170 {
    height: 170px !important;
  }
  /* line 18891, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-170 {
    min-height: 170px !important;
  }
  /* line 18894, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-170 {
    max-height: 170px !important;
  }
  /* line 18897, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-180 {
    height: 180px !important;
  }
  /* line 18900, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-180 {
    min-height: 180px !important;
  }
  /* line 18903, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-180 {
    max-height: 180px !important;
  }
  /* line 18906, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-190 {
    height: 190px !important;
  }
  /* line 18909, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-190 {
    min-height: 190px !important;
  }
  /* line 18912, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-190 {
    max-height: 190px !important;
  }
  /* line 18915, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-200 {
    height: 200px !important;
  }
  /* line 18918, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-200 {
    min-height: 200px !important;
  }
  /* line 18921, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-200 {
    max-height: 200px !important;
  }
  /* line 18924, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-250 {
    height: 250px !important;
  }
  /* line 18927, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-250 {
    min-height: 250px !important;
  }
  /* line 18930, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-250 {
    max-height: 250px !important;
  }
  /* line 18933, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-300 {
    height: 300px !important;
  }
  /* line 18936, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-300 {
    min-height: 300px !important;
  }
  /* line 18939, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-300 {
    max-height: 300px !important;
  }
  /* line 18942, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-310 {
    height: 310px !important;
  }
  /* line 18945, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-310 {
    min-height: 310px !important;
  }
  /* line 18948, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-310 {
    max-height: 310px !important;
  }
  /* line 18951, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-320 {
    height: 320px !important;
  }
  /* line 18954, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-320 {
    min-height: 320px !important;
  }
  /* line 18957, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-320 {
    max-height: 320px !important;
  }
  /* line 18960, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-325 {
    height: 325px !important;
  }
  /* line 18963, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-325 {
    min-height: 325px !important;
  }
  /* line 18966, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-325 {
    max-height: 325px !important;
  }
  /* line 18969, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-350 {
    height: 350px !important;
  }
  /* line 18972, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-350 {
    min-height: 350px !important;
  }
  /* line 18975, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-350 {
    max-height: 350px !important;
  }
  /* line 18978, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-400 {
    height: 400px !important;
  }
  /* line 18981, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-400 {
    min-height: 400px !important;
  }
  /* line 18984, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-400 {
    max-height: 400px !important;
  }
  /* line 18987, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-450 {
    height: 450px !important;
  }
  /* line 18990, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-450 {
    min-height: 450px !important;
  }
  /* line 18993, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-450 {
    max-height: 450px !important;
  }
  /* line 18996, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-500 {
    height: 500px !important;
  }
  /* line 18999, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-500 {
    min-height: 500px !important;
  }
  /* line 19002, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-500 {
    max-height: 500px !important;
  }
  /* line 19005, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-550 {
    height: 550px !important;
  }
  /* line 19008, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-550 {
    min-height: 550px !important;
  }
  /* line 19011, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-550 {
    max-height: 550px !important;
  }
  /* line 19014, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-600 {
    height: 600px !important;
  }
  /* line 19017, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-600 {
    min-height: 600px !important;
  }
  /* line 19020, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-600 {
    max-height: 600px !important;
  }
  /* line 19023, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-650 {
    height: 650px !important;
  }
  /* line 19026, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-650 {
    min-height: 650px !important;
  }
  /* line 19029, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-650 {
    max-height: 650px !important;
  }
  /* line 19032, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-700 {
    height: 700px !important;
  }
  /* line 19035, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-700 {
    min-height: 700px !important;
  }
  /* line 19038, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-700 {
    max-height: 700px !important;
  }
  /* line 19041, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-750 {
    height: 750px !important;
  }
  /* line 19044, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-750 {
    min-height: 750px !important;
  }
  /* line 19047, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-750 {
    max-height: 750px !important;
  }
  /* line 19050, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-800 {
    height: 800px !important;
  }
  /* line 19053, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-800 {
    min-height: 800px !important;
  }
  /* line 19056, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-800 {
    max-height: 800px !important;
  }
  /* line 19059, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-850 {
    height: 850px !important;
  }
  /* line 19062, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-850 {
    min-height: 850px !important;
  }
  /* line 19065, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-850 {
    max-height: 850px !important;
  }
  /* line 19068, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-900 {
    height: 900px !important;
  }
  /* line 19071, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-900 {
    min-height: 900px !important;
  }
  /* line 19074, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-900 {
    max-height: 900px !important;
  }
  /* line 19077, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-950 {
    height: 950px !important;
  }
  /* line 19080, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-950 {
    min-height: 950px !important;
  }
  /* line 19083, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-950 {
    max-height: 950px !important;
  }
  /* line 19086, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-1000 {
    height: 1000px !important;
  }
  /* line 19089, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-1000 {
    min-height: 1000px !important;
  }
  /* line 19092, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-1000 {
    max-height: 1000px !important;
  }
  /* line 19095, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-p5 {
    height: 5% !important;
  }
  /* line 19098, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-p5 {
    min-height: 5% !important;
  }
  /* line 19101, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-p5 {
    max-height: 5% !important;
  }
  /* line 19104, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-p10 {
    height: 10% !important;
  }
  /* line 19107, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-p10 {
    min-height: 10% !important;
  }
  /* line 19110, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-p10 {
    max-height: 10% !important;
  }
  /* line 19113, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-p15 {
    height: 15% !important;
  }
  /* line 19116, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-p15 {
    min-height: 15% !important;
  }
  /* line 19119, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-p15 {
    max-height: 15% !important;
  }
  /* line 19122, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-p20 {
    height: 20% !important;
  }
  /* line 19125, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-p20 {
    min-height: 20% !important;
  }
  /* line 19128, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-p20 {
    max-height: 20% !important;
  }
  /* line 19131, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-p25 {
    height: 25% !important;
  }
  /* line 19134, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-p25 {
    min-height: 25% !important;
  }
  /* line 19137, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-p25 {
    max-height: 25% !important;
  }
  /* line 19140, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-p30 {
    height: 30% !important;
  }
  /* line 19143, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-p30 {
    min-height: 30% !important;
  }
  /* line 19146, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-p30 {
    max-height: 30% !important;
  }
  /* line 19149, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-p35 {
    height: 35% !important;
  }
  /* line 19152, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-p35 {
    min-height: 35% !important;
  }
  /* line 19155, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-p35 {
    max-height: 35% !important;
  }
  /* line 19158, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-p40 {
    height: 40% !important;
  }
  /* line 19161, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-p40 {
    min-height: 40% !important;
  }
  /* line 19164, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-p40 {
    max-height: 40% !important;
  }
  /* line 19167, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-p45 {
    height: 45% !important;
  }
  /* line 19170, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-p45 {
    min-height: 45% !important;
  }
  /* line 19173, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-p45 {
    max-height: 45% !important;
  }
  /* line 19176, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-p50 {
    height: 50% !important;
  }
  /* line 19179, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-p50 {
    min-height: 50% !important;
  }
  /* line 19182, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-p50 {
    max-height: 50% !important;
  }
  /* line 19185, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-p60 {
    height: 60% !important;
  }
  /* line 19188, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-p60 {
    min-height: 60% !important;
  }
  /* line 19191, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-p60 {
    max-height: 60% !important;
  }
  /* line 19194, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-p65 {
    height: 65% !important;
  }
  /* line 19197, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-p65 {
    min-height: 65% !important;
  }
  /* line 19200, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-p65 {
    max-height: 65% !important;
  }
  /* line 19203, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-p70 {
    height: 70% !important;
  }
  /* line 19206, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-p70 {
    min-height: 70% !important;
  }
  /* line 19209, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-p70 {
    max-height: 70% !important;
  }
  /* line 19212, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-p75 {
    height: 75% !important;
  }
  /* line 19215, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-p75 {
    min-height: 75% !important;
  }
  /* line 19218, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-p75 {
    max-height: 75% !important;
  }
  /* line 19221, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-p80 {
    height: 80% !important;
  }
  /* line 19224, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-p80 {
    min-height: 80% !important;
  }
  /* line 19227, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-p80 {
    max-height: 80% !important;
  }
  /* line 19230, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-p85 {
    height: 85% !important;
  }
  /* line 19233, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-p85 {
    min-height: 85% !important;
  }
  /* line 19236, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-p85 {
    max-height: 85% !important;
  }
  /* line 19239, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-p90 {
    height: 90% !important;
  }
  /* line 19242, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-p90 {
    min-height: 90% !important;
  }
  /* line 19245, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-p90 {
    max-height: 90% !important;
  }
  /* line 19248, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-p95 {
    height: 95% !important;
  }
  /* line 19251, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-p95 {
    min-height: 95% !important;
  }
  /* line 19254, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-p95 {
    max-height: 95% !important;
  }
  /* line 19257, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-p100 {
    height: 100% !important;
  }
  /* line 19260, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-p100 {
    min-height: 100% !important;
  }
  /* line 19263, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-p100 {
    max-height: 100% !important;
  }
  /* line 19266, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-md-auto {
    height: auto !important;
  }
  /* line 19269, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-md-auto {
    min-height: auto !important;
  }
  /* line 19272, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-md-auto {
    max-height: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 19275, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-0 {
    height: 0px !important;
  }
  /* line 19278, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-0 {
    min-height: 0px !important;
  }
  /* line 19281, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-0 {
    max-height: 0px !important;
  }
  /* line 19284, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-10 {
    height: 10px !important;
  }
  /* line 19287, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-10 {
    min-height: 10px !important;
  }
  /* line 19290, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-10 {
    max-height: 10px !important;
  }
  /* line 19293, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-15 {
    height: 15px !important;
  }
  /* line 19296, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-15 {
    min-height: 15px !important;
  }
  /* line 19299, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-15 {
    max-height: 15px !important;
  }
  /* line 19302, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-20 {
    height: 20px !important;
  }
  /* line 19305, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-20 {
    min-height: 20px !important;
  }
  /* line 19308, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-20 {
    max-height: 20px !important;
  }
  /* line 19311, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-30 {
    height: 30px !important;
  }
  /* line 19314, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-30 {
    min-height: 30px !important;
  }
  /* line 19317, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-30 {
    max-height: 30px !important;
  }
  /* line 19320, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-40 {
    height: 40px !important;
  }
  /* line 19323, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-40 {
    min-height: 40px !important;
  }
  /* line 19326, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-40 {
    max-height: 40px !important;
  }
  /* line 19329, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-50 {
    height: 50px !important;
  }
  /* line 19332, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-50 {
    min-height: 50px !important;
  }
  /* line 19335, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-50 {
    max-height: 50px !important;
  }
  /* line 19338, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-60 {
    height: 60px !important;
  }
  /* line 19341, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-60 {
    min-height: 60px !important;
  }
  /* line 19344, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-60 {
    max-height: 60px !important;
  }
  /* line 19347, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-70 {
    height: 70px !important;
  }
  /* line 19350, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-70 {
    min-height: 70px !important;
  }
  /* line 19353, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-70 {
    max-height: 70px !important;
  }
  /* line 19356, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-80 {
    height: 80px !important;
  }
  /* line 19359, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-80 {
    min-height: 80px !important;
  }
  /* line 19362, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-80 {
    max-height: 80px !important;
  }
  /* line 19365, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-90 {
    height: 90px !important;
  }
  /* line 19368, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-90 {
    min-height: 90px !important;
  }
  /* line 19371, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-90 {
    max-height: 90px !important;
  }
  /* line 19374, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-100 {
    height: 100px !important;
  }
  /* line 19377, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-100 {
    min-height: 100px !important;
  }
  /* line 19380, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-100 {
    max-height: 100px !important;
  }
  /* line 19383, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-120 {
    height: 120px !important;
  }
  /* line 19386, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-120 {
    min-height: 120px !important;
  }
  /* line 19389, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-120 {
    max-height: 120px !important;
  }
  /* line 19392, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-150 {
    height: 150px !important;
  }
  /* line 19395, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-150 {
    min-height: 150px !important;
  }
  /* line 19398, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-150 {
    max-height: 150px !important;
  }
  /* line 19401, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-160 {
    height: 160px !important;
  }
  /* line 19404, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-160 {
    min-height: 160px !important;
  }
  /* line 19407, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-160 {
    max-height: 160px !important;
  }
  /* line 19410, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-170 {
    height: 170px !important;
  }
  /* line 19413, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-170 {
    min-height: 170px !important;
  }
  /* line 19416, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-170 {
    max-height: 170px !important;
  }
  /* line 19419, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-180 {
    height: 180px !important;
  }
  /* line 19422, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-180 {
    min-height: 180px !important;
  }
  /* line 19425, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-180 {
    max-height: 180px !important;
  }
  /* line 19428, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-190 {
    height: 190px !important;
  }
  /* line 19431, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-190 {
    min-height: 190px !important;
  }
  /* line 19434, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-190 {
    max-height: 190px !important;
  }
  /* line 19437, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-200 {
    height: 200px !important;
  }
  /* line 19440, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-200 {
    min-height: 200px !important;
  }
  /* line 19443, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-200 {
    max-height: 200px !important;
  }
  /* line 19446, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-250 {
    height: 250px !important;
  }
  /* line 19449, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-250 {
    min-height: 250px !important;
  }
  /* line 19452, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-250 {
    max-height: 250px !important;
  }
  /* line 19455, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-300 {
    height: 300px !important;
  }
  /* line 19458, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-300 {
    min-height: 300px !important;
  }
  /* line 19461, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-300 {
    max-height: 300px !important;
  }
  /* line 19464, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-310 {
    height: 310px !important;
  }
  /* line 19467, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-310 {
    min-height: 310px !important;
  }
  /* line 19470, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-310 {
    max-height: 310px !important;
  }
  /* line 19473, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-320 {
    height: 320px !important;
  }
  /* line 19476, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-320 {
    min-height: 320px !important;
  }
  /* line 19479, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-320 {
    max-height: 320px !important;
  }
  /* line 19482, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-325 {
    height: 325px !important;
  }
  /* line 19485, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-325 {
    min-height: 325px !important;
  }
  /* line 19488, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-325 {
    max-height: 325px !important;
  }
  /* line 19491, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-350 {
    height: 350px !important;
  }
  /* line 19494, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-350 {
    min-height: 350px !important;
  }
  /* line 19497, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-350 {
    max-height: 350px !important;
  }
  /* line 19500, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-400 {
    height: 400px !important;
  }
  /* line 19503, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-400 {
    min-height: 400px !important;
  }
  /* line 19506, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-400 {
    max-height: 400px !important;
  }
  /* line 19509, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-450 {
    height: 450px !important;
  }
  /* line 19512, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-450 {
    min-height: 450px !important;
  }
  /* line 19515, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-450 {
    max-height: 450px !important;
  }
  /* line 19518, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-500 {
    height: 500px !important;
  }
  /* line 19521, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-500 {
    min-height: 500px !important;
  }
  /* line 19524, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-500 {
    max-height: 500px !important;
  }
  /* line 19527, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-550 {
    height: 550px !important;
  }
  /* line 19530, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-550 {
    min-height: 550px !important;
  }
  /* line 19533, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-550 {
    max-height: 550px !important;
  }
  /* line 19536, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-600 {
    height: 600px !important;
  }
  /* line 19539, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-600 {
    min-height: 600px !important;
  }
  /* line 19542, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-600 {
    max-height: 600px !important;
  }
  /* line 19545, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-650 {
    height: 650px !important;
  }
  /* line 19548, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-650 {
    min-height: 650px !important;
  }
  /* line 19551, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-650 {
    max-height: 650px !important;
  }
  /* line 19554, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-700 {
    height: 700px !important;
  }
  /* line 19557, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-700 {
    min-height: 700px !important;
  }
  /* line 19560, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-700 {
    max-height: 700px !important;
  }
  /* line 19563, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-750 {
    height: 750px !important;
  }
  /* line 19566, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-750 {
    min-height: 750px !important;
  }
  /* line 19569, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-750 {
    max-height: 750px !important;
  }
  /* line 19572, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-800 {
    height: 800px !important;
  }
  /* line 19575, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-800 {
    min-height: 800px !important;
  }
  /* line 19578, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-800 {
    max-height: 800px !important;
  }
  /* line 19581, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-850 {
    height: 850px !important;
  }
  /* line 19584, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-850 {
    min-height: 850px !important;
  }
  /* line 19587, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-850 {
    max-height: 850px !important;
  }
  /* line 19590, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-900 {
    height: 900px !important;
  }
  /* line 19593, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-900 {
    min-height: 900px !important;
  }
  /* line 19596, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-900 {
    max-height: 900px !important;
  }
  /* line 19599, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-950 {
    height: 950px !important;
  }
  /* line 19602, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-950 {
    min-height: 950px !important;
  }
  /* line 19605, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-950 {
    max-height: 950px !important;
  }
  /* line 19608, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-1000 {
    height: 1000px !important;
  }
  /* line 19611, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-1000 {
    min-height: 1000px !important;
  }
  /* line 19614, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-1000 {
    max-height: 1000px !important;
  }
  /* line 19617, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-p5 {
    height: 5% !important;
  }
  /* line 19620, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-p5 {
    min-height: 5% !important;
  }
  /* line 19623, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-p5 {
    max-height: 5% !important;
  }
  /* line 19626, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-p10 {
    height: 10% !important;
  }
  /* line 19629, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-p10 {
    min-height: 10% !important;
  }
  /* line 19632, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-p10 {
    max-height: 10% !important;
  }
  /* line 19635, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-p15 {
    height: 15% !important;
  }
  /* line 19638, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-p15 {
    min-height: 15% !important;
  }
  /* line 19641, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-p15 {
    max-height: 15% !important;
  }
  /* line 19644, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-p20 {
    height: 20% !important;
  }
  /* line 19647, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-p20 {
    min-height: 20% !important;
  }
  /* line 19650, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-p20 {
    max-height: 20% !important;
  }
  /* line 19653, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-p25 {
    height: 25% !important;
  }
  /* line 19656, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-p25 {
    min-height: 25% !important;
  }
  /* line 19659, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-p25 {
    max-height: 25% !important;
  }
  /* line 19662, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-p30 {
    height: 30% !important;
  }
  /* line 19665, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-p30 {
    min-height: 30% !important;
  }
  /* line 19668, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-p30 {
    max-height: 30% !important;
  }
  /* line 19671, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-p35 {
    height: 35% !important;
  }
  /* line 19674, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-p35 {
    min-height: 35% !important;
  }
  /* line 19677, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-p35 {
    max-height: 35% !important;
  }
  /* line 19680, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-p40 {
    height: 40% !important;
  }
  /* line 19683, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-p40 {
    min-height: 40% !important;
  }
  /* line 19686, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-p40 {
    max-height: 40% !important;
  }
  /* line 19689, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-p45 {
    height: 45% !important;
  }
  /* line 19692, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-p45 {
    min-height: 45% !important;
  }
  /* line 19695, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-p45 {
    max-height: 45% !important;
  }
  /* line 19698, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-p50 {
    height: 50% !important;
  }
  /* line 19701, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-p50 {
    min-height: 50% !important;
  }
  /* line 19704, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-p50 {
    max-height: 50% !important;
  }
  /* line 19707, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-p60 {
    height: 60% !important;
  }
  /* line 19710, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-p60 {
    min-height: 60% !important;
  }
  /* line 19713, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-p60 {
    max-height: 60% !important;
  }
  /* line 19716, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-p65 {
    height: 65% !important;
  }
  /* line 19719, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-p65 {
    min-height: 65% !important;
  }
  /* line 19722, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-p65 {
    max-height: 65% !important;
  }
  /* line 19725, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-p70 {
    height: 70% !important;
  }
  /* line 19728, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-p70 {
    min-height: 70% !important;
  }
  /* line 19731, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-p70 {
    max-height: 70% !important;
  }
  /* line 19734, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-p75 {
    height: 75% !important;
  }
  /* line 19737, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-p75 {
    min-height: 75% !important;
  }
  /* line 19740, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-p75 {
    max-height: 75% !important;
  }
  /* line 19743, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-p80 {
    height: 80% !important;
  }
  /* line 19746, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-p80 {
    min-height: 80% !important;
  }
  /* line 19749, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-p80 {
    max-height: 80% !important;
  }
  /* line 19752, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-p85 {
    height: 85% !important;
  }
  /* line 19755, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-p85 {
    min-height: 85% !important;
  }
  /* line 19758, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-p85 {
    max-height: 85% !important;
  }
  /* line 19761, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-p90 {
    height: 90% !important;
  }
  /* line 19764, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-p90 {
    min-height: 90% !important;
  }
  /* line 19767, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-p90 {
    max-height: 90% !important;
  }
  /* line 19770, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-p95 {
    height: 95% !important;
  }
  /* line 19773, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-p95 {
    min-height: 95% !important;
  }
  /* line 19776, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-p95 {
    max-height: 95% !important;
  }
  /* line 19779, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-p100 {
    height: 100% !important;
  }
  /* line 19782, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-p100 {
    min-height: 100% !important;
  }
  /* line 19785, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-p100 {
    max-height: 100% !important;
  }
  /* line 19788, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-auto {
    height: auto !important;
  }
  /* line 19791, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-auto {
    min-height: auto !important;
  }
  /* line 19794, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-auto {
    max-height: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 19797, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-0 {
    height: 0px !important;
  }
  /* line 19800, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-0 {
    min-height: 0px !important;
  }
  /* line 19803, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-0 {
    max-height: 0px !important;
  }
  /* line 19806, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-10 {
    height: 10px !important;
  }
  /* line 19809, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-10 {
    min-height: 10px !important;
  }
  /* line 19812, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-10 {
    max-height: 10px !important;
  }
  /* line 19815, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-15 {
    height: 15px !important;
  }
  /* line 19818, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-15 {
    min-height: 15px !important;
  }
  /* line 19821, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-15 {
    max-height: 15px !important;
  }
  /* line 19824, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-20 {
    height: 20px !important;
  }
  /* line 19827, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-20 {
    min-height: 20px !important;
  }
  /* line 19830, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-20 {
    max-height: 20px !important;
  }
  /* line 19833, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-30 {
    height: 30px !important;
  }
  /* line 19836, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-30 {
    min-height: 30px !important;
  }
  /* line 19839, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-30 {
    max-height: 30px !important;
  }
  /* line 19842, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-40 {
    height: 40px !important;
  }
  /* line 19845, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-40 {
    min-height: 40px !important;
  }
  /* line 19848, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-40 {
    max-height: 40px !important;
  }
  /* line 19851, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-50 {
    height: 50px !important;
  }
  /* line 19854, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-50 {
    min-height: 50px !important;
  }
  /* line 19857, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-50 {
    max-height: 50px !important;
  }
  /* line 19860, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-60 {
    height: 60px !important;
  }
  /* line 19863, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-60 {
    min-height: 60px !important;
  }
  /* line 19866, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-60 {
    max-height: 60px !important;
  }
  /* line 19869, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-70 {
    height: 70px !important;
  }
  /* line 19872, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-70 {
    min-height: 70px !important;
  }
  /* line 19875, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-70 {
    max-height: 70px !important;
  }
  /* line 19878, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-80 {
    height: 80px !important;
  }
  /* line 19881, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-80 {
    min-height: 80px !important;
  }
  /* line 19884, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-80 {
    max-height: 80px !important;
  }
  /* line 19887, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-90 {
    height: 90px !important;
  }
  /* line 19890, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-90 {
    min-height: 90px !important;
  }
  /* line 19893, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-90 {
    max-height: 90px !important;
  }
  /* line 19896, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-100 {
    height: 100px !important;
  }
  /* line 19899, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-100 {
    min-height: 100px !important;
  }
  /* line 19902, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-100 {
    max-height: 100px !important;
  }
  /* line 19905, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-120 {
    height: 120px !important;
  }
  /* line 19908, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-120 {
    min-height: 120px !important;
  }
  /* line 19911, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-120 {
    max-height: 120px !important;
  }
  /* line 19914, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-150 {
    height: 150px !important;
  }
  /* line 19917, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-150 {
    min-height: 150px !important;
  }
  /* line 19920, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-150 {
    max-height: 150px !important;
  }
  /* line 19923, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-160 {
    height: 160px !important;
  }
  /* line 19926, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-160 {
    min-height: 160px !important;
  }
  /* line 19929, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-160 {
    max-height: 160px !important;
  }
  /* line 19932, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-170 {
    height: 170px !important;
  }
  /* line 19935, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-170 {
    min-height: 170px !important;
  }
  /* line 19938, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-170 {
    max-height: 170px !important;
  }
  /* line 19941, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-180 {
    height: 180px !important;
  }
  /* line 19944, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-180 {
    min-height: 180px !important;
  }
  /* line 19947, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-180 {
    max-height: 180px !important;
  }
  /* line 19950, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-190 {
    height: 190px !important;
  }
  /* line 19953, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-190 {
    min-height: 190px !important;
  }
  /* line 19956, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-190 {
    max-height: 190px !important;
  }
  /* line 19959, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-200 {
    height: 200px !important;
  }
  /* line 19962, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-200 {
    min-height: 200px !important;
  }
  /* line 19965, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-200 {
    max-height: 200px !important;
  }
  /* line 19968, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-250 {
    height: 250px !important;
  }
  /* line 19971, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-250 {
    min-height: 250px !important;
  }
  /* line 19974, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-250 {
    max-height: 250px !important;
  }
  /* line 19977, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-300 {
    height: 300px !important;
  }
  /* line 19980, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-300 {
    min-height: 300px !important;
  }
  /* line 19983, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-300 {
    max-height: 300px !important;
  }
  /* line 19986, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-310 {
    height: 310px !important;
  }
  /* line 19989, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-310 {
    min-height: 310px !important;
  }
  /* line 19992, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-310 {
    max-height: 310px !important;
  }
  /* line 19995, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-320 {
    height: 320px !important;
  }
  /* line 19998, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-320 {
    min-height: 320px !important;
  }
  /* line 20001, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-320 {
    max-height: 320px !important;
  }
  /* line 20004, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-325 {
    height: 325px !important;
  }
  /* line 20007, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-325 {
    min-height: 325px !important;
  }
  /* line 20010, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-325 {
    max-height: 325px !important;
  }
  /* line 20013, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-350 {
    height: 350px !important;
  }
  /* line 20016, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-350 {
    min-height: 350px !important;
  }
  /* line 20019, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-350 {
    max-height: 350px !important;
  }
  /* line 20022, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-400 {
    height: 400px !important;
  }
  /* line 20025, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-400 {
    min-height: 400px !important;
  }
  /* line 20028, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-400 {
    max-height: 400px !important;
  }
  /* line 20031, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-450 {
    height: 450px !important;
  }
  /* line 20034, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-450 {
    min-height: 450px !important;
  }
  /* line 20037, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-450 {
    max-height: 450px !important;
  }
  /* line 20040, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-500 {
    height: 500px !important;
  }
  /* line 20043, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-500 {
    min-height: 500px !important;
  }
  /* line 20046, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-500 {
    max-height: 500px !important;
  }
  /* line 20049, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-550 {
    height: 550px !important;
  }
  /* line 20052, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-550 {
    min-height: 550px !important;
  }
  /* line 20055, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-550 {
    max-height: 550px !important;
  }
  /* line 20058, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-600 {
    height: 600px !important;
  }
  /* line 20061, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-600 {
    min-height: 600px !important;
  }
  /* line 20064, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-600 {
    max-height: 600px !important;
  }
  /* line 20067, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-650 {
    height: 650px !important;
  }
  /* line 20070, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-650 {
    min-height: 650px !important;
  }
  /* line 20073, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-650 {
    max-height: 650px !important;
  }
  /* line 20076, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-700 {
    height: 700px !important;
  }
  /* line 20079, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-700 {
    min-height: 700px !important;
  }
  /* line 20082, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-700 {
    max-height: 700px !important;
  }
  /* line 20085, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-750 {
    height: 750px !important;
  }
  /* line 20088, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-750 {
    min-height: 750px !important;
  }
  /* line 20091, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-750 {
    max-height: 750px !important;
  }
  /* line 20094, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-800 {
    height: 800px !important;
  }
  /* line 20097, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-800 {
    min-height: 800px !important;
  }
  /* line 20100, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-800 {
    max-height: 800px !important;
  }
  /* line 20103, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-850 {
    height: 850px !important;
  }
  /* line 20106, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-850 {
    min-height: 850px !important;
  }
  /* line 20109, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-850 {
    max-height: 850px !important;
  }
  /* line 20112, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-900 {
    height: 900px !important;
  }
  /* line 20115, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-900 {
    min-height: 900px !important;
  }
  /* line 20118, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-900 {
    max-height: 900px !important;
  }
  /* line 20121, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-950 {
    height: 950px !important;
  }
  /* line 20124, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-950 {
    min-height: 950px !important;
  }
  /* line 20127, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-950 {
    max-height: 950px !important;
  }
  /* line 20130, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-1000 {
    height: 1000px !important;
  }
  /* line 20133, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-1000 {
    min-height: 1000px !important;
  }
  /* line 20136, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-1000 {
    max-height: 1000px !important;
  }
  /* line 20139, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-p5 {
    height: 5% !important;
  }
  /* line 20142, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-p5 {
    min-height: 5% !important;
  }
  /* line 20145, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-p5 {
    max-height: 5% !important;
  }
  /* line 20148, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-p10 {
    height: 10% !important;
  }
  /* line 20151, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-p10 {
    min-height: 10% !important;
  }
  /* line 20154, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-p10 {
    max-height: 10% !important;
  }
  /* line 20157, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-p15 {
    height: 15% !important;
  }
  /* line 20160, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-p15 {
    min-height: 15% !important;
  }
  /* line 20163, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-p15 {
    max-height: 15% !important;
  }
  /* line 20166, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-p20 {
    height: 20% !important;
  }
  /* line 20169, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-p20 {
    min-height: 20% !important;
  }
  /* line 20172, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-p20 {
    max-height: 20% !important;
  }
  /* line 20175, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-p25 {
    height: 25% !important;
  }
  /* line 20178, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-p25 {
    min-height: 25% !important;
  }
  /* line 20181, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-p25 {
    max-height: 25% !important;
  }
  /* line 20184, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-p30 {
    height: 30% !important;
  }
  /* line 20187, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-p30 {
    min-height: 30% !important;
  }
  /* line 20190, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-p30 {
    max-height: 30% !important;
  }
  /* line 20193, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-p35 {
    height: 35% !important;
  }
  /* line 20196, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-p35 {
    min-height: 35% !important;
  }
  /* line 20199, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-p35 {
    max-height: 35% !important;
  }
  /* line 20202, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-p40 {
    height: 40% !important;
  }
  /* line 20205, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-p40 {
    min-height: 40% !important;
  }
  /* line 20208, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-p40 {
    max-height: 40% !important;
  }
  /* line 20211, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-p45 {
    height: 45% !important;
  }
  /* line 20214, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-p45 {
    min-height: 45% !important;
  }
  /* line 20217, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-p45 {
    max-height: 45% !important;
  }
  /* line 20220, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-p50 {
    height: 50% !important;
  }
  /* line 20223, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-p50 {
    min-height: 50% !important;
  }
  /* line 20226, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-p50 {
    max-height: 50% !important;
  }
  /* line 20229, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-p60 {
    height: 60% !important;
  }
  /* line 20232, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-p60 {
    min-height: 60% !important;
  }
  /* line 20235, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-p60 {
    max-height: 60% !important;
  }
  /* line 20238, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-p65 {
    height: 65% !important;
  }
  /* line 20241, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-p65 {
    min-height: 65% !important;
  }
  /* line 20244, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-p65 {
    max-height: 65% !important;
  }
  /* line 20247, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-p70 {
    height: 70% !important;
  }
  /* line 20250, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-p70 {
    min-height: 70% !important;
  }
  /* line 20253, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-p70 {
    max-height: 70% !important;
  }
  /* line 20256, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-p75 {
    height: 75% !important;
  }
  /* line 20259, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-p75 {
    min-height: 75% !important;
  }
  /* line 20262, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-p75 {
    max-height: 75% !important;
  }
  /* line 20265, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-p80 {
    height: 80% !important;
  }
  /* line 20268, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-p80 {
    min-height: 80% !important;
  }
  /* line 20271, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-p80 {
    max-height: 80% !important;
  }
  /* line 20274, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-p85 {
    height: 85% !important;
  }
  /* line 20277, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-p85 {
    min-height: 85% !important;
  }
  /* line 20280, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-p85 {
    max-height: 85% !important;
  }
  /* line 20283, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-p90 {
    height: 90% !important;
  }
  /* line 20286, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-p90 {
    min-height: 90% !important;
  }
  /* line 20289, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-p90 {
    max-height: 90% !important;
  }
  /* line 20292, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-p95 {
    height: 95% !important;
  }
  /* line 20295, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-p95 {
    min-height: 95% !important;
  }
  /* line 20298, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-p95 {
    max-height: 95% !important;
  }
  /* line 20301, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-xl-p100 {
    height: 100% !important;
  }
  /* line 20304, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-xl-p100 {
    min-height: 100% !important;
  }
  /* line 20307, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-xl-p100 {
    max-height: 100% !important;
  }
  /* line 20310, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .h-lg-auto {
    height: auto !important;
  }
  /* line 20313, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .min-h-lg-auto {
    min-height: auto !important;
  }
  /* line 20316, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .max-h-lg-auto {
    max-height: auto !important;
  }
}

/*---Layout---*/
/* line 20319, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fixed .wrapper, .main-header .logo, .user-panel {
  overflow: hidden;
}

/* line 20322, app/assets/stylesheets/theme/css/dashboard_style.scss */
.layout-boxed {
  background: #f3f6f9;
}

/* line 20324, app/assets/stylesheets/theme/css/dashboard_style.scss */
.layout-boxed .wrapper {
  width: 95%;
  max-width: 1440px;
  margin: 0 auto;
  min-height: 100%;
  box-shadow: 0px 2px 5px 0px rgba(19, 23, 38, 0.05);
  position: relative;
  background: #f4f5f9;
}

@media (min-width: 1900px) {
  /* line 20334, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .layout-boxed .wrapper {
    width: 95%;
    max-width: 1850px;
  }
}

/* line 20337, app/assets/stylesheets/theme/css/dashboard_style.scss */
.content-wrapper {
  -moz-transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  margin-left: 20.79rem;
  z-index: 820;
}

/* line 20345, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-footer {
  -moz-transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  z-index: 820;
  margin-left: 19.29rem;
}

@media (min-width: 768px) {
  /* line 20354, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-collapse .content-wrapper, .sidebar-collapse .main-footer {
    margin-left: 0;
  }
}

/* line 20356, app/assets/stylesheets/theme/css/dashboard_style.scss */
.content-wrapper {
  min-height: 100%;
  background-color: #fbf6f0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  border-radius: 5px;
  margin-right: 1.5rem;
}

@media (max-width: 767px) {
  /* line 20368, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .content-wrapper {
    margin-right: 0.75rem;
    margin-left: 0.75rem !important;
  }
}

/* line 20371, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-footer {
  background-color: rgba(255, 255, 255, 0);
  padding: 1.5rem;
  border-top: 0px solid #cccccc;
  z-index: 1;
  position: relative;
}

/* line 20377, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-footer .nav {
  margin-top: -7px;
}

/* line 20380, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fixed .left-side {
  position: fixed;
}

/* line 20382, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fixed .main-header {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
}

/* line 20388, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fixed .main-sidebar {
  position: fixed;
}

/* line 20390, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fixed .content-wrapper {
  margin-top: 80px;
}

/* line 20392, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fixed .right-side {
  margin-top: 80px;
}

@media (max-width: 767px) {
  /* line 20396, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .content-wrapper {
    margin-left: 0;
  }
  /* line 20399, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .main-footer {
    margin-left: 0;
    text-align: center;
  }
  /* line 20403, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .fixed .content-wrapper {
    margin-top: 125px;
  }
  /* line 20405, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .fixed .right-side {
    margin-top: 125px;
  }
}

/* line 20407, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fixedlayout-boxed .wrapper {
  max-width: 100%;
}

/* line 20410, app/assets/stylesheets/theme/css/dashboard_style.scss */
.hold-transition .content-wrapper, .hold-transition .left-side, .hold-transition .main-footer, .hold-transition .main-header .logo, .hold-transition .main-header .navbar, .hold-transition .main-sidebar, .hold-transition .menu-open .fa-angle-left, .hold-transition .right-side {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}

/* line 20416, app/assets/stylesheets/theme/css/dashboard_style.scss */
.content {
  min-height: 250px;
  padding: 1.5rem 1.5rem 0px 1.5rem;
  margin-right: auto;
  margin-left: auto;
}

/* line 20422, app/assets/stylesheets/theme/css/dashboard_style.scss */
.layout-top-nav .content-wrapper .content {
  padding: 10px 0px 0px 0px;
  margin-right: auto;
  margin-left: auto;
}

/* line 20427, app/assets/stylesheets/theme/css/dashboard_style.scss */
.container > .content {
  padding: 10px 0px 0px 0px;
}

/* line 20429, app/assets/stylesheets/theme/css/dashboard_style.scss */
.container > .content > .content-header {
  padding-top: 0px;
}

/* line 20431, app/assets/stylesheets/theme/css/dashboard_style.scss */
.container > .content-header {
  padding: 10px 0px 0px 0px;
}

/*---art shape---*/
/* line 20435, app/assets/stylesheets/theme/css/dashboard_style.scss */
.art-bg {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  background-attachment: fixed;
  z-index: -1;
  min-height: 400px;
}

/* line 20443, app/assets/stylesheets/theme/css/dashboard_style.scss */
.art-bg img {
  left: -2px;
  width: 100%;
  height: auto;
  bottom: -32px;
  position: absolute;
  transform: scale(1.1, 0.8);
  transform-origin: bottom;
}

/* line 20451, app/assets/stylesheets/theme/css/dashboard_style.scss */
.art-bg img.light-img {
  display: block;
}

/* line 20453, app/assets/stylesheets/theme/css/dashboard_style.scss */
.art-bg img.dark-img {
  display: none;
}

/* line 20456, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .art-bg img.dark-img {
  display: block;
}

/* line 20458, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .art-bg img.light-img {
  display: none;
}

/* line 20460, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin.onlyfull .art-bg .art-img {
  display: none;
}

/* line 20463, app/assets/stylesheets/theme/css/dashboard_style.scss */
.onlyheader .art-bg {
  min-height: 80px;
}

/* line 20465, app/assets/stylesheets/theme/css/dashboard_style.scss */
.onlyheader .art-bg .art-img {
  display: none;
}

/* line 20468, app/assets/stylesheets/theme/css/dashboard_style.scss */
.onlyfull .art-bg {
  min-height: 100%;
}

/* line 20470, app/assets/stylesheets/theme/css/dashboard_style.scss */
.onlyfull .art-bg .art-img {
  display: none;
}

/* line 20473, app/assets/stylesheets/theme/css/dashboard_style.scss */
#progressbar1 .progressbar-text, #progressbar2 .progressbar-text, #progressbar3 .progressbar-text {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
  border-radius: 100%;
  height: 115px;
  width: 115px;
  line-height: 115px;
  font-family: "Rubik", sans-serif !important;
}

/* line 20481, app/assets/stylesheets/theme/css/dashboard_style.scss */
.icon i {
  width: 60px;
  height: 60px;
  text-align: center;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  line-height: 60px;
  border-radius: 100%;
  margin-right: 30px;
}

/* line 20491, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wed-up {
  margin-top: -85px;
  padding: 30px 50px;
}

/* line 20495, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dask .fc-today-button {
  display: none;
}

/* line 20497, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dask .fc-right {
  display: none;
}

/* line 20499, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dask .fc-toolbar .fc-left {
  float: right;
}

/* line 20501, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dask .fc-toolbar .fc-center {
  float: left;
}

/* line 20504, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dash-chart {
  height: 146px !important;
}

/*---Header---*/
/* line 20508, app/assets/stylesheets/theme/css/dashboard_style.scss */
.page-header {
  margin: 10px 0 20px;
  padding-bottom: 9px;
  border-bottom: 1px solid #e6e6e6;
}

/* line 20512, app/assets/stylesheets/theme/css/dashboard_style.scss */
.page-header > small {
  color: #737373;
  display: block;
  margin-top: 5px;
}

/* line 20517, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header {
  max-height: 125px;
  z-index: 999;
  position: relative;
}

/* line 20521, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header div.logo-box {
  width: 19.29rem;
  float: left;
  -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
  transition: transform .3s ease-in-out, width .3s ease-in-out;
  background: #ffffff;
  border-top-right-radius: 0px;
}

/* line 20530, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header .push-btn, .main-header .full-screen, .main-header .svg-bt-icon {
  height: 45px;
  width: 45px;
  padding: 10px;
  text-align: center;
  line-height: 20px;
  font-size: 1.714rem;
  margin: 0 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
  box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
}

/* line 20541, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header .push-btn:hover, .main-header .push-btn:active, .main-header .push-btn:focus, .main-header .full-screen:hover, .main-header .full-screen:active, .main-header .full-screen:focus, .main-header .svg-bt-icon:hover, .main-header .svg-bt-icon:active, .main-header .svg-bt-icon:focus {
  background-color: rgba(0, 0, 0, 0.03);
  color: #6993ff;
}

/* line 20544, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header .push-btn img, .main-header .full-screen img, .main-header .svg-bt-icon img {
  height: 20px;
  width: 20px;
  margin-top: 2.5px;
}

/* line 20548, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header .logo-box {
  border-right: 1px solid rgba(72, 94, 144, 0);
}

/* line 20550, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header .app-menu .search-bx {
  max-width: 250px;
  -webkit-box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
  box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
  border-radius: 5px;
  overflow: hidden;
}

/* line 20556, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header .app-menu .search-bx input[type="search"] {
  background-color: #fbf6f0;
  color: #172b4c;
  font-size: 16px;
  padding-left: 20px;
  border: none;
  border-radius: 5px 0px 0px 5px;
  height: 45px;
}

/* line 20564, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header .app-menu .search-bx ::placeholder {
  color: #717C99;
}

/* line 20566, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header .app-menu .search-bx .input-group {
  margin-top: 0px;
}

/* line 20568, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header .app-menu .search-bx .input-group-append {
  margin-left: 0px;
}

/* line 20570, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header .app-menu .search-bx .btn {
  background-color: #fbf6f0;
  color: #b5b5c3;
  font-weight: 700;
  font-size: 18px;
  border-radius: 0 5px 5px 0;
  padding: 3px 15px 3px 5px;
  box-shadow: none;
}

/* line 20578, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header .app-menu .search-bx .btn img {
  width: 20px;
  margin-top: -3px;
  filter: invert(0.6) sepia(1) saturate(1) hue-rotate(185deg);
}

/* line 20582, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header .r-side .app-menu, .main-header .r-side .btn-group a {
  margin: 18px 5px;
}

/* line 20584, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header .navbar {
  -moz-transition: margin-left 0.3s ease-in-out;
  -o-transition: margin-left 0.3s ease-in-out;
  -webkit-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
  margin-bottom: 0;
  margin-left: 19.29rem;
  min-height: 80px;
  border-radius: 0;
  border-bottom: 0px solid rgba(72, 94, 144, 0.16);
  padding: 0 1.5rem;
  box-shadow: none;
}

/* line 20596, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header .navbar .nav > li.user > a > i {
  margin-right: 5px;
}

/* line 20598, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header .logo {
  -moz-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
  display: block;
  height: 80px;
  font-size: 1.2rem;
  line-height: 80px;
  text-align: left;
  padding: 0 15px;
  position: relative;
  z-index: 999;
}

/* line 20611, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header .logo .logo-lg {
  line-height: 80px;
  display: inline-block;
  padding-left: 5px;
}

/* line 20615, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header .logo .logo-lg .dark-logo {
  display: none;
}

/* line 20617, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header .logo .logo-lg .light-logo {
  display: block;
}

/* line 20619, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header .logo .logo-mini {
  display: inline-block;
}

/* line 20621, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header .logo .logo-mini .dark-logo {
  display: none;
}

/* line 20623, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header .logo .logo-mini .light-logo {
  display: block;
}

/* line 20625, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header #navbar-search-input.form-control {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}

/* line 20628, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header #navbar-search-input.form-control:active, .main-header #navbar-search-input.form-control.active, .main-header #navbar-search-input.form-control:focus {
  border-color: rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.9);
}

/* line 20631, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header #navbar-search-input.form-control::-webkit-input-placeholder {
  color: #cccccc;
  opacity: 1;
}

/* line 20634, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header #navbar-search-input.form-control:-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}

/* line 20637, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header #navbar-search-input.form-control::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}

/* line 20640, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header #navbar-search-input.form-control:-ms-input-placeholder {
  color: #cccccc;
  opacity: 1;
}

/* line 20643, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header .navbar-custom-menu {
  float: right;
}

/* line 20645, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header .navbar-custom-menu.r-side li.dropdown .dropdown-toggle i::after {
  content: '';
  position: absolute;
  top: 23px;
  right: 16px;
  display: none;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #f64e60;
  animation: beat .25s infinite alternate;
  transform-origin: center;
}

/* line 20657, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header .navbar-custom-menu.r-side li.dropdown .dropdown-toggle i.animated::after {
  top: 17px;
  right: -5px;
}

/* line 20660, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header .navbar-custom-menu.r-side li.dropdown .dropdown-toggle i.fa.animated::after {
  top: 17px;
  right: -5px;
}

/* line 20663, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header .navbar-right {
  float: right;
  padding-right: 15px;
}

/* line 20666, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header .navbar-brand {
  color: #ffffff;
}

/* line 20668, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header .sidebar-toggle {
  float: left;
  padding: 0 10px;
  font-size: 1.2rem;
  line-height: normal;
}

/* line 20673, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header .sidebar-toggle:hover, .main-header .sidebar-toggle:focus {
  color: #ffffff;
}

/* line 20675, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header .sidebar-toggle .icon-bar {
  display: none;
}

/* line 20678, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .main-header .logo .logo-lg .dark-logo {
  display: block;
}

/* line 20680, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .main-header .logo .logo-lg .light-logo {
  display: none;
}

@keyframes beat {
  to {
    transform: scale(2);
  }
}

/* line 20686, app/assets/stylesheets/theme/css/dashboard_style.scss */
.layout-top-nav .main-header .navbar {
  margin-left: 0;
}

@media (max-width: 767px) {
  /* line 20690, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .main-header {
    position: relative;
    z-index: 999;
  }
  /* line 20693, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .main-header .navbar-right {
    padding-right: 0px;
    float: none;
  }
  /* line 20696, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .main-header .navbar-right > li {
    color: inherit;
    border: 0;
  }
  /* line 20699, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .main-header .logo {
    width: 100%;
    float: none;
    text-align: center;
  }
  /* line 20703, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .main-header .navbar {
    width: 100%;
    float: none;
    margin: 0;
    z-index: 999;
  }
  /* line 20708, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .main-header .navbar-custom-menu {
    float: right;
    padding-right: 0px;
  }
  /* line 20712, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .navbar-collapse .main-header .navbar-right {
    margin: 7.5px -15px;
  }
  /* line 20715, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .navbar-custom-menu .navbar-nav li > a.dropdown-toggle {
    padding: 0px 14px;
  }
  /* line 20717, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .navbar-custom-menu .navbar-nav > li:last-child > a {
    padding: 0px 14px;
  }
}

@media (max-width: 991px) {
  /* line 20720, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .navbar-collapse .pull-left {
    float: none !important;
  }
  /* line 20722, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .navbar-collapse .pull-left + .navbar-custom-menu {
    display: block;
    position: absolute;
    top: 0;
    right: 40px;
  }
}

@media (min-width: 768px) {
  /* line 20728, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .main-header .logo {
    display: flex;
  }
  /* line 20731, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-mini.sidebar-collapse .main-header .logo-box {
    width: 60px;
    -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
    transition: transform .3s ease-in-out, width .3s ease-in-out;
  }
  /* line 20737, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-mini.sidebar-collapse .main-header .logo {
    text-align: center;
    padding: 0;
    margin: 0 auto;
  }
  /* line 20741, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
    display: inline-block;
  }
  /* line 20743, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
    display: none;
  }
  /* line 20745, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 60px;
  }
}

@media (max-width: 767px) {
  /* line 20748, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .main-header > div {
    width: 100% !important;
    float: none;
    margin-left: 0 !important;
  }
  /* line 20752, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .main-header > div .logo {
    line-height: normal;
    height: auto;
  }
  /* line 20755, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .main-header > div .logo .logo-lg {
    line-height: 50px;
    padding-left: 0;
  }
  /* line 20758, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .main-header .navbar-custom-menu .navbar-nav .search-bar > div {
    padding: 7px 0 8px;
  }
  /* line 20760, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .main-header .navbar-custom-menu .navbar-nav > li {
    height: 50px;
  }
  /* line 20762, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .main-header .navbar-custom-menu .navbar-nav > li > a.dropdown-toggle {
    margin: 3px 5px;
  }
  /* line 20764, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .main-header .navbar-custom-menu .navbar-nav > li:last-child > a {
    margin: 2px 5px;
  }
  /* line 20766, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .main-header .navbar-custom-menu .full-screen {
    margin: 0px 5px !important;
  }
}

@media (max-width: 370px) {
  /* line 20769, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .main-header .navbar-custom-menu .navbar-nav .search-bar > div {
    padding: 10px 0 10px;
  }
  /* line 20771, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .main-header .navbar-custom-menu .navbar-nav > li {
    height: 50px;
  }
  /* line 20773, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .main-header .navbar-custom-menu .navbar-nav > li > a.dropdown-toggle {
    margin: 8px 5px;
  }
  /* line 20775, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .main-header .navbar-custom-menu .navbar-nav > li:last-child > a {
    margin: 8px 5px;
  }
}

/* line 20777, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-custom-menu .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

/* line 20780, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-custom-menu .navbar-nav > li {
  height: 80px;
}

/* line 20782, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-custom-menu .navbar-nav > li > a.dropdown-toggle {
  padding: 10px;
  vertical-align: middle;
  display: block;
  font-size: 1.714rem;
  height: 45px;
  text-align: center;
  width: 45px;
  line-height: 20px;
  margin: 18px 5px;
  -webkit-box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
  box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
  border-radius: 5px;
}

/* line 20795, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-custom-menu .navbar-nav > li:last-child > a {
  padding: 10px;
  vertical-align: middle;
  display: block;
  font-size: 1.714rem;
  height: 45px;
  text-align: center;
  width: 45px;
  line-height: 20px;
  margin: 18px 5px;
  -webkit-box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
  box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
  border-radius: 5px;
}

/* line 20808, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-custom-menu .navbar-nav > .search-box > a {
  padding: 10px;
  vertical-align: middle;
  display: block;
  font-size: 1.5rem;
  border-radius: 5px;
  height: 45px;
  text-align: center;
  width: 45px;
  line-height: 25px;
  margin: 10px 5px;
}

/* line 20819, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-custom-menu .navbar-nav > .search-box > div {
  padding: 15px 0 15px;
}

/* line 20821, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-custom-menu .navbar-nav .full-screen-btn > a {
  padding: 10px;
  vertical-align: middle;
  display: block;
  font-size: 1.5rem;
  border-radius: 5px;
  height: 45px;
  text-align: center;
  width: 45px;
  line-height: 25px;
  margin: 10px 5px;
}

/* line 20832, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-custom-menu .navbar-nav .search-bar > div {
  padding: 12px 0 25px;
}

/* line 20834, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-custom-menu .navbar-nav .search-bar .lookup::before {
  color: #172b4c;
  top: 42%;
}

/* line 20837, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-custom-menu .navbar-nav .search-bar .lookup-circle input {
  background-color: rgba(23, 43, 76, 0.1);
  height: 35px;
  border-radius: 5px;
}

/* line 20841, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-custom-menu > .navbar-nav > li {
  position: relative;
}

/* line 20843, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
}

/* line 20847, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-custom-menu.l-side > .navbar-nav > li > .dropdown-menu {
  right: auto;
  left: 0;
}

/* line 20850, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-custom-menu .dropdown-toggle::after {
  display: none;
}

@media (max-width: 767px) {
  /* line 20854, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .navbar-custom-menu .navbar-nav > .search-bar .lookup input {
    max-width: 110px;
    padding-left: 10px !important;
  }
}

@media (max-width: 370px) {
  /* line 20858, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .navbar-custom-menu .navbar-nav > .search-bar .lookup input {
    max-width: 50px;
    padding-left: 10px !important;
    padding: 0;
    height: 30px;
  }
}

/* line 20863, app/assets/stylesheets/theme/css/dashboard_style.scss */
.search-box .app-search {
  position: relative;
  margin: 0px;
  display: block;
  z-index: 110;
  width: 100%;
  top: -50px;
  left: 0px;
}

/* line 20871, app/assets/stylesheets/theme/css/dashboard_style.scss */
.search-box .app-search input {
  width: 100.5%;
  padding: 0px 40px 0px 15px;
  border-radius: 50px;
  font-size: 14px;
  -webkit-transition: 0.5s ease-in;
  -o-transition: 0.5s ease-in;
  transition: 0.5s ease-in;
  border: none;
}

/* line 20880, app/assets/stylesheets/theme/css/dashboard_style.scss */
.search-box .app-search .srh-btn {
  position: absolute;
  top: 9px;
  cursor: pointer;
  background: #ffffff;
  width: 15px;
  height: 15px;
  right: 15px;
  font-size: 14px;
}

/* line 20890, app/assets/stylesheets/theme/css/dashboard_style.scss */
body .main-header .navbar .nav > li.search-box > a:hover, body .main-header .navbar .nav > li.search-box > a:focus {
  background: none;
}

@media (max-width: 1024px) {
  /* line 20894, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .main-header .navbar-custom-menu.r-side li.dropdown .dropdown-toggle i::after {
    right: auto;
    top: 20px;
  }
  /* line 20898, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .navbar-custom-menu .navbar-nav li > a.dropdown-toggle {
    line-height: 25px;
  }
  /* line 20900, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .navbar-custom-menu .navbar-nav > li:last-child > a {
    line-height: 25px;
  }
  /* line 20902, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .navbar-custom-menu .navbar-nav .search-box > a {
    line-height: 25px;
  }
}

/* line 20904, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dropdown-menu {
  box-shadow: none;
  border-color: #cccccc;
}

/* line 20907, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dropdown-menu.scale-up {
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.13);
  display: inline-block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
  transform-origin: right 0;
}

/* line 20918, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dropdown-menu > li > a {
  color: gray;
}

/* line 20920, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dropdown-menu > li > a > i {
  margin-right: 10px;
}

/* line 20922, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dropdown-menu > .divider {
  background-color: #cccccc;
}

/* line 20925, app/assets/stylesheets/theme/css/dashboard_style.scss */
.show > .dropdown-menu.scale-up {
  transform: scale(1);
  -webkit-transform: scale(1);
  transform-origin: left 0;
  -webkit-transform-origin: left 0;
}

/* line 20931, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header .navbar-nav > li.dropdown > .dropdown-menu {
  width: auto;
  max-width: 250px;
  padding: 0;
  margin: 0;
  top: 100%;
  border: none;
}

/* line 20938, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header .navbar-nav > li.dropdown > .dropdown-menu > li {
  position: relative;
}

/* line 20940, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header .navbar-nav > li.dropdown > .dropdown-menu > li.header {
  background-color: #ffffff;
  border-bottom: 1px solid #f3f6f9;
  color: #172b4c;
  font-size: 14px;
  border-radius: 4px 4px 0 0;
  padding: 0;
}

/* line 20947, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header .navbar-nav > li.dropdown > .dropdown-menu > li.header > div {
  box-shadow: none;
}

/* line 20949, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header .navbar-nav > li.dropdown > .dropdown-menu > li.footer > a {
  font-size: 14px;
  padding: 15px 10px;
  text-align: center;
  border-radius: 0 0 4px 4px;
  line-height: 20px;
  display: block;
  width: auto;
  margin: 0;
}

/* line 20958, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header .navbar-nav > li.dropdown > .dropdown-menu > li.footer > a:hover {
  text-decoration: none;
  font-weight: 300;
}

/* line 20961, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header .navbar-nav > li.dropdown > .dropdown-menu > li .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
}

/* line 20966, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header .navbar-nav > li.dropdown > .dropdown-menu > li .menu > li > a {
  display: block;
  white-space: nowrap;
  border-bottom: 1px solid #f3f6f9;
}

/* line 20970, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header .navbar-nav > li.dropdown > .dropdown-menu > li .menu > li > a:hover {
  background: #f3f6f9;
  text-decoration: none;
}

/* line 20973, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-header .navbar-nav > li.dropdown > .dropdown-menu > li .menu > li > a > i {
  width: 20px;
}

/* line 20976, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
  color: #172b4c;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
}

/* line 20982, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mail-contnet {
  display: inline-block;
  width: 75%;
  vertical-align: middle;
  overflow: hidden;
}

/* line 20988, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
  margin: 0;
  padding: 15px;
}

/* line 20991, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
  margin: auto 10px auto auto;
  width: 40px;
  height: 40px;
}

/* line 20995, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > h4 {
  padding: 0;
  margin: 0;
  color: #172b4c;
  font-size: 15px;
  position: relative;
  font-weight: 300;
}

/* line 21002, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > h4 > small {
  color: gray;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 21008, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > span {
  margin: 5px 0 0;
  font-size: 10px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: list-item;
}

/* line 21016, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
  padding: 0;
  margin: 0 0 0 45px;
  color: #172b4c;
  font-size: 15px;
  position: relative;
}

/* line 21022, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
  color: gray;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 21028, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
  margin: 0 0 0 45px;
  font-size: 12px;
  color: #666666;
}

/* line 21032, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  content: " ";
  display: table;
}

/* line 21035, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  padding: 10px;
}

/* line 21037, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
  font-size: 14px;
  padding: 0;
  margin: 0 0 10px;
  color: gray;
}

/* line 21042, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
  padding: 0;
  margin: 0;
}

/* line 21045, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-nav > .user-menu > .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-width: 0;
  width: auto;
  width: 250px;
  border: none;
  margin-top: 0;
}

/* line 21055, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 21058, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: auto;
  padding: 10px;
  text-align: center;
}

/* line 21062, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-nav > .user-menu > .dropdown-menu > li.user-header img {
  z-index: 5;
  height: 70px;
  width: 70px;
  border: 3px solid transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 21068, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-nav > .user-menu > .dropdown-menu > li.user-header .user-name {
  z-index: 5;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 0;
  text-align: right;
}

/* line 21074, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
  display: block;
  font-size: 12px;
}

/* line 21077, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-nav > .user-menu > .dropdown-menu > .user-body:before, .navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  content: " ";
  display: table;
}

/* line 21080, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
  padding: 10px 15px;
  display: block;
  font-size: 1.1rem;
}

/* line 21084, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-nav > .user-menu > .dropdown-menu > .user-body a i {
  margin-right: 10px;
}

/* line 21086, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-nav > .user-menu > .dropdown-menu > .user-body .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: rgba(23, 43, 76, 0.13);
}

/* line 21091, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-nav > .user-menu > .dropdown-menu .user-footer {
  padding: 10px 10px 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 21095, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-nav > .user-menu > .dropdown-menu .user-footer:before, .navbar-nav > .user-menu > .dropdown-menu .user-footer:after {
  content: " ";
  display: table;
}

/* line 21098, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-nav > .user-menu > .dropdown-menu .user-footer .btn-default {
  color: gray;
}

/* line 21100, app/assets/stylesheets/theme/css/dashboard_style.scss */
.navbar-nav > .user-menu .user-image {
  width: 25px;
  height: 25px;
  margin-top: 0px;
}

@media (max-width: 767px) {
  /* line 21106, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .navbar-nav > .user-menu .user-image {
    float: none;
    margin-right: 0;
    margin-top: 0px;
    line-height: 10px;
  }
  /* line 21112, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .navbar-custom-menu .navbar-nav li > a.dropdown-toggle {
    padding: 10px;
  }
  /* line 21114, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .navbar-custom-menu .navbar-nav li:last-child > a {
    padding: 10px;
  }
  /* line 21116, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .navbar-custom-menu .navbar-nav > .search-box > a {
    padding: 10px;
  }
}

@media (max-width: 370px) {
  /* line 21119, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .navbar-custom-menu .navbar-nav li > a.dropdown-toggle {
    font-size: 1rem;
    height: 35px;
    width: 35px;
    line-height: normal;
  }
  /* line 21124, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .navbar-custom-menu .navbar-nav > li:last-child > a {
    font-size: 1rem;
    height: 35px;
    width: 35px;
    line-height: normal;
  }
  /* line 21129, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .navbar-custom-menu .navbar-nav > .search-box > a {
    font-size: 1rem;
    height: 35px;
    width: 35px;
    line-height: normal;
  }
  /* line 21135, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .navbar-nav > .user-menu .user-image {
    width: 15px;
    height: 15px;
  }
}

/* line 21138, app/assets/stylesheets/theme/css/dashboard_style.scss */
.show:not(.dropup) > .animated-dropdown-menu {
  backface-visibility: visible !important;
  -webkit-animation: flipInX .7s both;
  -o-animation: flipInX .7s both;
  animation: flipInX .7s both;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
  }
}

@media (max-width: 991px) {
  /* line 21175, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default:hover {
    background-color: #f3f6f9;
  }
  /* line 21178, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .navbar-custom-menu > .navbar-nav {
    float: right;
  }
  /* line 21180, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .navbar-custom-menu > .navbar-nav > li {
    position: static;
  }
  /* line 21182, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    right: 5%;
    left: auto;
  }
  /* line 21186, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .navbar-custom-menu.l-side > .navbar-nav > li > .dropdown-menu {
    left: 5%;
  }
}

/* line 21188, app/assets/stylesheets/theme/css/dashboard_style.scss */
.app-menu .dropdown-mega-menu {
  width: 53rem;
  padding: 0.5rem 1rem;
}

/* line 21191, app/assets/stylesheets/theme/css/dashboard_style.scss */
.app-menu .dropdown-mega-menu .nav-item.nav-item-header {
  text-transform: none;
  font-size: 1.429rem;
  padding-top: 0;
  font-weight: normal;
  padding: .715rem 1.072rem;
}

/* line 21197, app/assets/stylesheets/theme/css/dashboard_style.scss */
.app-menu .dropdown-mega-menu .nav-link {
  display: flex;
  align-items: center;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
  color: #172b4c;
  border: none;
  font-weight: 400;
}

/* line 21205, app/assets/stylesheets/theme/css/dashboard_style.scss */
.app-menu .dropdown-mega-menu .nav-link:hover, .app-menu .dropdown-mega-menu .nav-link:focus {
  opacity: .8;
  background-color: transparent !important;
}

/* line 21208, app/assets/stylesheets/theme/css/dashboard_style.scss */
.app-menu .nav-link .nav-link-icon {
  font-size: 1.286rem;
  text-align: center;
  opacity: 1;
}

/* line 21212, app/assets/stylesheets/theme/css/dashboard_style.scss */
.app-menu .nav-link:hover .nav-link-icon, .app-menu .nav-link:focus .nav-link-icon {
  opacity: .9;
}

@media (max-width: 1024px) {
  /* line 21216, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .app-menu .dropdown-mega-menu {
    width: 40rem;
  }
}

/*-----Preloader---*/
/* line 21219, app/assets/stylesheets/theme/css/dashboard_style.scss */
#loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 999999;
  overflow: visible;
  background: #fff url(https://oarlin-bb3cf8e14b12.herokuapp.com/images/preloaders/1.gif) no-repeat center center;
}

/*sidebar*/
/* line 21228, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-sidebar {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 80px;
  min-height: 100%;
  width: 19.29rem;
  z-index: 810;
  -webkit-transition: -webkit-transform .3s ease-in-out, width .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out, width .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out, width .3s ease-in-out;
  transition: transform .3s ease-in-out, width .3s ease-in-out;
  border-top-right-radius: 20px;
}

/* line 21241, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-sidebar .sidebar-footer {
  background-color: #f2f2f2;
}

/* line 21243, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-sidebar .sidebar-footer a {
  color: #b5b5c3;
}

/* line 21246, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-footer {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  transition: .2s ease-out;
  width: 19.29rem;
  background-color: #ffffff;
  border-top: 1px solid rgba(23, 43, 76, 0);
}

/* line 21255, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-footer a {
  padding: 12px;
  width: 33.333337%;
  float: left;
  text-align: center;
  font-size: 18px;
}

/* line 21262, app/assets/stylesheets/theme/css/dashboard_style.scss */
.layout-boxed .sidebar-footer {
  position: absolute;
}

@media (max-width: 991px) {
  /* line 21266, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .main-sidebar {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  /* line 21269, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .main-sidebar {
    margin-top: 145px;
    padding-top: 0px;
    -webkit-transform: translate(-19.29rem, 0);
    -ms-transform: translate(-19.29rem, 0);
    -o-transform: translate(-19.29rem, 0);
    transform: translate(-19.29rem, 0);
  }
  /* line 21277, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-open .main-sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@media (min-width: 768px) {
  /* line 21283, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-collapse .main-sidebar {
    -webkit-transform: translate(-19.29rem, 0);
    -ms-transform: translate(-19.29rem, 0);
    -o-transform: translate(-19.29rem, 0);
    transform: translate(-19.29rem, 0);
  }
  /* line 21288, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-collapse .sidebar-footer {
    width: 60px;
  }
  /* line 21290, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-collapse .sidebar-footer a {
    width: 100%;
  }
}

/* line 21292, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar {
  padding-bottom: 10px;
}

/* line 21295, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-form input:focus {
  border-color: transparent;
}

/* line 21298, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu {
  list-style: none;
  margin: 0 0px;
  padding: 15px 0px 30px 0px;
}

/* line 21302, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu > li {
  position: relative;
  margin: 0 0px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 0;
  border-left: 0px solid transparent;
}

/* line 21309, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu > li.user-profile:hover > a, .sidebar-menu > li.user-profile:active > a, .sidebar-menu > li.user-profile.active > a {
  color: #000000;
  background-color: transparent !important;
}

/* line 21312, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu > li.user-profile:hover > a .email-id, .sidebar-menu > li.user-profile:active > a .email-id, .sidebar-menu > li.user-profile.active > a .email-id {
  color: rgba(23, 43, 76, 0.7);
}

/* line 21314, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu > li.user-profile.menu-open > a {
  color: #000000;
  background-color: transparent !important;
}

/* line 21317, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu > li.user-profile > a {
  opacity: 1;
  padding: 25px;
  display: flex;
}

/* line 21321, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu > li.user-profile > .treeview-menu {
  background-color: #172b4c !important;
}

/* line 21323, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu > li:hover > a, .sidebar-menu > li:active > a, .sidebar-menu > li.active > a {
  opacity: 1;
  padding-left: 0px;
  padding-right: 0px;
}

/* line 21327, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu > li:active > a, .sidebar-menu > li.active > a, .sidebar-menu > li:focus > a {
  font-weight: 500;
}

/* line 21329, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu > li.treeview.menu-open {
  background-color: rgba(235, 237, 243, 0) !important;
}

/* line 21331, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu > li.treeview.menu-open > a {
  opacity: 1;
}

/* line 21333, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu > li > a {
  padding: 10px 0px;
  display: block;
}

/* line 21336, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu > li > a > i {
  width: 30px;
  line-height: 28px;
  font-size: 1.5714285714rem;
  display: inline-block;
  vertical-align: middle;
  color: #172b4c;
  text-align: center;
  border-radius: 5px;
  margin-right: 20px;
  background-color: transparent;
}

/* line 21347, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu > li > a > svg {
  width: 18px;
  display: inline-block;
  vertical-align: middle;
  color: #b5b5c3;
  text-align: center;
  margin-right: 10px;
  fill: rgba(27, 46, 75, 0.06);
}

/* line 21355, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu > li > a > img.svg-icon {
  width: 35px;
  height: 35px;
  margin-right: 10px;
  padding: 8px;
  margin-top: -2px;
  border: 1px solid rgba(23, 43, 76, 0.5);
  border-radius: 100px;
}

/* line 21363, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu > li:hover > a > i, .sidebar-menu > li:active > a > i, .sidebar-menu > li.active > a > i {
  color: #b5b5c3;
}

/* line 21365, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu > li:hover > a > svg, .sidebar-menu > li:active > a > svg, .sidebar-menu > li.active > a > svg {
  color: #b5b5c3;
}

/* line 21367, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu > li.menu-open > a > i {
  color: #b5b5c3;
}

/* line 21369, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu > li.menu-open > a > svg {
  color: #b5b5c3;
}

/* line 21371, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu > li .badge {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  line-height: 16px;
  text-align: center;
  font-weight: 300;
  margin-top: 3px;
}

/* line 21380, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu > li .label {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  line-height: 16px;
  text-align: center;
  font-weight: 300;
}

/* line 21388, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu li.nav-devider {
  height: 1px;
  background-color: rgba(23, 43, 76, 0.13);
  display: block;
  margin: 15px 0;
}

/* line 21393, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu li.header {
  padding: 15px 25px 15px 25px;
  font-size: 12px;
  font-weight: 400;
  color: #b5b5c3;
  opacity: 0.5;
  text-transform: uppercase;
}

/* line 21400, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu li > a > .fa-angle-right {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  -webkit-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -8px;
}

/* line 21412, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu li > a > .pull-right-container > i {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  -webkit-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
}

/* line 21420, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu li > a > .pull-right-container > .fa-angle-right {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  -webkit-transition: transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
}

/* line 21428, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu .menu-open > a > .fa-angle-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 21433, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu .menu-open > a > .pull-right-container > .fa-angle-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 21438, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu .menu-open > a > .pull-right-container > i {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 21443, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu .user-profile .treeview-menu > li > a {
  color: #ffffff !important;
  opacity: 1;
  background-color: transparent;
  padding: 8px 5px 8px 30px;
}

/* line 21448, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu .active > .treeview-menu {
  display: block;
}

/* line 21451, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-collapse .sidebar-menu > li.user-profile:hover > a, .sidebar-collapse .sidebar-menu > li.user-profile:active > a, .sidebar-collapse .sidebar-menu > li.user-profile.active > a {
  background-color: #172b4c !important;
  color: #ffffff;
}

/* line 21454, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-collapse .sidebar-menu > li.user-profile:hover > a .email-id, .sidebar-collapse .sidebar-menu > li.user-profile:active > a .email-id, .sidebar-collapse .sidebar-menu > li.user-profile.active > a .email-id {
  color: #cccccc;
}

/* line 21456, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-collapse .sidebar-menu > li.user-profile.menu-open > a {
  background-color: #172b4c !important;
  color: #ffffff;
}

/* line 21459, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-collapse .sidebar-menu > li.user-profile.menu-open > a .email-id {
  color: #cccccc;
}

/* line 21461, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-collapse .sidebar-menu > li.user-profile > a {
  display: block;
}

/* line 21464, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-mini.sidebar-collapse .sidebar-menu > li.user-profile > a {
  padding: 10px;
}

/* line 21467, app/assets/stylesheets/theme/css/dashboard_style.scss */
.user-panel {
  position: relative;
  width: 100%;
  padding: 10px 0 10px;
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/../../images/user-info.jpg);
}

/* line 21472, app/assets/stylesheets/theme/css/dashboard_style.scss */
.user-panel:before, .user-panel:after {
  content: " ";
  display: table;
}

/* line 21475, app/assets/stylesheets/theme/css/dashboard_style.scss */
.user-panel > .image > img {
  width: 100%;
  max-width: 25%;
  height: auto;
  margin: 0 10px;
  border: 2px solid rgba(23, 43, 76, 0.13);
}

/* line 21481, app/assets/stylesheets/theme/css/dashboard_style.scss */
.user-panel > .info {
  padding: 5px;
  line-height: 1;
  margin: 0 auto;
  text-align: left;
  position: absolute;
  left: 60px;
}

/* line 21488, app/assets/stylesheets/theme/css/dashboard_style.scss */
.user-panel > .info > p {
  font-weight: 300;
  margin-bottom: 9px;
}

/* line 21491, app/assets/stylesheets/theme/css/dashboard_style.scss */
.user-panel > .info > a {
  text-decoration: none;
  padding-right: 5px;
  margin-top: 3px;
  font-size: 11px;
}

/* line 21496, app/assets/stylesheets/theme/css/dashboard_style.scss */
.user-panel > .info > a > i {
  margin-right: 3px;
}

/* line 21499, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-collapse .user-panel > .image > img {
  max-width: 50px;
  margin: 0 0px;
}

/* line 21503, app/assets/stylesheets/theme/css/dashboard_style.scss */
.user-profile .info {
  width: auto;
  visibility: visible;
  opacity: 1;
  height: 40px;
  overflow: hidden;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

/* line 21513, app/assets/stylesheets/theme/css/dashboard_style.scss */
.user-profile .btn-group {
  display: block;
}

/* line 21515, app/assets/stylesheets/theme/css/dashboard_style.scss */
.user-profile .btn-group .btn {
  width: 100%;
  border-radius: 0;
  background-color: rgba(23, 43, 76, 0.4);
  border: none;
  text-align: left;
  padding: 5px 15px;
  color: #ffffff;
}

/* line 21523, app/assets/stylesheets/theme/css/dashboard_style.scss */
.user-profile .btn-group button.btn.dropdown-toggle::after {
  position: absolute;
  right: 20px;
  top: 15px;
}

/* line 21527, app/assets/stylesheets/theme/css/dashboard_style.scss */
.user-profile .profile-pic {
  padding: 15px 0;
  text-align: center;
}

/* line 21530, app/assets/stylesheets/theme/css/dashboard_style.scss */
.user-profile .ulogo {
  text-align: center;
  padding: 20px 0 0;
  font-size: 1.286rem;
  color: #ffffff;
}

/* line 21535, app/assets/stylesheets/theme/css/dashboard_style.scss */
.user-profile img {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 100px !important;
  border: 5px solid rgba(255, 255, 255, 0.3);
}

/* line 21541, app/assets/stylesheets/theme/css/dashboard_style.scss */
.user-profile .dropdown-menu {
  left: 0px;
  right: 0px;
  width: 180px;
}

/* line 21545, app/assets/stylesheets/theme/css/dashboard_style.scss */
.user-profile .profile-setting li a svg {
  width: 18px;
}

/* line 21548, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-collapse .user-profile .profile-pic {
  padding: 5px 0;
}

/* line 21550, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-collapse .user-profile .ulogo, .sidebar-collapse .user-profile .info {
  width: 0;
  visibility: hidden;
  opacity: 0;
  height: 40px;
  overflow: hidden;
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  margin-left: -20px !important;
}

/* line 21561, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-collapse .user-profile .profile-info, .sidebar-collapse .user-profile .profile-setting {
  display: none !important;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

/* line 21568, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar .user-profile .ulogo a {
  background-color: transparent;
}

/* line 21570, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar .user-profile .btn-group a {
  color: #172b4c;
  background-color: transparent;
}

/* line 21574, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-collapse.sidebar-mini .user-profile {
  overflow: hidden;
  padding-left: 5px !important;
  padding-right: 5px !important;
}

/* line 21579, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-mini.sidebar-collapse:not(.sidebar-mini-expand-feature) .sidebar-menu > li.user-profile:hover > .treeview-menu, .sidebar-mini.sidebar-collapse:not(.sidebar-mini-expand-feature) .sidebar-menu > li.user-profile:active > .treeview-menu, .sidebar-mini.sidebar-collapse:not(.sidebar-mini-expand-feature) .sidebar-menu > li.user-profile.active > .treeview-menu {
  top: 79px;
}

/* line 21582, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu .user-profile > a img {
  width: 45px;
  border-radius: 100%;
  margin-right: 10px;
}

/* line 21587, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-collapse .sidebar-menu .user-profile > a img {
  margin-right: 0px;
}

/* line 21590, app/assets/stylesheets/theme/css/dashboard_style.scss */
.light-sidebar .sidebar-menu > li:hover > a > i, .light-sidebar .sidebar-menu > li:active > a > i, .light-sidebar .sidebar-menu > li.active > a > i {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 21592, app/assets/stylesheets/theme/css/dashboard_style.scss */
.light-sidebar .sidebar-menu > li.menu-open > a > i {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 21594, app/assets/stylesheets/theme/css/dashboard_style.scss */
.light-sidebar .sidebar-menu > li > a > i {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  /* line 21598, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-mini.sidebar-expanded-on-hover .content-wrapper {
    margin-left: 80px;
  }
  /* line 21600, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-mini.sidebar-expanded-on-hover .main-header .navbar {
    margin-left: 19.29rem;
  }
  /* line 21602, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-mini.sidebar-expanded-on-hover .main-header .logo-box {
    position: absolute;
    z-index: 9;
    background: #e4e6ef;
  }
  /* line 21606, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-mini.fixed.sidebar-mini-expand-feature .main-header .logo-box {
    position: absolute;
    z-index: 9;
    background: #ffffff;
  }
  /* line 21610, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-mini.sidebar-collapse .content-wrapper {
    margin-left: 80px;
    z-index: 840;
  }
  /* line 21613, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 60px;
    z-index: 840;
  }
  /* line 21616, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-mini.sidebar-collapse .right-side {
    margin-left: 80px;
    z-index: 840;
  }
  /* line 21619, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-mini.sidebar-collapse .main-sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 60px;
    z-index: 850;
  }
  /* line 21626, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info {
    display: none !important;
    -webkit-transform: translateZ(0);
  }
  /* line 21629, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-mini.sidebar-collapse .sidebar-menu > li {
    position: relative;
    padding: 0px 15px;
    margin: 0 0px;
  }
  /* line 21633, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 21637, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a i {
    margin-right: 0;
  }
  /* line 21639, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a i.fa.fa-angle-right {
    display: none;
  }
  /* line 21641, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a svg {
    margin-right: 0;
    margin-left: 11px;
  }
  /* line 21644, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
    border-top-right-radius: 5px;
    display: none !important;
    -webkit-transform: translateZ(0);
  }
  /* line 21648, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > .pull-right {
    display: none !important;
    -webkit-transform: translateZ(0);
  }
  /* line 21651, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-mini.sidebar-collapse .sidebar-menu > li:not(.treeview) > a > span {
    border-top-right-radius: 5px;
  }
  /* line 21653, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: none !important;
    -webkit-transform: translateZ(0);
  }
  /* line 21660, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-mini.sidebar-collapse .sidebar-menu li.header {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    padding: 0;
    -webkit-transform: translateZ(0);
  }
  /* line 21667, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-mini.sidebar-collapse .sidebar-form {
    display: none !important;
    -webkit-transform: translateZ(0);
  }
  /* line 21670, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-mini.sidebar-collapse .sidebar-widgets {
    display: none !important;
    -webkit-transform: translateZ(0);
  }
  /* line 21673, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-mini.sidebar-collapse:not(.sidebar-mini-expand-feature) .sidebar-menu > li:hover > a > span:not(.pull-right) {
    display: none !important;
    position: absolute;
    width: 19.29rem;
    left: 54px;
    text-align: left;
  }
  /* line 21679, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-mini.sidebar-collapse:not(.sidebar-mini-expand-feature) .sidebar-menu > li:hover > a > span {
    top: 0;
    margin-left: -15px;
    padding: 14px 0px 14px 30px;
    background-color: inherit;
  }
  /* line 21684, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-mini.sidebar-collapse:not(.sidebar-mini-expand-feature) .sidebar-menu > li:hover > a > .pull-right-container {
    position: relative !important;
    float: right;
    width: auto !important;
    left: 250px !important;
    top: -16px !important;
    z-index: 900;
    background-color: transparent !important;
    box-shadow: none;
  }
  /* line 21693, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-mini.sidebar-collapse:not(.sidebar-mini-expand-feature) .sidebar-menu > li:hover > a > .pull-right-container > .label:not(:first-of-type) {
    display: none;
  }
  /* line 21695, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-mini.sidebar-collapse:not(.sidebar-mini-expand-feature) .sidebar-menu > li:hover > a:after {
    display: none;
  }
  /* line 21697, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-mini.sidebar-collapse:not(.sidebar-mini-expand-feature) .sidebar-menu > li:hover > .treeview-menu {
    display: block !important;
    position: absolute;
    width: 19.29rem;
    left: 64px;
    top: 0;
    margin-left: 0;
  }
  /* line 21704, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-mini.sidebar-collapse:not(.sidebar-mini-expand-feature) .sidebar-menu > li:hover > .treeview-menu > .treeview .treeview-menu:after {
    content: "";
    position: absolute;
    background: inherit;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    left: -5px;
    top: 20px;
  }
  /* line 21716, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-mini.sidebar-collapse:not(.sidebar-mini-expand-feature) .sidebar-menu > li:hover > .treeview-menu:after {
    content: "";
    position: absolute;
    background: inherit;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    left: -5px;
    top: 20px;
  }
  /* line 21728, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-mini.sidebar-collapse:not(.sidebar-mini-expand-feature) .sidebar-menu > li .user-profile:hover > a > .pull-right-container {
    left: 237px !important;
  }
  /* line 21731, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-collapse .treeview-menu {
    margin-left: -10px !important;
  }
  /* line 21734, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .control-sidebar-open .content-wrapper {
    margin-right: 345px;
  }
  /* line 21736, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .control-sidebar-open .main-footer {
    margin-right: 345px;
  }
  /* line 21738, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .control-sidebar-open .right-side {
    margin-right: 345px;
  }
}

/* line 21740, app/assets/stylesheets/theme/css/dashboard_style.scss */
.main-sidebar .user-panel {
  white-space: nowrap;
  overflow: hidden;
}

/* line 21744, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu {
  white-space: nowrap;
  overflow: hidden;
}

/* line 21747, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu > li.header {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: clip;
}

/* line 21751, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu > li.header.line {
  background-color: #f3f6f9;
  height: 2px;
  padding: 0;
  margin: 20px 0px;
}

/* line 21756, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu > li.header:hover, .sidebar-menu > li.header:active, .sidebar-menu > li.header:focus, .sidebar-menu > li.active.header {
  background: transparent !important;
  border-color: transparent !important;
}

/* line 21759, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu li > a {
  position: relative;
  font-weight: 500;
  opacity: 0.9;
  white-space: nowrap;
  align-items: center;
  line-height: 25px;
}

/* line 21766, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu li > a > span {
  top: 3px;
  position: relative;
}

/* line 21769, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu li > a > .pull-right-container {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7px;
}

/* line 21774, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu:hover {
  overflow: visible;
}

/* line 21776, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu .treeview-menu > li.active > a {
  opacity: 1;
}

/* line 21778, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu .treeview-menu > li.active > a:hover {
  opacity: 1;
}

/* line 21780, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu .treeview-menu > li > a:hover {
  opacity: 1;
}

/* line 21783, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-collapse .sidebar-menu.tree {
  padding: 0;
  margin: 0;
}

/* line 21786, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-collapse .sidebar-menu > li:hover > a, .sidebar-collapse .sidebar-menu > li:active > a, .sidebar-collapse .sidebar-menu > li.active > a {
  border-radius: 0;
}

/* line 21788, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-collapse .sidebar-menu > li.menu-open > a {
  border-radius: 0;
}

/* line 21791, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-form {
  float: left;
  margin: 20px 10px 10px;
  overflow: hidden;
  text-overflow: clip;
}

/* line 21797, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs.control-sidebar-tabs > li > a {
  border-radius: 0;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid transparent;
}

/* line 21803, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs.control-sidebar-tabs > li > a:hover, .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid transparent;
}

/* line 21808, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs.control-sidebar-tabs > li > a .icon {
  font-size: 16px;
}

/* line 21810, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs.control-sidebar-tabs > li:first-of-type > a {
  border-left-width: 0;
}

/* line 21812, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs.control-sidebar-tabs > li:first-of-type > a:hover, .nav-tabs.control-sidebar-tabs > li:first-of-type > a:focus {
  border-left-width: 0;
}

/* line 21814, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs.control-sidebar-tabs > li.active > a {
  border-top: none;
  border-right: none;
  border-bottom: none;
}

/* line 21818, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs.control-sidebar-tabs > li.active > a:hover, .nav-tabs.control-sidebar-tabs > li.active > a:active, .nav-tabs.control-sidebar-tabs > li.active > a:focus, .nav-tabs.control-sidebar-tabs > li.active > a.active {
  border-top: none;
  border-right: none;
  border-bottom: none;
}

/* line 21823, app/assets/stylesheets/theme/css/dashboard_style.scss */
.control-sidebar-bg {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  top: 0;
  right: -355px;
  width: 345px;
  -webkit-transition: right .3s ease-in-out;
  -o-transition: right .3s ease-in-out;
  transition: right .3s ease-in-out;
}

/* line 21834, app/assets/stylesheets/theme/css/dashboard_style.scss */
.control-sidebar {
  top: 0;
  right: -355px;
  width: 345px;
  -webkit-transition: right .3s ease-in-out;
  -o-transition: right .3s ease-in-out;
  transition: right .3s ease-in-out;
  position: absolute;
  padding: 30px 30px 30px 30px;
  z-index: 9999;
}

/* line 21844, app/assets/stylesheets/theme/css/dashboard_style.scss */
.control-sidebar > .tab-content {
  padding: 15px 0px;
}

/* line 21846, app/assets/stylesheets/theme/css/dashboard_style.scss */
.control-sidebar.control-sidebar-open {
  right: 0;
}

/* line 21848, app/assets/stylesheets/theme/css/dashboard_style.scss */
.control-sidebar.control-sidebar-open.control-sidebar-bg, .control-sidebar.control-sidebar-open + .control-sidebar-bg {
  right: 0;
}

/* line 21850, app/assets/stylesheets/theme/css/dashboard_style.scss */
.control-sidebar .nav-tabs.control-sidebar-tabs > li {
  margin-right: 30px;
}

/* line 21852, app/assets/stylesheets/theme/css/dashboard_style.scss */
.control-sidebar .nav-tabs.control-sidebar-tabs > li > a {
  padding: 10px 0px;
  display: block;
  font-size: 24px;
}

/* line 21856, app/assets/stylesheets/theme/css/dashboard_style.scss */
.control-sidebar .rpanel-title {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
}

/* line 21861, app/assets/stylesheets/theme/css/dashboard_style.scss */
.control-sidebar .rpanel-title .btn {
  padding: 0;
  margin: 0.75rem 1rem;
}

@media (min-width: 768px) {
  /* line 21866, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .control-sidebar {
    padding: 30px;
    right: -345px;
    width: 345px;
  }
  /* line 21871, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .control-sidebar-bg {
    right: -345px;
    width: 345px;
  }
  /* line 21875, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .nav-tabs.control-sidebar-tabs > li {
    display: table-cell;
  }
}

@media (max-width: 767px) {
  /* line 21878, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .control-sidebar {
    padding: 20px;
    width: 300px;
  }
  /* line 21882, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .control-sidebar-bg {
    width: 300px;
  }
}

/* line 21884, app/assets/stylesheets/theme/css/dashboard_style.scss */
.control-sidebar-open .control-sidebar {
  right: 0;
}

/* line 21886, app/assets/stylesheets/theme/css/dashboard_style.scss */
.control-sidebar-open .control-sidebar-bg {
  right: 0;
}

/* line 21889, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fixed .control-sidebar {
  position: fixed;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 50px;
}

/* line 21895, app/assets/stylesheets/theme/css/dashboard_style.scss */
.control-sidebar-heading {
  font-weight: 600;
  padding: 10px 0;
  margin-bottom: 0px;
  margin-top: 0;
}

/* line 21901, app/assets/stylesheets/theme/css/dashboard_style.scss */
.control-sidebar-subheading {
  display: block;
  font-weight: 500;
  font-size: 16px;
}

/* line 21906, app/assets/stylesheets/theme/css/dashboard_style.scss */
.control-sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
}

/* line 21910, app/assets/stylesheets/theme/css/dashboard_style.scss */
.control-sidebar-menu > li > a {
  display: block;
  padding: 10px 15px;
}

/* line 21913, app/assets/stylesheets/theme/css/dashboard_style.scss */
.control-sidebar-menu > li > a:before, .control-sidebar-menu > li > a:after {
  content: " ";
  display: table;
}

/* line 21916, app/assets/stylesheets/theme/css/dashboard_style.scss */
.control-sidebar-menu > li > a > .control-sidebar-subheading {
  margin-top: 0;
}

/* line 21918, app/assets/stylesheets/theme/css/dashboard_style.scss */
.control-sidebar-menu .menu-icon {
  float: left;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}

/* line 21924, app/assets/stylesheets/theme/css/dashboard_style.scss */
.control-sidebar-menu .menu-info {
  margin-left: 45px;
  margin-top: 3px;
}

/* line 21927, app/assets/stylesheets/theme/css/dashboard_style.scss */
.control-sidebar-menu .menu-info > .control-sidebar-subheading {
  margin: 0;
}

/* line 21929, app/assets/stylesheets/theme/css/dashboard_style.scss */
.control-sidebar-menu .menu-info > p {
  margin: 0;
  font-size: 11px;
}

/* line 21932, app/assets/stylesheets/theme/css/dashboard_style.scss */
.control-sidebar-menu .progress {
  margin: 0;
}

/* line 21935, app/assets/stylesheets/theme/css/dashboard_style.scss */
#control-sidebar-theme-demo-options-tab p {
  font-size: 12px;
}

/* line 21937, app/assets/stylesheets/theme/css/dashboard_style.scss */
#control-sidebar-theme-demo-options-tab .form-group {
  margin-bottom: 0.5rem;
}

/* line 21939, app/assets/stylesheets/theme/css/dashboard_style.scss */
#control-sidebar-theme-demo-options-tab .form-group label {
  font-weight: 300;
  font-size: 12px;
}

/*treeview*/
/* line 21944, app/assets/stylesheets/theme/css/dashboard_style.scss */
.treeview-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 21949, app/assets/stylesheets/theme/css/dashboard_style.scss */
.treeview-menu .treeview-menu {
  padding-left: 20px;
}

/* line 21951, app/assets/stylesheets/theme/css/dashboard_style.scss */
.treeview-menu > li {
  margin: 0;
}

/* line 21953, app/assets/stylesheets/theme/css/dashboard_style.scss */
.treeview-menu > li > a {
  padding: 2px 5px 2px 25px;
  display: block;
  font-size: 1rem;
}

/* line 21957, app/assets/stylesheets/theme/css/dashboard_style.scss */
.treeview-menu > li > a > i {
  width: 20px;
  padding-right: 20px;
  padding-left: 10px;
}

/* line 21961, app/assets/stylesheets/theme/css/dashboard_style.scss */
.treeview-menu > li > a > .fa-angle-down {
  width: auto;
}

/* line 21963, app/assets/stylesheets/theme/css/dashboard_style.scss */
.treeview-menu > li > a > .fa-angle-left {
  width: auto;
}

/* line 21965, app/assets/stylesheets/theme/css/dashboard_style.scss */
.treeview-menu > li > a > .pull-right-container > .fa-angle-down {
  width: auto;
}

/* line 21967, app/assets/stylesheets/theme/css/dashboard_style.scss */
.treeview-menu > li > a > .pull-right-container > .fa-angle-left {
  width: auto;
}

/* line 21970, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-collapse .treeview-menu > li {
  margin: 0;
}

/* line 21972, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-collapse .treeview-menu > li > a {
  padding: 5px 10px 5px 10px;
}

/* line 21975, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu .treeview-menu > li.active > a i.ti-more:before {
  content: "\e628";
}

/* line 21977, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidebar-menu .treeview-menu > li > a:hover i.ti-more:before {
  content: "\e628";
}

@media (min-width: 768px) {
  /* line 21981, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .fixed .multinav {
    position: fixed;
    width: 19.29rem;
    padding-bottom: 0;
    height: calc(100% - 80px);
  }
  /* line 21987, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-collapse .multinav {
    width: 60px;
  }
  /* line 21989, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-collapse .ps {
    overflow: visible !important;
  }
  /* line 21991, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-collapse .sidebar-menu > li > a {
    padding: 8px 12px;
  }
  /* line 21993, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-collapse .sidebar-menu > li.menu-open > a, .sidebar-collapse .sidebar-menu > li.active > a {
    background-color: transparent !important;
  }
  /* line 21995, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-collapse .ps__rail-x {
    display: none;
  }
  /* line 21998, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .multinav .ps__rail-x {
    display: none !important;
  }
  /* line 22001, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-collapse .sidebar-menu .treeview-menu > .treeview {
    position: relative;
  }
  /* line 22003, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-collapse .sidebar-menu .treeview-menu > .treeview .treeview-menu {
    padding: 10px 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 19.29rem;
    top: 0;
    display: none !important;
  }
  /* line 22010, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-collapse .sidebar-menu .treeview-menu > .treeview:hover > .treeview-menu {
    display: block !important;
    position: absolute;
    left: 19.29rem;
  }
  /* line 22014, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .sidebar-collapse .ps--active-x > .ps__rail-x, .sidebar-collapse .ps--active-y > .ps__rail-y {
    z-index: -1;
    opacity: 0.1;
  }
}

@media (max-width: 767px) {
  /* line 22018, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .fixed .multinav {
    position: fixed;
    width: 19.29rem;
    padding-bottom: 0;
    height: calc(100% - 145px);
  }
}

/* line 22023, app/assets/stylesheets/theme/css/dashboard_style.scss */
#chat-box-body {
  z-index: 9998;
  position: relative;
}

/* line 22026, app/assets/stylesheets/theme/css/dashboard_style.scss */
#chat-box-body #chat-circle {
  position: fixed;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.2), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transform: scale(1);
  border-radius: 5px;
}

/* line 22034, app/assets/stylesheets/theme/css/dashboard_style.scss */
#chat-box-body.show .chat-box {
  display: block;
}

/* line 22036, app/assets/stylesheets/theme/css/dashboard_style.scss */
#chat-box-body.show #chat-circle {
  z-index: 0;
  transform: scale(0);
}

/* line 22040, app/assets/stylesheets/theme/css/dashboard_style.scss */
#my-btn.btn {
  background: white;
  padding-top: 13px;
  padding-bottom: 12px;
  border-radius: 5px;
  padding-right: 40px;
  padding-left: 40px;
  color: #5865C3;
}

/* line 22049, app/assets/stylesheets/theme/css/dashboard_style.scss */
#chat-overlay {
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  display: none;
}

/* line 22059, app/assets/stylesheets/theme/css/dashboard_style.scss */
.chat-box {
  display: none;
  background: #ffffff;
  position: fixed;
  right: 30px;
  bottom: 50px;
  width: 350px;
  max-width: 85vw;
  max-height: 100vh;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.2);
  box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.2);
}

/* line 22072, app/assets/stylesheets/theme/css/dashboard_style.scss */
.chat-box-toggle {
  cursor: pointer;
}

/* line 22075, app/assets/stylesheets/theme/css/dashboard_style.scss */
.chat-box-body {
  position: relative;
  height: 370px;
  height: auto;
  border-bottom: 1px solid #ebedf3;
  border-top: 1px solid #ebedf3;
  overflow: hidden;
}

/* line 22083, app/assets/stylesheets/theme/css/dashboard_style.scss */
.chat-box-body:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAgOCkiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgY3g9IjE3NiIgY3k9IjEyIiByPSI0Ii8+PHBhdGggZD0iTTIwLjUuNWwyMyAxMW0tMjkgODRsLTMuNzkgMTAuMzc3TTI3LjAzNyAxMzEuNGw1Ljg5OCAyLjIwMy0zLjQ2IDUuOTQ3IDYuMDcyIDIuMzkyLTMuOTMzIDUuNzU4bTEyOC43MzMgMzUuMzdsLjY5My05LjMxNiAxMC4yOTIuMDUyLjQxNi05LjIyMiA5LjI3NC4zMzJNLjUgNDguNXM2LjEzMSA2LjQxMyA2Ljg0NyAxNC44MDVjLjcxNSA4LjM5My0yLjUyIDE0LjgwNi0yLjUyIDE0LjgwNk0xMjQuNTU1IDkwcy03LjQ0NCAwLTEzLjY3IDYuMTkyYy02LjIyNyA2LjE5Mi00LjgzOCAxMi4wMTItNC44MzggMTIuMDEybTIuMjQgNjguNjI2cy00LjAyNi05LjAyNS0xOC4xNDUtOS4wMjUtMTguMTQ1IDUuNy0xOC4xNDUgNS43IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0iTTg1LjcxNiAzNi4xNDZsNS4yNDMtOS41MjFoMTEuMDkzbDUuNDE2IDkuNTIxLTUuNDEgOS4xODVIOTAuOTUzbC01LjIzNy05LjE4NXptNjMuOTA5IDE1LjQ3OWgxMC43NXYxMC43NWgtMTAuNzV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjcxLjUiIGN5PSI3LjUiIHI9IjEuNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjE3MC41IiBjeT0iOTUuNSIgcj0iMS41Ii8+PGNpcmNsZSBmaWxsPSIjMDAwIiBjeD0iODEuNSIgY3k9IjEzNC41IiByPSIxLjUiLz48Y2lyY2xlIGZpbGw9IiMwMDAiIGN4PSIxMy41IiBjeT0iMjMuNSIgcj0iMS41Ii8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTkzIDcxaDN2M2gtM3ptMzMgODRoM3YzaC0zem0tODUgMThoM3YzaC0zeiIvPjxwYXRoIGQ9Ik0zOS4zODQgNTEuMTIybDUuNzU4LTQuNDU0IDYuNDUzIDQuMjA1LTIuMjk0IDcuMzYzaC03Ljc5bC0yLjEyNy03LjExNHpNMTMwLjE5NSA0LjAzbDEzLjgzIDUuMDYyLTEwLjA5IDcuMDQ4LTMuNzQtMTIuMTF6bS04MyA5NWwxNC44MyA1LjQyOS0xMC44MiA3LjU1Ny00LjAxLTEyLjk4N3pNNS4yMTMgMTYxLjQ5NWwxMS4zMjggMjAuODk3TDIuMjY1IDE4MGwyLjk0OC0xOC41MDV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxwYXRoIGQ9Ik0xNDkuMDUgMTI3LjQ2OHMtLjUxIDIuMTgzLjk5NSAzLjM2NmMxLjU2IDEuMjI2IDguNjQyLTEuODk1IDMuOTY3LTcuNzg1LTIuMzY3LTIuNDc3LTYuNS0zLjIyNi05LjMzIDAtNS4yMDggNS45MzYgMCAxNy41MSAxMS42MSAxMy43MyAxMi40NTgtNi4yNTcgNS42MzMtMjEuNjU2LTUuMDczLTIyLjY1NC02LjYwMi0uNjA2LTE0LjA0MyAxLjc1Ni0xNi4xNTcgMTAuMjY4LTEuNzE4IDYuOTIgMS41ODQgMTcuMzg3IDEyLjQ1IDIwLjQ3NiAxMC44NjYgMy4wOSAxOS4zMzEtNC4zMSAxOS4zMzEtNC4zMSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvZz48L3N2Zz4=");
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
}

/* line 22095, app/assets/stylesheets/theme/css/dashboard_style.scss */
#chat-input {
  background: #ffffff;
  width: 100%;
  position: relative;
  height: 47px;
  padding-top: 10px;
  padding-right: 50px;
  padding-bottom: 10px;
  padding-left: 15px;
  border: none;
  resize: none;
  outline: none;
  color: #172b4c;
  border-top: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: hidden;
}

/* line 22113, app/assets/stylesheets/theme/css/dashboard_style.scss */
.chat-input > form {
  margin-bottom: 0;
  position: relative;
}

/* line 22117, app/assets/stylesheets/theme/css/dashboard_style.scss */
#chat-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
}

/* line 22121, app/assets/stylesheets/theme/css/dashboard_style.scss */
#chat-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}

/* line 22125, app/assets/stylesheets/theme/css/dashboard_style.scss */
#chat-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
}

/* line 22129, app/assets/stylesheets/theme/css/dashboard_style.scss */
#chat-input:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}

/* line 22133, app/assets/stylesheets/theme/css/dashboard_style.scss */
.chat-submit {
  position: absolute;
  bottom: 6px;
  right: 10px;
  background: transparent;
  box-shadow: none;
  border: none;
  border-radius: 5px;
  color: #5A5EB9;
  width: 35px;
  height: 35px;
}

/* line 22144, app/assets/stylesheets/theme/css/dashboard_style.scss */
.chat-submit:focus {
  outline: none;
}

/* line 22147, app/assets/stylesheets/theme/css/dashboard_style.scss */
.chat-logs {
  padding: 15px;
  height: 370px;
  overflow-y: scroll;
}

/* line 22152, app/assets/stylesheets/theme/css/dashboard_style.scss */
.chat-logs::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

/* line 22156, app/assets/stylesheets/theme/css/dashboard_style.scss */
.chat-logs::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

/* line 22160, app/assets/stylesheets/theme/css/dashboard_style.scss */
.chat-logs::-webkit-scrollbar-thumb {
  background-color: #6993ff;
}

@media only screen and (max-width: 500px) {
  /* line 22164, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .chat-logs {
    height: 40vh;
  }
}

/* line 22166, app/assets/stylesheets/theme/css/dashboard_style.scss */
.chat-msg.user div > .msg-avatar img {
  border-radius: 5px;
  float: left;
}

/* line 22170, app/assets/stylesheets/theme/css/dashboard_style.scss */
.chat-msg.self div > .msg-avatar img {
  border-radius: 5px;
  float: right;
}

/* line 22174, app/assets/stylesheets/theme/css/dashboard_style.scss */
.cm-msg-text {
  background: #f3f6f9;
  padding: 10px 15px 10px 15px;
  color: #666;
  max-width: 75%;
  float: left;
  margin-top: 10px;
  position: relative;
  margin-bottom: 20px;
  border-radius: 5px;
}

/* line 22185, app/assets/stylesheets/theme/css/dashboard_style.scss */
.chat-msg {
  clear: both;
}

/* line 22188, app/assets/stylesheets/theme/css/dashboard_style.scss */
.chat-msg.self > .cm-msg-text {
  float: right;
  background: #6993ff;
  color: white;
}

/* line 22193, app/assets/stylesheets/theme/css/dashboard_style.scss */
.cm-msg-button > ul > li {
  list-style: none;
  float: left;
  width: 50%;
}

/* line 22198, app/assets/stylesheets/theme/css/dashboard_style.scss */
.cm-msg-button {
  clear: both;
  margin-bottom: 70px;
}

/*---Pages Layout---*/
/*---Page Content Header & Breadcrumb ---*/
/* line 22204, app/assets/stylesheets/theme/css/dashboard_style.scss */
.content-header {
  position: relative;
  padding: 1.5rem 1.5rem 0px;
}

/* line 22207, app/assets/stylesheets/theme/css/dashboard_style.scss */
.content-header .page-title {
  margin: 0 0px 0 0;
  display: inline-block;
  padding: 0 1.5rem 0 0;
  color: #172b4c;
}

/* line 22212, app/assets/stylesheets/theme/css/dashboard_style.scss */
.content-header .breadcrumb-item + .breadcrumb-item::before {
  content: "-";
}

/* line 22214, app/assets/stylesheets/theme/css/dashboard_style.scss */
.content-header .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  color: #2f579a;
  background-color: transparent;
}

/* line 22219, app/assets/stylesheets/theme/css/dashboard_style.scss */
.content-header .breadcrumb .breadcrumb-item a {
  color: #2f579a;
}

/* line 22221, app/assets/stylesheets/theme/css/dashboard_style.scss */
.content-header > .breadcrumb > li > a {
  color: #3b6dc1;
  text-decoration: none;
  display: inline-block;
}

/* line 22225, app/assets/stylesheets/theme/css/dashboard_style.scss */
.content-header > .breadcrumb > li > a > i {
  margin-right: 5px;
}

/* line 22227, app/assets/stylesheets/theme/css/dashboard_style.scss */
.content-header > .breadcrumb > li + li:before {
  content: '>\00a0';
}

/* line 22229, app/assets/stylesheets/theme/css/dashboard_style.scss */
.content-header > .container > .breadcrumb {
  position: relative;
  top: 0;
}

/* line 22232, app/assets/stylesheets/theme/css/dashboard_style.scss */
.content-header > .container > .breadcrumb > li > a {
  color: #3b6dc1;
  text-decoration: none;
  display: inline-block;
}

/* line 22236, app/assets/stylesheets/theme/css/dashboard_style.scss */
.content-header > .container > .breadcrumb > li > a > i {
  margin-right: 5px;
}

/* line 22238, app/assets/stylesheets/theme/css/dashboard_style.scss */
.content-header > .container > .breadcrumb > li + li:before {
  content: '>\00a0';
}

/* line 22240, app/assets/stylesheets/theme/css/dashboard_style.scss */
.content-header .right-title {
  text-align: right;
}

/* line 22242, app/assets/stylesheets/theme/css/dashboard_style.scss */
.content-header .right-title .dropdown .dropdown-menu {
  padding: 15px;
  width: 245px;
  border-radius: 5px;
}

/* line 22246, app/assets/stylesheets/theme/css/dashboard_style.scss */
.content-header .right-title .dropdown .dropdown-menu .dropdown-item {
  padding: 10px 10px;
  font-size: 1.2rem;
}

/* line 22249, app/assets/stylesheets/theme/css/dashboard_style.scss */
.content-header .right-title .dropdown .dropdown-menu .dropdown-item i {
  font-size: 1.4rem;
  margin-right: 10px;
}

/* line 22252, app/assets/stylesheets/theme/css/dashboard_style.scss */
.content-header .right-title .dropdown .dropdown-menu .dropdown-item:hover {
  background-color: transparent;
}

/* line 22254, app/assets/stylesheets/theme/css/dashboard_style.scss */
.content-header .right-title .dropdown > .btn {
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.17) !important;
  -moz-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.17) !important;
  box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.17) !important;
  border-color: #ffffff !important;
  background: #ffffff;
  border-radius: 50%;
  padding: 0 !important;
  color: #172b4c !important;
}

/* line 22266, app/assets/stylesheets/theme/css/dashboard_style.scss */
.breadcrumb-item.active {
  color: #172b4c;
}

/* line 22268, app/assets/stylesheets/theme/css/dashboard_style.scss */
.breadcrumb-item + .breadcrumb-item::before {
  color: #3b6dc1;
}

/* line 22271, app/assets/stylesheets/theme/css/dashboard_style.scss */
.onlyheader .content-header .page-title {
  color: #4d4d4d;
}

/* line 22273, app/assets/stylesheets/theme/css/dashboard_style.scss */
.onlyheader .content-header .breadcrumb {
  color: gray;
}

/* line 22275, app/assets/stylesheets/theme/css/dashboard_style.scss */
.onlyheader .content-header .breadcrumb .breadcrumb-item a {
  color: gray;
}

/* line 22277, app/assets/stylesheets/theme/css/dashboard_style.scss */
.onlyheader .content-header .breadcrumb.active {
  color: #4d4d4d;
}

/* line 22279, app/assets/stylesheets/theme/css/dashboard_style.scss */
.onlyheader .breadcrumb-item.active {
  color: #4d4d4d;
}

/* line 22281, app/assets/stylesheets/theme/css/dashboard_style.scss */
.onlyheader .breadcrumb-item + .breadcrumb-item::before {
  color: #4d4d4d;
}

@media (max-width: 991px) {
  /* line 22285, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .content-header > .breadcrumb {
    position: relative;
    margin-top: 5px;
    top: 0;
    right: 0;
    float: none;
    background: #666666;
    padding-left: 10px;
  }
  /* line 22293, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .content-header > .breadcrumb li:before {
    color: #b3b3b3;
  }
  /* line 22295, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .content-header > .container > .breadcrumb {
    position: relative;
    margin-top: 5px;
    top: 0;
    right: 0;
    float: none;
    background: #666666;
    padding-left: 10px;
  }
  /* line 22303, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .content-header > .container > .breadcrumb li:before {
    color: #b3b3b3;
  }
  /* line 22306, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .navbar-custom-menu .navbar-nav {
    margin: 0;
    float: left;
  }
  /* line 22309, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .navbar-custom-menu .navbar-nav > li {
    float: left;
  }
  /* line 22311, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .navbar-custom-menu .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
  }
}

/* line 22315, app/assets/stylesheets/theme/css/dashboard_style.scss */
.left-block {
  height: auto;
  width: 280px;
  position: absolute;
  padding: 0;
  border-right: 1px solid #f3f6f9;
  background-color: white;
}

/* line 22322, app/assets/stylesheets/theme/css/dashboard_style.scss */
.left-block .left-content-area > .box {
  background-color: rgba(255, 255, 255, 0) !important;
}

/* line 22324, app/assets/stylesheets/theme/css/dashboard_style.scss */
.left-block .left-content-area > .card {
  background-color: rgba(255, 255, 255, 0) !important;
}

/* line 22326, app/assets/stylesheets/theme/css/dashboard_style.scss */
.left-block .open-left-block {
  position: absolute;
  top: 45%;
  right: -41px;
  z-index: 9;
}

/* line 22332, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fixed .left-block {
  height: 100%;
}

/* line 22335, app/assets/stylesheets/theme/css/dashboard_style.scss */
.reverse-mode .open-left-block {
  right: auto;
  left: -41px;
}

/* line 22338, app/assets/stylesheets/theme/css/dashboard_style.scss */
.reverse-mode .left-block {
  right: 0;
  border-left: 1px solid #f3f6f9;
}

/* line 22341, app/assets/stylesheets/theme/css/dashboard_style.scss */
.reverse-mode .right-block {
  margin-left: 0;
  margin-right: 280px;
}

/* line 22345, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fixed .left-block {
  position: fixed;
  top: 0;
  padding-top: 80px;
  padding-bottom: 80px;
}

/* line 22351, app/assets/stylesheets/theme/css/dashboard_style.scss */
.right-block {
  width: calc(100% - 280);
  min-height: calc(100vh - 64px);
  overflow: auto;
  margin-left: 280px;
}

@media (max-width: 767px) {
  /* line 22358, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .left-block {
    left: -280px;
    z-index: 1;
    position: fixed;
    -webkit-transition: -webkit-transform .3s ease-in-out, left .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, left .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, left .3s ease-in-out;
    transition: transform .3s ease-in-out, left .3s ease-in-out;
  }
  /* line 22367, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .left-block.open-panel {
    left: 0;
  }
  /* line 22370, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .reverse-mode .left-block {
    right: -280px;
    left: auto;
    -webkit-transition: -webkit-transform .3s ease-in-out, right .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out, right .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out, right .3s ease-in-out;
    transition: transform .3s ease-in-out, right .3s ease-in-out;
  }
  /* line 22377, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .reverse-mode .left-block.open-panel {
    right: 0;
  }
  /* line 22380, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .fixed .left-block {
    padding-top: 125px;
  }
  /* line 22383, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .right-block {
    width: 100%;
    margin-left: 0;
  }
}

/* line 22386, app/assets/stylesheets/theme/css/dashboard_style.scss */
.scrollable {
  position: relative;
}

/*progress*/
/* line 22390, app/assets/stylesheets/theme/css/dashboard_style.scss */
.progress {
  margin-bottom: 20px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 22395, app/assets/stylesheets/theme/css/dashboard_style.scss */
.progress .progress-bar {
  border-radius: 5px;
}

/* line 22397, app/assets/stylesheets/theme/css/dashboard_style.scss */
.progress > .progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 22400, app/assets/stylesheets/theme/css/dashboard_style.scss */
.progress.sm {
  border-radius: 5px;
  height: 10px;
}

/* line 22403, app/assets/stylesheets/theme/css/dashboard_style.scss */
.progress.sm .progress-bar {
  border-radius: 5px;
}

/* line 22405, app/assets/stylesheets/theme/css/dashboard_style.scss */
.progress.xs {
  border-radius: 5px;
  height: 7px;
}

/* line 22408, app/assets/stylesheets/theme/css/dashboard_style.scss */
.progress.xs .progress-bar {
  border-radius: 5px;
}

/* line 22410, app/assets/stylesheets/theme/css/dashboard_style.scss */
.progress.xxs {
  border-radius: 5px;
  height: 3px;
}

/* line 22413, app/assets/stylesheets/theme/css/dashboard_style.scss */
.progress.xxs .progress-bar {
  border-radius: 5px;
}

/* line 22415, app/assets/stylesheets/theme/css/dashboard_style.scss */
.progress.vertical {
  position: relative;
  width: 30px;
  height: 200px;
  display: inline-block;
  margin-right: 10px;
}

/* line 22421, app/assets/stylesheets/theme/css/dashboard_style.scss */
.progress.vertical > .progress-bar {
  width: 100%;
  position: absolute;
  bottom: 0;
}

/* line 22425, app/assets/stylesheets/theme/css/dashboard_style.scss */
.progress.vertical.progress-sm {
  width: 20px;
}

/* line 22427, app/assets/stylesheets/theme/css/dashboard_style.scss */
.progress.vertical.sm {
  width: 20px;
}

/* line 22429, app/assets/stylesheets/theme/css/dashboard_style.scss */
.progress.vertical.progress-xs {
  width: 20px;
}

/* line 22431, app/assets/stylesheets/theme/css/dashboard_style.scss */
.progress.vertical.xs {
  width: 20px;
}

/* line 22433, app/assets/stylesheets/theme/css/dashboard_style.scss */
.progress.vertical.progress-xxs {
  width: 10px;
}

/* line 22435, app/assets/stylesheets/theme/css/dashboard_style.scss */
.progress.vertical.xxs {
  width: 3px;
}

/* line 22438, app/assets/stylesheets/theme/css/dashboard_style.scss */
.progress-sm {
  border-radius: 5px;
  height: 10px;
}

/* line 22441, app/assets/stylesheets/theme/css/dashboard_style.scss */
.progress-sm .progress-bar {
  border-radius: 5px;
}

/* line 22444, app/assets/stylesheets/theme/css/dashboard_style.scss */
.progress-xs {
  border-radius: 5px;
  height: 7px;
}

/* line 22447, app/assets/stylesheets/theme/css/dashboard_style.scss */
.progress-xs .progress-bar {
  border-radius: 5px;
}

/* line 22450, app/assets/stylesheets/theme/css/dashboard_style.scss */
.progress-xxs {
  border-radius: 5px;
  height: 3px;
}

/* line 22453, app/assets/stylesheets/theme/css/dashboard_style.scss */
.progress-xxs .progress-bar {
  border-radius: 5px;
}

/* line 22456, app/assets/stylesheets/theme/css/dashboard_style.scss */
.progress-group .progress-text {
  font-weight: 600;
}

/* line 22458, app/assets/stylesheets/theme/css/dashboard_style.scss */
.progress-group .progress-number {
  float: right;
}

/* line 22461, app/assets/stylesheets/theme/css/dashboard_style.scss */
.table tr > td .progress {
  margin: 0;
}

/* line 22464, app/assets/stylesheets/theme/css/dashboard_style.scss */
.progress-bar-default {
  background-color: #172b4c;
}

/*hidden*/
/* line 22468, app/assets/stylesheets/theme/css/dashboard_style.scss */
.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  /* line 22472, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  /* line 22475, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  /* line 22478, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  /* line 22481, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  /* line 22484, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  /* line 22487, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  /* line 22490, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 22493, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .hidden-xl-up {
    display: none !important;
  }
}

/* line 22495, app/assets/stylesheets/theme/css/dashboard_style.scss */
.hidden-xl-down {
  display: none !important;
}

@media (max-width: 991px) {
  /* line 22499, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .chart-legend > li {
    float: left;
    margin-right: 10px;
  }
}

/*tab*/
/* line 22503, app/assets/stylesheets/theme/css/dashboard_style.scss */
.tabcontent-border {
  border: 1px solid #bfbfbf;
  border-top: 0px;
}

/* line 22507, app/assets/stylesheets/theme/css/dashboard_style.scss */
.customtab li a.nav-link {
  border: 0px;
  padding: 0.5rem 0.75rem;
  color: #737373;
}

/*Vertical tabs*/
/* line 22513, app/assets/stylesheets/theme/css/dashboard_style.scss */
.vtabs {
  display: table;
}

/* line 22515, app/assets/stylesheets/theme/css/dashboard_style.scss */
.vtabs .tabs-vertical {
  width: 150px;
  border-bottom: 0px;
  border-right: 1px solid rgba(128, 128, 128, 0.13);
  display: table-cell;
  vertical-align: top;
}

/* line 22521, app/assets/stylesheets/theme/css/dashboard_style.scss */
.vtabs .tabs-vertical li .nav-link {
  color: #262626;
  margin-bottom: 10px;
  border: 0px;
  border-radius: 5px 0 0 5px;
}

/* line 22526, app/assets/stylesheets/theme/css/dashboard_style.scss */
.vtabs .tab-content {
  display: table-cell;
  padding: 10px;
  vertical-align: top;
}

/* line 22531, app/assets/stylesheets/theme/css/dashboard_style.scss */
.tabs-vertical li .nav-link:hover, .tabs-vertical li .nav-link:active, .tabs-vertical li .nav-link:focus, .tabs-vertical li .nav-link.active {
  border: 0px;
  color: #ffffff;
}

/*Custom vertical tab*/
/* line 22536, app/assets/stylesheets/theme/css/dashboard_style.scss */
.customvtab .tabs-vertical li .nav-link:hover, .customvtab .tabs-vertical li .nav-link:active, .customvtab .tabs-vertical li .nav-link:focus, .customvtab .tabs-vertical li .nav-link.active {
  background: transparent !important;
  border: 0px;
  margin-right: -1px;
}

/* line 22541, app/assets/stylesheets/theme/css/dashboard_style.scss */
.customtab2 li a.nav-link {
  border: 0px;
  margin-right: 3px;
  color: #737373;
}

/* line 22545, app/assets/stylesheets/theme/css/dashboard_style.scss */
.customtab2 li a.nav-link:hover, .customtab2 li a.nav-link:active, .customtab2 li a.nav-link:focus, .customtab2 li a.nav-link.active {
  color: #ffffff;
}

@media (max-width: 767px) {
  /* line 22549, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .vtabs .tabs-vertical {
    width: auto;
  }
}

/*google map Page*/
/* line 22552, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gmaps {
  height: 300px;
  background: #f3f6f9;
  border-radius: 5px;
}

/* line 22557, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gmaps-panaroma {
  height: 300px;
  background: #f3f6f9;
  border-radius: 5px;
}

/* line 22562, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gmaps-overlay {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  background: #6993ff;
  border-radius: 5px;
  padding: 10px 20px;
}

/* line 22572, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gmaps-overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute;
}

/* line 22578, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gmaps-overlay_arrow .above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #6993ff;
}

/* line 22583, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gmaps-overlay_arrow .below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #6993ff;
}

/*wizard*/
/* line 22590, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard {
  width: 100%;
  overflow: hidden;
}

/* line 22593, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard .content {
  margin-left: 0;
}

/* line 22595, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  z-index: 1;
}

/* line 22602, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard > .steps .current-info {
  position: absolute;
  left: -99999px;
}

/* line 22605, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard > .steps > ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 22612, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard > .steps > ul > li {
  display: inline-block;
  width: auto;
  text-align: center;
  position: relative;
  padding: 0.5rem 2.5rem;
  border-radius: 5px;
  margin: 0 10px;
  background-color: #f3f6f9;
  border: 2px solid #f3f6f9;
}

/* line 22622, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard > .steps > ul > li a {
  position: relative;
  display: block;
}

/* line 22625, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard > .steps > ul > li:before {
  left: 0;
}

/* line 22627, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard > .steps > ul > li:after {
  right: 0;
}

/* line 22629, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard > .steps > ul > li:first-child:before, .wizard-content .wizard > .steps > ul > li:last-child:after {
  content: none;
}

/* line 22631, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard > .steps > ul > li.current {
  color: #ffffff;
}

/* line 22633, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard > .steps > ul > li.current > a {
  color: #ffffff;
  cursor: default;
}

/* line 22636, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard > .steps > ul > li.disabled a {
  color: #737373;
  cursor: default;
}

/* line 22639, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard > .steps > ul > li.disabled a:hover, .wizard-content .wizard > .steps > ul > li.disabled a:focus {
  color: #737373;
  cursor: default;
}

/* line 22642, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard > .steps > ul > li.done {
  color: #ffffff;
}

/* line 22644, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard > .steps > ul > li.done a {
  color: #ffffff;
}

/* line 22646, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard > .steps > ul > li.done a:hover, .wizard-content .wizard > .steps > ul > li.done a:focus {
  color: #ffffff;
}

/* line 22648, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard > .steps > ul > li.error {
  border-color: #f64e60;
  color: #f64e60;
}

/* line 22651, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 15%;
}

/* line 22655, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard.vertical > .steps > ul > li {
  display: block;
  width: 100%;
  margin: 10px 0px;
}

/* line 22659, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard.vertical > .steps > ul > li a {
  margin-top: 0px;
}

/* line 22661, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard.vertical > .steps > ul > li:before, .wizard-content .wizard.vertical > .steps > ul > li:after {
  background-color: transparent;
}

/* line 22663, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard.vertical > .steps > ul > li.current:before, .wizard-content .wizard.vertical > .steps > ul > li.current:after {
  background-color: transparent;
}

/* line 22665, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard.vertical > .steps > ul > li.current ~ li:before, .wizard-content .wizard.vertical > .steps > ul > li.current ~ li:after {
  background-color: transparent;
}

/* line 22667, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard.vertical.wizard-circle > .steps .step {
  left: 50%;
  width: 50px;
}

/* line 22670, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard > .content {
  overflow: hidden;
  position: relative;
  width: auto;
  padding: 0;
  margin: 0;
}

/* line 22676, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard > .content > .title {
  position: absolute;
  left: -99999px;
}

/* line 22679, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard > .content > .body {
  padding: 20px 20px;
}

/* line 22681, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard > .content > iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

/* line 22685, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  padding: 20px 20px 20px;
}

/* line 22690, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard > .actions > ul {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 22695, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard > .actions > ul :after {
  content: '';
  display: table;
  clear: both;
}

/* line 22699, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard > .actions > ul > li {
  float: left;
}

/* line 22701, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard > .actions > ul > li + li {
  margin-left: 10px;
}

/* line 22703, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard > .actions > ul > li > a {
  color: #ffffff;
  display: block;
  padding: 7px 12px;
  border-radius: 5px;
  border: 1px solid transparent;
}

/* line 22709, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard > .actions > ul > li > a:hover, .wizard-content .wizard > .actions > ul > li > a:active, .wizard-content .wizard > .actions > ul > li > a:focus {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
}

/* line 22712, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard > .actions > ul > li > a[href="#previous"] {
  background-color: #ffffff;
  color: #234173;
  border: 1px solid #f3f6f9;
}

/* line 22716, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard > .actions > ul > li > a[href="#previous"]:hover, .wizard-content .wizard > .actions > ul > li > a[href="#previous"]:active, .wizard-content .wizard > .actions > ul > li > a[href="#previous"]:focus {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.04) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.04) inset;
}

/* line 22719, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard > .actions > ul > li.disabled > a {
  color: #999999;
}

/* line 22721, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard > .actions > ul > li.disabled > a:hover, .wizard-content .wizard > .actions > ul > li.disabled > a:focus {
  color: #999999;
}

/* line 22723, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard > .actions > ul > li.disabled > a[href="#previous"] {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 22726, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard > .actions > ul > li.disabled > a[href="#previous"]:hover, .wizard-content .wizard > .actions > ul > li.disabled > a[href="#previous"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 22729, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard.wizard-circle > .steps > ul > li:before, .wizard-content .wizard.wizard-circle > .steps > ul > li:after {
  top: 45px;
  width: 50%;
  height: 3px;
}

/* line 22733, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard.wizard-circle > .steps > ul > li.current:after {
  background-color: #f3f6f9;
}

/* line 22735, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:before, .wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:after {
  background-color: #f3f6f9;
}

/* line 22737, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard.wizard-notification > .steps > ul > li:before, .wizard-content .wizard.wizard-notification > .steps > ul > li:after {
  top: 39px;
  width: 50%;
  height: 2px;
}

/* line 22741, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard.wizard-notification > .steps > ul > li.current .step {
  line-height: 36px;
}

/* line 22743, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard.wizard-notification > .steps > ul > li.current:after {
  background-color: #f3f6f9;
}

/* line 22745, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard.wizard-notification > .steps > ul > li.current ~ li:before, .wizard-content .wizard.wizard-notification > .steps > ul > li.current ~ li:after {
  background-color: #f3f6f9;
}

/* line 22747, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard.wizard-notification > .steps > ul > li.done .step {
  color: #ffffff;
}

/* line 22749, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard.wizard-notification > .steps .step {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.3rem;
  border-radius: 15%;
  background-color: #f3f6f9;
}

/* line 22756, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wizard-content .wizard.wizard-notification > .steps .step:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  margin-bottom: -8px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #f3f6f9;
}

@media (max-width: 1024px) {
  /* line 22770, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .wizard-content .wizard.wizard-circle > .steps .step {
    width: 50px;
    height: 50px;
  }
  /* line 22773, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .wizard-content .wizard > .steps .step {
    left: 50%;
    margin-left: -24px;
  }
  /* line 22776, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .wizard-content .wizard.vertical > .steps {
    width: 20%;
  }
  /* line 22778, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .wizard-content .wizard.vertical > .steps .step {
    left: 50%;
  }
}

@media (max-width: 767px) {
  /* line 22781, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .wizard-content .wizard > .steps > ul {
    margin-bottom: 20px;
  }
  /* line 22783, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .wizard-content .wizard > .steps > ul > li {
    display: block;
    float: left;
    width: 50%;
    margin: 5px 0;
  }
  /* line 22788, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .wizard-content .wizard > .steps > ul > li > a {
    margin-bottom: 0;
  }
  /* line 22790, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .wizard-content .wizard > .steps > ul > li:first-child:before {
    content: '';
  }
  /* line 22792, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .wizard-content .wizard > .steps > ul > li:last-child:after {
    content: '';
  }
  /* line 22794, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .wizard-content .wizard.vertical > .steps {
    width: 30%;
  }
}

@media (max-width: 575px) {
  /* line 22797, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .wizard-content .wizard > .steps > ul > li {
    width: 100%;
  }
  /* line 22799, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .wizard-content .wizard.vertical > .steps {
    width: 100%;
    float: none;
  }
  /* line 22802, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .wizard-content .wizard.vertical > .steps > ul > li {
    display: block;
    float: left;
    width: 100%;
    margin: 5px 0px;
  }
}

/*weather*/
/* line 22808, app/assets/stylesheets/theme/css/dashboard_style.scss */
.weather-location input {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

/* line 22811, app/assets/stylesheets/theme/css/dashboard_style.scss */
.weather-location input:focus {
  border: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 22814, app/assets/stylesheets/theme/css/dashboard_style.scss */
.weather-day {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 22816, app/assets/stylesheets/theme/css/dashboard_style.scss */
.weather-day.is-today {
  border-left: none;
}

/* line 22819, app/assets/stylesheets/theme/css/dashboard_style.scss */
.weather-icon canvas {
  width: 90px;
  height: 90px;
}

/*---panel---*/
/* line 22824, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel {
  position: relative;
  background-color: #ffffff;
  border: 0 solid transparent;
}

/* line 22828, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > *:not(.panel-loading):not(.collapsing) {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

/* line 22831, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel.is-loading > *:not(.panel-loading) {
  opacity: .3;
}

/* line 22833, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel.is-loading .panel-loading {
  display: block;
  opacity: 1;
}

/* line 22836, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel.is-dragging {
  opacity: 0.8;
  cursor: move;
}

/* line 22839, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .nav-tabs-vertical .nav-tabs {
  margin-left: -1px;
}

/* line 22841, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .nav-tabs-vertical .nav-tabs > li > a {
  border-left: none;
  border-radius: 0;
}

/* line 22844, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .nav-tabs-vertical .nav-tabs.nav-tabs-reverse {
  margin-right: -1px;
}

/* line 22846, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .nav-tabs-vertical .nav-tabs.nav-tabs-reverse > li > a {
  border-right: none;
  border-radius: 0;
}

/* line 22849, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel:hover .panel-actions .show-on-hover {
  display: inline-block;
}

/* line 22851, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel .panel-actions .show-on-hover {
  display: none;
}

/* line 22853, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel.is-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

/* line 22861, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel.is-fullscreen .panel-loading {
  border-radius: 0;
}

/* line 22863, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel.is-fullscreen .panel-actions [data-toggle=collapse] {
  display: none;
}

/* line 22865, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel.is-close {
  display: none;
}

/* line 22867, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel.is-collapse .panel-body {
  display: none;
  height: 0;
}

/* line 22870, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .alert {
  padding-left: 30px;
  padding-right: 30px;
}

/* line 22873, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .alert-dismissible {
  padding-right: 50px;
}

/* line 22876, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-content > .row {
  padding-left: 30px;
  padding-right: 30px;
}

/* line 22879, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-content > .row > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}

/* line 22883, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-body {
  position: relative;
  padding: 1.25rem;
}

/* line 22886, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-body .list-group-item {
  border-radius: 0;
}

/* line 22888, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-body::after {
  display: block;
  content: "";
  clear: both;
}

/* line 22892, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-body h1:first-child, .panel-body h2:first-child, .panel-body h3:first-child, .panel-body h4:first-child, .panel-body h5:first-child, .panel-body h6:first-child, .panel-body .h1:first-child, .panel-body .h2:first-child, .panel-body .h3:first-child, .panel-body .h4:first-child, .panel-body .h5:first-child, .panel-body .h6:first-child {
  margin-top: 0;
}

/* line 22894, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-body > *:last-child {
  margin-bottom: 0;
}

/* line 22896, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-body > .list-group-dividered:only-child > .list-group-item:last-child {
  border-bottom-color: transparent;
}

/* line 22898, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-body.scrollable-vertical {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 22901, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-body.scrollable-vertical > .scrollable-container > .scrollable-content {
  padding-left: 30px;
  padding-right: 30px;
}

/* line 22904, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-body.scrollable-vertical > .scrollable-bar {
  margin-top: 0;
  margin-bottom: 10px;
  height: calc(100% - 30px);
  transform: translateX(-26px);
}

/* line 22909, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-body.scrollable-horizontal {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 22912, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-body.scrollable-horizontal > .scrollable-container > .scrollable-content {
  padding-top: 0;
  padding-bottom: 30px;
}

/* line 22915, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-body.scrollable-horizontal > .scrollable-bar {
  margin-left: 0;
  margin-right: 30px;
  width: calc(100% - 60px);
  transform: translateY(-26px);
}

/* line 22921, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-heading {
  position: relative;
  padding: 0;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 0.214rem;
  border-top-left-radius: 0.214rem;
}

/* line 22927, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-heading + .alert {
  border-radius: 0;
}

/* line 22929, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-heading > .nav-tabs {
  border-bottom: none;
}

/* line 22931, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-heading + .nav-tabs {
  margin-top: -0.715rem;
}

/* line 22933, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 22935, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-heading + .panel-body {
  padding-top: 0;
}

/* line 22937, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 22940, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-heading-tab {
  padding: 10px 30px 0;
  background-color: #8950fc;
}

/* line 22943, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-heading-tab > .nav-tabs .nav-link {
  color: #ffffff;
}

/* line 22945, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-heading-tab > .nav-tabs .nav-link.hover {
  color: #737373;
}

/* line 22947, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-heading-tab > .nav-tabs .nav-link:hover {
  color: #737373;
}

/* line 22949, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-heading-tab > .nav-tabs .nav-link.active {
  color: #737373;
  background-color: #ffffff;
}

/* line 22952, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-heading-tab > .nav-tabs .nav-link:active {
  color: #737373;
  background-color: #ffffff;
}

/* line 22956, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-footer {
  padding: 0 30px 15px;
  border-top: 1px solid transparent;
  background-color: transparent;
  border-bottom-right-radius: 0.214rem;
  border-bottom-left-radius: 0.214rem;
}

/* line 22963, app/assets/stylesheets/theme/css/dashboard_style.scss */
.table + .panel-footer {
  padding-top: 15px;
  border-color: #cccccc;
}

/* line 22967, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-title {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.25rem;
  font-size: 18px;
  color: #4d4d4d;
}

/* line 22974, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-title > .icon, .panel-title > .badge {
  margin-right: 10px;
}

/* line 22976, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-title small, .panel-title .small {
  color: #737373;
}

/* line 22978, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-title small > a, .panel-title .small > a {
  color: inherit;
}

/* line 22980, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-title > small > a, .panel-title > .small > a {
  color: inherit;
}

/* line 22982, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-title > a {
  color: inherit;
}

/* line 22985, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-desc {
  display: block;
  padding: 5px 0 0;
  margin: 0;
  font-size: 1rem;
  color: #737373;
}

/* line 22992, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-actions {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0%, -50%);
  margin: auto;
  z-index: 1;
}

@media (max-width: 575px) {
  /* line 23001, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .panel-actions {
    right: 20px;
  }
}

/* line 23003, app/assets/stylesheets/theme/css/dashboard_style.scss */
ul .panel-actions {
  list-style: none;
}

/* line 23005, app/assets/stylesheets/theme/css/dashboard_style.scss */
ul .panel-actions > li {
  display: inline-block;
  margin-left: 8px;
}

/* line 23008, app/assets/stylesheets/theme/css/dashboard_style.scss */
ul .panel-actions > li:first-child {
  margin-left: 0;
}

/* line 23011, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-actions a.dropdown-toggle {
  text-decoration: none;
}

/* line 23013, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-actions .dropdown {
  display: inline-block;
}

/* line 23015, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-actions .dropdown-toggle {
  display: inline-block;
}

/* line 23017, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-actions .panel-action {
  display: inline-block;
  padding: 8px 10px;
  color: #999999;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
}

/* line 23024, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-actions .panel-action:hover, .panel-actions .panel-action:active, .panel-actions .panel-action.active {
  color: #666666;
}

/* line 23026, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-actions .progress {
  width: 100px;
  margin: 0;
}

/* line 23029, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-actions .pagination {
  margin: 0;
}

/* line 23032, app/assets/stylesheets/theme/css/dashboard_style.scss */
ul.panel-actions > li {
  display: inline-block;
  margin-left: 8px;
}

/* line 23035, app/assets/stylesheets/theme/css/dashboard_style.scss */
ul.panel-actions > li:first-child {
  margin-left: 0;
}

/* line 23038, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-toolbar {
  padding: 5px 15px;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}

/* line 23045, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-bordered .panel-toolbar {
  border-top-color: transparent;
}

/* line 23047, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-bordered > .panel-body {
  padding-top: 30px;
}

/* line 23049, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-bordered > .panel-body.scrollable-vertical > .scrollable-bar {
  margin-bottom: 10px;
  height: calc(100% - 60px);
}

/* line 23052, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-bordered > .panel-body.scrollable-horizontal > .scrollable-container > .scrollable-content {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 23055, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-bordered > .panel-body.scrollable-horizontal > .scrollable-bar {
  transform: translateY(-26px);
}

/* line 23057, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-bordered > .panel-heading {
  border-bottom: 1px solid #e6e6e6;
}

/* line 23059, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-bordered > .panel-heading > .panel-title {
  padding-bottom: 20px;
}

/* line 23061, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-bordered > .panel-footer {
  border-top: 1px solid #e6e6e6;
  padding-top: 15px;
}

/* line 23064, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-bordered > .table > tbody:first-child > tr:first-child th, .panel-bordered > .table tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 23067, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-toolbar .btn {
  color: #999999;
  padding: 5px 10px;
}

/* line 23070, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-toolbar .btn.icon {
  width: 1em;
  text-align: center;
}

/* line 23073, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-toolbar .btn:hover, .panel-toolbar .btn:active, .panel-toolbar .btn.active {
  color: #737373;
}

/* line 23076, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 0.286rem;
  opacity: .6;
}

/* line 23086, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-loading .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 23092, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-footer-chart {
  padding: 0;
}

/* line 23095, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-control {
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

@media (max-width: 575px) {
  /* line 23102, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .panel-body.scrollable-vertical > .scrollable-container > .scrollable-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 23105, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .panel-body.scrollable-horizontal > .scrollable-bar {
    margin-right: 20px;
    width: calc(100% - 40px);
  }
  /* line 23109, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .panel > .alert {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 23112, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .panel > .alert-dismissible {
    padding-right: 40px;
  }
}

/* line 23114, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table {
  margin-bottom: 0;
}

/* line 23116, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table:first-child {
  border-top-right-radius: 0.214rem;
  border-top-left-radius: 0.214rem;
}

/* line 23119, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 0.214rem;
  border-top-right-radius: 0.214rem;
}

/* line 23122, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child {
  border-top-left-radius: 0.214rem;
}

/* line 23124, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 0.214rem;
}

/* line 23126, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child {
  border-top-right-radius: 0.214rem;
}

/* line 23128, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 0.214rem;
}

/* line 23130, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 0.214rem;
  border-top-right-radius: 0.214rem;
}

/* line 23133, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child {
  border-top-left-radius: 0.214rem;
}

/* line 23135, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 0.214rem;
}

/* line 23137, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child {
  border-top-right-radius: 0.214rem;
}

/* line 23139, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 0.214rem;
}

/* line 23141, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table:last-child {
  border-bottom-right-radius: 0.214rem;
  border-bottom-left-radius: 0.214rem;
}

/* line 23144, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table:last-child > thead:last-child > tr:last-child {
  border-bottom-left-radius: 0.214rem;
  border-bottom-right-radius: 0.214rem;
}

/* line 23147, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table:last-child > thead:last-child > tr:last-child td:last-child {
  border-bottom-left-radius: 0.214rem;
}

/* line 23149, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table:last-child > thead:last-child > tr:last-child th:last-child {
  border-bottom-left-radius: 0.214rem;
}

/* line 23151, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table:last-child > thead:last-child > tr:last-child td:first-child {
  border-bottom-right-radius: 0.214rem;
}

/* line 23153, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table:last-child > thead:last-child > tr:last-child th:first-child {
  border-bottom-right-radius: 0.214rem;
}

/* line 23155, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child {
  border-bottom-left-radius: 0.214rem;
  border-bottom-right-radius: 0.214rem;
}

/* line 23158, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child {
  border-bottom-left-radius: 0.214rem;
}

/* line 23160, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child {
  border-bottom-left-radius: 0.214rem;
}

/* line 23162, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child {
  border-bottom-right-radius: 0.214rem;
}

/* line 23164, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child {
  border-bottom-right-radius: 0.214rem;
}

/* line 23166, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table + .panel-body {
  border-top: 1px solid #cccccc;
}

/* line 23168, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 23170, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table > tr > td:first-child, .panel > .table > tr > th:first-child {
  padding-left: 30px;
}

/* line 23172, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table > tr > td:last-child, .panel > .table > tr > th:last-child {
  padding-right: 30px;
}

/* line 23174, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table > thead > tr > td:first-child, .panel > .table > thead > tr > th:first-child {
  padding-left: 30px;
}

/* line 23176, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table > thead > tr > td:last-child, .panel > .table > thead > tr > th:last-child {
  padding-right: 30px;
}

/* line 23178, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table > tbody > tr > td:first-child, .panel > .table > tbody > tr > th:first-child {
  padding-left: 30px;
}

/* line 23180, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table > tbody > tr > td:last-child, .panel > .table > tbody > tr > th:last-child {
  padding-right: 30px;
}

/* line 23182, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 1px solid #cccccc;
}

/* line 23184, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table > tfoot > tr > td:first-child, .panel > .table > tfoot > tr > th:first-child {
  padding-left: 30px;
}

/* line 23186, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table > tfoot > tr > td:last-child, .panel > .table > tfoot > tr > th:last-child {
  padding-right: 30px;
}

/* line 23188, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 23191, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive > .table {
  margin-bottom: 0;
}

/* line 23193, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive > .table caption {
  padding-left: 30px 30px;
  padding-right: 30px 30px;
}

/* line 23196, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 0.214rem;
  border-top-left-radius: 0.214rem;
}

/* line 23199, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 0.214rem;
  border-top-right-radius: 0.214rem;
}

/* line 23202, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child {
  border-top-left-radius: 0.214rem;
}

/* line 23204, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 0.214rem;
}

/* line 23206, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child {
  border-top-right-radius: 0.214rem;
}

/* line 23208, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 0.214rem;
}

/* line 23210, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 0.214rem;
  border-top-right-radius: 0.214rem;
}

/* line 23213, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child {
  border-top-left-radius: 0.214rem;
}

/* line 23215, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 0.214rem;
}

/* line 23217, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child {
  border-top-right-radius: 0.214rem;
}

/* line 23219, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 0.214rem;
}

/* line 23221, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 0.214rem;
  border-bottom-left-radius: 0.214rem;
}

/* line 23224, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive:last-child > .table:last-child > thead:last-child > tr:last-child {
  border-bottom-left-radius: 0.214rem;
  border-top-right-radius: 0.214rem;
}

/* line 23227, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive:last-child > .table:last-child > thead:last-child > tr:last-child td:last-child {
  border-bottom-left-radius: 0.214rem;
}

/* line 23229, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive:last-child > .table:last-child > thead:last-child > tr:last-child th:last-child {
  border-bottom-left-radius: 0.214rem;
}

/* line 23231, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive:last-child > .table:last-child > thead:last-child > tr:last-child td:first-child {
  border-bottom-right-radius: 0.214rem;
}

/* line 23233, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive:last-child > .table:last-child > thead:last-child > tr:last-child th:first-child {
  border-bottom-right-radius: 0.214rem;
}

/* line 23235, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child {
  border-bottom-left-radius: 0.214rem;
  border-bottom-right-radius: 0.214rem;
}

/* line 23238, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child {
  border-bottom-left-radius: 0.214rem;
}

/* line 23240, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child {
  border-bottom-left-radius: 0.214rem;
}

/* line 23242, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child {
  border-bottom-right-radius: 0.214rem;
}

/* line 23244, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child {
  border-bottom-right-radius: 0.214rem;
}

/* line 23246, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #cccccc;
}

/* line 23248, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 23250, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child, .panel > .table-responsive > .table-bordered > thead > tr > td:first-child {
  border-left: 0;
}

/* line 23252, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child, .panel > .table-responsive > .table-bordered > thead > tr > td:last-child {
  border-right: 0;
}

/* line 23254, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th, .panel > .table-responsive > .table-bordered > thead > tr:first-child > td {
  border-bottom: 0;
}

/* line 23256, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th, .panel > .table-responsive > .table-bordered > thead > tr:last-child > td {
  border-bottom: 0;
}

/* line 23258, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child {
  border-left: 0;
}

/* line 23260, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child, .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child {
  border-right: 0;
}

/* line 23262, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td {
  border-bottom: 0;
}

/* line 23264, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th, .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td {
  border-bottom: 0;
}

/* line 23266, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 23268, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child, .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 23270, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive .table > tr > td:first-child, .panel > .table-responsive .table > tr > th:first-child {
  padding-left: 30px;
}

/* line 23272, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive .table > tr > td:last-child, .panel > .table-responsive .table > tr > th:last-child {
  padding-right: 30px;
}

/* line 23274, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive .table > thead > tr > td:first-child, .panel > .table-responsive .table > thead > tr > th:first-child {
  padding-left: 30px;
}

/* line 23276, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive .table > thead > tr > td:last-child, .panel > .table-responsive .table > thead > tr > th:last-child {
  padding-right: 30px;
}

/* line 23278, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive .table > tbody > tr > td:first-child, .panel > .table-responsive .table > tbody > tr > th:first-child {
  padding-left: 30px;
}

/* line 23280, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive .table > tbody > tr > td:last-child, .panel > .table-responsive .table > tbody > tr > th:last-child {
  padding-right: 30px;
}

/* line 23282, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive .table > tfoot > tr > td:first-child, .panel > .table-responsive .table > tfoot > tr > th:first-child {
  padding-left: 30px;
}

/* line 23284, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-responsive .table > tfoot > tr > td:last-child, .panel > .table-responsive .table > tfoot > tr > th:last-child {
  padding-right: 30px;
}

/* line 23286, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table caption {
  padding-left: 30px 30px;
  padding-right: 30px 30px;
}

/* line 23289, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-bordered {
  border: 0;
}

/* line 23291, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-bordered > thead > tr > th:first-child, .panel > .table-bordered > thead > tr > td:first-child {
  border-left: 0;
}

/* line 23293, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-bordered > thead > tr > th:last-child, .panel > .table-bordered > thead > tr > td:last-child {
  border-right: 0;
}

/* line 23295, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-bordered > thead > tr:first-child > th, .panel > .table-bordered > thead > tr:first-child > td {
  border-bottom: 0;
}

/* line 23297, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-bordered > thead > tr:last-child > th, .panel > .table-bordered > thead > tr:last-child > td {
  border-bottom: 0;
}

/* line 23299, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-bordered > tbody > tr > th:first-child, .panel > .table-bordered > tbody > tr > td:first-child {
  border-left: 0;
}

/* line 23301, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-bordered > tbody > tr > th:last-child, .panel > .table-bordered > tbody > tr > td:last-child {
  border-right: 0;
}

/* line 23303, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-bordered > tbody > tr:first-child > th, .panel > .table-bordered > tbody > tr:first-child > td {
  border-bottom: 0;
}

/* line 23305, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-bordered > tbody > tr:last-child > th, .panel > .table-bordered > tbody > tr:last-child > td {
  border-bottom: 0;
}

/* line 23307, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-bordered > tfoot > tr > th:first-child, .panel > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 23309, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .table-bordered > tfoot > tr > th:last-child, .panel > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 23311, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .list-group {
  margin-bottom: 0;
}

/* line 23313, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
  padding-right: 30px;
  padding-left: 30px;
}

/* line 23318, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 0.214rem;
  border-top-left-radius: 0.214rem;
}

/* line 23322, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 0.214rem;
  border-bottom-left-radius: 0.214rem;
}

/* line 23326, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 23328, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .panel-collapse > .table caption {
  padding-left: 30px 30px;
  padding-right: 30px 30px;
}

/* line 23331, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 23333, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 23336, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 0.214rem;
  border-top-left-radius: 0.214rem;
}

/* line 23340, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 0.214rem;
  border-bottom-left-radius: 0.214rem;
}

/* line 23344, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .panel-body + .table {
  border-top: 1px solid #cccccc;
}

/* line 23346, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #cccccc;
}

/* line 23348, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

@media (max-width: 575px) {
  /* line 23353, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .panel > .table > tr > td:first-child, .panel > .table > tr > th:first-child {
    padding-left: 20px;
  }
  /* line 23355, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .panel > .table > tr > td:last-child, .panel > .table > tr > th:last-child {
    padding-right: 20px;
  }
  /* line 23357, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .panel > .table > thead > tr > td:first-child, .panel > .table > thead > tr > th:first-child {
    padding-left: 20px;
  }
  /* line 23359, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .panel > .table > thead > tr > td:last-child, .panel > .table > thead > tr > th:last-child {
    padding-right: 20px;
  }
  /* line 23361, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .panel > .table > tbody > tr > td:first-child, .panel > .table > tbody > tr > th:first-child {
    padding-left: 20px;
  }
  /* line 23363, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .panel > .table > tbody > tr > td:last-child, .panel > .table > tbody > tr > th:last-child {
    padding-right: 20px;
  }
  /* line 23365, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .panel > .table > tfoot > tr > td:first-child, .panel > .table > tfoot > tr > th:first-child {
    padding-left: 20px;
  }
  /* line 23367, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .panel > .table > tfoot > tr > td:last-child, .panel > .table > tfoot > tr > th:last-child {
    padding-right: 20px;
  }
  /* line 23369, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .panel > .table-responsive .table > tr > td:first-child, .panel > .table-responsive .table > tr > th:first-child {
    padding-left: 20px;
  }
  /* line 23371, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .panel > .table-responsive .table > tr > td:last-child, .panel > .table-responsive .table > tr > th:last-child {
    padding-right: 20px;
  }
  /* line 23373, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .panel > .table-responsive .table > thead > tr > td:first-child, .panel > .table-responsive .table > thead > tr > th:first-child {
    padding-left: 20px;
  }
  /* line 23375, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .panel > .table-responsive .table > thead > tr > td:last-child, .panel > .table-responsive .table > thead > tr > th:last-child {
    padding-right: 20px;
  }
  /* line 23377, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .panel > .table-responsive .table > tbody > tr > td:first-child, .panel > .table-responsive .table > tbody > tr > th:first-child {
    padding-left: 20px;
  }
  /* line 23379, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .panel > .table-responsive .table > tbody > tr > td:last-child, .panel > .table-responsive .table > tbody > tr > th:last-child {
    padding-right: 20px;
  }
  /* line 23381, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .panel > .table-responsive .table > tfoot > tr > td:first-child, .panel > .table-responsive .table > tfoot > tr > th:first-child {
    padding-left: 20px;
  }
  /* line 23383, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .panel > .table-responsive .table > tfoot > tr > td:last-child, .panel > .table-responsive .table > tfoot > tr > th:last-child {
    padding-right: 20px;
  }
  /* line 23385, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .panel > .list-group .list-group-item {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* line 23388, app/assets/stylesheets/theme/css/dashboard_style.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 23391, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-group {
  margin-bottom: 22px;
}

/* line 23393, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0.286rem;
}

/* line 23396, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 23398, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 23400, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #cccccc;
}

/* line 23402, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #cccccc;
}

/* line 23404, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 23406, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #cccccc;
}

/* line 23409, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel.panel-transparent {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

/* line 23413, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel.panel-transparent > .panel-heading, .panel.panel-transparent > .panel-footer {
  border-color: transparent;
}

/* line 23416, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-default {
  border-color: #cccccc;
}

/* line 23418, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-default > .panel-heading {
  color: #737373;
  background-color: #cccccc;
  border-color: #cccccc;
}

/* line 23422, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cccccc;
}

/* line 23424, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-default > .panel-heading .badge-pill {
  color: #cccccc;
  background-color: #737373;
}

/* line 23427, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-default .panel-title {
  color: #4d4d4d;
}

/* line 23429, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-default .panel-action {
  color: #737373;
}

/* line 23431, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-default .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cccccc;
}

/* line 23434, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-dark {
  border-color: #666666;
}

/* line 23436, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-dark > .panel-heading {
  color: #ffffff;
  background-color: #666666;
  border-color: #666666;
}

/* line 23440, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-dark > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #666666;
}

/* line 23442, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-dark > .panel-heading .badge-pill {
  color: #666666;
  background-color: #ffffff;
}

/* line 23445, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-dark .panel-title, .panel-dark .panel-action {
  color: #ffffff;
}

/* line 23447, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-dark .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #666666;
}

/* line 23450, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-primary {
  border: none;
}

/* line 23452, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-primary .panel-heading {
  border: none;
}

/* line 23454, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-primary .panel-title, .panel-primary .panel-action {
  color: #ffffff;
}

/* line 23457, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-info {
  border: none;
}

/* line 23459, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-info .panel-heading {
  border: none;
}

/* line 23461, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-info .panel-title, .panel-info .panel-action {
  color: #ffffff;
}

/* line 23464, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-success {
  border: none;
}

/* line 23466, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-success .panel-heading {
  border: none;
}

/* line 23468, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-success .panel-title, .panel-success .panel-action {
  color: #ffffff;
}

/* line 23471, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-warning {
  border: none;
}

/* line 23473, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-warning .panel-heading {
  border: none;
}

/* line 23475, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-warning .panel-title, .panel-warning .panel-action {
  color: #ffffff;
}

/* line 23478, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-danger {
  border: none;
}

/* line 23480, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-danger .panel-heading {
  border: none;
}

/* line 23482, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-danger .panel-title, .panel-danger .panel-action {
  color: #ffffff;
}

/* line 23485, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-dark {
  border: none;
}

/* line 23487, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-dark .panel-heading {
  border: none;
}

/* line 23489, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-dark .panel-title, .panel-dark .panel-action {
  color: #ffffff;
}

/* line 23492, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-line .panel-heading {
  background: transparent;
  border: none;
  border-top: 3px solid transparent;
}

/* line 23496, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-line.panel-default .panel-heading {
  color: #cccccc;
  border-top-color: #cccccc;
  background: transparent;
}

/* line 23500, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-line.panel-default .panel-title, .panel-line.panel-default .panel-action {
  color: #cccccc;
}

/* line 23502, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-line.panel-dark .panel-heading {
  color: #666666;
  border-top-color: #666666;
  background: transparent;
}

/* line 23506, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-line.panel-dark .panel-title, .panel-line.panel-dark .panel-action {
  color: #666666;
}

@media (max-width: 767px) {
  /* line 23510, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .panel-actions {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    margin: auto;
    padding: 0 30px 15px;
    transform: none;
  }
  /* line 23519, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .panel-actions-keep {
    position: absolute;
    top: 50%;
    right: 30px;
    padding: 0;
    transform: translate(0%, -50%);
  }
}

@media (max-width: 575px) {
  /* line 23526, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .panel-actions {
    padding-left: 20px;
  }
  /* line 23528, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .panel-actions .progress {
    min-width: 80px;
  }
  /* line 23530, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .panel-actions .show-on-hover {
    display: none;
  }
  /* line 23533, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .panel-actions-keep {
    right: 15px;
  }
  /* line 23536, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .panel-title, .panel-body, .panel-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 23539, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-group {
  margin-bottom: 22px;
}

/* line 23541, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0.286rem;
  box-shadow: none;
}

/* line 23545, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-group .panel + .panel {
  margin-top: 10px;
}

/* line 23547, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-group .panel-title {
  position: relative;
  padding: 15px 45px 15px 30px;
  font-size: 1rem;
}

/* line 23551, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-group .panel-title:before, .panel-group .panel-title:after {
  position: absolute;
  top: 15px;
  right: 30px;
  font-family: "Material Design Icons";
  transition: all 300ms linear 0s;
}

/* line 23557, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-group .panel-title:before {
  content: "\F415";
}

/* line 23559, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-group .panel-title:after {
  content: "\F374";
}

/* line 23561, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-group .panel-title[aria-expanded="false"]:before {
  opacity: .4;
}

/* line 23563, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-group .panel-title[aria-expanded="false"]:after {
  opacity: 0;
  transform: rotate(-180deg);
}

/* line 23566, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-group .panel-title[aria-expanded="true"]:before {
  opacity: 0;
  transform: rotate(180deg);
}

/* line 23569, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-group .panel-title[aria-expanded="true"]:after {
  opacity: 1;
}

/* line 23571, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-group .panel-title:hover, .panel-group .panel-title:focus {
  color: #737373;
  text-decoration: none;
}

/* line 23574, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-group .panel-title:focus {
  outline: none;
}

/* line 23576, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 23578, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-group .panel-heading + .panel-collapse {
  margin: 0;
}

/* line 23580, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #cccccc;
}

/* line 23582, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-group .panel-collapse .panel-body {
  padding: 15px 30px;
}

/* line 23584, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 23586, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #cccccc;
}

/* line 23588, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-group .panel + .panel {
  margin-top: 10px;
}

/* line 23591, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-group-continuous .panel {
  border-radius: 0;
}

/* line 23593, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-group-continuous .panel:first-child {
  border-radius: 0.286rem 0.286rem 0 0;
}

/* line 23595, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-group-continuous .panel:last-child {
  border-radius: 0 0 0.286rem 0.286rem;
}

/* line 23597, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-group-continuous .panel + .panel {
  margin-top: 0;
  border-top: 1px solid #cccccc;
}

/* line 23601, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-group-simple .panel {
  background: transparent;
  box-shadow: none;
}

/* line 23604, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-group-simple .panel + .panel {
  margin-top: 0;
}

/* line 23606, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-group-simple .panel-title {
  padding-left: 0;
  padding-bottom: 10px;
}

/* line 23609, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-group-simple .panel-title:before, .panel-group-simple .panel-title:after {
  right: 5px;
}

/* line 23611, app/assets/stylesheets/theme/css/dashboard_style.scss */
.panel-group-simple .panel-collapse .panel-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
}

/*---Notification---*/
/* line 23617, app/assets/stylesheets/theme/css/dashboard_style.scss */
.myadmin-alert {
  border-radius: 0;
  color: #ffffff;
  padding: 12px 30px 12px 12px;
  position: relative;
  text-align: left;
}

/* line 23623, app/assets/stylesheets/theme/css/dashboard_style.scss */
.myadmin-alert a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
}

/* line 23627, app/assets/stylesheets/theme/css/dashboard_style.scss */
.myadmin-alert h4 {
  color: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

/* line 23633, app/assets/stylesheets/theme/css/dashboard_style.scss */
.myadmin-alert .img {
  border-radius: 3px;
  height: 40px;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 40px;
}

/* line 23640, app/assets/stylesheets/theme/css/dashboard_style.scss */
.myadmin-alert .closed {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.429rem;
  font-weight: 500;
  padding: 4px;
  position: absolute;
  right: 3px;
  text-decoration: none;
  top: 0;
}

/* line 23649, app/assets/stylesheets/theme/css/dashboard_style.scss */
.myadmin-alert .closed:hover {
  color: #ffffff;
}

/* line 23651, app/assets/stylesheets/theme/css/dashboard_style.scss */
.myadmin-alert .primary {
  background: rgba(0, 0, 0, 0.4);
  border: none;
  border-radius: 3px;
  color: inherit;
  outline: 0;
  padding: 4px 10px;
}

/* line 23658, app/assets/stylesheets/theme/css/dashboard_style.scss */
.myadmin-alert .primary:hover {
  opacity: .9;
}

/* line 23660, app/assets/stylesheets/theme/css/dashboard_style.scss */
.myadmin-alert .cancel {
  background: rgba(255, 255, 255, 0.4);
  border: none;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.8);
  outline: 0;
  padding: 4px 10px;
}

/* line 23667, app/assets/stylesheets/theme/css/dashboard_style.scss */
.myadmin-alert .cancel:hover {
  opacity: .9;
}

/* line 23670, app/assets/stylesheets/theme/css/dashboard_style.scss */
.myadmin-alert-img {
  min-height: 64px;
  padding-left: 65px;
}

/* line 23674, app/assets/stylesheets/theme/css/dashboard_style.scss */
.myadmin-alert-icon {
  padding-left: 20px;
}

/* line 23676, app/assets/stylesheets/theme/css/dashboard_style.scss */
.myadmin-alert-icon i {
  padding-right: 10px;
}

/* line 23679, app/assets/stylesheets/theme/css/dashboard_style.scss */
.myadmin-alert-click {
  cursor: pointer;
  padding-right: 12px;
}

/* line 23683, app/assets/stylesheets/theme/css/dashboard_style.scss */
.myadmin-alert-bottom {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  display: none;
  position: fixed;
  z-index: 1111;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 23692, app/assets/stylesheets/theme/css/dashboard_style.scss */
.myadmin-alert-bottom-left {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  display: none;
  position: fixed;
  z-index: 1111;
  bottom: 20px;
  left: 20px;
}

/* line 23700, app/assets/stylesheets/theme/css/dashboard_style.scss */
.myadmin-alert-bottom-right {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  display: none;
  position: fixed;
  z-index: 1111;
  bottom: 20px;
  right: 20px;
}

/* line 23708, app/assets/stylesheets/theme/css/dashboard_style.scss */
.myadmin-alert-fullscreen {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  display: none;
  position: fixed;
  z-index: 1111;
  left: 50%;
  margin: -20px;
  top: 50%;
}

/* line 23717, app/assets/stylesheets/theme/css/dashboard_style.scss */
.myadmin-alert-top {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  display: none;
  position: fixed;
  z-index: 1111;
  left: 0;
  right: 0;
  top: 0px;
}

/* line 23726, app/assets/stylesheets/theme/css/dashboard_style.scss */
.myadmin-alert-top-left {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  display: none;
  position: fixed;
  z-index: 1111;
  left: 20px;
  top: 0px;
}

/* line 23734, app/assets/stylesheets/theme/css/dashboard_style.scss */
.myadmin-alert-top-right {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  display: none;
  position: fixed;
  z-index: 1111;
  right: 20px;
  top: 0px;
}

/* line 23742, app/assets/stylesheets/theme/css/dashboard_style.scss */
.alert-custom {
  background: #6993ff;
  color: #ffffff;
  border-color: #6993ff;
}

/* line 23747, app/assets/stylesheets/theme/css/dashboard_style.scss */
.alert-inverse {
  background: #172b4c;
  color: #ffffff;
  border-color: #172b4c;
}

/* line 23752, app/assets/stylesheets/theme/css/dashboard_style.scss */
.alert-dark {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}

/* line 23757, app/assets/stylesheets/theme/css/dashboard_style.scss */
.alert-info .closed {
  color: inherit;
}

/* line 23759, app/assets/stylesheets/theme/css/dashboard_style.scss */
.alert-info a.closed:hover {
  color: inherit;
}

/*---Advanced Medias---*/
/* line 23763, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-body > * {
  margin-bottom: 5px;
  margin-top: 0;
}

/* line 23766, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-body > p:last-child {
  color: #737373;
}

/* line 23769, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media {
  flex-shrink: 0;
}

/* line 23771, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media .lead {
  line-height: 1.875rem;
}

/* line 23773, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media .custom-control {
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  margin-top: 5px;
}

/* line 23778, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media .custom-control [type=checkbox] + label {
  padding-left: 20px;
}

/* line 23780, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media.active {
  background-color: #f3f6f9;
}

/* line 23782, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media .media-body .list-inline > li {
  padding-left: 0px;
  padding-right: 5px;
}

/* line 23785, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media .media-hover-show {
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

/* line 23789, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media:hover .media-hover-show {
  opacity: 1;
}

/* line 23791, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media.flex-column > div {
  width: 100%;
}

/* line 23793, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media.flex-column > * {
  margin: 0;
}

/*---avatar---*/
/* line 23797, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
}

/* line 23806, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  vertical-align: top;
}

/* line 23811, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar[class*='status-']::after {
  content: '';
  position: absolute;
  right: 0px;
  bottom: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid #ffffff;
}

/* line 23821, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar.avatar-sm[class*='status-']::after {
  right: -2px;
  width: 9px;
  height: 9px;
}

/* line 23825, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar.avatar-lg[class*='status-']::after {
  right: 4px;
}

/* line 23827, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar.avatar-xl[class*='status-']::after {
  right: 5px;
  width: 11px;
  height: 11px;
}

/* line 23831, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar.avatar-xxl[class*='status-']::after {
  right: 15px;
  width: 12px;
  height: 12px;
}

/* line 23835, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar.avatar-xxxl[class*='status-']::after {
  right: 25px;
  width: 16px;
  height: 16px;
}

/* line 23839, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar.status-dark::after {
  background-color: #172b4c;
}

/* line 23842, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-bordered {
  border: 4px solid rgba(255, 255, 255, 0.25);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}

/* line 23849, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-square {
  border-radius: 0;
}

/* line 23852, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-sm {
  width: 29px;
  height: 29px;
  line-height: 29px;
  font-size: 0.7143rem;
}

/* line 23858, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-lg {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 1.286rem;
}

/* line 23864, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-xl {
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 1.286rem;
}

/* line 23870, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-xxl {
  width: 96px;
  height: 96px;
  line-height: 96px;
  font-size: 1.429rem;
}

/* line 23876, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-xxxl {
  width: 128px;
  height: 128px;
  line-height: 128px;
  font-size: 1.857rem;
}

/* line 23882, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-pill {
  width: auto;
  border-radius: 18px;
  color: #172b4c;
  text-transform: none;
  letter-spacing: 0;
  background-color: #f3f6f9;
  font-size: 0.8571rem;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}

/* line 23894, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-pill:hover, .avatar-pill:focus {
  color: #172b4c;
  background-color: #f3f6f9;
}

/* line 23897, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-pill img {
  width: 36px;
}

/* line 23899, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-pill span {
  padding-right: 18px;
  padding-left: 8px;
}

/* line 23902, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-pill .close {
  padding-left: 0;
  padding-right: 8px;
  font-size: 1.286rem;
  line-height: inherit;
}

/* line 23907, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-pill.avatar-sm {
  border-radius: 14.5px;
  font-size: 0.8571rem;
}

/* line 23910, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-pill.avatar-sm img {
  width: 29px;
}

/* line 23912, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-pill.avatar-sm span {
  padding-right: 14.5px;
}

/* line 23914, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-pill.avatar-sm .close {
  padding-right: 6px;
  font-size: 1.286rem;
}

/* line 23917, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-pill.avatar-lg {
  border-radius: 24px;
  font-size: 1rem;
}

/* line 23920, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-pill.avatar-lg img {
  width: 48px;
}

/* line 23922, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-pill.avatar-lg span {
  padding-right: 24px;
}

/* line 23924, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-pill.avatar-lg .close {
  padding-right: 10px;
  font-size: 1.429rem;
}

/* line 23927, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-pill.avatar-xl {
  border-radius: 32px;
  font-size: 1.143rem;
}

/* line 23930, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-pill.avatar-xl img {
  width: 64px;
}

/* line 23932, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-pill.avatar-xl span {
  padding-right: 32px;
  padding-left: 12px;
}

/* line 23935, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-pill.avatar-xl .close {
  padding-right: 12px;
  font-size: 1.5714285714rem;
}

/* line 23938, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-pill.avatar-xxl {
  border-radius: 48px;
  font-size: 1.286rem;
}

/* line 23941, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-pill.avatar-xxl img {
  width: 96px;
}

/* line 23943, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-pill.avatar-xxl span {
  padding-right: 48px;
  padding-left: 12px;
}

/* line 23946, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-pill.avatar-xxl .close {
  padding-right: 16px;
  font-size: 1.714rem;
}

/* line 23949, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-pill.avatar-xxxl {
  border-radius: 64px;
  font-size: 1.429rem;
}

/* line 23952, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-pill.avatar-xxxl img {
  width: 128px;
}

/* line 23954, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-pill.avatar-xxxl span {
  padding-right: 64px;
  padding-left: 12px;
}

/* line 23957, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-pill.avatar-xxxl .close {
  padding-right: 20px;
  font-size: 1.714rem;
}

/* line 23961, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-list {
  display: -webkit-inline-box;
  display: inline-flex;
}

/* line 23964, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-list:not(.avatar-list-overlap) {
  margin: -2px;
}

/* line 23966, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-list:not(.avatar-list-overlap) > * {
  margin: 2px;
}

/* line 23969, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-list-overlap .avatar {
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  -webkit-transition: .15s linear;
  transition: .15s linear;
}

/* line 23975, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-list-overlap .avatar + .avatar {
  margin-left: -16px;
}

/* line 23977, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-list-overlap .avatar + .avatar-sm {
  margin-left: -12px;
}

/* line 23979, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-list-overlap .avatar + .avatar-lg {
  margin-left: -20px;
}

/* line 23981, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-list-overlap .avatar + .avatar-xl {
  margin-left: -26px;
}

/* line 23983, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-list-overlap .avatar + .avatar-xxl {
  margin-left: -36px;
}

/* line 23985, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-list-overlap .avatar + .avatar-xxxl {
  margin-left: -48px;
}

/* line 23987, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-list-overlap .avatar:hover + .avatar {
  margin-left: 0;
}

/* line 23989, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-list-overlap .overlap-exclude {
  margin-left: 0;
}

/* line 23992, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-add {
  font-family: themify;
  background-color: transparent;
  border: 1px dashed #172b4c;
  color: #172b4c;
  font-size: 0.8571rem;
}

/* line 23998, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-add::before {
  content: "\e61a";
}

/* line 24000, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-add:hover {
  color: #ffffff;
}

/* line 24003, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-more span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

/* line 24014, app/assets/stylesheets/theme/css/dashboard_style.scss */
.avatar-more:hover span {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.65);
}

/* line 24018, app/assets/stylesheets/theme/css/dashboard_style.scss */
.user-contact {
  margin-top: -45px;
  position: relative;
}

/* line 24022, app/assets/stylesheets/theme/css/dashboard_style.scss */
.user-social {
  text-align: center;
}

/* line 24025, app/assets/stylesheets/theme/css/dashboard_style.scss */
[data-provide~="more-avatar"] ~ .avatar {
  display: none;
}

/*---switch---*/
/* line 24029, app/assets/stylesheets/theme/css/dashboard_style.scss */
.switch {
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 0;
  line-height: 29px;
  cursor: pointer;
  white-space: nowrap;
}

/* line 24036, app/assets/stylesheets/theme/css/dashboard_style.scss */
.switch input {
  display: none;
}

/* line 24038, app/assets/stylesheets/theme/css/dashboard_style.scss */
.switch input:checked ~ .switch-indicator {
  background: #afc3d7;
}

/* line 24040, app/assets/stylesheets/theme/css/dashboard_style.scss */
.switch input:checked ~ .switch-indicator::after {
  left: calc(100% - 20px);
  -webkit-box-shadow: 0px 0px 3px #f3f6f9;
  box-shadow: 0px 0px 3px #f3f6f9;
}

/* line 24044, app/assets/stylesheets/theme/css/dashboard_style.scss */
.switch.switch-secondary input:checked ~ .switch-indicator::after {
  background: #4d7bc9;
}

/* line 24046, app/assets/stylesheets/theme/css/dashboard_style.scss */
.switch .switch-dark input:checked ~ .switch-indicator::after {
  background: #172b4c;
}

/* line 24049, app/assets/stylesheets/theme/css/dashboard_style.scss */
.switch-indicator {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 10px;
  background: #f3f6f9;
  border-radius: 20px;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* line 24059, app/assets/stylesheets/theme/css/dashboard_style.scss */
.switch-indicator::after {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: inherit;
  background: #ffffff;
  border-radius: 50%;
  top: -5px;
  -webkit-box-shadow: 0px 0px 3px #608acf;
  box-shadow: 0px 0px 3px #608acf;
}

/*---fullscreen---*/
/* line 24076, app/assets/stylesheets/theme/css/dashboard_style.scss */
.is-fullscreen[data-provide~="boxfull"] .fullscreen-default, .is-fullscreen[data-provide~="fullscreen"] .fullscreen-default {
  display: none;
}

/* line 24079, app/assets/stylesheets/theme/css/dashboard_style.scss */
.is-fullscreen[data-provide~="boxfull"] .fullscreen-active, .is-fullscreen[data-provide~="fullscreen"] .fullscreen-active {
  display: inline-block;
}

/* line 24082, app/assets/stylesheets/theme/css/dashboard_style.scss */
[data-provide~="boxfull"] .fullscreen-active, [data-provide~="fullscreen"] .fullscreen-active {
  display: none;
}

@media (min-width: 768px) {
  /* line 24086, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 24094, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/*products-list*/
/* line 24097, app/assets/stylesheets/theme/css/dashboard_style.scss */
.products-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 24101, app/assets/stylesheets/theme/css/dashboard_style.scss */
.products-list > .item {
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

/* line 24106, app/assets/stylesheets/theme/css/dashboard_style.scss */
.products-list > .item:before, .products-list > .item:after {
  content: " ";
  display: table;
}

/* line 24109, app/assets/stylesheets/theme/css/dashboard_style.scss */
.products-list .product-img {
  float: left;
}

/* line 24111, app/assets/stylesheets/theme/css/dashboard_style.scss */
.products-list .product-img img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

/* line 24115, app/assets/stylesheets/theme/css/dashboard_style.scss */
.products-list .product-info {
  margin-left: 60px;
}

/* line 24117, app/assets/stylesheets/theme/css/dashboard_style.scss */
.products-list .product-description {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 24123, app/assets/stylesheets/theme/css/dashboard_style.scss */
.product-list-in-box > .item {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #f3f6f9;
}

/* line 24128, app/assets/stylesheets/theme/css/dashboard_style.scss */
.product-list-in-box > .item:last-of-type {
  border-bottom-width: 0;
}

/*data table*/
@media (max-width: 767px) {
  /* line 24133, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .table > tbody > tr > td, .table > tbody > tr > th {
    white-space: nowrap;
  }
  /* line 24135, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .table > tfoot > tr > td, .table > tfoot > tr > th {
    white-space: nowrap;
  }
  /* line 24137, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .table > thead > tr > td, .table > thead > tr > th {
    white-space: nowrap;
  }
}

/* line 24139, app/assets/stylesheets/theme/css/dashboard_style.scss */
.table > tbody > tr > td, .table > tbody > tr > th {
  padding: 1rem;
  vertical-align: middle;
}

/* line 24142, app/assets/stylesheets/theme/css/dashboard_style.scss */
.table > tfoot > tr > td, .table > tfoot > tr > th {
  padding: 1rem;
  vertical-align: middle;
}

/* line 24145, app/assets/stylesheets/theme/css/dashboard_style.scss */
.table > thead > tr > td, .table > thead > tr > th {
  padding: 1rem;
  vertical-align: middle;
}

/* line 24149, app/assets/stylesheets/theme/css/dashboard_style.scss */
.table tr td .progress {
  margin-top: 5px;
}

/* line 24151, app/assets/stylesheets/theme/css/dashboard_style.scss */
.table.no-border {
  border: 0;
}

/* line 24153, app/assets/stylesheets/theme/css/dashboard_style.scss */
.table.no-border td, .table.no-border th {
  border: 0;
}

/* line 24155, app/assets/stylesheets/theme/css/dashboard_style.scss */
.table.align th {
  text-align: left;
}

/* line 24157, app/assets/stylesheets/theme/css/dashboard_style.scss */
.table.align td {
  text-align: right;
}

/* line 24160, app/assets/stylesheets/theme/css/dashboard_style.scss */
.table-bordered {
  border: 1px solid #d1d3e0;
}

/* line 24162, app/assets/stylesheets/theme/css/dashboard_style.scss */
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th {
  border: 1px solid #d1d3e0 !important;
}

/* line 24164, app/assets/stylesheets/theme/css/dashboard_style.scss */
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
  border: 1px solid #d1d3e0 !important;
  border-bottom-width: 2px;
}

/* line 24167, app/assets/stylesheets/theme/css/dashboard_style.scss */
.table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th {
  border: 1px solid #d1d3e0 !important;
}

/* line 24170, app/assets/stylesheets/theme/css/dashboard_style.scss */
.table-separated {
  border-collapse: separate;
  border-spacing: 0 8px;
}

/* line 24173, app/assets/stylesheets/theme/css/dashboard_style.scss */
.table-separated thead th {
  border-bottom: none;
}

/* line 24175, app/assets/stylesheets/theme/css/dashboard_style.scss */
.table-separated tbody tr {
  background-color: #ebedf3;
  -webkit-transition: .5s;
  transition: .5s;
}

/* line 24179, app/assets/stylesheets/theme/css/dashboard_style.scss */
.table-separated tbody tr > *:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 24182, app/assets/stylesheets/theme/css/dashboard_style.scss */
.table-separated tbody tr > *:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 24185, app/assets/stylesheets/theme/css/dashboard_style.scss */
.table-separated tbody tr th, .table-separated tbody tr td {
  border-top: none;
}

/* line 24188, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dataTables_info, .dataTables_length, .dt-buttons {
  display: inline-block;
}

/* line 24191, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dt-buttons {
  margin-bottom: 10px;
}

/* line 24193, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dt-buttons .dt-button {
  padding: 5px 15px;
  border-radius: 0;
  color: #ffffff;
  margin-right: 3px;
  display: inline-block;
}

/* line 24199, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dt-buttons .dt-button:hover {
  background: #172b4c;
}

/* line 24202, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dataTables_filter {
  float: right;
  padding-top: 5px;
}

/* line 24205, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dataTables_filter input {
  border: 1px solid #cccccc;
  margin-left: 5px;
}

/* line 24209, app/assets/stylesheets/theme/css/dashboard_style.scss */
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_desc_disabled {
  background: 0 0;
}

/* line 24212, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: .25em;
}

/* line 24216, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: .5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #737373;
  border: 1px solid transparent;
  border-radius: 2px;
}

/* line 24229, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #ffffff;
}

/* line 24231, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  cursor: not-allowed;
  color: #737373;
  border: 1px solid transparent;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 24238, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #ffffff;
  background-color: #6993ff;
}

/* line 24241, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: 0;
  background-color: #737373;
}

/* line 24244, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

/* line 24247, app/assets/stylesheets/theme/css/dashboard_style.scss */
.tablesaw-bar .btn-group label {
  color: #737373;
}

/* line 24250, app/assets/stylesheets/theme/css/dashboard_style.scss */
tfoot input {
  width: 100%;
  padding: 3px;
  box-sizing: border-box;
}

/* line 24255, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dt-bootstrap {
  display: block;
}

/* line 24258, app/assets/stylesheets/theme/css/dashboard_style.scss */
.paging_simple_numbers .pagination .paginate_button {
  padding: 0;
  background: #ffffff;
}

/* line 24261, app/assets/stylesheets/theme/css/dashboard_style.scss */
.paging_simple_numbers .pagination .paginate_button:hover {
  background: #ffffff;
}

/* line 24263, app/assets/stylesheets/theme/css/dashboard_style.scss */
.paging_simple_numbers .pagination .paginate_button:hover a {
  color: #ffffff;
}

/* line 24265, app/assets/stylesheets/theme/css/dashboard_style.scss */
.paging_simple_numbers .pagination .paginate_button a {
  padding: 15px 15px;
  border-radius: 5px;
  border: 0 !important;
}

/* line 24269, app/assets/stylesheets/theme/css/dashboard_style.scss */
.paging_simple_numbers .pagination .paginate_button.active a {
  color: #ffffff;
}

/* line 24272, app/assets/stylesheets/theme/css/dashboard_style.scss */
.footable .pagination {
  display: inline-block;
  padding: 8px 0;
}

/* line 24275, app/assets/stylesheets/theme/css/dashboard_style.scss */
.footable .pagination li {
  padding: 0;
  margin: 0 1px;
  display: inline-block;
}

/* line 24279, app/assets/stylesheets/theme/css/dashboard_style.scss */
.footable .pagination li a {
  padding: 5px 10px;
}

/* line 24281, app/assets/stylesheets/theme/css/dashboard_style.scss */
.footable .pagination li a.active, .footable .pagination li a:hover {
  color: #ffffff;
  border-radius: 4px;
}

/* line 24284, app/assets/stylesheets/theme/css/dashboard_style.scss */
.footable .pagination li.active a {
  color: #ffffff;
  border-radius: 4px;
}

/*direct-chat*/
/* line 24289, app/assets/stylesheets/theme/css/dashboard_style.scss */
.direct-chat .box-body {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  overflow: hidden;
  padding: 0;
}

/* line 24295, app/assets/stylesheets/theme/css/dashboard_style.scss */
.direct-chat.chat-pane-open .direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 24301, app/assets/stylesheets/theme/css/dashboard_style.scss */
.direct-chat-messages {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 10px;
  height: 250px;
  overflow: auto;
}

/* line 24310, app/assets/stylesheets/theme/css/dashboard_style.scss */
.direct-chat-msg {
  display: block;
  margin-bottom: 10px;
}

/* line 24313, app/assets/stylesheets/theme/css/dashboard_style.scss */
.direct-chat-msg:before, .direct-chat-msg:after {
  content: " ";
  display: table;
}

/* line 24317, app/assets/stylesheets/theme/css/dashboard_style.scss */
.direct-chat-text {
  position: relative;
  margin: 5px 0 0 50px;
  display: table;
}

/* line 24321, app/assets/stylesheets/theme/css/dashboard_style.scss */
.direct-chat-text p {
  border-radius: 5px;
  padding: 0.5rem 0.5rem;
  background: #efefef;
  color: #737373;
  margin-bottom: 0.25rem;
  display: inherit;
}

/* line 24328, app/assets/stylesheets/theme/css/dashboard_style.scss */
.direct-chat-text p.direct-chat-timestamp {
  background-color: transparent !important;
  padding: 0;
  opacity: .8;
}

/* line 24332, app/assets/stylesheets/theme/css/dashboard_style.scss */
.direct-chat-text:after {
  border-width: 5px;
  margin-top: -5px;
}

/* line 24335, app/assets/stylesheets/theme/css/dashboard_style.scss */
.direct-chat-text:before {
  border-width: 6px;
  margin-top: -6px;
}

/* line 24339, app/assets/stylesheets/theme/css/dashboard_style.scss */
.direct-chat-contacts {
  -webkit-transition: -webkit-transform .5s ease-in-out;
  -moz-transition: -moz-transform .5s ease-in-out;
  -o-transition: -o-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  -webkit-transform: translate(101%, 0);
  -ms-transform: translate(101%, 0);
  -o-transform: translate(101%, 0);
  transform: translate(101%, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  height: 250px;
  width: 100%;
  background: #172b4c;
  color: #ffffff;
  overflow: auto;
}

/* line 24357, app/assets/stylesheets/theme/css/dashboard_style.scss */
.direct-chat-messages {
  -webkit-transition: -webkit-transform .5s ease-in-out;
  -moz-transition: -moz-transform .5s ease-in-out;
  -o-transition: -o-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
}

/* line 24362, app/assets/stylesheets/theme/css/dashboard_style.scss */
.direct-chat-messages.chat-app {
  padding: 0.8rem 1.25rem;
}

/* line 24365, app/assets/stylesheets/theme/css/dashboard_style.scss */
.right .direct-chat-text {
  margin: 5px 0px 0 0px;
  float: right;
  text-align: right;
}

/* line 24369, app/assets/stylesheets/theme/css/dashboard_style.scss */
.right .direct-chat-text p {
  display: inherit;
  clear: both;
  float: right;
  color: #ffffff;
}

/* line 24374, app/assets/stylesheets/theme/css/dashboard_style.scss */
.right .direct-chat-img {
  float: right;
}

/* line 24377, app/assets/stylesheets/theme/css/dashboard_style.scss */
.direct-chat-img {
  float: left;
  width: 40px;
  height: 40px;
}

/* line 24382, app/assets/stylesheets/theme/css/dashboard_style.scss */
.direct-chat-info {
  display: block;
  margin-bottom: 2px;
}

/* line 24386, app/assets/stylesheets/theme/css/dashboard_style.scss */
.direct-chat-timestamp {
  color: #737373;
}

/* line 24389, app/assets/stylesheets/theme/css/dashboard_style.scss */
.direct-chat-contacts-open .direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 24395, app/assets/stylesheets/theme/css/dashboard_style.scss */
.contacts-list > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 0;
}

/* line 24399, app/assets/stylesheets/theme/css/dashboard_style.scss */
.contacts-list > li:before, .contacts-list > li:after {
  content: " ";
  display: table;
}

/* line 24402, app/assets/stylesheets/theme/css/dashboard_style.scss */
.contacts-list > li:last-of-type {
  border-bottom: none;
}

/* line 24405, app/assets/stylesheets/theme/css/dashboard_style.scss */
.contacts-list-name, .contacts-list-status, .users-list-date, .users-list-name {
  display: block;
}

/* line 24408, app/assets/stylesheets/theme/css/dashboard_style.scss */
.contacts-list-img {
  border-radius: 50%;
  width: 40px;
  float: left;
}

/* line 24413, app/assets/stylesheets/theme/css/dashboard_style.scss */
.contacts-list-info {
  margin-left: 45px;
  color: #ffffff;
}

/* line 24417, app/assets/stylesheets/theme/css/dashboard_style.scss */
.contacts-list-status {
  font-size: 12px;
}

/* line 24420, app/assets/stylesheets/theme/css/dashboard_style.scss */
.contacts-list-date {
  color: #a6a6a6;
  font-weight: 300;
}

/* line 24424, app/assets/stylesheets/theme/css/dashboard_style.scss */
.contacts-list-email {
  color: #608acf;
}

/* line 24427, app/assets/stylesheets/theme/css/dashboard_style.scss */
.contact-page-aside ul.list-style-none {
  margin: 0px;
  padding: 0px;
}

/* line 24431, app/assets/stylesheets/theme/css/dashboard_style.scss */
ul.list-style-none li {
  list-style: none;
}

/* line 24433, app/assets/stylesheets/theme/css/dashboard_style.scss */
ul.list-style-none li a {
  color: #737373;
  padding: 10px 0px;
  display: block;
  text-decoration: none;
}

/* line 24438, app/assets/stylesheets/theme/css/dashboard_style.scss */
ul.list-style-none li a:hover {
  color: #8950fc;
}

/* line 24441, app/assets/stylesheets/theme/css/dashboard_style.scss */
.list-style-none li.box-label a {
  font-weight: 500;
}

/* line 24443, app/assets/stylesheets/theme/css/dashboard_style.scss */
.list-style-none li.divider {
  margin: 10px 0;
  height: 1px;
  background: rgba(47, 87, 154, 0.13);
}

/* line 24447, app/assets/stylesheets/theme/css/dashboard_style.scss */
.list-style-none li a span {
  float: right;
}

/* line 24450, app/assets/stylesheets/theme/css/dashboard_style.scss */
div#employeelist_filter {
  margin-top: -60px;
  position: relative;
  z-index: 99;
}

/* line 24455, app/assets/stylesheets/theme/css/dashboard_style.scss */
.chat-app .direct-chat-img {
  width: 55px;
  height: 55px;
  line-height: 55px;
}

/* line 24459, app/assets/stylesheets/theme/css/dashboard_style.scss */
.chat-app .direct-chat-text {
  margin: 5px 0 0 80px;
}

/* line 24461, app/assets/stylesheets/theme/css/dashboard_style.scss */
.chat-app .right .direct-chat-text {
  margin: 5px 0px 0 0px;
  float: right;
  text-align: right;
}

/* line 24466, app/assets/stylesheets/theme/css/dashboard_style.scss */
time {
  font-size: 0.8571rem;
  color: #608acf;
}

/*---users-list---*/
/* line 24471, app/assets/stylesheets/theme/css/dashboard_style.scss */
.users-list > li {
  width: 25%;
  float: left;
  padding: 10px;
  text-align: center;
}

/* line 24476, app/assets/stylesheets/theme/css/dashboard_style.scss */
.users-list > li img {
  border-radius: 5px;
  max-width: 100%;
  height: auto;
}

/* line 24480, app/assets/stylesheets/theme/css/dashboard_style.scss */
.users-list > li > a:hover {
  color: #737373;
}

/* line 24482, app/assets/stylesheets/theme/css/dashboard_style.scss */
.users-list > li > a:hover .users-list-name {
  color: #737373;
}

/* line 24485, app/assets/stylesheets/theme/css/dashboard_style.scss */
.users-list-name {
  font-weight: 600;
  color: #172b4c;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 24492, app/assets/stylesheets/theme/css/dashboard_style.scss */
.users-list-date {
  color: #737373;
  font-size: 0.8571rem;
}

/*---carousel-control---*/
/* line 24497, app/assets/stylesheets/theme/css/dashboard_style.scss */
.carousel-control.left, .carousel-control.right {
  background-image: none;
}

/* line 24499, app/assets/stylesheets/theme/css/dashboard_style.scss */
.carousel-control > i {
  font-size: 2.857rem;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -20px;
}

/*---widget---*/
/* line 24508, app/assets/stylesheets/theme/css/dashboard_style.scss */
.widget-user .widget-user-username, .widget-user-2 .widget-user-username, .widget-user-3 .widget-user-username, .widget-user-4 .widget-user-username {
  margin-bottom: 5px;
  font-size: 1.714rem;
}

/* line 24512, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-widget {
  border: none;
  position: relative;
}

/* line 24516, app/assets/stylesheets/theme/css/dashboard_style.scss */
.widget-user .widget-user-header {
  padding: 20px;
  height: 140px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

/* line 24521, app/assets/stylesheets/theme/css/dashboard_style.scss */
.widget-user .widget-user-username {
  margin-top: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

/* line 24524, app/assets/stylesheets/theme/css/dashboard_style.scss */
.widget-user .widget-user-desc {
  margin-top: 0;
}

/* line 24526, app/assets/stylesheets/theme/css/dashboard_style.scss */
.widget-user .widget-user-image {
  position: absolute;
  top: 85px;
  left: 50%;
  margin-left: -45px;
}

/* line 24531, app/assets/stylesheets/theme/css/dashboard_style.scss */
.widget-user .widget-user-image > img {
  width: 90px;
  height: auto;
  border: 3px solid #ffffff;
}

/* line 24535, app/assets/stylesheets/theme/css/dashboard_style.scss */
.widget-user .box-footer {
  padding-top: 30px;
}

/* line 24538, app/assets/stylesheets/theme/css/dashboard_style.scss */
.widget-user-2 .widget-user-header {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 20px;
}

/* line 24542, app/assets/stylesheets/theme/css/dashboard_style.scss */
.widget-user-2 .widget-user-username {
  margin-top: 5px;
  margin-left: 75px;
}

/* line 24545, app/assets/stylesheets/theme/css/dashboard_style.scss */
.widget-user-2 .widget-user-desc {
  margin-top: 0;
  margin-left: 75px;
}

/* line 24548, app/assets/stylesheets/theme/css/dashboard_style.scss */
.widget-user-2 .widget-user-image > img {
  width: 65px;
  height: auto;
  float: left;
}

/* line 24553, app/assets/stylesheets/theme/css/dashboard_style.scss */
.widget-user-3 .widget-user-header {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 20px;
}

/* line 24557, app/assets/stylesheets/theme/css/dashboard_style.scss */
.widget-user-3 .widget-user-username {
  margin-top: 5px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

/* line 24560, app/assets/stylesheets/theme/css/dashboard_style.scss */
.widget-user-3 .widget-user-desc {
  margin-top: 0;
}

/* line 24562, app/assets/stylesheets/theme/css/dashboard_style.scss */
.widget-user-3 .info-user {
  float: left;
  margin-top: 15px;
}

/* line 24565, app/assets/stylesheets/theme/css/dashboard_style.scss */
.widget-user-3 .widget-user-image > img {
  width: 100px;
  height: auto;
  float: right;
  border: 3px solid #ffffff;
}

/* line 24571, app/assets/stylesheets/theme/css/dashboard_style.scss */
.widget-user-4 .widget-user-header {
  text-align: center;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

/* line 24575, app/assets/stylesheets/theme/css/dashboard_style.scss */
.widget-user-4 .widget-user-username {
  margin-top: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

/* line 24578, app/assets/stylesheets/theme/css/dashboard_style.scss */
.widget-user-4 .widget-user-desc {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 24581, app/assets/stylesheets/theme/css/dashboard_style.scss */
.widget-user-4 .widget-user-image {
  text-align: center;
  margin-bottom: 15px;
}

/* line 24584, app/assets/stylesheets/theme/css/dashboard_style.scss */
.widget-user-4 .widget-user-image > img {
  width: 100px;
  height: auto;
}

/* line 24587, app/assets/stylesheets/theme/css/dashboard_style.scss */
.widget-user-4 .box-footer {
  padding-top: 30px;
}

/* line 24590, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box.widget-user-4 .overlay {
  z-index: 50;
  border-radius: 0;
  padding: 20px;
}

/* line 24594, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box.widget-user-4 .overlay.overlay-none {
  background: rgba(0, 0, 0, 0);
}

/*mailbox*/
/* line 24598, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mailbox-messages > .table {
  margin: 0;
}

/* line 24600, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mailbox-messages .mailbox-date {
  font-size: 0.8571rem;
  color: #737373;
}

/* line 24603, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mailbox-messages table a {
  color: #737373;
}

/* line 24606, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mailbox-controls {
  padding: 0rem 0rem 1.25rem;
}

/* line 24608, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mailbox-controls .btn {
  padding: 10px 15px;
}

/* line 24610, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mailbox-controls .btn i {
  font-size: 1.143rem;
}

/* line 24612, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mailbox-controls.with-border {
  border-bottom: 1px solid #f3f6f9;
}

/* line 24615, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mailbox-read-info {
  border-bottom: 1px solid #f3f6f9;
  padding: 10px;
}

/* line 24618, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mailbox-read-info h3 {
  font-size: 1.429rem;
  margin: 0;
}

/* line 24621, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mailbox-read-info h5 {
  margin: 0;
  padding: 5px 0 0;
}

/* line 24625, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mailbox-read-time {
  color: #737373;
  font-size: 1rem;
}

/* line 24629, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mailbox-read-message {
  padding: 10px;
}

/* line 24632, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mailbox-attachments li {
  float: left;
  width: 140px;
  border: 1px solid #a6a6a6;
  margin-bottom: 10px;
  margin-right: 10px;
}

/* line 24639, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mailbox-attachment-name {
  font-weight: 300;
  color: #737373;
  font-size: 10px;
}

/* line 24644, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mailbox-attachment-info {
  padding: 10px;
  background: #f3f6f9;
}

/* line 24648, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mailbox-attachment-size {
  color: #737373;
  font-size: 0.8571rem;
}

/* line 24652, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mailbox-attachment-icon {
  text-align: center;
  font-size: 3.571rem;
  color: #737373;
  padding: 20px 10px;
}

/* line 24657, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mailbox-attachment-icon.has-img {
  padding: 0;
}

/* line 24659, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mailbox-attachment-icon.has-img > img {
  max-width: 100%;
  height: auto;
}

/*Extra Pages*/
/* line 24664, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lockscreen-box-body {
  -webkit-box-shadow: 0 2px 2px 0 rgba(128, 128, 128, 0.14), 0 3px 1px -2px rgba(128, 128, 128, 0.2), 0 1px 5px 0 rgba(128, 128, 128, 0.12);
  box-shadow: 0 2px 2px 0 rgba(128, 128, 128, 0.14), 0 3px 1px -2px rgba(128, 128, 128, 0.2), 0 1px 5px 0 rgba(128, 128, 128, 0.12);
}

/* line 24668, app/assets/stylesheets/theme/css/dashboard_style.scss */
.has-feedback {
  position: relative;
}

/* line 24670, app/assets/stylesheets/theme/css/dashboard_style.scss */
.has-feedback .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 24682, app/assets/stylesheets/theme/css/dashboard_style.scss */
.register-page .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 24694, app/assets/stylesheets/theme/css/dashboard_style.scss */
.login-page .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 24706, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lockscreen .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 24718, app/assets/stylesheets/theme/css/dashboard_style.scss */
.content-top-agile {
  text-align: center;
  position: relative;
}

/* line 24722, app/assets/stylesheets/theme/css/dashboard_style.scss */
.auth-2 {
  width: 500px;
  margin: 0;
  padding: 7% 30px;
  float: right;
  height: 100%;
  overflow-y: scroll;
}

/* line 24730, app/assets/stylesheets/theme/css/dashboard_style.scss */
.auth-logo {
  text-align: center;
  font-weight: 300;
}

/* line 24734, app/assets/stylesheets/theme/css/dashboard_style.scss */
.auth-body {
  padding: 20px 20px 10px;
}

/* line 24737, app/assets/stylesheets/theme/css/dashboard_style.scss */
.auth-msg {
  margin: 0;
  text-align: center;
  padding: 0 20px 20px;
}

/* line 24742, app/assets/stylesheets/theme/css/dashboard_style.scss */
.auth-2-outer {
  display: block;
}

@media (max-width: 767px) {
  /* line 24746, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .content-top-agile {
    border-radius: 25px 25px 0 0;
  }
  /* line 24749, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .content-bottom {
    padding: 3em;
    background: #ffffff;
    border-radius: 0 0 25px 25px;
  }
  /* line 24754, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .auth-2 {
    width: 300px;
    margin: 0px auto;
    float: none;
    border-radius: 5px;
    height: auto;
  }
  /* line 24761, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .auth-2-outer {
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 24764, app/assets/stylesheets/theme/css/dashboard_style.scss */
.error-page-title {
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
}

/* line 24767, app/assets/stylesheets/theme/css/dashboard_style.scss */
.error-page > .error-content, .login-box .fog-pwd, .mailbox-attachment-icon, .mailbox-attachment-info, .mailbox-attachment-size {
  display: block;
}

/*lable floting*/
/* line 24771, app/assets/stylesheets/theme/css/dashboard_style.scss */
.has-warning .bar:before, .has-warning .bar:after {
  background: #ffa800;
}

/* line 24773, app/assets/stylesheets/theme/css/dashboard_style.scss */
.has-warning .form-control:focus ~ label, .has-warning .form-control:valid ~ label {
  color: #ffa800;
}

/* line 24776, app/assets/stylesheets/theme/css/dashboard_style.scss */
.has-success .bar:before, .has-success .bar:after {
  background: #1bc5bd;
}

/* line 24778, app/assets/stylesheets/theme/css/dashboard_style.scss */
.has-success .form-control:focus ~ label, .has-success .form-control:valid ~ label {
  color: #1bc5bd;
}

/* line 24781, app/assets/stylesheets/theme/css/dashboard_style.scss */
.has-error .bar:before, .has-error .bar:after {
  background: #f64e60;
}

/* line 24783, app/assets/stylesheets/theme/css/dashboard_style.scss */
.has-error .form-control:focus ~ label, .has-error .form-control:valid ~ label {
  color: #f64e60;
}

/* line 24786, app/assets/stylesheets/theme/css/dashboard_style.scss */
.has-feedback label ~ .t-0 {
  top: 0;
}

/* line 24789, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-group.error input, .form-group.error select, .form-group.error textarea {
  border: 1px solid #f64e60;
}

/* line 24791, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-group.error .help-block ul {
  padding: 0px;
  color: #f64e60;
}

/* line 24794, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-group.error .help-block ul li {
  list-style: none;
}

/* line 24796, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-group.validate input, .form-group.validate select, .form-group.validate textarea {
  border: 1px solid #1bc5bd;
}

/* line 24798, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-group.issue .help-block ul {
  padding: 0px;
  color: #ffa800;
}

/* line 24801, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-group.issue .help-block ul li {
  list-style: none;
}

/*invoice*/
/* line 24805, app/assets/stylesheets/theme/css/dashboard_style.scss */
.no-print {
  margin: 15px 10px;
}

/* line 24808, app/assets/stylesheets/theme/css/dashboard_style.scss */
.invoice {
  position: relative;
  background: #ffffff;
  border: 1px solid #f3f6f9;
  padding: 20px;
  margin: 10px 10px;
}

/* line 24815, app/assets/stylesheets/theme/css/dashboard_style.scss */
.invoice-details {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 24819, app/assets/stylesheets/theme/css/dashboard_style.scss */
.total-payment h3 {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #cccccc;
  display: inline-block;
  margin-top: 0;
}

/* line 24826, app/assets/stylesheets/theme/css/dashboard_style.scss */
.invoice-title {
  margin-top: 0;
}

/* line 24829, app/assets/stylesheets/theme/css/dashboard_style.scss */
.invoice-details {
  background-color: #f3f6f9;
  margin-bottom: 15px;
  border: 1px solid #cccccc;
}

@media print {
  /* line 24835, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .content-header, .left-side, .main-header, .main-sidebar, .no-print {
    display: none !important;
  }
  /* line 24838, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .content-wrapper, .main-footer, .right-side {
    margin-left: 0 !important;
    min-height: 0 !important;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  /* line 24846, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .fixed .content-wrapper, .fixed .right-side {
    padding-top: 0 !important;
  }
  /* line 24849, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .invoice {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
  }
  /* line 24855, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .invoice-col {
    float: left;
    width: 33.3333333%;
  }
  /* line 24859, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .table-responsive {
    overflow: auto;
  }
  /* line 24862, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .table-responsive > .table tr td, .table-responsive > .table tr th {
    white-space: normal;
  }
}

/*profile*/
/* line 24865, app/assets/stylesheets/theme/css/dashboard_style.scss */
.activitytimeline {
  position: relative;
  margin-left: 50px;
  margin-right: 10px;
}

/* line 24870, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-profile .social-states {
  font-size: 1.143rem;
}

/* line 24872, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-profile .social-states a {
  color: #ffffff;
}

/* line 24875, app/assets/stylesheets/theme/css/dashboard_style.scss */
.post {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #737373;
}

/* line 24880, app/assets/stylesheets/theme/css/dashboard_style.scss */
.post:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 24884, app/assets/stylesheets/theme/css/dashboard_style.scss */
.post .user-block {
  margin-bottom: 15px;
}

/* line 24887, app/assets/stylesheets/theme/css/dashboard_style.scss */
.user-block:before, .user-block:after {
  content: " ";
  display: table;
}

/* line 24890, app/assets/stylesheets/theme/css/dashboard_style.scss */
.user-block img {
  width: 40px;
  height: 40px;
  float: left;
}

/* line 24894, app/assets/stylesheets/theme/css/dashboard_style.scss */
.user-block .comment, .user-block .description, .user-block .username {
  display: block;
  margin-left: 50px;
}

/* line 24897, app/assets/stylesheets/theme/css/dashboard_style.scss */
.user-block .username {
  font-size: 1.143rem;
  font-weight: 600;
}

/* line 24900, app/assets/stylesheets/theme/css/dashboard_style.scss */
.user-block .description {
  color: #737373;
  font-size: 1rem;
}

/* line 24903, app/assets/stylesheets/theme/css/dashboard_style.scss */
.user-block.user-block-sm .username {
  font-size: 1rem;
}

/* line 24906, app/assets/stylesheets/theme/css/dashboard_style.scss */
.img-sm + .img-push, .user-block.user-block-sm .comment, .user-block.user-block-sm .description, .user-block.user-block-sm .username {
  margin-left: 40px;
}

/*calendar*/
/* line 24910, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box .datepicker-inline, .box .datepicker-inline .datepicker-days, .box .datepicker-inline .datepicker-days > table, .box .datepicker-inline > table, .fc-grid {
  width: 100%;
}

/* line 24913, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fc-day-number {
  padding-right: 10px;
}

/* line 24916, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fc-header-right {
  padding-right: 10px;
}

/* line 24919, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fc-button {
  background: #ffffff;
  border: 1px solid rgba(96, 138, 207, 0.13);
  color: #737373;
  text-transform: capitalize;
}

/* line 24924, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fc-button:hover, .fc-button:active, .fc-button.active {
  background-color: #f3f6f9;
  opacity: .8;
}

/* line 24928, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fc-header-title h2 {
  font-size: 1.143rem;
  color: #737373;
  margin-left: 10px;
}

/* line 24933, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fc-header-left {
  padding-left: 10px;
}

/* line 24936, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fc-widget-header {
  background: transparent;
  border: 0;
}

/* line 24939, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fc-widget-header:first-of-type {
  border-left: 0;
  border-right: 0;
}

/* line 24942, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fc-widget-header:last-of-type {
  border-right: 0;
}

/* line 24945, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fc-grid {
  border: 0;
}

/* line 24948, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fc-widget-content {
  border-color: rgba(96, 138, 207, 0) !important;
}

/* line 24950, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fc-widget-content:first-of-type {
  border-left: 0;
  border-right: 0;
}

/* line 24953, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fc-widget-content:last-of-type {
  border-right: 0;
}

/* line 24956, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fc-day-number {
  font-size: 1.429rem;
  font-weight: 300;
}

/* line 24960, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fc-color-picker {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 24964, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fc-color-picker > li {
  float: left;
  font-size: 2.143rem;
  margin-right: 5px;
  line-height: 30px;
}

/* line 24969, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fc-color-picker > li .fa {
  -webkit-transition: -webkit-transform linear .3s;
  -moz-transition: -moz-transform linear .3s;
  -o-transition: -o-transform linear .3s;
  transition: transform linear .3s;
}

/* line 24974, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fc-color-picker > li .fa:hover {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}

/* line 24980, app/assets/stylesheets/theme/css/dashboard_style.scss */
.calendar {
  float: left;
  margin-bottom: 0;
}

/* line 24984, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fc-toolbar {
  margin: 0 0.75rem !important;
  padding: 1rem 0;
}

/* line 24987, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fc-toolbar h2 {
  font-size: 1.286rem;
  font-weight: 500;
  line-height: 30px;
}

/* line 24991, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 0;
}

/* line 24993, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fc-toolbar .fc-center {
  color: #737373;
}

/* line 24996, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fc-day {
  background: #ffffff;
}

/* line 24999, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active, .fc-toolbar button:focus, .fc-toolbar button:hover {
  z-index: 0;
}

/* line 25002, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fc th.fc-widget-header {
  color: #777777;
  font-size: 1rem;
  font-weight: 300;
  line-height: 20px;
  padding: 7px 0;
}

/* line 25008, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fc th.fc-fri, .fc th.fc-mon, .fc th.fc-sat, .fc th.fc-sun, .fc th.fc-thu, .fc th.fc-tue, .fc th.fc-wed {
  background: transparent;
}

/* line 25011, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fc-view {
  margin-top: 0;
}

/* line 25014, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fc-time-grid .fc-slats td {
  color: #ffffff;
}

/* line 25017, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fc-text-arrow {
  font-family: inherit;
  font-size: 1.143rem;
}

/* line 25021, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fc-state-hover {
  background: #f3f6f9;
}

/* line 25024, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fc-unthemed .fc-today {
  border: 1px solid #f64e60;
  background: #f3f6f9 !important;
}

/* line 25028, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fc-cell-overlay, .fc-state-highlight {
  background: #f3f6f9;
}

/* line 25031, app/assets/stylesheets/theme/css/dashboard_style.scss */
.calendar-event {
  cursor: move;
  text-align: center;
}

/* line 25035, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fc-event {
  border-radius: 0;
  border: none;
  color: #ffffff !important;
  font-size: 0.8571rem;
  margin: 1px -1px 0;
  padding: 5px;
  cursor: move;
  text-align: center;
}

/* line 25045, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
  border-color: transparent;
}

/* line 25048, app/assets/stylesheets/theme/css/dashboard_style.scss */
.calendar-event {
  margin: 10px 5px 0 0;
  padding: 6px 10px;
  display: inline-block;
  color: #ffffff;
  min-width: 140px;
}

/* line 25054, app/assets/stylesheets/theme/css/dashboard_style.scss */
.calendar-event a {
  float: right;
  opacity: .6;
  font-size: 0.7143rem;
  margin: 4px 0 0 10px;
  color: #ffffff;
}

/* line 25061, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fc-basic-view td.fc-week-number span {
  padding-right: 5px;
}

/* line 25063, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fc-basic-view .fc-day-number {
  padding: 0px 15px;
  display: inline-block;
}

/* line 25067, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dask .fc-day-number {
  font-size: 1rem;
}

@media (min-width: 1200px) {
  /* line 25071, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .fc-basic-view .fc-day-number {
    padding: 10px 15px;
  }
  /* line 25074, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .dask .fc-basic-view .fc-day-number {
    padding: 10px 15px 0px;
  }
}

/* line 25076, app/assets/stylesheets/theme/css/dashboard_style.scss */
#add-new-event {
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
}

/* line 25081, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dot-outline {
  border: 1px dotted #cccccc;
}

/* line 25084, app/assets/stylesheets/theme/css/dashboard_style.scss */
.external-event {
  text-transform: uppercase;
  padding: 0.75rem 1.5rem;
  font-weight: 300;
  margin: 0rem 1rem .25rem;
  cursor: move;
  border-radius: 5px;
}

/* line 25091, app/assets/stylesheets/theme/css/dashboard_style.scss */
.external-event i {
  margin-right: 5px;
}

/* line 25093, app/assets/stylesheets/theme/css/dashboard_style.scss */
.external-event:hover {
  background-color: #f3f6f9;
}

/* line 25096, app/assets/stylesheets/theme/css/dashboard_style.scss */
.description-block > .description-text {
  text-transform: uppercase;
}

/* line 25099, app/assets/stylesheets/theme/css/dashboard_style.scss */
.res-tb-block {
  display: block;
  overflow: auto;
}

/* line 25103, app/assets/stylesheets/theme/css/dashboard_style.scss */
.description-block {
  display: block;
  margin: 10px 0;
  text-align: center;
}

/* line 25107, app/assets/stylesheets/theme/css/dashboard_style.scss */
.description-block > .description-header {
  margin: 5px 0;
  padding: 0;
  font-weight: 600;
  font-size: 1.143rem;
}

/* line 25113, app/assets/stylesheets/theme/css/dashboard_style.scss */
.list-header, .text-bold, .text-bold.table td, .text-bold.table th {
  font-weight: 700;
}

/*---Extra---*/
/* line 25117, app/assets/stylesheets/theme/css/dashboard_style.scss */
.jqstooltip {
  padding: 5px !important;
  width: auto !important;
  height: auto !important;
}

/* line 25122, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-comments .box-comment img, .img-lg, .img-md, .img-sm, .user-block.user-block-sm img {
  float: left;
}

/* line 25125, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-comments .box-comment img, .img-sm, .user-block.user-block-sm img {
  width: 30px !important;
  height: 30px !important;
}

/* line 25129, app/assets/stylesheets/theme/css/dashboard_style.scss */
.attachment-block .attachment-pushed, .img-lg + .img-push {
  margin-left: 110px;
}

/* line 25132, app/assets/stylesheets/theme/css/dashboard_style.scss */
.attachment-block {
  border: 1px solid #f3f6f9;
  padding: 5px;
  margin-bottom: 10px;
  background: #f3f6f9;
}

/* line 25137, app/assets/stylesheets/theme/css/dashboard_style.scss */
.attachment-block .attachment-img {
  max-width: 100px;
  max-height: 100px;
  height: auto;
  float: left;
}

/* line 25142, app/assets/stylesheets/theme/css/dashboard_style.scss */
.attachment-block .attachment-heading {
  margin: 0;
}

/* line 25144, app/assets/stylesheets/theme/css/dashboard_style.scss */
.attachment-block .attachment-text {
  color: #172b4c;
}

/* line 25147, app/assets/stylesheets/theme/css/dashboard_style.scss */
.connectedSortable {
  min-height: 100px;
}

/* line 25150, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 25160, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sort-highlight {
  background: #f3f6f9;
  border: 1px dashed #ddd;
  margin-bottom: 10px;
}

/* line 25165, app/assets/stylesheets/theme/css/dashboard_style.scss */
.full-opacity-hover {
  opacity: .65;
  filter: alpha(opacity=65);
}

/* line 25168, app/assets/stylesheets/theme/css/dashboard_style.scss */
.full-opacity-hover:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 25172, app/assets/stylesheets/theme/css/dashboard_style.scss */
.chart {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 25176, app/assets/stylesheets/theme/css/dashboard_style.scss */
.chart canvas, .chart svg {
  width: 100% !important;
}

/*---icon & divider---*/
@media (min-width: 768px) {
  /* line 25181, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .material-icon-list-demo .icons div {
    width: 33%;
    padding: 5px;
    display: inline-block;
    line-height: 40px;
  }
  /* line 25186, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .material-icon-list-demo .mdi {
    font-size: 1.5714285714rem;
  }
}

/* line 25188, app/assets/stylesheets/theme/css/dashboard_style.scss */
.material-icon-list-demo .icons div code {
  margin: 0px 5px;
}

/* line 25191, app/assets/stylesheets/theme/css/dashboard_style.scss */
.icons-list-demo .col-md-4, .icons-list-demo .col-3 {
  border-radius: 4px;
}

/* line 25194, app/assets/stylesheets/theme/css/dashboard_style.scss */
.icons-list-demo div {
  cursor: pointer;
  line-height: 60px;
  white-space: nowrap;
  color: #737373;
}

/* line 25200, app/assets/stylesheets/theme/css/dashboard_style.scss */
.icons-list-demo .col-md-4:hover, .icons-list-demo .col-3:hover {
  background-color: #f3f6f9;
}

/* line 25203, app/assets/stylesheets/theme/css/dashboard_style.scss */
.icons-list-demo div:hover {
  color: #172b4c;
}

/* line 25206, app/assets/stylesheets/theme/css/dashboard_style.scss */
.icons-list-demo i {
  -webkit-transition: font-size .2s;
  -o-transition: font-size .2s;
  transition: font-size .2s;
  display: inline-block;
  font-size: 1.286rem;
  margin: 0 15px 0 10px;
  text-align: left;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
}

/* line 25219, app/assets/stylesheets/theme/css/dashboard_style.scss */
.divider-dash {
  opacity: .7;
  margin: 0 4px;
  vertical-align: middle;
  color: #3562ae;
}

/* line 25224, app/assets/stylesheets/theme/css/dashboard_style.scss */
.divider-dash::before {
  content: '\2014 \00A0';
}

/* line 25227, app/assets/stylesheets/theme/css/dashboard_style.scss */
.divider-dot {
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  margin: 0 4px;
  vertical-align: middle;
  opacity: .5;
  background-color: #3562ae;
}

/* line 25237, app/assets/stylesheets/theme/css/dashboard_style.scss */
.divider-line {
  display: -webkit-inline-box;
  display: inline-flex;
  height: 20px;
  width: 1px;
  margin: 0 4px;
  background-color: rgba(53, 98, 174, 0.07);
}

/* line 25245, app/assets/stylesheets/theme/css/dashboard_style.scss */
.divider {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  flex: 0 1 0%;
  color: #3562ae;
  font-size: 0.8571rem;
  letter-spacing: .5px;
  margin: 2rem auto;
  width: 100%;
}

/* line 25257, app/assets/stylesheets/theme/css/dashboard_style.scss */
.divider:before, .divider:after {
  content: '';
  -webkit-box-flex: 1;
  flex-grow: 1;
  border-top: 1px solid #e6e6e6;
}

/* line 25262, app/assets/stylesheets/theme/css/dashboard_style.scss */
.divider::before {
  margin-right: 16px;
}

/* line 25264, app/assets/stylesheets/theme/css/dashboard_style.scss */
.divider::after {
  margin-left: 16px;
}

/* line 25266, app/assets/stylesheets/theme/css/dashboard_style.scss */
.divider a {
  color: #3562ae;
}

/* line 25269, app/assets/stylesheets/theme/css/dashboard_style.scss */
.divider-vertical {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 2rem;
}

/* line 25278, app/assets/stylesheets/theme/css/dashboard_style.scss */
.divider-vertical:before, .divider-vertical:after {
  border-top: none;
  border-right: 1px solid #e6e6e6;
  margin: 0;
}

/* line 25282, app/assets/stylesheets/theme/css/dashboard_style.scss */
.divider-vertical::before {
  margin-bottom: 16px;
}

/* line 25284, app/assets/stylesheets/theme/css/dashboard_style.scss */
.divider-vertical::after {
  margin-top: 16px;
}

/* line 25286, app/assets/stylesheets/theme/css/dashboard_style.scss */
.divider-vertical.divider-sm {
  padding: 0 1rem;
}

/* line 25288, app/assets/stylesheets/theme/css/dashboard_style.scss */
.divider-vertical.divider-lg {
  padding: 0 3rem;
}

/* line 25291, app/assets/stylesheets/theme/css/dashboard_style.scss */
.hr-sm,
.divider-sm {
  margin: 1rem auto;
}

/* line 25295, app/assets/stylesheets/theme/css/dashboard_style.scss */
.hr-lg,
.divider-lg {
  margin: 3rem auto;
}

/*---grid-stack---*/
/* line 25300, app/assets/stylesheets/theme/css/dashboard_style.scss */
.grid-stack > .grid-stack-item > .grid-stack-item-content {
  border: 1px solid rgba(51, 51, 51, 0.13);
}

/* line 25303, app/assets/stylesheets/theme/css/dashboard_style.scss */
.grid-stack-item-content {
  background: #ffffff;
  color: #172b4c;
  font-family: "IBM Plex Sans", sans-serif;
  text-align: center;
  font-size: 1.429rem;
}

/* line 25309, app/assets/stylesheets/theme/css/dashboard_style.scss */
.grid-stack-item-content .fa {
  font-size: 4.286rem;
  display: block;
  margin: 20px 0 10px;
}

/* date-paginator */
/* line 25315, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dp-selected[style] {
  background-color: #1bc5bd !important;
}

/* line 25318, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dp-item {
  position: relative;
  line-height: 1.42857143;
}

/**********Nestable**********/
/* line 25323, app/assets/stylesheets/theme/css/dashboard_style.scss */
.myadmin-dd .dd-list .dd-item .dd-handle {
  background: #ffffff;
  border: 1px solid rgba(47, 87, 154, 0.13);
  padding: 8px 16px;
  height: auto;
  font-weight: 600;
  border-radius: 0px;
}

/* line 25330, app/assets/stylesheets/theme/css/dashboard_style.scss */
.myadmin-dd .dd-list .dd-item button {
  height: auto;
  font-size: 1.286rem;
  margin: 8px auto;
  color: #172b4c;
  width: 30px;
}

/* line 25337, app/assets/stylesheets/theme/css/dashboard_style.scss */
.myadmin-dd-empty .dd-list .dd3-handle {
  border: 1px solid rgba(47, 87, 154, 0.13);
  border-bottom: 0px;
  background: #ffffff;
  height: 36px;
  width: 36px;
}

/* line 25343, app/assets/stylesheets/theme/css/dashboard_style.scss */
.myadmin-dd-empty .dd-list .dd3-handle:before {
  color: inherit;
  top: 7px;
}

/* line 25346, app/assets/stylesheets/theme/css/dashboard_style.scss */
.myadmin-dd-empty .dd-list .dd3-content {
  height: auto;
  border: 1px solid rgba(47, 87, 154, 0.13);
  padding: 8px 16px 8px 46px;
  background: #ffffff;
  font-weight: 600;
}

/* line 25352, app/assets/stylesheets/theme/css/dashboard_style.scss */
.myadmin-dd-empty .dd-list button {
  width: 26px;
  height: 26px;
  font-size: 1.143rem;
  font-weight: 600;
}

/* ribbon */
/* line 25359, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ribbon-box {
  position: relative;
}

/* line 25361, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ribbon-box .ribbon {
  position: relative;
  float: left;
  clear: both;
  padding: 5px 12px 5px 12px;
  margin-left: -30px;
  margin-bottom: 15px;
  -webkit-box-shadow: 2px 5px 10px rgba(51, 34, 0, 0.15);
  -o-box-shadow: 2px 5px 10px rgba(51, 34, 0, 0.15);
  box-shadow: 2px 5px 10px rgba(51, 34, 0, 0.15);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
}

/* line 25374, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ribbon-box .ribbon:before {
  content: " ";
  border-style: solid;
  border-width: 10px;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  margin-bottom: -10px;
  z-index: -1;
}

/* line 25384, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ribbon-box .ribbon + p {
  clear: both;
}

/* line 25386, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ribbon-box .ribbon-dark {
  background: #172b4c;
}

/* line 25388, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ribbon-box .ribbon-dark:before {
  border-color: #172b4c transparent transparent;
}

/* line 25390, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ribbon-box .ribbon-two {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

/* line 25399, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ribbon-box .ribbon-two span {
  font-size: 1rem;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  position: absolute;
  top: 19px;
  left: -21px;
  font-weight: 600;
}

/* line 25414, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ribbon-box .ribbon-two span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

/* line 25422, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ribbon-box .ribbon-two span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

/* line 25430, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ribbon-box .ribbon-two-dark span {
  background: #172b4c;
}

/* line 25432, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ribbon-box .ribbon-two-dark span:before {
  border-left: 3px solid #050a11;
  border-top: 3px solid #050a11;
}

/*---gallery---*/
/* line 25437, app/assets/stylesheets/theme/css/dashboard_style.scss */
#gallery-header-center-center {
  line-height: 35px;
  margin-bottom: 0px;
  text-align: center;
}

/* line 25441, app/assets/stylesheets/theme/css/dashboard_style.scss */
#gallery-header-center-center .gallery-header-center-right-links {
  float: none;
  width: auto;
  display: inline-block;
  border-radius: 5px;
}

/* line 25447, app/assets/stylesheets/theme/css/dashboard_style.scss */
#gallery-header-center {
  text-align: right;
}

/*---subheader__daterange---*/
/* line 25451, app/assets/stylesheets/theme/css/dashboard_style.scss */
.subheader_daterange {
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
  background: #ffffff;
  width: max-content;
}

/* line 25462, app/assets/stylesheets/theme/css/dashboard_style.scss */
.subheader_daterange .subheader_daterange-label {
  padding: .5rem 0.25rem;
}

/*---ecommerece pages---*/
/* line 25466, app/assets/stylesheets/theme/css/dashboard_style.scss */
.product-img {
  text-align: center;
  position: relative;
  transition: all 1s ease;
}

/* line 25470, app/assets/stylesheets/theme/css/dashboard_style.scss */
.product-img img {
  max-width: 250px;
}

/* line 25472, app/assets/stylesheets/theme/css/dashboard_style.scss */
.product-img .pro-img-overlay a {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: inline-block;
  text-align: center;
  color: #ffffff;
}

/* line 25477, app/assets/stylesheets/theme/css/dashboard_style.scss */
.product-img .fileupload {
  overflow: hidden;
  position: relative;
}

/* line 25480, app/assets/stylesheets/theme/css/dashboard_style.scss */
.product-img .fileupload input.upload {
  cursor: pointer;
  filter: alpha(opacity=0);
  font-size: 1.429rem;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 25491, app/assets/stylesheets/theme/css/dashboard_style.scss */
.product-text {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
}

/* line 25495, app/assets/stylesheets/theme/css/dashboard_style.scss */
.product-text .pro-img-overlay {
  position: relative;
  display: block;
  margin-top: -40px;
  text-align: right;
}

/* line 25500, app/assets/stylesheets/theme/css/dashboard_style.scss */
.product-text .pro-price {
  position: absolute;
  text-align: center;
  top: 0;
  right: 5px;
  margin: 0;
  font-weight: 500;
  padding: 0 10px;
}

/* line 25509, app/assets/stylesheets/theme/css/dashboard_style.scss */
.product-order.table tbody tr td {
  vertical-align: middle;
}

/* line 25511, app/assets/stylesheets/theme/css/dashboard_style.scss */
.product-order.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.01);
}

/* line 25514, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pro-photos {
  margin-left: -15px;
  overflow: hidden;
}

/* line 25517, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pro-photos .photos-item {
  margin-left: 15px;
  width: calc(25% - 15px);
  text-align: center;
  float: left;
  border: 1px solid #f3f6f9;
  border-radius: .35rem;
  overflow: hidden;
  margin-bottom: 1.42rem;
  background: #ffffff;
  cursor: pointer;
}

/* line 25528, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pro-photos .photos-item img {
  width: 5rem;
  max-width: 100%;
}

/* line 25531, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pro-photos .item-active {
  border-color: #f64e60;
}

/* line 25534, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pro-price .old-price {
  text-decoration: line-through;
}

/* line 25536, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pro-price span {
  font-size: 1.143rem;
  font-weight: 400;
  color: #8c8c8c;
  margin-left: 10px;
}

/* line 25542, app/assets/stylesheets/theme/css/dashboard_style.scss */
.icheck-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 25547, app/assets/stylesheets/theme/css/dashboard_style.scss */
.icolors {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 25551, app/assets/stylesheets/theme/css/dashboard_style.scss */
.icolors > li {
  padding: 0;
  margin: 2px;
  float: left;
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
}

/* line 25559, app/assets/stylesheets/theme/css/dashboard_style.scss */
.icolors > li:first-child {
  margin-left: 0;
}

/* line 25561, app/assets/stylesheets/theme/css/dashboard_style.scss */
.icolors > li.active:after {
  content: "\2713 ";
  color: #ffffff;
  line-height: 30px;
}

/*Font Icon demo style*/
/* line 25567, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fontawesome-icon-list .fa-hover {
  cursor: pointer;
  line-height: 50px;
  white-space: nowrap;
  color: #172b4c;
  font-weight: 300;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 25576, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fontawesome-icon-list .fa-hover i {
  padding-right: 10px;
  font-size: 1.286rem;
}

/* line 25579, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fontawesome-icon-list .fa-hover:hover {
  background-color: #f3f6f9;
  color: #172b4c;
}

/* line 25582, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fontawesome-icon-list .fa-hover:hover i {
  color: #8950fc;
}

/* line 25585, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ion-icon-list .ion-hover {
  cursor: pointer;
  line-height: 50px;
  white-space: nowrap;
  color: #172b4c;
  font-weight: 300;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 25594, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ion-icon-list .ion-hover i {
  padding-right: 10px;
  font-size: 1.286rem;
}

/* line 25597, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ion-icon-list .ion-hover:hover {
  background-color: #f3f6f9;
  color: #172b4c;
}

/* line 25600, app/assets/stylesheets/theme/css/dashboard_style.scss */
.ion-icon-list .ion-hover:hover i {
  color: #8950fc;
}

/* line 25603, app/assets/stylesheets/theme/css/dashboard_style.scss */
.icons-page .preview {
  padding: 15px 0;
  position: relative;
  height: 40px;
}

/* line 25607, app/assets/stylesheets/theme/css/dashboard_style.scss */
.icons-page .preview .code-preview {
  padding: 10px;
}

/* line 25609, app/assets/stylesheets/theme/css/dashboard_style.scss */
.icons-page .si {
  margin-right: 10px;
}

/* line 25612, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bs-glyphicons {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden;
}

/* line 25618, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bs-glyphicons li {
  float: left;
  width: 25%;
  height: 115px;
  padding: 10px;
  margin: 0 -1px -1px 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #f3f6f9;
  color: #172b4c;
}

/* line 25629, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bs-glyphicons li:hover {
  background-color: #f3f6f9;
  color: #8950fc;
}

/* line 25632, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bs-glyphicons li:hover .glyphicon {
  color: #8950fc;
}

/* line 25634, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bs-glyphicons .glyphicon {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 1.714rem;
}

/* line 25638, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bs-glyphicons .glyphicon-class {
  display: block;
  text-align: center;
  word-wrap: break-word;
  /* Help out IE10+ with class names */
}

@media (min-width: 992px) {
  /* line 25645, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .bs-glyphicons li {
    width: 12.5%;
  }
}

@media (max-width: 767px) {
  /* line 25648, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .bs-glyphicons li {
    width: 50%;
  }
}

/*---web tickers---*/
/* line 25651, app/assets/stylesheets/theme/css/dashboard_style.scss */
.tickers-block .tickercontainer .cc {
  font-size: 1.429rem;
  margin: 0;
}

/* line 25654, app/assets/stylesheets/theme/css/dashboard_style.scss */
.tickers-block .tickercontainer li {
  font-size: 1rem;
  font-weight: 500;
  line-height: 45px;
}

/* line 25659, app/assets/stylesheets/theme/css/dashboard_style.scss */
.example-modal .modal {
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  display: block;
  z-index: 1;
  background: transparent !important;
}

/*-- timer --*/
/* line 25670, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timer {
  font-size: 3.2rem;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
}

/* line 25676, app/assets/stylesheets/theme/css/dashboard_style.scss */
.text {
  font-size: 1rem;
  margin-top: 0.5em;
  text-align: center;
  letter-spacing: 4px;
  font-weight: 400;
}

/*-- light on-off --*/
/* line 25684, app/assets/stylesheets/theme/css/dashboard_style.scss */
.light-skin .switch-on {
  display: block;
  color: #ffa800;
}

/* line 25687, app/assets/stylesheets/theme/css/dashboard_style.scss */
.light-skin .switch-off {
  display: none;
}

/* line 25690, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .switch-on {
  display: none;
}

/* line 25692, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dark-skin .switch-off {
  display: block;
  color: #8c8c8c;
}

/*---dash world map---*/
/* line 25697, app/assets/stylesheets/theme/css/dashboard_style.scss */
.map-marker {
  /* adjusting for the marker dimensions
  so that it is centered on coordinates */
  margin-left: -8px;
  margin-top: -8px;
}

/* line 25703, app/assets/stylesheets/theme/css/dashboard_style.scss */
.map-marker.map-clickable {
  cursor: pointer;
}

/* line 25706, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pulse {
  width: 10px;
  height: 10px;
  border: 5px solid #8950fc;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #8950fc;
  z-index: 10;
  position: absolute;
}

/* line 25717, app/assets/stylesheets/theme/css/dashboard_style.scss */
.map-marker .dot {
  border: 10px solid #8950fc;
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: mappulse 3s ease-out;
  -moz-animation: mappulse 3s ease-out;
  animation: mappulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 1;
  opacity: 0;
}

@-moz-keyframes mappulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -moz-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0.0;
  }
}

@-webkit-keyframes "mappulse" {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
}

/* line 25769, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dash-tx {
  position: absolute;
  width: 40%;
  left: 40px;
}

/* line 25774, app/assets/stylesheets/theme/css/dashboard_style.scss */
.apexcharts-canvas {
  margin: 0 auto;
}

/* line 25777, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sticky-toolbar {
  width: 50px;
  position: fixed;
  top: 45%;
  right: 0;
  list-style: none;
  margin: 0;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
  box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top-left-radius: .42rem;
  border-bottom-left-radius: .42rem;
  padding: 10px;
}

/* line 25804, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sticky-toolbar a {
  padding: 0.3rem 0.5rem;
}

/* line 25806, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sticky-toolbar a span {
  font-size: 1.5rem;
}

/* line 25809, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w3-animate-fading {
  animation: fading 10s infinite;
}

@keyframes fading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* line 25819, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w3-animate-opacity {
  animation: opac 0.8s;
}

@keyframes opac {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 25827, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w3-animate-top {
  position: relative;
  animation: animatetop 0.4s;
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* line 25838, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w3-animate-left {
  position: relative;
  animation: animateleft 0.4s;
}

@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

/* line 25849, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w3-animate-right {
  position: relative;
  animation: animateright 0.4s;
}

@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}

/* line 25860, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w3-animate-bottom {
  position: relative;
  animation: animatebottom 0.4s;
}

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

/* line 25871, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w3-animate-zoom {
  animation: animatezoom 0.6s;
}

@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* line 25879, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w3-animate-input {
  transition: width 0.4s ease-in-out;
}

/* line 25882, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w3-animate-input:focus {
  width: 100% !important;
}

/* line 25885, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w3-opacity, .w3-hover-opacity:hover {
  opacity: 0.60;
}

/* line 25888, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w3-opacity-off, .w3-hover-opacity-off:hover {
  opacity: 1;
}

/* line 25891, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w3-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

/* line 25903, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w3-sidebar {
  height: 100%;
  width: 375px;
  background-color: #fff;
  position: fixed !important;
  z-index: 1;
  overflow: hidden;
  top: 0;
  right: 0;
}

/* line 25913, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w3-bar-block .w3-dropdown-hover, .w3-bar-block .w3-dropdown-click {
  width: 100%;
}

/* line 25916, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w3-bar-block .w3-dropdown-hover .w3-dropdown-content, .w3-bar-block .w3-dropdown-click .w3-dropdown-content {
  min-width: 100%;
}

/* line 25919, app/assets/stylesheets/theme/css/dashboard_style.scss */
.w3-bar-block .w3-dropdown-hover .w3-button, .w3-bar-block .w3-dropdown-click .w3-button {
  width: 100%;
  text-align: left;
  padding: 8px 16px;
}

/* line 25924, app/assets/stylesheets/theme/css/dashboard_style.scss */
.demo-panel figure {
  position: relative;
  border: 5px solid #ebedf3;
  border-radius: 5px;
}

/* line 25928, app/assets/stylesheets/theme/css/dashboard_style.scss */
.demo-panel figure:hover figcaption, .demo-panel figure:focus figcaption {
  opacity: 1;
}

/* line 25930, app/assets/stylesheets/theme/css/dashboard_style.scss */
.demo-panel figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
}

/* line 25949, app/assets/stylesheets/theme/css/dashboard_style.scss */
.demo-panel .buy-bt-bx {
  position: absolute;
  bottom: 0;
  background: #ffffff;
  padding: 30px 0 30px 0;
  width: 315px;
  z-index: 1999999;
}

/* line 25957, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rtl .sticky-toolbar {
  right: auto;
  left: 0;
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
  border-top-right-radius: .42rem;
  border-bottom-right-radius: .42rem;
}

/* line 25964, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rtl .w3-animate-right {
  position: relative;
  animation: animateleft 0.4s;
}

@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

/* line 25974, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rtl .w3-sidebar {
  right: auto;
  left: 0;
}

/* line 25978, app/assets/stylesheets/theme/css/dashboard_style.scss */
.evt-cal .fc-scroller {
  -webkit-overflow-scrolling: touch;
  overflow: visible !important;
  height: auto !important;
}

@media (max-width: 1500px) {
  /* line 25984, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .dask-bg {
    background-position: 160% bottom !important;
  }
}

/*---flip-clock-coundown---*/
/* line 25987, app/assets/stylesheets/theme/css/dashboard_style.scss */
.flip-clock-wrapper {
  text-align: center;
  display: inline-block;
  width: auto;
  margin: 0 auto;
}

/* line 25992, app/assets/stylesheets/theme/css/dashboard_style.scss */
.flip-clock-wrapper ul li {
  line-height: 87px !important;
}

/* line 25995, app/assets/stylesheets/theme/css/dashboard_style.scss */
.flip-clock-divider .flip-clock-label {
  top: 10em !important;
  color: #fff !important;
}

/* line 25999, app/assets/stylesheets/theme/css/dashboard_style.scss */
.text-dark .flip-clock-divider .flip-clock-label {
  color: #333333 !important;
}

/*---ico-progress---*/
/* line 26003, app/assets/stylesheets/theme/css/dashboard_style.scss */
.new-progress-wrap {
  min-width: 600px;
}

/* line 26006, app/assets/stylesheets/theme/css/dashboard_style.scss */
.new-progress-line {
  margin-top: 140px;
  margin-bottom: 100px;
}

/* line 26009, app/assets/stylesheets/theme/css/dashboard_style.scss */
.new-progress-line > li {
  background-color: rgba(211, 211, 211, 0.3);
  min-height: 50px;
  position: relative;
}

/* line 26013, app/assets/stylesheets/theme/css/dashboard_style.scss */
.new-progress-line > li:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 26016, app/assets/stylesheets/theme/css/dashboard_style.scss */
.new-progress-line > li:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 26019, app/assets/stylesheets/theme/css/dashboard_style.scss */
.new-progress-line > li + li:before {
  content: "";
  position: absolute;
  left: 0;
  top: -7px;
  height: 64px;
  width: 1px;
  background: #172b4c;
  background: rgba(255, 255, 255, 0.3);
}

/* line 26028, app/assets/stylesheets/theme/css/dashboard_style.scss */
.new-progress-line .progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  -webkit-animation: k 1.7s infinite linear;
  -o-animation: k 1.7s infinite linear;
  animation: k 1.7s infinite linear;
  transition: all 2000ms;
  height: 50px;
  margin-top: 0 !important;
}

/* line 26039, app/assets/stylesheets/theme/css/dashboard_style.scss */
.new-progress-line .history {
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: 12px;
  padding: 0px;
  width: 100%;
  text-align: center;
}

/* line 26047, app/assets/stylesheets/theme/css/dashboard_style.scss */
.new-progress-line .done-1 .scale {
  left: 0;
}

/* line 26049, app/assets/stylesheets/theme/css/dashboard_style.scss */
.new-progress-line .done-6 .scale.last {
  margin-top: 15px;
}

/* line 26051, app/assets/stylesheets/theme/css/dashboard_style.scss */
.new-progress-line .filled {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  text-align: right;
  line-height: 50px;
  padding-right: 10px;
  color: #ffffff;
}

/* line 26061, app/assets/stylesheets/theme/css/dashboard_style.scss */
.new-progress-line .scale {
  position: absolute;
  top: 100%;
  left: -24px;
  width: 100%;
  margin-top: 15px;
}

/* line 26067, app/assets/stylesheets/theme/css/dashboard_style.scss */
.new-progress-line .scale.last {
  left: auto;
  right: 0;
  text-align: right;
  line-height: 10px;
}

/* line 26073, app/assets/stylesheets/theme/css/dashboard_style.scss */
.progress-badge {
  position: absolute;
  display: block;
  left: 41%;
  bottom: 100%;
}

/* line 26078, app/assets/stylesheets/theme/css/dashboard_style.scss */
.progress-badge.flash {
  -webkit-animation-delay: .2s;
  -o-animation-delay: .2s;
  animation-delay: .2s;
  -webkit-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}

/*---ICO Listing Filters---*/
/* line 26087, app/assets/stylesheets/theme/css/dashboard_style.scss */
.mixitup-control-active {
  border-bottom: 2px solid;
}

/*---Currency Exchange---*/
/* line 26091, app/assets/stylesheets/theme/css/dashboard_style.scss */
.exchange-calculator {
  font-weight: bold;
  margin: 0 auto 20px;
  width: 85%;
  background: rgba(0, 0, 0, 0.1);
  padding: 20px 5px;
}

/* line 26097, app/assets/stylesheets/theme/css/dashboard_style.scss */
.exchange-calculator input {
  width: 30%;
  height: 60px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  background: #ffe5b3;
  display: inline-block;
}

/* line 26104, app/assets/stylesheets/theme/css/dashboard_style.scss */
.exchange-calculator .select2-container {
  width: 15% !important;
  border: 0;
  margin-top: -2px;
}

/* line 26108, app/assets/stylesheets/theme/css/dashboard_style.scss */
.exchange-calculator .select2-container--default .select2-selection--single {
  border-color: transparent;
  height: 60px;
}

/* line 26111, app/assets/stylesheets/theme/css/dashboard_style.scss */
.exchange-calculator .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 55px;
}

/* line 26113, app/assets/stylesheets/theme/css/dashboard_style.scss */
.exchange-calculator .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 55px;
  right: 3px;
}

/* line 26117, app/assets/stylesheets/theme/css/dashboard_style.scss */
.equal {
  width: 6%;
  display: inline-block;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  vertical-align: top;
}

@media (max-width: 767px) {
  /* line 26126, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .exchange-calculator .select2-container {
    width: 100% !important;
  }
  /* line 26129, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .exchange-calculator input {
    width: 100%;
  }
}

/* line 26131, app/assets/stylesheets/theme/css/dashboard_style.scss */
#rickshaw-realtime_y_axis {
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  width: 40px;
  left: 0;
  z-index: 1;
}

/* line 26139, app/assets/stylesheets/theme/css/dashboard_style.scss */
#rickshaw-realtime_y_axis .rickshaw_graph .y_ticks path {
  fill: none;
  stroke: none;
}

/* line 26142, app/assets/stylesheets/theme/css/dashboard_style.scss */
#rickshaw-realtime_y_axis .rickshaw_graph .y_ticks text {
  opacity: 0.35;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 11px;
}

/* line 26146, app/assets/stylesheets/theme/css/dashboard_style.scss */
#rickshaw-realtime_y_axis .rickshaw_graph .x_ticks_d3 path {
  fill: none;
  stroke: none;
}

/* line 26149, app/assets/stylesheets/theme/css/dashboard_style.scss */
#rickshaw-realtime_y_axis .rickshaw_graph .x_ticks_d3 text {
  opacity: 0.35;
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 11px;
}

/* line 26154, app/assets/stylesheets/theme/css/dashboard_style.scss */
#rickshaw-stacked-bars.rickshaw_graph .detail .dot {
  border-radius: 50px;
}

/* line 26156, app/assets/stylesheets/theme/css/dashboard_style.scss */
#rickshaw-stacked-bars.rickshaw_graph .detail .x_label {
  display: none;
}

/* line 26158, app/assets/stylesheets/theme/css/dashboard_style.scss */
#rickshaw-stacked-bars.rickshaw_graph .detail .item {
  line-height: 1.4;
  padding: 0.5em;
}

/* line 26161, app/assets/stylesheets/theme/css/dashboard_style.scss */
#rickshaw-stacked-bars.rickshaw_graph .detail .date {
  font-size: 11px;
  color: #b5b5c3;
  opacity: .5;
}

/* line 26165, app/assets/stylesheets/theme/css/dashboard_style.scss */
#rickshaw-stacked-bars .detail_swatch {
  float: right;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px 0 0;
}

/* line 26172, app/assets/stylesheets/theme/css/dashboard_style.scss */
#rickshaw-slider {
  height: 500px;
}

/* line 26174, app/assets/stylesheets/theme/css/dashboard_style.scss */
#rickshaw-slider .rickshaw_graph .x_grid_d3 .tick {
  stroke-opacity: 0;
}

/* line 26176, app/assets/stylesheets/theme/css/dashboard_style.scss */
#rickshaw-slider .rickshaw_graph .y_ticks path {
  stroke: none;
}

/* line 26178, app/assets/stylesheets/theme/css/dashboard_style.scss */
#rickshaw-slider .rickshaw_graph .y_ticks text {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 11px;
}

/* line 26181, app/assets/stylesheets/theme/css/dashboard_style.scss */
#rickshaw-slider .rickshaw_graph .x_ticks_d3 path {
  stroke: none;
}

/* line 26183, app/assets/stylesheets/theme/css/dashboard_style.scss */
#rickshaw-slider .rickshaw_graph .x_ticks_d3 text {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 11px;
}

/* line 26186, app/assets/stylesheets/theme/css/dashboard_style.scss */
#rickshaw-slider .rickshaw_graph .x_tick {
  border-color: transparent;
}

/* line 26188, app/assets/stylesheets/theme/css/dashboard_style.scss */
#rickshaw-slider .rickshaw_graph .x_tick .title {
  bottom: -24px;
  left: -15px;
}

/* line 26191, app/assets/stylesheets/theme/css/dashboard_style.scss */
#rickshaw-slider .rickshaw_range_slider_preview .frame {
  opacity: 0;
}

/* line 26193, app/assets/stylesheets/theme/css/dashboard_style.scss */
#rickshaw-slider .rickshaw_range_slider_preview .left_handle {
  fill: #b5b5c3;
  fill-opacity: 0.1 !important;
}

/* line 26196, app/assets/stylesheets/theme/css/dashboard_style.scss */
#rickshaw-slider .rickshaw_range_slider_preview .right_handle {
  fill: #b5b5c3;
  fill-opacity: 0.1 !important;
}

/* line 26199, app/assets/stylesheets/theme/css/dashboard_style.scss */
#rickshaw-slider .slider {
  position: absolute;
  top: 0;
  height: 93px;
  overflow: hidden;
}

/* line 26204, app/assets/stylesheets/theme/css/dashboard_style.scss */
#rickshaw-slider .chart {
  position: absolute;
  top: 150px;
  left: 33px;
  right: 0;
  width: auto;
}

/* line 26210, app/assets/stylesheets/theme/css/dashboard_style.scss */
#rickshaw-slider .chart .x_tick.plain .title {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: 11px;
}

/* line 26213, app/assets/stylesheets/theme/css/dashboard_style.scss */
#rickshaw-slider .y_axis {
  bottom: 0;
  position: absolute;
  top: 150px;
  width: 40px;
  left: -6px;
  fill: #b5b5c3;
}

/* line 26221, app/assets/stylesheets/theme/css/dashboard_style.scss */
.chart {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 26225, app/assets/stylesheets/theme/css/dashboard_style.scss */
.chart canvas, .chart svg {
  width: 100% !important;
}

/*-- currency --*/
/* line 26229, app/assets/stylesheets/theme/css/dashboard_style.scss */
.currency {
  position: absolute;
  right: 25px;
  top: 8px;
  color: #9aa8b9;
  font-size: 12px;
  width: auto;
}

/* line 26237, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dash-form div[class*=col-] {
  position: relative;
}

/* line 26240, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sel-coin-type-outer input[type=radio], .sel-coin-type-outer input[type=checkbox] {
  display: none;
}

/* line 26242, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sel-coin-type-outer label {
  cursor: pointer;
}

/* line 26244, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sel-coin-type-outer .sel-coin-type {
  width: 100%;
  text-align: center;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.13);
  padding: 15px 30px !important;
  background-color: #ffffff;
  transition: all .3s ease-in;
  margin-bottom: 0px;
  height: auto !important;
}

/* line 26253, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sel-coin-type-outer .sel-coin-type::before, .sel-coin-type-outer .sel-coin-type::after {
  display: none;
}

/* line 26255, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sel-coin-type-outer input:checked + label {
  background-color: #6993ff !important;
  color: #ffffff;
}

/* line 26259, app/assets/stylesheets/theme/css/dashboard_style.scss */
.market-price-list li {
  margin: 5px 0px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.27);
}

/* line 26262, app/assets/stylesheets/theme/css/dashboard_style.scss */
.market-price-list li:first-child {
  margin-top: 0;
}

/* line 26264, app/assets/stylesheets/theme/css/dashboard_style.scss */
.market-price-list li:last-child {
  border-bottom: 0;
}

/* line 26266, app/assets/stylesheets/theme/css/dashboard_style.scss */
.market-price-list li a {
  display: block;
  padding: 0.75rem 1.25rem;
}

/* line 26269, app/assets/stylesheets/theme/css/dashboard_style.scss */
.market-price-list li a.current-ticker {
  background-color: #1bc5bd;
  color: #ffffff;
}

/* line 26272, app/assets/stylesheets/theme/css/dashboard_style.scss */
.market-price-list li a.current-ticker .text-success, .market-price-list li a.current-ticker .text-danger {
  color: #ffffff !important;
}

/* line 26275, app/assets/stylesheets/theme/css/dashboard_style.scss */
#price-data .box-body {
  padding: 0;
}

/* line 26278, app/assets/stylesheets/theme/css/dashboard_style.scss */
.amcharts-main-div svg g path[fill="#333"] {
  fill: transparent !important;
}

/*form-element*/
/* line 26282, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-element .input-group .input-group-addon {
  border: none;
  -webkit-background-clip: padding-box;
  background-color: transparent;
  background-position: center bottom, center calc(100% - 1px);
  background-repeat: no-repeat;
  background-size: 0 2px, 100% 1px;
}

/* line 26289, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-element .form-control {
  color: #737373;
  min-height: 42px;
  display: initial;
  -webkit-background-clip: padding-box;
  background-color: transparent;
  background-position: center bottom, center calc(100% - 1px);
  background-repeat: no-repeat;
  background-size: 0 2px, 100% 1px;
  padding: 0;
  -webkit-transition: background 0s ease-out 0s;
  -o-transition: background 0s ease-out 0s;
  transition: background 0s ease-out 0s;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: none;
}

/* line 26307, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-element .form-control :focus {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: none;
  background-size: 100% 2px, 100% 1px;
  outline: 0;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
}

/* line 26318, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-element .form-control .focus {
  background-size: 100% 2px, 100% 1px;
  outline: 0;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
}

/* line 26325, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-group {
  margin-bottom: 1rem;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 1px transparent;
  }
  50% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 15px transparent;
    box-shadow: 0 0 0 15px transparent;
  }
}

@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 1px transparent;
  }
  50% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 15px transparent;
    box-shadow: 0 0 0 15px transparent;
  }
}

/* line 26348, app/assets/stylesheets/theme/css/dashboard_style.scss */
.demo-checkbox label {
  min-width: 200px;
  margin-bottom: 20px;
}

/* line 26352, app/assets/stylesheets/theme/css/dashboard_style.scss */
.demo-radio-button label {
  min-width: 200px;
  margin-bottom: 20px;
}

/* line 26356, app/assets/stylesheets/theme/css/dashboard_style.scss */
.demo-swtich .demo-switch-title {
  width: 150px;
  margin-bottom: 10px;
  display: inline-block;
}

/* line 26360, app/assets/stylesheets/theme/css/dashboard_style.scss */
.demo-swtich .switch {
  width: 150px;
  margin-bottom: 10px;
  display: inline-block;
}

/* line 26365, app/assets/stylesheets/theme/css/dashboard_style.scss */
.cours-search {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  max-width: 700px;
  margin: auto;
  margin-bottom: 50px;
  width: 100%;
}

/* line 26373, app/assets/stylesheets/theme/css/dashboard_style.scss */
.cours-search .form-control {
  border: 0;
  height: 50px;
  border-radius: 5px !important;
  padding: 10px 20px;
  font-size: 1.143rem;
}

/* line 26379, app/assets/stylesheets/theme/css/dashboard_style.scss */
.cours-search .input-group-append {
  margin-left: 10px;
}

/* line 26381, app/assets/stylesheets/theme/css/dashboard_style.scss */
.cours-search .input-group-append .btn {
  border-radius: 5px;
}

/* line 26383, app/assets/stylesheets/theme/css/dashboard_style.scss */
.cours-search .select2-container--default .select2-selection--single {
  height: 50px;
}

/* line 26385, app/assets/stylesheets/theme/css/dashboard_style.scss */
.cours-search .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 44px;
}

/* line 26387, app/assets/stylesheets/theme/css/dashboard_style.scss */
.cours-search .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
}

/* line 26389, app/assets/stylesheets/theme/css/dashboard_style.scss */
.cours-search .btn {
  height: 50px;
  line-height: 30px;
}

/* Radio Buttons
   ========================================================================== */
/* line 26395, app/assets/stylesheets/theme/css/dashboard_style.scss */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

/* line 26401, app/assets/stylesheets/theme/css/dashboard_style.scss */
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: .28s ease;
  /* webkit (konqueror) browsers */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 26417, app/assets/stylesheets/theme/css/dashboard_style.scss */
[type="radio"] + label:before,
[type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease;
}

/* Unchecked styles */
/* line 26430, app/assets/stylesheets/theme/css/dashboard_style.scss */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after,
.with-gap[type="radio"]:checked + label:before,
.with-gap[type="radio"]:checked + label:after {
  border-radius: 50%;
}

/* line 26438, app/assets/stylesheets/theme/css/dashboard_style.scss */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after {
  border: 2px solid #5a5a5a;
}

/* line 26442, app/assets/stylesheets/theme/css/dashboard_style.scss */
[type="radio"]:not(:checked) + label:after {
  z-index: -1;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* Checked styles */
/* line 26448, app/assets/stylesheets/theme/css/dashboard_style.scss */
[type="radio"]:checked + label:before {
  border: 2px solid transparent;
  animation: ripple 0.2s linear forwards;
}

/* line 26452, app/assets/stylesheets/theme/css/dashboard_style.scss */
[type="radio"]:checked + label:after,
.with-gap[type="radio"]:checked + label:before,
.with-gap[type="radio"]:checked + label:after {
  border: 2px solid #26a69a;
}

/* line 26457, app/assets/stylesheets/theme/css/dashboard_style.scss */
[type="radio"]:checked + label:after,
.with-gap[type="radio"]:checked + label:after {
  background-color: #26a69a;
  z-index: 0;
}

/* line 26462, app/assets/stylesheets/theme/css/dashboard_style.scss */
[type="radio"]:checked + label:after {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

/* Radio With gap */
/* line 26467, app/assets/stylesheets/theme/css/dashboard_style.scss */
.with-gap[type="radio"]:checked + label:after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

/* Focused styles */
/* line 26472, app/assets/stylesheets/theme/css/dashboard_style.scss */
.tabbed[type="radio"]:focus + label:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  animation: ripple 0.2s linear forwards;
}

/* Disabled Radio With gap */
/* line 26477, app/assets/stylesheets/theme/css/dashboard_style.scss */
.with-gap[type="radio"]:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.26);
  animation: ripple 0.2s linear forwards;
}

/* line 26481, app/assets/stylesheets/theme/css/dashboard_style.scss */
.with-gap[type="radio"]:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}

/* Disabled style */
/* line 26486, app/assets/stylesheets/theme/css/dashboard_style.scss */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26);
  animation: ripple 0.2s linear forwards;
}

/* line 26492, app/assets/stylesheets/theme/css/dashboard_style.scss */
[type="radio"]:disabled + label {
  color: rgba(0, 0, 0, 0.26);
}

/* line 26495, app/assets/stylesheets/theme/css/dashboard_style.scss */
[type="radio"]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.26);
}

/* line 26498, app/assets/stylesheets/theme/css/dashboard_style.scss */
[type="radio"]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: #BDBDBD;
}

/* Checkboxes
   ========================================================================== */
/* CUSTOM CSS CHECKBOXES */
/* line 26505, app/assets/stylesheets/theme/css/dashboard_style.scss */
form p {
  margin-bottom: 10px;
  text-align: left;
}

/* line 26509, app/assets/stylesheets/theme/css/dashboard_style.scss */
form p:last-child {
  margin-bottom: 0;
}

/* Remove default checkbox */
/* line 26513, app/assets/stylesheets/theme/css/dashboard_style.scss */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

/* line 26519, app/assets/stylesheets/theme/css/dashboard_style.scss */
[type="checkbox"] {
  /* checkbox aspect */
}

/* line 26522, app/assets/stylesheets/theme/css/dashboard_style.scss */
[type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}

/* line 26539, app/assets/stylesheets/theme/css/dashboard_style.scss */
[type="checkbox"] + label:before,
[type="checkbox"]:not(.filled-in) + label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  transition: .2s;
}

/* line 26553, app/assets/stylesheets/theme/css/dashboard_style.scss */
[type="checkbox"]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* line 26558, app/assets/stylesheets/theme/css/dashboard_style.scss */
[type="checkbox"]:not(:checked):disabled + label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}

/* line 26562, app/assets/stylesheets/theme/css/dashboard_style.scss */
.tabbed[type="checkbox"]:focus + label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 26570, app/assets/stylesheets/theme/css/dashboard_style.scss */
[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

/* line 26586, app/assets/stylesheets/theme/css/dashboard_style.scss */
[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26);
}

/* Indeterminate checkbox */
/* line 26591, app/assets/stylesheets/theme/css/dashboard_style.scss */
[type="checkbox"]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

/* line 26607, app/assets/stylesheets/theme/css/dashboard_style.scss */
[type="checkbox"]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  background-color: transparent;
}

/* line 26611, app/assets/stylesheets/theme/css/dashboard_style.scss */
.filled-in[type="checkbox"] + label:after {
  border-radius: 2px;
}

/* line 26614, app/assets/stylesheets/theme/css/dashboard_style.scss */
.filled-in[type="checkbox"] + label:before,
.filled-in[type="checkbox"] + label:after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1;
}

/* line 26623, app/assets/stylesheets/theme/css/dashboard_style.scss */
.filled-in[type="checkbox"]:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}

/* line 26634, app/assets/stylesheets/theme/css/dashboard_style.scss */
.filled-in[type="checkbox"]:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}

/* line 26642, app/assets/stylesheets/theme/css/dashboard_style.scss */
.filled-in[type="checkbox"]:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #ffffff !important;
  border-bottom: 2px solid #ffffff !important;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

/* line 26656, app/assets/stylesheets/theme/css/dashboard_style.scss */
.filled-in[type="checkbox"]:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
}

/* line 26664, app/assets/stylesheets/theme/css/dashboard_style.scss */
.filled-in.tabbed[type="checkbox"]:focus + label:after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 26669, app/assets/stylesheets/theme/css/dashboard_style.scss */
.filled-in.tabbed[type="checkbox"]:checked:focus + label:after {
  border-radius: 2px;
  background-color: #26a69a;
  border-color: #26a69a;
}

/* line 26674, app/assets/stylesheets/theme/css/dashboard_style.scss */
.filled-in[type="checkbox"]:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent;
}

/* line 26678, app/assets/stylesheets/theme/css/dashboard_style.scss */
.filled-in[type="checkbox"]:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD;
}

/* line 26682, app/assets/stylesheets/theme/css/dashboard_style.scss */
.filled-in[type="checkbox"]:disabled:checked + label:before {
  background-color: transparent;
}

/* line 26685, app/assets/stylesheets/theme/css/dashboard_style.scss */
.filled-in[type="checkbox"]:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD;
}

/* line 26689, app/assets/stylesheets/theme/css/dashboard_style.scss */
input[type="color"] {
  height: 42px;
}

/* line 26692, app/assets/stylesheets/theme/css/dashboard_style.scss */
.custom-file-label {
  border-radius: 5px;
}

/* line 26694, app/assets/stylesheets/theme/css/dashboard_style.scss */
.custom-file-label::after {
  border-radius: 0 5px 5px 0;
}

/* line 26697, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-type-roundinput.form-control {
  border-radius: 10rem;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 26702, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-type-round input.form-control {
  border-radius: 10rem;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 26707, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-type-roundselect.form-control:not([multiple]) {
  border-radius: 10rem;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 26712, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-type-round select.form-control:not([multiple]) {
  border-radius: 10rem;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 26717, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-group label {
  font-weight: 500;
}

/* line 26719, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-group.has-success .help-block {
  color: #1bc5bd;
}

/* line 26721, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-group.has-success label {
  color: #1bc5bd;
}

/* line 26723, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-group.has-success .form-control {
  border-color: #1bc5bd;
  box-shadow: none;
}

/* line 26726, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-group.has-success .input-group-addon {
  border-color: #1bc5bd;
  box-shadow: none;
}

/* line 26729, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-group.has-warning .help-block {
  color: #ffa800;
}

/* line 26731, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-group.has-warning label {
  color: #ffa800;
}

/* line 26733, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-group.has-warning .form-control {
  border-color: #ffa800;
  box-shadow: none;
}

/* line 26736, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-group.has-warning .input-group-addon {
  border-color: #ffa800;
  box-shadow: none;
}

/* line 26739, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-group.has-error .help-block {
  color: #f64e60;
}

/* line 26741, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-group.has-error label {
  color: #f64e60;
}

/* line 26743, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-group.has-error .form-control {
  border-color: #f64e60;
  box-shadow: none;
}

/* line 26746, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-group.has-error .input-group-addon {
  border-color: #f64e60;
  box-shadow: none;
}

/* line 26750, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-control, .form-select {
  border-radius: 5px;
  box-shadow: none;
  border-color: #86a4c3;
  height: auto;
}

/* line 26755, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-control:focus, .form-select:focus {
  box-shadow: none;
}

/* line 26757, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-control::-webkit-input-placeholder, .form-select::-webkit-input-placeholder {
  color: #666666;
  opacity: 1;
}

/* line 26760, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-control:-moz-placeholder, .form-select:-moz-placeholder {
  color: #666666;
  opacity: 1;
}

/* line 26763, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-control::-moz-placeholder, .form-select::-moz-placeholder {
  color: #666666;
  opacity: 1;
}

/* line 26766, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-control:-ms-input-placeholder, .form-select:-ms-input-placeholder {
  color: #666666;
  opacity: 1;
}

/* line 26769, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-control:not(select), .form-select:not(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 26773, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-control + .input-group-addon:not(:first-child), .form-select + .input-group-addon:not(:first-child) {
  border-radius: 0px 5px 5px 0px;
  border-left: 0;
}

/* line 26777, app/assets/stylesheets/theme/css/dashboard_style.scss */
.input-group-addon, .input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

/* line 26781, app/assets/stylesheets/theme/css/dashboard_style.scss */
textarea.form-control {
  border-radius: 5px;
}

/* line 26784, app/assets/stylesheets/theme/css/dashboard_style.scss */
.iCheck-helper {
  border-radius: 0;
}

/* line 26787, app/assets/stylesheets/theme/css/dashboard_style.scss */
.icheckbox_flat-blue {
  border-radius: 0;
}

/* line 26789, app/assets/stylesheets/theme/css/dashboard_style.scss */
.icheckbox_flat-blue input {
  border-radius: 0;
}

/* line 26792, app/assets/stylesheets/theme/css/dashboard_style.scss */
.icheck > label {
  padding-left: 0;
}

/* line 26795, app/assets/stylesheets/theme/css/dashboard_style.scss */
.input-group .input-group-addon {
  border-radius: 5px 0px 0px 5px;
  border-color: #86a4c3;
  background-color: #ffffff;
}

/* line 26799, app/assets/stylesheets/theme/css/dashboard_style.scss */
.input-group .input-group-text {
  border-color: #86a4c3;
  border-radius: 5px;
}

/* line 26803, app/assets/stylesheets/theme/css/dashboard_style.scss */
.input-group-addon {
  font-weight: 300;
  padding: .425rem .75rem;
  border: 1px solid #86a4c3;
  line-height: 1.25;
  color: #172b4c;
  text-align: center;
  margin-bottom: 0;
  font-size: 1.15rem;
}

/* line 26813, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-control-feedback.fa {
  line-height: 34px;
}

/* line 26816, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-group-lg .form-control + .form-control-feedback.fa {
  line-height: 46px;
}

/* line 26819, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-group-sm .form-control + .form-control-feedback.fa {
  line-height: 30px;
}

/* line 26822, app/assets/stylesheets/theme/css/dashboard_style.scss */
.input-group-sm + .form-control-feedback.fa {
  line-height: 30px;
}

/* line 26825, app/assets/stylesheets/theme/css/dashboard_style.scss */
.input-sm + .form-control-feedback.fa {
  line-height: 30px;
}

/* line 26828, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-group-feedback {
  position: relative;
}

/* line 26830, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-group-feedback.form-group-feedback-right .form-control-feedback {
  position: absolute;
  top: 0;
  color: #333333;
  padding-left: .875rem;
  padding-right: .875rem;
  line-height: 2.25003rem;
  min-width: 1rem;
}

/* line 26839, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-group-feedback-right .form-control-feedback {
  right: 0;
}

/* line 26842, app/assets/stylesheets/theme/css/dashboard_style.scss */
.input-group-lg + .form-control-feedback.fa {
  line-height: 46px;
}

/* line 26845, app/assets/stylesheets/theme/css/dashboard_style.scss */
.input-lg + .form-control-feedback.fa {
  line-height: 46px;
}

/*Bootstrap select*/
/* line 26849, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bootstrap-select .btn-group .dropdown-menu {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

/* line 26852, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

/* line 26854, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bootstrap-select .dropdown-menu li a {
  display: block;
  padding: 7px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #172b4c;
  white-space: nowrap;
}

/* line 26862, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bootstrap-select .dropdown-menu li a:hover, .bootstrap-select .dropdown-menu li a:focus {
  color: #6993ff;
  background: #f3f6f9;
}

/* line 26865, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bootstrap-select .show > .dropdown-menu {
  display: block;
}

/* line 26867, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bootstrap-select.btn-group .dropdown-menu {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

/* line 26870, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bootstrap-select.btn-group .dropdown-menu li.divider {
  margin: 0.2rem auto;
}

/* line 26872, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  letter-spacing: inherit;
}

/* line 26875, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bootstrap-touchspin .input-group-btn-vertical > .btn {
  padding: 9px 10px;
}

/* line 26878, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn.bootstrap-touchspin-up {
  border-radius: 5px;
}

/* line 26881, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn.bootstrap-touchspin-down {
  border-radius: 5px;
}

/*---form-group---*/
/* line 26885, app/assets/stylesheets/theme/css/dashboard_style.scss */
.input-group-append .btn, .input-group-prepend .btn {
  border-radius: 5px;
}

/* line 26888, app/assets/stylesheets/theme/css/dashboard_style.scss */
.file-group input[type="file"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 20px;
}

/* line 26894, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-groups-attached {
  margin-bottom: 1rem;
}

/* line 26896, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-groups-attached .form-group {
  margin-bottom: 0;
  border-radius: 0;
}

/* line 26899, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-groups-attached > div:not(:last-child), .form-groups-attached > div:not(:last-child) .form-group {
  border-bottom-color: transparent;
}

/* line 26901, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-groups-attached .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 26904, app/assets/stylesheets/theme/css/dashboard_style.scss */
.form-groups-attached .row > .form-group:not(:last-child) {
  border-right-color: transparent;
}

/* line 26907, app/assets/stylesheets/theme/css/dashboard_style.scss */
.file-group {
  position: relative;
  overflow: hidden;
  display: inline-grid;
}

/* line 26911, app/assets/stylesheets/theme/css/dashboard_style.scss */
.file-group input[type="file"] {
  position: absolute;
  opacity: 0;
  z-index: 2;
  width: 100%;
  display: block;
  top: 0;
  cursor: pointer;
}

/* line 26920, app/assets/stylesheets/theme/css/dashboard_style.scss */
.file-group-inline {
  display: inline-block;
}

@media (min-width: 576px) {
  /* line 26924, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .form-inline .form-control, .form-inline .form-select {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
}

/*box*/
/* line 26929, app/assets/stylesheets/theme/css/dashboard_style.scss */
.small-box {
  position: relative;
  display: block;
  margin-bottom: 1.5rem;
  box-shadow: 0px 2px 5px 0px rgba(19, 23, 38, 0.05);
  border-radius: 5px;
}

/* line 26935, app/assets/stylesheets/theme/css/dashboard_style.scss */
.small-box > .inner {
  padding: 1.25rem;
}

/* line 26937, app/assets/stylesheets/theme/css/dashboard_style.scss */
.small-box > .small-box-footer {
  position: relative;
  text-align: right;
  padding: 3px 10px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

/* line 26947, app/assets/stylesheets/theme/css/dashboard_style.scss */
.small-box > .small-box-footer:hover {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.15);
}

/* line 26950, app/assets/stylesheets/theme/css/dashboard_style.scss */
.small-box h3 {
  font-size: 2.7142857143rem;
  font-weight: 700;
  margin: 0 0 10px;
  white-space: nowrap;
  padding: 0;
  z-index: 5;
}

/* line 26957, app/assets/stylesheets/theme/css/dashboard_style.scss */
.small-box p {
  font-size: 1rem;
  margin-bottom: 10px;
  z-index: 5;
}

/* line 26961, app/assets/stylesheets/theme/css/dashboard_style.scss */
.small-box p > small {
  display: block;
  color: #f3f6f9;
  font-size: 0.8571rem;
  margin-top: 5px;
}

/* line 26966, app/assets/stylesheets/theme/css/dashboard_style.scss */
.small-box .icon {
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 0;
  font-size: 5.1428571429rem;
  color: rgba(0, 0, 0, 0.15);
}

/* line 26976, app/assets/stylesheets/theme/css/dashboard_style.scss */
.small-box:hover {
  text-decoration: none;
  color: #f3f6f9;
}

/* line 26979, app/assets/stylesheets/theme/css/dashboard_style.scss */
.small-box:hover .icon {
  font-size: 5.5714285714rem;
}

@media (max-width: 767px) {
  /* line 26983, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .small-box {
    text-align: center;
  }
  /* line 26985, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .small-box .icon {
    display: none;
  }
  /* line 26987, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .small-box p {
    font-size: 0.8571rem;
  }
}

/* line 26989, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box {
  position: relative;
  margin-bottom: 1.5rem;
  width: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 0px;
  -webkit-transition: .5s;
  transition: .5s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
  box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
}

/* line 27004, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box.collapsed-box .box-body {
  display: none;
}

/* line 27006, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box.collapsed-box .box-footer {
  display: none;
}

/* line 27008, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box .flex-column > li {
  border-bottom: 1px solid #f3f6f9;
  margin: 0;
}

/* line 27011, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box .flex-column > li:last-of-type {
  border-bottom: none;
}

/* line 27013, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}

/* line 27016, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box .border-right {
  border-right: 1px solid #f3f6f9;
}

/* line 27018, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box .border-left {
  border-left: 1px solid #f3f6f9;
}

/* line 27020, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box.box-solid {
  border-top: 0;
  overflow: hidden;
}

/* line 27023, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box.box-solid.box-default > .box-header {
  color: #172b4c;
  background-color: #f3f6f9;
}

/* line 27026, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box.box-solid.box-default > .box-header .btn {
  color: #172b4c;
}

/* line 27028, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box.box-solid.box-default > .box-header a {
  color: #172b4c;
}

/* line 27030, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box.box-solid.box-default > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none;
}

/* line 27033, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box.box-solid[class*=bg] > .box-header {
  color: #ffffff;
}

/* line 27035, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box.box-solid[class*=bg] > .box-header .box-title {
  color: #ffffff;
}

/* line 27037, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box .box-group > .box {
  margin-bottom: 5px;
}

/* line 27039, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box .knob-label {
  text-align: center;
  color: #172b4c;
  font-weight: 300;
  font-size: 0.8571rem;
  margin-bottom: .3em;
}

/* line 27045, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box > .loading-img, .box > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 27051, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
}

/* line 27055, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000000;
  font-size: 2.143rem;
}

/* line 27063, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}

/* line 27065, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box .box-header .box-subtitle {
  font-weight: 300;
  margin-bottom: 0px;
  margin-top: 5px;
  color: #608acf;
}

/* line 27070, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box .box-subtitle {
  font-weight: 300;
  margin-bottom: 0px;
  margin-top: 5px;
  color: #608acf;
}

/* line 27076, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pull-up {
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  -moz-transition: all .25s ease;
  transition: all .25s ease;
}

/* line 27081, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pull-up:hover {
  -webkit-transform: translateY(-4px) scale(1.02);
  -moz-transform: translateY(-4px) scale(1.02);
  -ms-transform: translateY(-4px) scale(1.02);
  -o-transform: translateY(-4px) scale(1.02);
  transform: translateY(-4px) scale(1.02);
  -webkit-box-shadow: 0 14px 24px rgba(0, 0, 0, 0.2);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

/* line 27091, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-inverse {
  color: #ffffff !important;
  background-color: #172b4c;
}

/* line 27094, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-inverse .box-header {
  color: #ffffff !important;
}

/* line 27096, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-inverse .box-title {
  color: #ffffff !important;
}

/* line 27098, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-inverse h1, .box-inverse h2, .box-inverse h3, .box-inverse h4, .box-inverse h5, .box-inverse h6 {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* line 27100, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-inverse small {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* line 27102, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-inverse .box-controls li > a {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* line 27104, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-inverse .box-title small {
  opacity: 0.8;
}

/* line 27106, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-inverse .box-btn-more:before, .box-inverse .box-btn-more:after {
  border-color: #ffffff;
}

/* line 27108, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-inverse .box-header {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 27110, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-inverse .box-footer {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 27112, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-inverse .box-action {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 27115, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-secondary {
  background-color: #4d7bc9 !important;
}

/* line 27117, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-secondary .box-bordered {
  border-color: #e9eff8 !important;
}

/* line 27120, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-outline-secondary {
  background-color: #ffffff;
  border: 1px solid #4d7bc9;
}

/* line 27124, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-bordered {
  border: 1px solid #a6a6a6;
}

/* line 27127, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-shadowed {
  -webkit-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.08);
}

/* line 27131, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-shadowed:hover {
  -webkit-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.08);
}

/* line 27136, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-transparent {
  background-color: transparent;
}

/* line 27139, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-round {
  border-radius: 5px;
}

/* line 27142, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-header {
  color: #172b4c;
  display: block;
  padding: 1.5rem;
  position: relative;
  border-bottom: 1px solid rgba(72, 94, 144, 0.16);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* line 27150, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-header.without-border {
  border-bottom: none;
}

/* line 27152, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-header.with-border {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

/* line 27155, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-header .box-title {
  display: inline-block;
  margin: 0;
  font-weight: 400;
}

/* line 27159, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-header > i {
  display: inline-block;
  margin: 0 5px 0 0;
  font-weight: 500;
}

/* line 27163, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-header > .box-tools {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}

/* line 27167, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-header > .box-tools [data-toggle=tooltip] {
  position: relative;
}

/* line 27169, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-header > .box-tools .dropdown-menu > li > a {
  color: #172b4c;
}

/* line 27171, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-header > .box-controls {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}

/* line 27175, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-header img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* line 27179, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  padding: 1.5rem;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 27184, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-footer > *:last-child {
  margin-bottom: 0;
}

/* line 27186, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-footer img {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 27190, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-controls {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

/* line 27199, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-controls li > a {
  font-family: themify;
  font-size: 0.8571rem;
  display: inline-block;
  padding: 0 4px;
  margin: 0 4px;
  color: #608acf;
  opacity: .8;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

/* line 27209, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-controls li > a i {
  font-family: themify;
  font-size: 0.8571rem;
  display: inline-block;
  padding: 0 4px;
  margin: 0 4px;
  color: #608acf;
  opacity: .8;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

/* line 27219, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-controls li > button {
  font-size: 0.8571rem;
  display: inline-block;
  padding: 0 4px;
  margin: 0 4px;
  color: #608acf;
  opacity: .8;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

/* line 27228, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-controls li > button > i {
  font-family: themify;
}

/* line 27230, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-controls li:first-child > a {
  margin-right: 0;
}

/* line 27233, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-btn-reload::before {
  content: "\e619";
}

/* line 27236, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-btn-close::before {
  content: "\e646";
}

/* line 27239, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-btn-slide::before {
  content: "\e648";
}

/* line 27242, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-btn-maximize::before {
  content: "\e6e8";
}

/* line 27245, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-btn-fullscreen::before {
  content: "\e659";
}

/* line 27248, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-btn-prev::before {
  content: "\e64a";
}

/* line 27251, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-btn-next::before {
  content: "\e649";
}

/* line 27254, app/assets/stylesheets/theme/css/dashboard_style.scss */
.control {
  position: relative;
}

/* line 27257, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-body {
  padding: 1.5rem;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 5px;
}

/* line 27262, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-body .box-title {
  display: inline-block;
  margin: 0;
  margin-bottom: 1rem;
  color: #172b4c;
}

/* line 27267, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-body > .table {
  margin-bottom: 0;
}

/* line 27269, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-body .fc {
  margin-top: 0px;
}

/* line 27271, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-body .full-width-chart {
  margin: -10px;
}

/* line 27273, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-body.no-padding .full-width-chart {
  margin: -9px;
}

/* line 27275, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-body .box-pane {
  border-radius: 0 0 0 5px;
}

/* line 27277, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-body .box-pane-right {
  border-radius: 0 0 5px;
}

/* line 27279, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-body > *:last-child {
  margin-bottom: 0;
}

/* line 27281, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-body ul li {
  line-height: 24px;
}

/* line 27284, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-title {
  z-index: auto;
}

/* line 27286, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-title.box-title-bold {
  font-weight: 900;
}

/* line 27288, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-title code {
  font-size: 0.7143rem;
}

/* line 27291, app/assets/stylesheets/theme/css/dashboard_style.scss */
.overlay-wrapper > .loading-img, .overlay-wrapper > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 27297, app/assets/stylesheets/theme/css/dashboard_style.scss */
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
}

/* line 27301, app/assets/stylesheets/theme/css/dashboard_style.scss */
.overlay-wrapper .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000000;
  font-size: 2.143rem;
}

/* line 27309, app/assets/stylesheets/theme/css/dashboard_style.scss */
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}

/* line 27312, app/assets/stylesheets/theme/css/dashboard_style.scss */
.collapsed-box .box-header.with-border {
  border-bottom: none;
}

/* line 27315, app/assets/stylesheets/theme/css/dashboard_style.scss */
.no-header .box-body {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

/* line 27319, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-carousel .box-footer .carousel-indicators-outside {
  padding: 6px 0;
}

/* line 27322, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-img, .box-img-top, .box-img-bottom {
  border-radius: 0;
}

/* line 27325, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  opacity: 0;
  z-index: -1;
  -webkit-transition: .5s;
  transition: .5s;
}

/* line 27342, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-loading .reveal {
  opacity: 1;
  z-index: auto;
}

/* line 27346, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-fullscreen {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  z-index: 9999 !important;
}

/* line 27355, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-slided-up .box-content {
  display: none;
}

/* line 27357, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-slided-up .box-body {
  display: none;
}

/* line 27359, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-slided-up .box-btn-slide::before {
  content: "\e64b";
}

/* line 27362, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-header-actions {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: -4px;
}

/* line 27368, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-header-actions > * {
  margin: 4px;
}

/* line 27371, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-solid .box-body {
  background-color: #ffffff !important;
  color: #737373;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 27376, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-solid .box-controls li a {
  color: #ffffff;
}

/* line 27378, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-solid .box-controls .dropdown-item {
  color: #172b4c;
}

/* line 27381, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rotate-45 {
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 27386, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rotate-90 {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 27391, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rotate-180 {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*User card page*/
/* line 27397, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fx-element-overlay .white-box {
  padding: 0px;
}

/* line 27399, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fx-element-overlay .fx-card-item {
  position: relative;
  display: contents;
}

/* line 27402, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fx-element-overlay .fx-card-item .fx-card-content {
  text-align: center;
  display: block;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

/* line 27407, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fx-element-overlay .fx-card-item h3 {
  margin: 0px;
}

/* line 27409, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fx-element-overlay .fx-card-item a {
  color: #737373;
}

/* line 27411, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fx-element-overlay .fx-card-item .fx-overlay-1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

/* line 27418, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fx-element-overlay .fx-card-item .fx-overlay-1 img {
  display: block;
  position: relative;
  -webkit-transition: all .4s linear;
  -o-transition: all .4s linear;
  transition: all .4s linear;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

/* line 27427, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fx-element-overlay .fx-card-item .fx-overlay-1 .fx-info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  filter: alpha(opacity=0);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%) translateZ(0);
  -webkit-transform: translateY(-50%) translateZ(0);
  -ms-transform: translateY(-50%) translateZ(0);
}

/* line 27446, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fx-element-overlay .fx-card-item .fx-overlay-1 .fx-info > li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}

/* line 27450, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fx-element-overlay .fx-card-item .fx-overlay-1 .fx-info > li a {
  border-color: #ffffff;
  color: #ffffff;
  padding: 12px 15px 10px;
}

/* line 27454, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fx-element-overlay .fx-card-item .fx-overlay-1 .scrl-dwn {
  top: -100%;
}

/* line 27456, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fx-element-overlay .fx-card-item .fx-overlay-1 .scrl-up {
  top: 100%;
  height: 0px;
}

/* line 27459, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fx-element-overlay .fx-card-item .fx-overlay-1:hover img {
  -ms-transform: scale(1.2) translateZ(0);
  -webkit-transform: scale(1.2) translateZ(0);
  transform: scale(1.2) translateZ(0);
}

/* line 27463, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fx-element-overlay .fx-card-item .fx-overlay-1:hover .fx-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 27469, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fx-element-overlay .fx-card-item .fx-overlay-1:hover .scrl-dwn {
  top: 0px;
}

/* line 27471, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fx-element-overlay .fx-card-item .fx-overlay-1:hover .scrl-up {
  top: 0px;
  height: 100%;
}

/* line 27474, app/assets/stylesheets/theme/css/dashboard_style.scss */
.fx-element-overlay .fx-card-item .fx-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

/*---card---*/
/* line 27488, app/assets/stylesheets/theme/css/dashboard_style.scss */
.card {
  border-radius: 5px;
  box-shadow: 0px 2px 5px 0px rgba(19, 23, 38, 0.05);
  margin-bottom: 1.5rem !important;
}

/* line 27493, app/assets/stylesheets/theme/css/dashboard_style.scss */
.card-img-top {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* line 27497, app/assets/stylesheets/theme/css/dashboard_style.scss */
.card-body {
  padding: 1.5rem;
}

/* line 27499, app/assets/stylesheets/theme/css/dashboard_style.scss */
.card-body .card-title {
  margin-bottom: .75rem;
  border-bottom: none;
}

/* line 27503, app/assets/stylesheets/theme/css/dashboard_style.scss */
.card-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 1.5rem;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

/* line 27513, app/assets/stylesheets/theme/css/dashboard_style.scss */
.card-header .card-title {
  padding: 0;
  border: none;
}

/* line 27516, app/assets/stylesheets/theme/css/dashboard_style.scss */
.card-header > *:first-child {
  margin-left: 0;
}

/* line 27518, app/assets/stylesheets/theme/css/dashboard_style.scss */
.card-header > *:last-child {
  margin-right: 0;
}

/* line 27520, app/assets/stylesheets/theme/css/dashboard_style.scss */
.card-header > * {
  margin-left: 8px;
  margin-right: 8px;
}

/* line 27524, app/assets/stylesheets/theme/css/dashboard_style.scss */
.card-title {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

/* line 27528, app/assets/stylesheets/theme/css/dashboard_style.scss */
.card-controls {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

/* line 27538, app/assets/stylesheets/theme/css/dashboard_style.scss */
.card-controls [data-bs-toggle="dropdown"], .card-controls .card-btn-reload {
  font-size: 1rem;
}

/* line 27540, app/assets/stylesheets/theme/css/dashboard_style.scss */
.card-controls li > a {
  font-size: 0.8571rem;
  display: inline-block;
  padding: 0 4px;
  margin: 0 4px;
  color: #608acf;
  opacity: .8;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

/* line 27550, app/assets/stylesheets/theme/css/dashboard_style.scss */
.card-footer {
  padding: 1.5rem;
  background-color: transparent;
}

/* line 27554, app/assets/stylesheets/theme/css/dashboard_style.scss */
.card-inverse {
  color: #ffffff !important;
  background-color: #172b4c;
}

/* line 27557, app/assets/stylesheets/theme/css/dashboard_style.scss */
.card-inverse h1, .card-inverse h2, .card-inverse h3, .card-inverse h4, .card-inverse h5, .card-inverse h6, .card-inverse .card-title, .card-inverse small, .card-inverse .card-controls li > a {
  color: #ffffff !important;
}

/*---box-comments---*/
/* line 27561, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-comments {
  background-color: #f3f6f9;
}

/* line 27563, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-comments .box-comment {
  padding: 8px 0;
  border-bottom: 1px solid #cccccc;
}

/* line 27566, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-comments .box-comment:before, .box-comments .box-comment:after {
  content: " ";
  display: table;
}

/* line 27569, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-comments .box-comment:after {
  clear: both;
}

/* line 27571, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-comments .box-comment:last-of-type {
  border-bottom: 0;
}

/* line 27573, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-comments .box-comment:first-of-type {
  padding-top: 0;
}

/* line 27575, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-comments .box-comment img {
  float: left;
}

/* line 27577, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-comments .comment-text {
  margin-left: 40px;
  color: #2f579a;
}

/* line 27580, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-comments .username {
  color: #172b4c;
  display: block;
  font-weight: 600;
}

/* line 27584, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-comments .text-muted {
  font-weight: 300;
  font-size: 0.8571rem;
}

/*---info-box---*/
/* line 27589, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-input {
  max-width: 200px;
}

/* line 27592, app/assets/stylesheets/theme/css/dashboard_style.scss */
.info-box {
  display: block;
  min-height: 100px;
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 1.5rem;
  padding: 1.25rem;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}

/* line 27602, app/assets/stylesheets/theme/css/dashboard_style.scss */
.info-box small {
  font-size: 1rem;
}

/* line 27604, app/assets/stylesheets/theme/css/dashboard_style.scss */
.info-box .progress {
  background: rgba(0, 0, 0, 0.2);
  margin: 5px -10px 5px 0;
  height: 2px;
  border-radius: 0;
}

/* line 27609, app/assets/stylesheets/theme/css/dashboard_style.scss */
.info-box .progress .progress-bar {
  border-radius: 0;
  background-color: #ffffff;
}

/* line 27613, app/assets/stylesheets/theme/css/dashboard_style.scss */
.info-box-icon {
  display: block;
  float: left;
  height: 70px;
  width: 70px;
  text-align: center;
  font-size: 30px;
  line-height: 74px;
}

/* line 27621, app/assets/stylesheets/theme/css/dashboard_style.scss */
.info-box-icon.push-bottom {
  margin-top: 20px;
}

/* line 27623, app/assets/stylesheets/theme/css/dashboard_style.scss */
.info-box-icon > img {
  max-width: 100%;
}

/* line 27626, app/assets/stylesheets/theme/css/dashboard_style.scss */
.info-box-more {
  display: block;
}

/* line 27629, app/assets/stylesheets/theme/css/dashboard_style.scss */
.info-box-icnumberon {
  display: block;
}

/* line 27632, app/assets/stylesheets/theme/css/dashboard_style.scss */
.info-box-content {
  padding: 10px 10px 10px 0;
  margin-left: 90px;
}

/* line 27636, app/assets/stylesheets/theme/css/dashboard_style.scss */
.info-box-number {
  font-weight: 400;
  font-size: 1.286rem;
}

/* line 27640, app/assets/stylesheets/theme/css/dashboard_style.scss */
.info-box-text, .progress-description {
  display: block;
  font-size: 1.143rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}

/* line 27648, app/assets/stylesheets/theme/css/dashboard_style.scss */
.progress-description {
  margin: 0;
}

/*---box group---*/
/* line 27652, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
}

/* line 27657, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-group .box {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 27660, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 576px) {
  /* line 27667, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .box-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  /* line 27672, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .box-group .box {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    border-radius: 0;
  }
  /* line 27676, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .box-group .box:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  /* line 27679, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .box-group .box:first-child .box-img-top {
    border-top-left-radius: 5px;
  }
  /* line 27681, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .box-group .box:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  /* line 27684, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .box-group .box:last-child .box-img-top {
    border-top-right-radius: 5px;
  }
  /* line 27687, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .box-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 27692, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .box-deck .box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
  /* line 27703, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .box-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  /* line 27708, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .box-columns .box {
    display: inline-block;
    width: 100%;
  }
}

/* line 27711, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-deck .box {
  margin-bottom: 1.5rem;
}

/* line 27714, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-columns .box {
  margin-bottom: 1.5rem;
}

/*---badges---*/
/* line 27718, app/assets/stylesheets/theme/css/dashboard_style.scss */
.badge {
  border-radius: 3px;
  font-weight: 300;
  line-height: 1.3;
  font-size: 85%;
}

/* line 27723, app/assets/stylesheets/theme/css/dashboard_style.scss */
.badge:empty {
  display: inline-block;
  vertical-align: inherit;
}

/* line 27727, app/assets/stylesheets/theme/css/dashboard_style.scss */
.badge-pill {
  border-radius: 10rem;
}

/* line 27730, app/assets/stylesheets/theme/css/dashboard_style.scss */
.badge-secondary {
  color: #ffffff;
  background-color: #4d7bc9;
}

/* line 27733, app/assets/stylesheets/theme/css/dashboard_style.scss */
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: #ffffff;
  background-color: #7498d5;
}

/* line 27737, app/assets/stylesheets/theme/css/dashboard_style.scss */
.badge-gray {
  background-color: gray;
  color: #ffffff;
}

/* line 27740, app/assets/stylesheets/theme/css/dashboard_style.scss */
.badge-gray[href]:hover, .badge-gray[href]:focus {
  color: #ffffff;
  background-color: #a6a6a6;
}

/* line 27744, app/assets/stylesheets/theme/css/dashboard_style.scss */
.badge-dark {
  background-color: #172b4c;
  color: #ffffff;
}

/* line 27747, app/assets/stylesheets/theme/css/dashboard_style.scss */
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: #ffffff;
  background-color: #234173;
}

/* line 27751, app/assets/stylesheets/theme/css/dashboard_style.scss */
.badge-default {
  background-color: #e6e6e6;
  color: #172b4c;
}

/* line 27754, app/assets/stylesheets/theme/css/dashboard_style.scss */
.badge-default[href]:hover, .badge-default[href]:focus {
  color: #172b4c;
  background-color: #cccccc;
}

/* line 27758, app/assets/stylesheets/theme/css/dashboard_style.scss */
.badge-warning {
  color: #ffffff;
}

/* line 27761, app/assets/stylesheets/theme/css/dashboard_style.scss */
.badge-sm {
  line-height: 1.2;
  padding-top: 1px;
  padding-bottom: 2px;
  font-size: 75%;
}

/* line 27767, app/assets/stylesheets/theme/css/dashboard_style.scss */
.badge-lg {
  line-height: 1.5;
  padding: 5px 7px;
  font-size: 95%;
}

/* line 27772, app/assets/stylesheets/theme/css/dashboard_style.scss */
.badge-xl {
  line-height: 1.7;
  padding: 7px 9px;
  font-size: 100%;
}

/* line 27777, app/assets/stylesheets/theme/css/dashboard_style.scss */
.badge-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 100%;
  vertical-align: middle;
}

/* line 27783, app/assets/stylesheets/theme/css/dashboard_style.scss */
.badge-dot.badge-sm {
  width: 6px;
  height: 6px;
}

/* line 27786, app/assets/stylesheets/theme/css/dashboard_style.scss */
.badge-dot.badge-lg {
  width: 10px;
  height: 10px;
}

/* line 27789, app/assets/stylesheets/theme/css/dashboard_style.scss */
.badge-dot.badge-xl {
  width: 12px;
  height: 12px;
}

/* line 27793, app/assets/stylesheets/theme/css/dashboard_style.scss */
.badge-ring {
  position: relative;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 100%;
  vertical-align: middle;
}

/* line 27800, app/assets/stylesheets/theme/css/dashboard_style.scss */
.badge-ring::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s;
  transition: .3s;
}

/* line 27813, app/assets/stylesheets/theme/css/dashboard_style.scss */
.badge-ring.badge-sm {
  width: 8px;
  height: 8px;
}

/* line 27816, app/assets/stylesheets/theme/css/dashboard_style.scss */
.badge-ring.badge-sm::after {
  width: 4px;
  height: 4px;
}

/* line 27819, app/assets/stylesheets/theme/css/dashboard_style.scss */
.badge-ring.badge-lg {
  width: 12px;
  height: 12px;
}

/* line 27822, app/assets/stylesheets/theme/css/dashboard_style.scss */
.badge-ring.badge-lg::after {
  width: 8px;
  height: 8px;
}

/* line 27825, app/assets/stylesheets/theme/css/dashboard_style.scss */
.badge-ring.badge-xl {
  width: 14px;
  height: 14px;
}

/* line 27828, app/assets/stylesheets/theme/css/dashboard_style.scss */
.badge-ring.badge-xl::after {
  width: 10px;
  height: 10px;
}

/* line 27831, app/assets/stylesheets/theme/css/dashboard_style.scss */
.badge-ring.fill::after {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* line 27835, app/assets/stylesheets/theme/css/dashboard_style.scss */
.badge-bold {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}

/* line 27840, app/assets/stylesheets/theme/css/dashboard_style.scss */
.list-group .badge-pill {
  margin-top: 3px;
}

/*---modal---*/
/* line 27844, app/assets/stylesheets/theme/css/dashboard_style.scss */
.modal-left .modal-content {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  border-radius: 0;
}

/* line 27852, app/assets/stylesheets/theme/css/dashboard_style.scss */
.modal-left .modal-dialog {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 360px;
  max-width: 100%;
  margin: 0;
  -webkit-transform: translate(-100%, 0) !important;
  transform: translate(-100%, 0) !important;
  -webkit-transition: .5s;
  transition: .5s;
}

/* line 27864, app/assets/stylesheets/theme/css/dashboard_style.scss */
.modal-left.show .modal-dialog {
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

/* line 27868, app/assets/stylesheets/theme/css/dashboard_style.scss */
.center-modal {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 27873, app/assets/stylesheets/theme/css/dashboard_style.scss */
.center-modal.show {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 27876, app/assets/stylesheets/theme/css/dashboard_style.scss */
.center-modal .modal-dialog {
  margin: 0;
  width: 100%;
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) !important;
  transform: translate(-50%, 50%) !important;
}

/* line 27885, app/assets/stylesheets/theme/css/dashboard_style.scss */
.modal-fill {
  background: rgba(255, 255, 255, 0.97);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 27891, app/assets/stylesheets/theme/css/dashboard_style.scss */
.modal-fill.show {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 27903, app/assets/stylesheets/theme/css/dashboard_style.scss */
.modal-fill .modal-dialog {
  display: -webkit-box;
  display: flex;
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
  align-content: center;
  -webkit-box-align: center;
  align-items: center;
}

/* line 27918, app/assets/stylesheets/theme/css/dashboard_style.scss */
.modal-fill .modal-content {
  background: rgba(255, 255, 255, 0.97);
  width: 100%;
  max-width: 600px;
  box-shadow: none;
}

/* line 27923, app/assets/stylesheets/theme/css/dashboard_style.scss */
.modal-fill .modal-header {
  border-bottom: none;
}

/* line 27925, app/assets/stylesheets/theme/css/dashboard_style.scss */
.modal-fill .modal-header .close {
  position: fixed;
  top: 0;
  right: 0;
  padding: 20px;
  font-size: 2.5714285714rem;
  font-weight: 300;
}

/* line 27932, app/assets/stylesheets/theme/css/dashboard_style.scss */
.modal-fill .modal-footer {
  border: none;
}

/* line 27935, app/assets/stylesheets/theme/css/dashboard_style.scss */
.modal {
  background: rgba(0, 0, 0, 0.3);
}

/* line 27937, app/assets/stylesheets/theme/css/dashboard_style.scss */
.modal.modal-fill {
  background: rgba(255, 255, 255, 0.97);
}

/* line 27939, app/assets/stylesheets/theme/css/dashboard_style.scss */
.modal .panel-body {
  color: #172b4c;
}

/* line 27942, app/assets/stylesheets/theme/css/dashboard_style.scss */
.modal-right.show .modal-dialog {
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

/* line 27945, app/assets/stylesheets/theme/css/dashboard_style.scss */
.modal-right .modal-dialog {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 360px;
  max-width: 100%;
  margin: 0;
  -webkit-transform: translate(100%, 0) !important;
  transform: translate(100%, 0) !important;
  -webkit-transition: .5s;
  transition: .5s;
}

/* line 27957, app/assets/stylesheets/theme/css/dashboard_style.scss */
.modal-right .modal-content {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  border-radius: 0;
}

/* line 27966, app/assets/stylesheets/theme/css/dashboard_style.scss */
.modal-content {
  border-radius: 0;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  border: 0;
}

@media (min-width: 768px) {
  /* line 27973, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .modal-content {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  }
}

/* line 27976, app/assets/stylesheets/theme/css/dashboard_style.scss */
.modal-header {
  border-bottom-color: #f3f6f9;
}

/* line 27979, app/assets/stylesheets/theme/css/dashboard_style.scss */
.modal-footer {
  border-top-color: #f3f6f9;
  display: inline-block;
}

/* line 27983, app/assets/stylesheets/theme/css/dashboard_style.scss */
.model_img {
  cursor: pointer;
}

/*---mask Formatter---*/
/* line 27987, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidetitle {
  font-style: italic;
  margin-left: 0.5rem;
}

/* line 27990, app/assets/stylesheets/theme/css/dashboard_style.scss */
.sidetitle::before {
  content: '\2014 \00A0';
}

/* line 27993, app/assets/stylesheets/theme/css/dashboard_style.scss */
.subtitle {
  display: block;
  margin-top: 8px;
  margin-bottom: 5px;
}

/*---flexbox---*/
/* line 27999, app/assets/stylesheets/theme/css/dashboard_style.scss */
.flexbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

/* line 28004, app/assets/stylesheets/theme/css/dashboard_style.scss */
.flexbox .dropdown i {
  font-size: 1rem;
}

/* line 28006, app/assets/stylesheets/theme/css/dashboard_style.scss */
.flexbox > * {
  margin-left: 4px;
  margin-right: 4px;
}

/* line 28009, app/assets/stylesheets/theme/css/dashboard_style.scss */
.flexbox > *:last-child {
  margin-right: 0;
}

/* line 28011, app/assets/stylesheets/theme/css/dashboard_style.scss */
.flexbox > *:first-child {
  margin-left: 0;
}

/* line 28013, app/assets/stylesheets/theme/css/dashboard_style.scss */
.flexbox .list-inline > li {
  display: block;
}

/* line 28015, app/assets/stylesheets/theme/css/dashboard_style.scss */
.flexbox .dropdown a i {
  font-size: 1rem;
}

/* line 28018, app/assets/stylesheets/theme/css/dashboard_style.scss */
.no-shrink {
  flex-shrink: 0;
}

/* line 28021, app/assets/stylesheets/theme/css/dashboard_style.scss */
.flex-justified > *, .flex-grow-all > *, .flex-cols-wide > *, .flex-col-wide, .flex-grow {
  -webkit-box-flex: 1;
  flex: 1 1 0%;
}

/* line 28025, app/assets/stylesheets/theme/css/dashboard_style.scss */
.list-inline > li.flexbox {
  display: -webkit-box;
  display: flex;
}

/* line 28029, app/assets/stylesheets/theme/css/dashboard_style.scss */
ul.flexbox {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

/*---dropdown---*/
/* line 28035, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dropdown-toggle {
  cursor: pointer;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

/* line 28039, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dropdown-toggle .no-caret::after {
  display: none;
}

/* line 28042, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dropdown-header {
  padding: 4px 12px;
  margin: 4px;
}

/* line 28046, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dropdown-item {
  color: #172b4c;
  font-weight: 400;
  padding: 10px 15px;
  width: auto;
  margin: 5px 0;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}

/* line 28054, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dropdown-item i {
  margin-right: 0.5rem;
}

/* line 28057, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dropdown-menu {
  color: #172b4c;
  border-radius: 2px;
  font-size: 1rem;
  border-color: #f3f6f9;
  padding: 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  z-index: 992;
}

/* line 28067, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dropdown-grid {
  color: #172b4c;
  border-radius: 2px;
  font-size: 1rem;
  border-color: #f3f6f9;
  padding: 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  z-index: 992;
}

/* line 28077, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dropdown-item.active, .dropdown-item:active {
  color: #172b4c;
  background-color: #f3f6f9;
}

/* line 28081, app/assets/stylesheets/theme/css/dashboard_style.scss */
.doc-dropdown .dropdown {
  display: inline-block;
}

/* line 28083, app/assets/stylesheets/theme/css/dashboard_style.scss */
.doc-dropdown .dropup {
  display: inline-block;
}

/* line 28085, app/assets/stylesheets/theme/css/dashboard_style.scss */
.doc-dropdown .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* line 28088, app/assets/stylesheets/theme/css/dashboard_style.scss */
.doc-dropdown .dropdown-grid {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* line 28092, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dropdown-menu {
  color: #172b4c;
  border-radius: 5px;
  font-size: 13px;
  border-color: #f3f6f9;
  padding: 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  z-index: 992;
}

/* line 28102, app/assets/stylesheets/theme/css/dashboard_style.scss */
.show.dropdown-grid {
  display: -webkit-box;
  display: flex;
}

/* line 28106, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dropdown-grid {
  display: none;
  flex-wrap: wrap;
  color: #172b4c;
  border-radius: 5px;
  font-size: 1rem;
  padding: 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  z-index: 992;
  position: absolute;
  top: 100%;
  float: left;
  min-width: 300px;
  margin: 2px 0 0;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 28127, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dropdown-grid .dropdown-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  flex-basis: 33.333333%;
  overflow: hidden;
  text-align: center;
  padding: 12px;
  margin: 0;
  min-height: 90px;
  border: 1px solid transparent;
}

/* line 28142, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dropdown-grid .dropdown-item:hover {
  border-color: #f3f6f9;
}

/* line 28144, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dropdown-grid .dropdown-item.disabled {
  opacity: .5;
  cursor: not-allowed;
}

/* line 28147, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dropdown-grid .dropdown-item.disabled:hover {
  background-color: transparent;
}

/* line 28149, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dropdown-grid .dropdown-item.active, .dropdown-grid .dropdown-item:active {
  color: #172b4c;
  background-color: #f3f6f9;
}

/* line 28152, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dropdown-grid .icon {
  font-size: 1.714rem !important;
}

/* line 28154, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dropdown-grid .icon:first-child {
  width: auto;
  margin-right: 0em;
  text-align: center;
}

/* line 28158, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dropdown-grid img.icon:first-child {
  width: 60%;
  margin: 0 auto;
}

/* line 28161, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dropdown-grid.cols-2 {
  min-width: 200px;
}

/* line 28163, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dropdown-grid.cols-2 .dropdown-item {
  flex-basis: 50%;
}

/* line 28165, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dropdown-grid.cols-4 {
  min-width: 400px;
}

/* line 28167, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dropdown-grid.cols-4 .dropdown-item {
  flex-basis: 25%;
}

/* line 28170, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dropdown-item .icon {
  vertical-align: baseline;
  margin-right: 6px;
  font-size: 0.875rem;
}

/*---Statistic widgets---*/
/* line 28176, app/assets/stylesheets/theme/css/dashboard_style.scss */
.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}

/* line 28180, app/assets/stylesheets/theme/css/dashboard_style.scss */
.percent :after {
  content: '%';
  margin-left: 0.1em;
  font-size: 0.8571rem;
}

/* line 28185, app/assets/stylesheets/theme/css/dashboard_style.scss */
.countnm.per:after {
  content: '%';
  margin-left: 0.1em;
  font-size: 0.8571rem;
}

/* line 28190, app/assets/stylesheets/theme/css/dashboard_style.scss */
.icon-box {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
  font-size: 2.5714285714rem;
}

/* line 28196, app/assets/stylesheets/theme/css/dashboard_style.scss */
.easypie {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  text-align: center;
}

/* line 28202, app/assets/stylesheets/theme/css/dashboard_style.scss */
.easypie canvas {
  position: absolute;
  top: 0;
  left: 0;
}

/*---media---*/
/* line 28208, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box .media,
.box .box-body .media,
.box .box-header .media,
.box .box-footer .media,
.card .media,
.card .card-body .media,
.card .card-header .media,
.card .card-footer .media {
  box-shadow: none;
}

/* line 28218, app/assets/stylesheets/theme/css/dashboard_style.scss */
[class*=col-] > .media {
  border-radius: 5px;
}

/* line 28221, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media {
  padding: 1rem;
  -webkit-transition: background-color .2s linear;
  transition: background-color .2s linear;
}

/* line 28225, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media > * {
  margin: 0rem 1rem;
}

/* line 28227, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media .nav-link:hover, .media .nav-link:focus {
  background-color: transparent;
}

/* line 28229, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media a:not(.btn):not(.avatar) {
  color: #172b4c;
}

/* line 28231, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media.flex-column > * {
  margin: 0;
}

/* line 28233, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media.flex-column > div {
  width: 100%;
}

/* line 28235, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media.active {
  background-color: #f3f6f9;
}

/* line 28237, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media.bordered {
  border: 1px solid #f3f6f9;
}

/* line 28239, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media.items-center {
  -webkit-box-align: center;
  align-items: center;
}

/* line 28242, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media[data-provide~="checkable"], .media[data-provide~="selectable"] {
  cursor: pointer;
}

/* line 28244, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media .media {
  margin-top: 1.25rem;
}

/* line 28246, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media .lead {
  line-height: 1.875rem;
}

/* line 28248, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media .title {
  -webkit-box-flex: 1;
  flex: 1 1 0%;
}

/* line 28251, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media .avatar {
  flex-shrink: 0;
}

/* line 28253, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media .align-center {
  -ms-grid-row-align: center;
  align-self: center;
}

/* line 28256, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media .media-hover-show {
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

/* line 28260, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media .dropdown .dropdown-toggle {
  opacity: .7;
}

/* line 28262, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media .dropdown:hover .dropdown-toggle {
  opacity: 1;
}

/* line 28264, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media .dropdown.open .dropdown-toggle {
  opacity: 1;
}

/* line 28266, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media:hover .media-hover-show {
  opacity: 1;
}

/* line 28268, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media:hover .media-block-actions {
  opacity: 1;
}

/* line 28270, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media:hover .media-action {
  opacity: 1;
}

/* line 28272, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media .custom-control {
  margin-right: 0;
}

/* line 28274, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media .nav {
  flex-wrap: nowrap;
  margin-left: -8px;
  margin-right: -8px;
}

/* line 28278, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media .nav-link {
  line-height: 24px;
  font-size: 90%;
  padding: 0 8px;
}

/* line 28282, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media.media-xs {
  padding: 10px 6px;
}

/* line 28284, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media.media-sm {
  padding: 12px 8px;
}

/* line 28286, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media.media-lg {
  padding-top: 20px 16px;
}

/* line 28288, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media.media-xl {
  padding-top: 24px 20px;
}

/* line 28290, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media.media-xxl {
  padding-top: 32px 24px;
}

/* line 28293, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

/* line 28298, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-center {
  -webkit-box-align: center;
  align-items: center;
}

/* line 28302, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-block-actions {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 1rem;
  -webkit-transition: .5s;
  transition: .5s;
}

/* line 28313, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-collapsible {
  flex-wrap: wrap;
}

/* line 28315, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-collapsible .collapse {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 0;
  min-width: 100%;
}

/* line 28321, app/assets/stylesheets/theme/css/dashboard_style.scss */
.collapse-arrow::before {
  content: "\e64b";
  font-family: themify;
  display: inline-block;
  -webkit-transition: .4s;
  transition: .4s;
}

/* line 28327, app/assets/stylesheets/theme/css/dashboard_style.scss */
.collapse-arrow :not(.collapsed)::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 28331, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-body {
  min-width: 0;
}

/* line 28333, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-body > * {
  margin-bottom: 0;
}

/* line 28335, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-body .media > *:first-child {
  margin-left: 0;
}

/* line 28337, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-body .media > *:last-child {
  margin-right: 0;
}

/* line 28340, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-left {
  padding-right: 0;
}

/* line 28343, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-right-out {
  padding-left: 1.25rem;
}

/* line 28345, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-right-out a {
  color: #172b4c;
  font-size: 1.286rem;
  opacity: 0.8;
}

/* line 28349, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-right-out a + a {
  margin-left: 0.5rem;
}

/* line 28352, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-action {
  opacity: 0;
  color: #172b4c;
}

/* line 28356, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-action-visible .media-action {
  opacity: 1;
}

/* line 28359, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-inverse {
  color: #ffffff;
}

/* line 28361, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-inverse h1, .media-inverse h2, .media-inverse h3, .media-inverse h4, .media-inverse h5, .media-inverse h6 {
  color: #ffffff;
}

/* line 28363, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-inverse .small, .media-inverse small, .media-inverse time, .media-inverse .nav-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 28365, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-inverse .nav-link:hover {
  color: #ffffff;
}

/* line 28368, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-new {
  background-color: #f3f6f9;
}

/* line 28371, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-list-hover .media-new:hover {
  background-color: #f3f6f9 !important;
}

/* line 28374, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-single, .media-center-v {
  -webkit-box-align: center;
  align-items: center;
}

/* line 28378, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

/* line 28383, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-chat {
  padding-right: 64px;
  margin-bottom: 0;
}

/* line 28386, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-chat.media-chat-reverse {
  padding-right: 12px;
  padding-left: 64px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

/* line 28392, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-chat.media-chat-reverse .media-body p {
  float: right;
  clear: right;
  color: #ffffff;
}

/* line 28396, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-chat .media-body {
  display: table;
}

/* line 28398, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-chat .media-body p {
  position: relative;
  padding: 6px 8px;
  margin: 4px 0;
  background-color: #f3f6f9;
  border-radius: 3px;
}

/* line 28404, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-chat .media-body p.inverse {
  color: #ffffff;
}

/* line 28406, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-chat .media-body p.meta {
  background-color: transparent !important;
  padding: 0;
  opacity: .8;
}

/* line 28410, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-chat .media-body p.meta time {
  font-weight: 300;
}

/* line 28413, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-meta-day {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 0;
  color: #172b4c;
  opacity: .8;
  font-weight: 300;
}

/* line 28422, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-meta-day:before, .media-meta-day:after {
  content: '';
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  border-top: 1px solid #f3f6f9;
}

/* line 28427, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-meta-day::before {
  margin-right: 16px;
}

/* line 28429, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-meta-day::after {
  margin-left: 16px;
}

@media (max-width: 767px) {
  /* line 28433, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .media-doc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  /* line 28437, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .media-doc > * {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 28440, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .media-doc .media-body {
    margin: 30px 0;
  }
}

/* line 28442, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-list > .media:not(.media-list-header):not(.media-list-footer), .media-list .media-list-body > .media {
  margin-bottom: 0;
}

/* line 28444, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-list .media .sortable-dot {
  margin: 0;
  margin-left: -5px;
  opacity: 0;
  border-radius: 2px;
  -webkit-transition: .5s;
  transition: .5s;
}

/* line 28451, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-list .media:hover .sortable-dot {
  opacity: .6;
}

/* line 28453, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-list [data-provide~="selectable"] .media:not(.media-list-header):not(.media-list-footer) {
  cursor: pointer;
}

/* line 28456, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-listul {
  padding-left: 0;
}

/* line 28459, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-list-hover > .media:not(.media-list-header):not(.media-list-footer):hover, .media-list-hover .media-list-body > .media:hover {
  background-color: #ebedf3;
}

/* line 28461, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-list-hover > .media:not(.media-list-header):not(.media-list-footer):hover a:not(.btn):not(.avatar), .media-list-hover .media-list-body > .media:hover a:not(.btn):not(.avatar) {
  color: #172b4c;
}

/* line 28463, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-list-hover > .media:not(.media-list-header):not(.media-list-footer):hover .divider-dash, .media-list-hover .media-list-body > .media:hover .divider-dash {
  color: #172b4c;
}

/* line 28466, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-list-divided > .media:not(.media-list-header):not(.media-list-footer), .media-list-divided .media-list-body > .media {
  border-bottom: 1px solid rgba(96, 138, 207, 0.07);
}

/* line 28468, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-list-divided > .media:not(.media-list-header):not(.media-list-footer):last-child, .media-list-divided .media-list-body > .media:last-child {
  border-bottom: none;
}

/* line 28471, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-list-bordered {
  border: 1px solid #f3f6f9;
}

/* line 28474, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-list-striped .media:not(.media-list-header):not(.media-list-footer):nth-child(even) {
  background-color: #f3f6f9;
}

/* line 28477, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-list-xs .media {
  padding: 10px 16px;
}

/* line 28480, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-list-sm .media {
  padding: 12px 16px;
}

/* line 28483, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-list-lg .media {
  padding: 20px 16px;
}

/* line 28486, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-list-xl .media {
  padding: 24px 20px;
}

/* line 28489, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-list-xxl .media {
  padding: 32px 24px;
}

/* line 28492, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-list-header {
  border-bottom: 1px solid #f3f6f9;
  background-color: #afc3d7;
}

/* line 28496, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-list-footer {
  border-top: 1px solid #f3f6f9;
  background-color: #afc3d7;
}

/* line 28500, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-grid {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
}

/* line 28505, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-grid::after {
  content: '';
  -webkit-box-flex: 1;
  flex: auto;
}

/* line 28509, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-grid.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 28512, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-grid.row .media {
  margin-bottom: 15px;
}

/* line 28514, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-grid > .media {
  margin-right: 15px;
  margin-bottom: 15px;
  width: 200px;
}

/* line 28519, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-grid-bordered .media {
  border: 1px solid #afc3d7;
}

/* line 28522, app/assets/stylesheets/theme/css/dashboard_style.scss */
.media-grid-hover .media:hover {
  background-color: #f3f6f9;
}

/*---blog and other widgets ---*/
/* line 28526, app/assets/stylesheets/theme/css/dashboard_style.scss */
[class*="img-hov-"] {
  overflow: hidden;
}

/* line 28528, app/assets/stylesheets/theme/css/dashboard_style.scss */
[class*="img-hov-"] img {
  -webkit-transition: .45s;
  transition: .45s;
  -webkit-backface-visibility: hidden;
}

/* line 28533, app/assets/stylesheets/theme/css/dashboard_style.scss */
.img-hov-fadein {
  -webkit-transition: .45s;
  transition: .45s;
}

/* line 28536, app/assets/stylesheets/theme/css/dashboard_style.scss */
.img-hov-fadein:hover {
  opacity: .7;
}

/* line 28539, app/assets/stylesheets/theme/css/dashboard_style.scss */
.img-hov-fadeout {
  opacity: .7;
  -webkit-transition: .45s;
  transition: .45s;
}

/* line 28543, app/assets/stylesheets/theme/css/dashboard_style.scss */
.img-hov-fadeout:hover {
  opacity: 1;
}

/* line 28546, app/assets/stylesheets/theme/css/dashboard_style.scss */
.img-hov-zoomin img:hover {
  -webkit-transform: scale(1.045);
  transform: scale(1.045);
}

/* line 28550, app/assets/stylesheets/theme/css/dashboard_style.scss */
.img-hov-zoomout img {
  -webkit-transform: scale(1.045);
  transform: scale(1.045);
}

/* line 28553, app/assets/stylesheets/theme/css/dashboard_style.scss */
.img-hov-zoomout img:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 28557, app/assets/stylesheets/theme/css/dashboard_style.scss */
.img-hov-stretchin img {
  -webkit-transform-origin: left top 0;
  transform-origin: left top 0;
}

/* line 28560, app/assets/stylesheets/theme/css/dashboard_style.scss */
.img-hov-stretchin img:hover {
  -webkit-transform: scale(1.045);
  transform: scale(1.045);
}

/* line 28564, app/assets/stylesheets/theme/css/dashboard_style.scss */
.img-hov-stretchout img {
  -webkit-transform-origin: left top 0;
  transform-origin: left top 0;
  -webkit-transform: scale(1.045);
  transform: scale(1.045);
}

/* line 28569, app/assets/stylesheets/theme/css/dashboard_style.scss */
.img-hov-stretchout img:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 28573, app/assets/stylesheets/theme/css/dashboard_style.scss */
.img-hov-slideleft img {
  -webkit-transform-origin: left center 0;
  transform-origin: left center 0;
  -webkit-transform: scale(1.045) translateX(0);
  transform: scale(1.045) translateX(0);
}

/* line 28578, app/assets/stylesheets/theme/css/dashboard_style.scss */
.img-hov-slideleft img:hover {
  -webkit-transform: scale(1.045) translateX(-4.5%);
  transform: scale(1.045) translateX(-4.5%);
}

/* line 28582, app/assets/stylesheets/theme/css/dashboard_style.scss */
.img-hov-slideright img {
  -webkit-transform-origin: right center 0;
  transform-origin: right center 0;
  -webkit-transform: scale(1.045) translateX(0);
  transform: scale(1.045) translateX(0);
}

/* line 28587, app/assets/stylesheets/theme/css/dashboard_style.scss */
.img-hov-slideright img:hover {
  -webkit-transform: scale(1.045) translateX(4.5%);
  transform: scale(1.045) translateX(4.5%);
}

/* line 28591, app/assets/stylesheets/theme/css/dashboard_style.scss */
.img-hov-slideup img {
  -webkit-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-transform: scale(1.045) translateY(0);
  transform: scale(1.045) translateY(0);
}

/* line 28596, app/assets/stylesheets/theme/css/dashboard_style.scss */
.img-hov-slideup img:hover {
  -webkit-transform: scale(1.045) translateY(-4.5%);
  transform: scale(1.045) translateY(-4.5%);
}

/* line 28600, app/assets/stylesheets/theme/css/dashboard_style.scss */
.img-hov-slidedown img {
  -webkit-transform-origin: center bottom 0;
  transform-origin: center bottom 0;
  -webkit-transform: scale(1.045) translateY(0);
  transform: scale(1.045) translateY(0);
}

/* line 28605, app/assets/stylesheets/theme/css/dashboard_style.scss */
.img-hov-slidedown img:hover {
  -webkit-transform: scale(1.045) translateY(4.5%);
  transform: scale(1.045) translateY(4.5%);
}

/* line 28609, app/assets/stylesheets/theme/css/dashboard_style.scss */
.img-hov-rotateleft img {
  -webkit-transform: rotateZ(0) scale(1);
  transform: rotateZ(0) scale(1);
}

/* line 28612, app/assets/stylesheets/theme/css/dashboard_style.scss */
.img-hov-rotateleft img:hover {
  -webkit-transform: rotateZ(-5deg) scale(1.1);
  transform: rotateZ(-5deg) scale(1.1);
}

/* line 28616, app/assets/stylesheets/theme/css/dashboard_style.scss */
.img-hov-rotateright img {
  -webkit-transform: rotateZ(0) scale(1);
  transform: rotateZ(0) scale(1);
}

/* line 28619, app/assets/stylesheets/theme/css/dashboard_style.scss */
.img-hov-rotateright img:hover {
  -webkit-transform: rotateZ(5deg) scale(1.1);
  transform: rotateZ(5deg) scale(1.1);
}

/* line 28623, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-items > * {
  margin-left: 8px;
  margin-right: 8px;
}

/* line 28626, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-items > *:first-child {
  margin-left: 0;
}

/* line 28628, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-items > *:last-child {
  margin-right: 0;
}

/* line 28631, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-items-1 > * {
  margin-left: 2px;
  margin-right: 2px;
}

/* line 28634, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-items-1 > *:first-child {
  margin-left: 0;
}

/* line 28636, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-items-1 > *:last-child {
  margin-right: 0;
}

/* line 28639, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-items-2 > * {
  margin-left: 4px;
  margin-right: 4px;
}

/* line 28642, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-items-2 > *:first-child {
  margin-left: 0;
}

/* line 28644, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-items-2 > *:last-child {
  margin-right: 0;
}

/* line 28647, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-items-3 > * {
  margin-left: 8px;
  margin-right: 8px;
}

/* line 28650, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-items-3 > *:first-child {
  margin-left: 0;
}

/* line 28652, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-items-3 > *:last-child {
  margin-right: 0;
}

/* line 28655, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-items-4 > * {
  margin-left: 12px;
  margin-right: 12px;
}

/* line 28658, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-items-4 > *:first-child {
  margin-left: 0;
}

/* line 28660, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-items-4 > *:last-child {
  margin-right: 0;
}

/* line 28663, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-items-5 > * {
  margin-left: 16px;
  margin-right: 16px;
}

/* line 28666, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-items-5 > *:first-child {
  margin-left: 0;
}

/* line 28668, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-items-5 > *:last-child {
  margin-right: 0;
}

/* line 28671, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-multiline-items {
  margin: -8px;
}

/* line 28673, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-multiline-items > * {
  margin: 8px;
}

/* line 28676, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-multiline-items-1 {
  margin: -2px;
}

/* line 28678, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-multiline-items-1 > * {
  margin: 2px;
}

/* line 28681, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-multiline-items-2 {
  margin: -4px;
}

/* line 28683, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-multiline-items-2 > * {
  margin: 4px;
}

/* line 28686, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-multiline-items-3 {
  margin: -8px;
}

/* line 28688, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-multiline-items-3 > * {
  margin: 8px;
}

/* line 28691, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-multiline-items-4 {
  margin: -12px;
}

/* line 28693, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-multiline-items-4 > * {
  margin: 12px;
}

/* line 28696, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-multiline-items-5 {
  margin: -16px;
}

/* line 28698, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-multiline-items-5 > * {
  margin: 16px;
}

/* line 28701, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-y.gap-items {
  margin: -8px;
}

/* line 28703, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-y.gap-items > * {
  margin: 8px;
}

/* line 28705, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-y.gap-items-1 {
  margin: -2px;
}

/* line 28707, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-y.gap-items-1 > * {
  margin: 2px;
}

/* line 28709, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-y.gap-items-2 {
  margin: -4px;
}

/* line 28711, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-y.gap-items-2 > * {
  margin: 4px;
}

/* line 28713, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-y.gap-items-3 {
  margin: -8px;
}

/* line 28715, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-y.gap-items-3 > * {
  margin: 8px;
}

/* line 28717, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-y.gap-items-4 {
  margin: -12px;
}

/* line 28719, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-y.gap-items-4 > * {
  margin: 12px;
}

/* line 28721, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-y.gap-items-5 {
  margin: -16px;
}

/* line 28723, app/assets/stylesheets/theme/css/dashboard_style.scss */
.gap-y.gap-items-5 > * {
  margin: 16px;
}

/*---background and overlay ---*/
/* line 28727, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bg-img {
  position: relative;
  border-bottom: none;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

/* line 28735, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box.bg-img, .box .bg-img {
  border-radius: 5px;
}

/* line 28738, app/assets/stylesheets/theme/css/dashboard_style.scss */
[data-overlay] {
  position: relative;
}

/* line 28740, app/assets/stylesheets/theme/css/dashboard_style.scss */
[data-overlay]::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  z-index: -1;
  border-radius: inherit;
  display: block;
}

/* line 28752, app/assets/stylesheets/theme/css/dashboard_style.scss */
[data-overlay-light] {
  position: relative;
}

/* line 28754, app/assets/stylesheets/theme/css/dashboard_style.scss */
[data-overlay-light]::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: -1;
  border-radius: inherit;
  display: block;
}

/* line 28766, app/assets/stylesheets/theme/css/dashboard_style.scss */
[data-overlay="1"]::before {
  opacity: 0.1;
}

/* line 28769, app/assets/stylesheets/theme/css/dashboard_style.scss */
[data-overlay="2"]::before {
  opacity: 0.2;
}

/* line 28772, app/assets/stylesheets/theme/css/dashboard_style.scss */
[data-overlay="3"]::before {
  opacity: 0.3;
}

/* line 28775, app/assets/stylesheets/theme/css/dashboard_style.scss */
[data-overlay="4"]::before {
  opacity: 0.4;
}

/* line 28778, app/assets/stylesheets/theme/css/dashboard_style.scss */
[data-overlay="5"]::before {
  opacity: 0.5;
}

/* line 28781, app/assets/stylesheets/theme/css/dashboard_style.scss */
[data-overlay="6"]::before {
  opacity: 0.6;
}

/* line 28784, app/assets/stylesheets/theme/css/dashboard_style.scss */
[data-overlay="7"]::before {
  opacity: 0.7;
}

/* line 28787, app/assets/stylesheets/theme/css/dashboard_style.scss */
[data-overlay="8"]::before {
  opacity: 0.8;
}

/* line 28790, app/assets/stylesheets/theme/css/dashboard_style.scss */
[data-overlay="9"]::before {
  opacity: 0.9;
}

/* line 28793, app/assets/stylesheets/theme/css/dashboard_style.scss */
[data-overlay-light="1"]::before {
  opacity: 0.1;
}

/* line 28796, app/assets/stylesheets/theme/css/dashboard_style.scss */
[data-overlay-light="2"]::before {
  opacity: 0.2;
}

/* line 28799, app/assets/stylesheets/theme/css/dashboard_style.scss */
[data-overlay-light="3"]::before {
  opacity: 0.3;
}

/* line 28802, app/assets/stylesheets/theme/css/dashboard_style.scss */
[data-overlay-light="4"]::before {
  opacity: 0.4;
}

/* line 28805, app/assets/stylesheets/theme/css/dashboard_style.scss */
[data-overlay-light="5"]::before {
  opacity: 0.5;
}

/* line 28808, app/assets/stylesheets/theme/css/dashboard_style.scss */
[data-overlay-light="6"]::before {
  opacity: 0.6;
}

/* line 28811, app/assets/stylesheets/theme/css/dashboard_style.scss */
[data-overlay-light="7"]::before {
  opacity: 0.7;
}

/* line 28814, app/assets/stylesheets/theme/css/dashboard_style.scss */
[data-overlay-light="8"]::before {
  opacity: 0.8;
}

/* line 28817, app/assets/stylesheets/theme/css/dashboard_style.scss */
[data-overlay-light="9"]::before {
  opacity: 0.9;
}

/* line 28820, app/assets/stylesheets/theme/css/dashboard_style.scss */
[data-scrim-top] {
  position: relative;
}

/* line 28822, app/assets/stylesheets/theme/css/dashboard_style.scss */
[data-scrim-top]::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 20%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(transparent));
  background: -webkit-linear-gradient(top, #000000 0%, transparent 100%);
  background: linear-gradient(to bottom, #000000 0%, transparent 100%);
  z-index: -1;
  border-radius: inherit;
}

/* line 28835, app/assets/stylesheets/theme/css/dashboard_style.scss */
[data-scrim-bottom] {
  position: relative;
}

/* line 28837, app/assets/stylesheets/theme/css/dashboard_style.scss */
[data-scrim-bottom]::before {
  position: absolute;
  content: '';
  top: 20%;
  left: 0;
  right: 0;
  bottom: 0%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(transparent));
  background: -webkit-linear-gradient(top, #000000 0%, transparent 100%);
  background: linear-gradient(to bottom, #000000 0%, transparent 100%);
  z-index: -1;
  border-radius: inherit;
}

/* line 28850, app/assets/stylesheets/theme/css/dashboard_style.scss */
[data-scrim-top="1"]::before,
[data-scrim-bottom="1"]::before {
  opacity: 0.1;
}

/* line 28854, app/assets/stylesheets/theme/css/dashboard_style.scss */
[data-scrim-top="2"]::before,
[data-scrim-bottom="2"]::before {
  opacity: 0.2;
}

/* line 28858, app/assets/stylesheets/theme/css/dashboard_style.scss */
[data-scrim-top="3"]::before,
[data-scrim-bottom="3"]::before {
  opacity: 0.3;
}

/* line 28862, app/assets/stylesheets/theme/css/dashboard_style.scss */
[data-scrim-top="4"]::before,
[data-scrim-bottom="4"]::before {
  opacity: 0.4;
}

/* line 28866, app/assets/stylesheets/theme/css/dashboard_style.scss */
[data-scrim-top="5"]::before,
[data-scrim-bottom="5"]::before {
  opacity: 0.5;
}

/* line 28870, app/assets/stylesheets/theme/css/dashboard_style.scss */
[data-scrim-top="6"]::before,
[data-scrim-bottom="6"]::before {
  opacity: 0.6;
}

/* line 28874, app/assets/stylesheets/theme/css/dashboard_style.scss */
[data-scrim-top="7"]::before,
[data-scrim-bottom="7"]::before {
  opacity: 0.7;
}

/* line 28878, app/assets/stylesheets/theme/css/dashboard_style.scss */
[data-scrim-top="8"]::before,
[data-scrim-bottom="8"]::before {
  opacity: 0.8;
}

/* line 28882, app/assets/stylesheets/theme/css/dashboard_style.scss */
[data-scrim-top="9"]::before,
[data-scrim-bottom="9"]::before {
  opacity: 0.9;
}

/*---blockquote ---*/
/* line 28887, app/assets/stylesheets/theme/css/dashboard_style.scss */
.blockquote {
  font-style: italic;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 1rem;
  color: #172b4c;
  padding: .5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #f3f6f9;
}

/* line 28897, app/assets/stylesheets/theme/css/dashboard_style.scss */
.blockquote p {
  font-size: 1.125rem;
  line-height: 1.875rem;
}

/* line 28900, app/assets/stylesheets/theme/css/dashboard_style.scss */
.blockquote a {
  color: #172b4c;
}

/* line 28902, app/assets/stylesheets/theme/css/dashboard_style.scss */
.blockquote footer {
  color: #3b6dc1;
  font-size: 0.875rem;
}

/* line 28905, app/assets/stylesheets/theme/css/dashboard_style.scss */
.blockquote footer::before {
  content: '\2014 \00A0';
}

/* line 28908, app/assets/stylesheets/theme/css/dashboard_style.scss */
.blockquote-inverse {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* line 28910, app/assets/stylesheets/theme/css/dashboard_style.scss */
.blockquote-inverse footer {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* line 28913, app/assets/stylesheets/theme/css/dashboard_style.scss */
.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #f3f6f9;
  border-left: 0;
}

/*---nav-dot ---*/
/* line 28921, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-dot-separated .nav-item::after, .nav-dot-separated > .nav-link::after {
  content: '/';
  vertical-align: middle;
  color: #172b4c;
  opacity: 0.4;
  cursor: default;
}

/* line 28927, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-dot-separated .nav-link:hover, .nav-dot-separated .nav-link:active, .nav-dot-separated .nav-link:focus, .nav-dot-separated .nav-link.active {
  background-color: transparent;
}

/* line 28929, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-dot-separated .nav-item, .nav-dot-separated > .nav-link {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}

/* line 28934, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-dot-separated .nav-item:last-child::after, .nav-dot-separated > .nav-link:last-child::after {
  display: none;
}

/* line 28937, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav.g-0 > .nav-link:first-child, .nav.g-0 .nav-item:first-child .nav-link {
  padding-left: 0;
}

/*---rating ---*/
/* line 28941, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rating {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 28950, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rating input {
  display: none;
}

/* line 28952, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rating label {
  color: #f3f6f9;
  cursor: pointer;
}

/* line 28955, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rating label::before {
  margin-right: 5px;
  font-size: 20px;
  display: inline-block;
}

/* line 28960, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rating-static {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

/* line 28964, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rating-static label {
  cursor: default;
}

/* line 28966, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rating-static label:not(.active) {
  color: #f3f6f9 !important;
}

/* line 28969, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rating-xs label::before {
  margin-right: 1px;
  font-size: 1rem;
}

/* line 28973, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rating-sm label::before {
  margin-right: 2px;
  font-size: 1.143rem;
}

/* line 28977, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rating-lg label::before {
  font-size: 1.714rem;
}

/* line 28980, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rating-remove {
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
  line-height: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

/* line 28990, app/assets/stylesheets/theme/css/dashboard_style.scss */
[data-has-rate="true"]:hover .rating-remove {
  opacity: .6;
  visibility: visible;
}

/* line 28993, app/assets/stylesheets/theme/css/dashboard_style.scss */
[data-has-rate="true"]:hover .rating-remove:hover {
  opacity: 1;
}

/* line 28996, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rating-secondary .active, .rating-secondary :checked ~ label, .rating-secondary label:hover, .rating-secondary label:hover ~ label {
  color: #4d7bc9;
}

/* line 28999, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rating-gray .active, .rating-gray :checked ~ label, .rating-gray label:hover, .rating-gray label:hover ~ label {
  color: gray;
}

/* line 29002, app/assets/stylesheets/theme/css/dashboard_style.scss */
.rating-dark .active, .rating-dark :checked ~ label, .rating-dark label:hover, .rating-dark label:hover ~ label {
  color: #172b4c;
}

/*---toggler ---*/
/* line 29006, app/assets/stylesheets/theme/css/dashboard_style.scss */
.toggler {
  color: #f3f6f9;
  cursor: pointer;
  font-size: 1.429rem;
  margin-bottom: 0;
  line-height: 1.2;
}

/* line 29012, app/assets/stylesheets/theme/css/dashboard_style.scss */
.toggler i {
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

/* line 29015, app/assets/stylesheets/theme/css/dashboard_style.scss */
.toggler input {
  display: none;
}

/* line 29017, app/assets/stylesheets/theme/css/dashboard_style.scss */
.toggler input:checked + i {
  color: #ffa800;
}

/* line 29020, app/assets/stylesheets/theme/css/dashboard_style.scss */
.toggler-gray input:checked + i {
  color: gray;
}

/* line 29023, app/assets/stylesheets/theme/css/dashboard_style.scss */
.toggler-dark input:checked + i {
  color: #172b4c;
}

/* line 29026, app/assets/stylesheets/theme/css/dashboard_style.scss */
.toggler-secondary input:checked + i {
  color: #4d7bc9;
}

/*---box nav-tab---*/
/* line 29030, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs .nav-link {
  position: relative;
  color: #2f579a;
  padding: 0.5rem 1.25rem;
  border-radius: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #d9d9d9;
}

@media (max-width: 767px) {
  /* line 29040, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .nav-tabs .nav-link {
    padding: 8px 12px;
  }
}

/* line 29042, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs.nav-tabs-secondary .nav-link:hover, .nav-tabs.nav-tabs-secondary .nav-link:active, .nav-tabs.nav-tabs-secondary .nav-link.active {
  border-color: #4d7bc9;
  background-color: transparent;
  color: #172b4c;
}

/* line 29046, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs.nav-tabs-secondary .nav-link.active:hover, .nav-tabs.nav-tabs-secondary .nav-link.active:focus {
  border-color: #4d7bc9;
  background-color: transparent;
  color: #172b4c;
}

/* line 29050, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs.nav-tabs-gray .nav-link:hover, .nav-tabs.nav-tabs-gray .nav-link:active, .nav-tabs.nav-tabs-gray .nav-link.active {
  border-color: gray;
  background-color: transparent;
  color: #000000;
}

/* line 29054, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs.nav-tabs-gray .nav-link.active:hover, .nav-tabs.nav-tabs-gray .nav-link.active:focus {
  border-color: gray;
  background-color: transparent;
  color: #000000;
}

/* line 29058, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs.nav-tabs-dark .nav-link:hover, .nav-tabs.nav-tabs-dark .nav-link:active, .nav-tabs.nav-tabs-dark .nav-link.active {
  border-color: #172b4c;
  background-color: transparent;
  color: #172b4c;
}

/* line 29062, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs.nav-tabs-dark .nav-link.active:hover, .nav-tabs.nav-tabs-dark .nav-link.active:focus {
  border-color: #172b4c;
  background-color: transparent;
  color: #172b4c;
}

/* line 29067, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs-light-mode {
  background-color: #f3f6f9;
}

/* line 29069, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs-light-mode .nav-link {
  border-bottom: none;
}

/* line 29072, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs-inverse-mode {
  border-bottom: none;
  background-color: transparent;
  margin-bottom: 0;
}

/* line 29076, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs-inverse-mode .nav-link {
  border: none;
}

/* line 29078, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs-inverse-mode .nav-link.active {
  background-color: #f3f6f9;
  color: #172b4c;
}

/* line 29081, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs-inverse-mode .nav-link.active:hover, .nav-tabs-inverse-mode .nav-link.active:focus {
  background-color: #f3f6f9;
  color: #172b4c;
}

/* line 29084, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs-inverse-mode + .tab-content {
  padding: 20px 16px;
}

/* line 29087, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs-left {
  display: -webkit-box;
  display: flex;
}

/* line 29090, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs-left .nav-tabs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  border-bottom: 0;
  border-right: 1px solid #f3f6f9;
}

/* line 29096, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs-left .nav-tabs .nav-item + .nav-item {
  margin-left: 0;
}

/* line 29098, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs-left .nav-tabs .nav-link {
  border-bottom: none;
  text-align: left;
  border-right: 2px solid transparent;
}

/* line 29102, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs-left .tab-content {
  overflow: hidden;
  padding-left: 20px;
}

/* line 29106, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs-right {
  display: -webkit-box;
  display: flex;
}

/* line 29109, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs-right .nav-tabs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  border-bottom: 0;
  -webkit-box-ordinal-group: 3;
  order: 2;
  border-left: 1px solid #f3f6f9;
}

/* line 29117, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs-right .nav-tabs .nav-item + .nav-item {
  margin-left: 0;
}

/* line 29119, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs-right .nav-tabs .nav-link {
  border-bottom: none;
  text-align: left;
  border-left: 2px solid transparent;
}

/* line 29123, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs-right .tab-content {
  overflow: hidden;
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 20px;
}

/*---lookup---*/
/* line 29130, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup {
  position: relative;
  display: -webkit-block;
  display: block;
  -webkit-box-align: center;
  align-items: center;
}

/* line 29136, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup::before {
  content: "\e610";
  font-family: themify;
  font-size: 1rem;
  position: absolute;
  top: 52%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.4);
  width: 36px;
  text-align: center;
  cursor: text;
}

/* line 29149, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup input {
  color: #172b4c;
  border: 1px solid #f3f6f9;
  border-radius: 5px;
  height: 25px;
  width: 200px;
  max-width: 100%;
  padding-left: 36px !important;
  padding-right: 18px;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: .5px;
  outline: none !important;
  -webkit-transition: .5s;
  transition: .5s;
}

/* line 29164, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup input::-webkit-input-placeholder {
  color: rgba(23, 43, 76, 0.7);
}

/* line 29166, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup input:-moz-placeholder {
  color: rgba(23, 43, 76, 0.7);
}

/* line 29168, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup input::-moz-placeholder {
  color: rgba(23, 43, 76, 0.7);
}

/* line 29170, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup input:-ms-input-placeholder {
  color: rgba(23, 43, 76, 0.7);
}

/* line 29172, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup input:focus {
  background-color: rgba(23, 43, 76, 0.04);
}

/* line 29174, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup input + input {
  border-left: none;
}

/* line 29176, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup input + .bootstrap-select .dropdown-toggle {
  border-left: none;
}

/* line 29178, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup .bootstrap-select + .bootstrap-select .dropdown-toggle {
  border-left: none;
}

/* line 29180, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup .btn {
  height: 36px;
  line-height: 36px;
}

/* line 29183, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup.no-icon::before {
  display: none;
}

/* line 29185, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup.no-icon input {
  padding-left: 18px;
}

/* line 29188, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-sm::before {
  font-size: 1rem;
  width: 29px;
}

/* line 29191, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-sm input {
  border-radius: 5px;
  height: 29px;
  padding-left: 29px;
  padding-right: 14.5px;
  font-size: 1rem;
  width: 160px;
}

/* line 29198, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-sm .btn {
  height: 29px;
  line-height: 29px;
}

/* line 29202, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-lg::before {
  font-size: 1.429rem;
  width: 48px;
}

/* line 29205, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-lg input {
  border-radius: 5px;
  height: 48px;
  padding-left: 48px;
  padding-right: 24px;
  font-size: 1.143rem;
  width: 250px;
}

/* line 29212, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-lg .btn {
  height: 48px;
  line-height: 48px;
}

/* line 29216, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-right::before {
  left: auto;
  right: 0;
}

/* line 29219, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-right input {
  padding-left: 18px;
  padding-right: 36px;
}

/* line 29222, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-right.lookup-sm input {
  padding-left: 14.5px;
  padding-right: 29px;
}

/* line 29225, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-right.lookup-lg input {
  padding-left: 24px;
  padding-right: 48px;
}

/* line 29228, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-right.no-icon input {
  padding-right: 18px;
}

/* line 29230, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-right.no-icon.lookup-sm input {
  padding-right: 14.5px;
}

/* line 29232, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-right.no-icon.lookup-sm input {
  padding-right: 24px;
}

/* line 29235, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-circle {
  z-index: 0;
}

/* line 29237, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-circle::before {
  z-index: -1;
}

/* line 29239, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-circle input {
  background-color: rgba(23, 43, 76, 0.04);
  border: none;
  width: 36px;
  padding-right: 0;
}

/* line 29244, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-circle input:focus {
  background-color: rgba(23, 43, 76, 0.05);
  width: 170px;
  padding-right: 18px;
}

/* line 29248, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-circle.lookup-sm::before {
  font-size: 1rem;
  width: 29px;
}

/* line 29251, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-circle.lookup-sm input {
  border-radius: 14.5px;
  height: 29px;
  width: 29px;
  padding-left: 29px;
}

/* line 29256, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-circle.lookup-sm input:focus {
  width: 150px;
  padding-right: 14.5px;
}

/* line 29259, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-circle.lookup-lg::before {
  font-size: 1.143rem;
  width: 48px;
}

/* line 29262, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-circle.lookup-lg input {
  border-radius: 24px;
  height: 48px;
  width: 48px;
  padding-left: 48px;
}

/* line 29267, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-circle.lookup-lg input:focus {
  width: 200px;
  padding-right: 24px;
}

/* line 29270, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-circle.lookup-right::before {
  left: auto;
  right: 0;
}

/* line 29273, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-circle.lookup-right input {
  padding-left: 0;
  padding-right: 36px;
}

/* line 29276, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-circle.lookup-right input:focus {
  padding-left: 18px;
}

/* line 29278, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-circle.lookup-right.lookup-sm input {
  padding-left: 0;
  padding-right: 29px;
}

/* line 29281, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-circle.lookup-right.lookup-sm input:focus {
  padding-left: 14.5px;
}

/* line 29283, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-circle.lookup-right.lookup-lg input {
  padding-left: 0;
  padding-right: 48px;
}

/* line 29286, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-circle.lookup-right.lookup-lg input:focus {
  padding-left: 24px;
}

/* line 29289, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-huge {
  display: -webkit-box;
  display: flex;
}

/* line 29292, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-huge::before {
  font-size: 1.714rem;
  width: 64px;
}

/* line 29295, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-huge input {
  border-radius: 32px;
  height: 64px;
  padding-left: 64px;
  padding-right: 32px;
  font-size: 1.429rem;
  font-weight: 100;
  width: 100%;
}

/* line 29303, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-huge input::-webkit-input-placeholder {
  color: #cccccc;
}

/* line 29305, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-huge input:-moz-placeholder {
  color: #cccccc;
}

/* line 29307, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-huge input::-moz-placeholder {
  color: #cccccc;
}

/* line 29309, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-huge input:-ms-input-placeholder {
  color: #cccccc;
}

/* line 29311, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-huge .btn, .lookup-huge .bootstrap-select.btn-group > .dropdown-toggle {
  height: 64px;
  line-height: 100%;
}

/* line 29314, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-huge.no-icon input {
  padding-left: 32px;
}

/* line 29317, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.985);
  z-index: 1050;
  padding: 50px 5%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

/* line 29330, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-fullscreen.reveal {
  display: -webkit-box;
  display: flex;
}

/* line 29333, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-fullscreen > .close {
  position: absolute;
  top: 32px;
  right: 32px;
}

/* line 29337, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-fullscreen .lookup-form {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 2rem;
}

/* line 29340, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-fullscreen .lookup-form input {
  border: none;
  font-size: 44px;
  background-color: transparent;
  outline: none !important;
  padding: 25px 0;
  color: #172b4c;
  width: 100%;
}

/* line 29348, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-fullscreen .lookup-form input::-webkit-input-placeholder {
  color: #cccccc;
}

/* line 29350, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-fullscreen .lookup-form input:-moz-placeholder {
  color: #cccccc;
}

/* line 29352, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-fullscreen .lookup-form input::-moz-placeholder {
  color: #cccccc;
}

/* line 29354, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-fullscreen .lookup-form input:-ms-input-placeholder {
  color: #cccccc;
}

/* line 29356, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-fullscreen .lookup-results {
  height: 100%;
}

/* line 29358, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lookup-fullscreen .lookup-results .ps-scrollbar-x-rail {
  display: none;
}

@media (max-width: 767px) {
  /* line 29362, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .lookup-fullscreen .lookup-results.scrollable .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 29365, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .lookup-fullscreen .lookup-results.scrollable .row [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}

/*---publisher---*/
/* line 29369, app/assets/stylesheets/theme/css/dashboard_style.scss */
.publisher {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 12px 20px;
}

/* line 29376, app/assets/stylesheets/theme/css/dashboard_style.scss */
.publisher > * {
  margin: 0 8px;
}

/* line 29378, app/assets/stylesheets/theme/css/dashboard_style.scss */
.publisher > *:first-child {
  margin-left: 0;
}

/* line 29380, app/assets/stylesheets/theme/css/dashboard_style.scss */
.publisher > *:last-child {
  margin-right: 0;
}

/* line 29383, app/assets/stylesheets/theme/css/dashboard_style.scss */
.publisher-multi {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  border-radius: 5px;
}

/* line 29390, app/assets/stylesheets/theme/css/dashboard_style.scss */
.publisher-multi > * {
  margin: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  width: 100%;
}

/* line 29395, app/assets/stylesheets/theme/css/dashboard_style.scss */
.publisher-multi .publisher-input {
  margin-bottom: 1rem;
}

/* line 29398, app/assets/stylesheets/theme/css/dashboard_style.scss */
.publisher-input {
  -webkit-box-flex: 1;
  flex-grow: 1;
  border: none;
  outline: none !important;
  background-color: transparent;
}

/* line 29405, app/assets/stylesheets/theme/css/dashboard_style.scss */
.publisher-btn {
  background-color: transparent;
  border: none;
  color: #608acf;
  font-size: 1.143rem;
  cursor: pointer;
  overflow: -moz-hidden-unscrollable;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}

/* line 29414, app/assets/stylesheets/theme/css/dashboard_style.scss */
.publisher-btn:hover {
  color: #616a78;
}

/* line 29417, app/assets/stylesheets/theme/css/dashboard_style.scss */
.publisher-avatar {
  position: absolute;
  width: auto;
  left: -18px;
  top: 8px;
}

/* line 29422, app/assets/stylesheets/theme/css/dashboard_style.scss */
.publisher-avatar.avatar-sm {
  left: -14.5px;
  top: auto;
}

/*---price---*/
/* line 29427, app/assets/stylesheets/theme/css/dashboard_style.scss */
.price {
  font-weight: bold;
  font-size: 5.4285714286rem;
  line-height: normal;
  padding: 10px 0;
}

/* line 29432, app/assets/stylesheets/theme/css/dashboard_style.scss */
.price sup {
  font-size: 1.857rem;
  vertical-align: super;
}

/* line 29435, app/assets/stylesheets/theme/css/dashboard_style.scss */
.price span {
  display: block;
  font-size: 0.8571rem;
  font-weight: 400;
  line-height: 25px;
}

/* line 29441, app/assets/stylesheets/theme/css/dashboard_style.scss */
.price-dollar {
  display: inline-block;
  font-size: 1.143rem;
  vertical-align: top;
  margin-right: -10px;
  margin-top: 14px;
}

/* line 29448, app/assets/stylesheets/theme/css/dashboard_style.scss */
.price-interval {
  display: inline-block;
  font-size: 0.8571rem;
  vertical-align: text-bottom;
  margin-left: -10px;
  margin-bottom: 14px;
  color: #2f579a;
}

/*---todo-list---*/
/* line 29457, app/assets/stylesheets/theme/css/dashboard_style.scss */
.todo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}

/* line 29462, app/assets/stylesheets/theme/css/dashboard_style.scss */
.todo-list > li {
  border-radius: 2px;
  padding: 1.5rem 2.2rem;
  margin-bottom: 2px;
  color: #172b4c;
}

/* line 29467, app/assets/stylesheets/theme/css/dashboard_style.scss */
.todo-list > li:last-of-type {
  margin-bottom: 0;
}

/* line 29469, app/assets/stylesheets/theme/css/dashboard_style.scss */
.todo-list > li > input[type=checkbox] {
  margin: 0 10px 0 5px;
}

/* line 29471, app/assets/stylesheets/theme/css/dashboard_style.scss */
.todo-list > li .text {
  display: inline-block;
  margin-left: 30px;
  font-weight: 600;
}

/* line 29475, app/assets/stylesheets/theme/css/dashboard_style.scss */
.todo-list > li .label {
  margin-left: 10px;
  font-size: fs-10;
}

/* line 29478, app/assets/stylesheets/theme/css/dashboard_style.scss */
.todo-list > li .tools {
  display: none;
  float: right;
  color: #f64e60;
}

/* line 29482, app/assets/stylesheets/theme/css/dashboard_style.scss */
.todo-list > li .tools > i {
  margin-right: 5px;
  cursor: pointer;
}

/* line 29485, app/assets/stylesheets/theme/css/dashboard_style.scss */
.todo-list > li:hover .tools {
  display: inline-block;
}

/* line 29487, app/assets/stylesheets/theme/css/dashboard_style.scss */
.todo-list > li.done {
  color: #737373;
}

/* line 29489, app/assets/stylesheets/theme/css/dashboard_style.scss */
.todo-list > li.done .text {
  text-decoration: line-through;
  font-weight: 500;
}

/* line 29492, app/assets/stylesheets/theme/css/dashboard_style.scss */
.todo-list > li.done .text-line {
  text-decoration: line-through;
  font-weight: 500;
}

/* line 29495, app/assets/stylesheets/theme/css/dashboard_style.scss */
.todo-list > li.done label {
  background: transparent;
}

/* line 29497, app/assets/stylesheets/theme/css/dashboard_style.scss */
.todo-list .done .text-line {
  text-decoration: line-through;
  font-weight: 500;
}

/* line 29500, app/assets/stylesheets/theme/css/dashboard_style.scss */
.todo-list .handle {
  display: inline-block;
  cursor: move;
  margin: 0 5px;
}

/* line 29504, app/assets/stylesheets/theme/css/dashboard_style.scss */
.todo-list .handle2 {
  border-left: 3px dotted #b3b3b3;
  border-right: 3px dotted #b3b3b3;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  margin: 0;
}

/* line 29515, app/assets/stylesheets/theme/css/dashboard_style.scss */
.control {
  margin-bottom: 0;
  display: inline;
  padding-left: 0;
  padding-top: 0;
  cursor: pointer;
  font-size: 1.143rem;
}

/* line 29522, app/assets/stylesheets/theme/css/dashboard_style.scss */
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 29526, app/assets/stylesheets/theme/css/dashboard_style.scss */
.control input:focus ~ .control_indicator {
  background-color: #ffffff;
}

/* line 29528, app/assets/stylesheets/theme/css/dashboard_style.scss */
.control input:disabled ~ .control_indicator {
  background: #cccccc;
  opacity: .6;
  pointer-events: none;
}

/* line 29532, app/assets/stylesheets/theme/css/dashboard_style.scss */
.control input:checked ~ .control_indicator:after {
  display: block;
}

/* line 29534, app/assets/stylesheets/theme/css/dashboard_style.scss */
.control:hover input ~ .control_indicator {
  background-color: #ffffff;
}

/* line 29537, app/assets/stylesheets/theme/css/dashboard_style.scss */
.control_indicator {
  position: absolute;
  top: 2px;
  left: 5px;
  height: 15px;
  width: 15px;
  background-color: #ffffff;
}

/* line 29544, app/assets/stylesheets/theme/css/dashboard_style.scss */
.control_indicator:after {
  box-sizing: unset;
  content: '';
  position: absolute;
  display: none;
}

/* line 29550, app/assets/stylesheets/theme/css/dashboard_style.scss */
.control-radio .control_indicator {
  border-radius: undefined;
}

/* line 29553, app/assets/stylesheets/theme/css/dashboard_style.scss */
.control-checkbox .control_indicator:after {
  left: 5px;
  top: 1px;
  width: 3px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* line 29561, app/assets/stylesheets/theme/css/dashboard_style.scss */
.control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #737373;
}

/* line 29564, app/assets/stylesheets/theme/css/dashboard_style.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 29575, app/assets/stylesheets/theme/css/dashboard_style.scss */
td .label {
  font-size: 100%;
}

/* line 29578, app/assets/stylesheets/theme/css/dashboard_style.scss */
.badge {
  font-weight: normal;
}

/* line 29581, app/assets/stylesheets/theme/css/dashboard_style.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/*---chat---*/
/* line 29587, app/assets/stylesheets/theme/css/dashboard_style.scss */
.chat {
  padding: 5px 20px 5px 10px;
}

/* line 29589, app/assets/stylesheets/theme/css/dashboard_style.scss */
.chat .item {
  margin-bottom: 10px;
}

/* line 29591, app/assets/stylesheets/theme/css/dashboard_style.scss */
.chat .item:before, .chat .item:after {
  content: " ";
  display: table;
}

/* line 29594, app/assets/stylesheets/theme/css/dashboard_style.scss */
.chat .item > img {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 5px;
}

/* line 29599, app/assets/stylesheets/theme/css/dashboard_style.scss */
.chat .item > .online {
  border: 2px solid #1bc5bd;
}

/* line 29601, app/assets/stylesheets/theme/css/dashboard_style.scss */
.chat .item > .offline {
  border: 2px solid #f64e60;
}

/* line 29603, app/assets/stylesheets/theme/css/dashboard_style.scss */
.chat .item > .message {
  margin-left: 55px;
  margin-top: -40px;
  color: #737373;
}

/* line 29607, app/assets/stylesheets/theme/css/dashboard_style.scss */
.chat .item > .message > .name {
  display: block;
  font-weight: 600;
}

/* line 29610, app/assets/stylesheets/theme/css/dashboard_style.scss */
.chat .item > .attachment {
  border-radius: 5px;
  background-color: #f3f6f9;
  margin-left: 65px;
  margin-right: 15px;
  padding: 10px;
}

/* line 29616, app/assets/stylesheets/theme/css/dashboard_style.scss */
.chat .item > .attachment .pull-right .btn {
  top: 10px;
  position: relative;
  border-radius: 5px;
}

/* line 29620, app/assets/stylesheets/theme/css/dashboard_style.scss */
.chat .item > .attachment > h4 {
  margin: 0 0 5px;
  font-weight: 600;
  font-size: 1rem;
}

/* line 29624, app/assets/stylesheets/theme/css/dashboard_style.scss */
.chat .item > .attachment > .filename, .chat .item > .attachment > p {
  font-weight: 600;
  font-size: 1rem;
  font-style: italic;
  margin: 0;
}

/* line 29629, app/assets/stylesheets/theme/css/dashboard_style.scss */
.chat .item > .attachment:before, .chat .item > .attachment:after {
  content: " ";
  display: table;
}

/*---timeline---*/
/* line 29634, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline {
  width: 100%;
  position: relative;
  padding: 1px 0;
  list-style: none;
  font-weight: 400;
}

/* line 29640, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item {
  padding-left: 0;
  padding-right: 30px;
}

/* line 29643, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-right {
  padding-left: 30px;
  padding-right: 0;
}

/* line 29646, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
  padding-left: 30px;
  padding-right: 0;
}

/* line 29649, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item .timeline-event {
  width: 100%;
}

/* line 29651, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100% !important;
  margin-left: 1px;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: #8c8c8c;
  background: transparent;
}

/* line 29664, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline:after {
  clear: both;
}

/* line 29666, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline:before, .timeline:after {
  content: " ";
  display: block;
}

/* line 29669, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline.timeline-single-column.timeline {
  width: 100%;
  max-width: 768px;
}

/* line 29672, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline.timeline-single-column.timeline .timeline-item {
  padding-left: 72px;
  padding-right: 0;
  width: 100%;
  margin-bottom: 20px;
}

/* line 29677, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline.timeline-single-column.timeline .timeline-item.timeline-item-right {
  padding-left: 72px;
  padding-right: 0;
}

/* line 29680, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline.timeline-single-column.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
  padding-left: 72px;
  padding-right: 0;
}

/* line 29683, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline.timeline-single-column.timeline .timeline-item .timeline-event {
  width: 100%;
}

/* line 29685, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline.timeline-single-column.timeline .timeline-item > .timeline-event {
  float: right !important;
}

/* line 29687, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline.timeline-single-column.timeline .timeline-item > .timeline-event:before, .timeline.timeline-single-column.timeline .timeline-item > .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}

/* line 29690, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline.timeline-single-column.timeline .timeline-item > .timeline-event:before {
  left: -15px !important;
  border-right-width: 15px !important;
}

/* line 29693, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline.timeline-single-column.timeline .timeline-item > .timeline-event:after {
  left: -14px !important;
  border-right-width: 14px !important;
}

/* line 29696, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline.timeline-single-column.timeline .timeline-item:nth-of-type(even) {
  margin-top: 0;
}

/* line 29698, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline.timeline-single-column.timeline .timeline-item > .timeline-point {
  transform: translateX(-50%);
  left: 42px !important;
  margin-left: 0;
}

/* line 29702, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline.timeline-single-column.timeline:before {
  left: 42px;
  width: 0;
  margin-left: -1px;
}

/* line 29706, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline.timeline-single-column.timeline .timeline-label {
  transform: translateX(-50%);
  margin: 0 0 20px 42px;
}

/* line 29709, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline.timeline-single-column.timeline .timeline-label + .timeline-item + .timeline-item {
  margin-top: 0;
}

/* line 29711, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline.timeline-single-full-column.timeline {
  width: 100%;
  max-width: 100%;
}

/* line 29714, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline.timeline-line-solid:before {
  border-right-style: solid;
}

/* line 29716, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline.timeline-line-dotted:before {
  border-right-style: dotted;
}

/* line 29718, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline.timeline-line-dashed:before {
  border-right-style: dashed;
}

/* line 29720, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item {
  position: relative;
  float: left;
  clear: left;
  width: 50%;
  margin-bottom: 20px;
}

/* line 29726, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item:before, .timeline .timeline-item:after {
  content: "";
  display: table;
}

/* line 29729, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item:after {
  clear: both;
}

/* line 29731, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item:last-child {
  margin-bottom: 0 !important;
}

/* line 29733, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-right > .timeline-event {
  float: right !important;
}

/* line 29735, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-right > .timeline-event:before, .timeline .timeline-item.timeline-item-right > .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}

/* line 29738, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-right > .timeline-event:before {
  left: -15px !important;
  border-right-width: 15px !important;
}

/* line 29741, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-right > .timeline-event:after {
  left: -14px !important;
  border-right-width: 14px !important;
}

/* line 29744, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event {
  float: right !important;
}

/* line 29746, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before, .timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}

/* line 29749, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before {
  left: -15px !important;
  border-right-width: 15px !important;
}

/* line 29752, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
  left: -14px !important;
  border-right-width: 14px !important;
}

/* line 29755, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item > .timeline-event {
  background: #ffffff;
  border: 1px solid #8c8c8c;
  color: #172b4c;
  position: relative;
  float: left;
  border-radius: 3px;
}

/* line 29762, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item > .timeline-event:after {
  top: 11px;
  right: -14px;
  border-top: 14px solid transparent;
  border-left-width: 14px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 14px solid transparent;
  border-left-color: #ffffff;
  border-right-color: #ffffff;
}

/* line 29773, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item > .timeline-event:before {
  top: 10px;
  right: -15px;
  border-top: 15px solid transparent;
  border-left-width: 15px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 15px solid transparent;
  border-left-color: #8c8c8c;
  border-right-color: #8c8c8c;
}

/* line 29784, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item > .timeline-event.timeline-event-default {
  background: #ffffff;
  border: 1px solid #8c8c8c;
  color: #172b4c;
}

/* line 29788, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item > .timeline-event.timeline-event-default:before {
  border-left-color: #8c8c8c;
  border-right-color: #8c8c8c;
}

/* line 29791, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item > .timeline-event.timeline-event-default:after {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
}

/* line 29794, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item > .timeline-event.timeline-event-default * {
  color: inherit;
}

/* line 29796, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item > .timeline-event:before, .timeline .timeline-item > .timeline-event:after {
  content: "";
  display: inline-block;
  position: absolute;
}

/* line 29800, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item > .timeline-event .timeline-heading {
  padding: 0.75rem 1.25rem;
}

/* line 29802, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item > .timeline-event .timeline-heading .timeline-title {
  margin-bottom: 0;
}

/* line 29804, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item > .timeline-event .timeline-body {
  padding: 0.25rem 1.25rem;
}

/* line 29806, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item > .timeline-event .timeline-footer {
  padding: 0.75rem 1.25rem;
}

/* line 29808, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item > .timeline-event .timeline-footer a {
  cursor: pointer;
  text-decoration: none;
}

/* line 29811, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item > .timeline-event .timeline-heading p, .timeline .timeline-item > .timeline-event .timeline-body p, .timeline .timeline-item > .timeline-event .timeline-footer p, .timeline .timeline-item > .timeline-event .timeline-heading ul, .timeline .timeline-item > .timeline-event .timeline-body ul, .timeline .timeline-item > .timeline-event .timeline-footer ul {
  margin-bottom: 0;
}

/* line 29813, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item > .timeline-event .panel, .timeline .timeline-item > .timeline-event .table, .timeline .timeline-item > .timeline-event .blankslate {
  margin: 0;
  border: none;
  border-radius: inherit;
  overflow: hidden;
}

/* line 29818, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item > .timeline-event .table th {
  border-top: 0;
}

/* line 29820, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item > .timeline-point {
  top: 25px;
  color: #8c8c8c;
  background: #ffffff;
  right: -24px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: 12px;
  margin-right: 12px;
  position: absolute;
  z-index: 100;
  border-width: 2px;
  border-style: solid;
  border-radius: 100%;
  line-height: 20px;
  text-align: center;
}

/* line 29837, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item > .timeline-point.timeline-point-blank {
  right: -12px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: 6px;
  margin-right: 6px;
  color: #8c8c8c;
  background: #8c8c8c;
}

/* line 29846, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item > .timeline-point.timeline-point-default {
  color: #8c8c8c;
  background: #ffffff;
}

/* line 29849, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item:nth-of-type(2) {
  margin-top: 40px;
}

/* line 29851, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-left {
  clear: both !important;
}

/* line 29853, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-right {
  clear: both !important;
  float: right;
}

/* line 29856, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-right > .timeline-point {
  left: -24px;
}

/* line 29858, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-right > .timeline-point.timeline-point-blank {
  left: -12px;
}

/* line 29860, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
  float: right;
  clear: right;
}

/* line 29863, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-point {
  left: -24px;
}

/* line 29865, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-point.timeline-point-blank {
  left: -12px;
}

/* line 29867, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event {
  float: right !important;
}

/* line 29869, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event:before, .timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}

/* line 29872, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event:before {
  left: -10px !important;
  border-right-width: 10px !important;
}

/* line 29875, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event:after {
  left: -9px !important;
  border-right-width: 9px !important;
}

/* line 29878, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event {
  float: right !important;
}

/* line 29880, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before, .timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}

/* line 29883, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before {
  left: -10px !important;
  border-right-width: 10px !important;
}

/* line 29886, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
  left: -9px !important;
  border-right-width: 9px !important;
}

/* line 29889, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:before {
  top: 4px;
  right: -10px;
  border-top: 10px solid transparent;
  border-left-width: 10px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 10px solid transparent;
}

/* line 29898, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:after {
  top: 5px;
  right: -9px;
  border-top: 9px solid transparent;
  border-left-width: 9px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 9px solid transparent;
}

/* line 29907, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-arrow-sm > .timeline-point {
  top: 14px;
}

/* line 29909, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-arrow-md.timeline-item-right > .timeline-event {
  float: right !important;
}

/* line 29911, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-arrow-md.timeline-item-right > .timeline-event:before, .timeline .timeline-item.timeline-item-arrow-md.timeline-item-right > .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}

/* line 29914, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-arrow-md.timeline-item-right > .timeline-event:before {
  left: -15px !important;
  border-right-width: 15px !important;
}

/* line 29917, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-arrow-md.timeline-item-right > .timeline-event:after {
  left: -14px !important;
  border-right-width: 14px !important;
}

/* line 29920, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left) > .timeline-event {
  float: right !important;
}

/* line 29922, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before, .timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}

/* line 29925, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before {
  left: -15px !important;
  border-right-width: 15px !important;
}

/* line 29928, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
  left: -14px !important;
  border-right-width: 14px !important;
}

/* line 29931, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:before {
  top: 10px;
  right: -15px;
  border-top: 15px solid transparent;
  border-left-width: 15px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 15px solid transparent;
}

/* line 29940, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-arrow-md > .timeline-event :after {
  top: 11px;
  right: -14px;
  border-top: 14px solid transparent;
  border-left-width: 14px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 14px solid transparent;
}

/* line 29949, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-arrow-md > .timeline-point {
  top: 25px;
}

/* line 29951, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right > .timeline-event {
  float: right !important;
}

/* line 29953, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right > .timeline-event:before, .timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right > .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}

/* line 29956, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right > .timeline-event:before {
  left: -18px !important;
  border-right-width: 18px !important;
}

/* line 29959, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right > .timeline-event:after {
  left: -17px !important;
  border-right-width: 17px !important;
}

/* line 29962, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left) > .timeline-event {
  float: right !important;
}

/* line 29964, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before, .timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}

/* line 29967, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before {
  left: -18px !important;
  border-right-width: 18px !important;
}

/* line 29970, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
  left: -17px !important;
  border-right-width: 17px !important;
}

/* line 29973, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:before {
  top: 10px;
  right: -18px;
  border-top: 18px solid transparent;
  border-left-width: 18px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 18px solid transparent;
}

/* line 29982, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event :after {
  top: 11px;
  right: -17px;
  border-top: 17px solid transparent;
  border-left-width: 17px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 17px solid transparent;
}

/* line 29991, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-item.timeline-item-arrow-lg > .timeline-point {
  top: 28px;
}

/* line 29993, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-label {
  position: relative;
  float: left;
  clear: left;
  margin-bottom: 20px;
  top: 1px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center;
}

/* line 30004, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-label:before, .timeline .timeline-label:after {
  content: "";
  display: table;
}

/* line 30007, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-label:after {
  clear: both;
}

/* line 30009, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-label:last-child {
  margin-bottom: 0 !important;
}

/* line 30011, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-label + .timeline-item {
  margin-top: 0;
}

/* line 30013, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-label + .timeline-item + .timeline-item {
  margin-top: 40px;
}

/* line 30015, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline .timeline-label .label-default {
  background-color: #8c8c8c;
}

/* line 30018, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline-single-column.timeline .timeline-item > .timeline-event {
  float: right !important;
}

/* line 30020, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline-single-column.timeline .timeline-item > .timeline-event:before, .timeline-single-column.timeline .timeline-item > .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}

/* line 30023, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline-single-column.timeline .timeline-item > .timeline-event:before {
  left: -15px !important;
  border-right-width: 15px !important;
}

/* line 30026, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline-single-column.timeline .timeline-item > .timeline-event:after {
  left: -14px !important;
  border-right-width: 14px !important;
}

/* line 30029, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event {
  float: right !important;
}

/* line 30031, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:before, .timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}

/* line 30034, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:before {
  left: -10px !important;
  border-right-width: 10px !important;
}

/* line 30037, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:after {
  left: -9px !important;
  border-right-width: 9px !important;
}

/* line 30040, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-md > .timeline-event {
  float: right !important;
}

/* line 30042, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:before, .timeline-single-column.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}

/* line 30045, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:before {
  left: -15px !important;
  border-right-width: 15px !important;
}

/* line 30048, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:after {
  left: -14px !important;
  border-right-width: 14px !important;
}

/* line 30051, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event {
  float: right !important;
}

/* line 30053, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:before, .timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}

/* line 30056, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:before {
  left: -18px !important;
  border-right-width: 18px !important;
}

/* line 30059, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:after {
  left: -17px !important;
  border-right-width: 17px !important;
}

@media (max-width: 767px) {
  /* line 30064, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .timeline.timeline {
    width: 100%;
    max-width: 100%;
  }
  /* line 30067, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .timeline.timeline .timeline-item {
    padding-left: 72px;
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 30072, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .timeline.timeline .timeline-item.timeline-item-right, .timeline.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
    padding-left: 72px;
    padding-right: 0;
  }
  /* line 30075, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .timeline.timeline .timeline-item .timeline-event {
    width: 100%;
  }
  /* line 30077, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .timeline.timeline .timeline-item > .timeline-event {
    float: right !important;
  }
  /* line 30079, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .timeline.timeline .timeline-item > .timeline-event:before, .timeline.timeline .timeline-item > .timeline-event:after {
    right: auto !important;
    border-left-width: 0 !important;
  }
  /* line 30082, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .timeline.timeline .timeline-item > .timeline-event:before {
    left: -15px !important;
    border-right-width: 15px !important;
  }
  /* line 30085, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .timeline.timeline .timeline-item > .timeline-event:after {
    left: -14px !important;
    border-right-width: 14px !important;
  }
  /* line 30088, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .timeline.timeline .timeline-item:nth-of-type(even) {
    margin-top: 0;
  }
  /* line 30090, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .timeline.timeline .timeline-item > .timeline-point {
    transform: translateX(-50%);
    left: 42px !important;
    margin-left: 0;
  }
  /* line 30094, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .timeline.timeline:before {
    left: 42px;
    width: 0;
    margin-left: -1px;
  }
  /* line 30098, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .timeline.timeline .timeline-label {
    transform: translateX(-50%);
    margin: 0 0 20px 42px;
  }
  /* line 30101, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .timeline.timeline .timeline-label + .timeline-item + .timeline-item {
    margin-top: 0;
  }
}

/* Animation Delay */
/* line 30104, app/assets/stylesheets/theme/css/dashboard_style.scss */
.d01 {
  animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}

/* line 30109, app/assets/stylesheets/theme/css/dashboard_style.scss */
.d02 {
  animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

/* line 30114, app/assets/stylesheets/theme/css/dashboard_style.scss */
.d03 {
  animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

/* line 30119, app/assets/stylesheets/theme/css/dashboard_style.scss */
.d04 {
  animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

/* line 30124, app/assets/stylesheets/theme/css/dashboard_style.scss */
.d05 {
  animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

/* line 30129, app/assets/stylesheets/theme/css/dashboard_style.scss */
.d06 {
  animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

/* line 30134, app/assets/stylesheets/theme/css/dashboard_style.scss */
.d07 {
  animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}

/* line 30139, app/assets/stylesheets/theme/css/dashboard_style.scss */
.d08 {
  animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}

/* line 30144, app/assets/stylesheets/theme/css/dashboard_style.scss */
.d09 {
  animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}

/* line 30149, app/assets/stylesheets/theme/css/dashboard_style.scss */
.d10 {
  animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

/* line 30154, app/assets/stylesheets/theme/css/dashboard_style.scss */
.d11 {
  animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
}

/* line 30159, app/assets/stylesheets/theme/css/dashboard_style.scss */
.d12 {
  animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

/* line 30164, app/assets/stylesheets/theme/css/dashboard_style.scss */
.d13 {
  animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
}

/* line 30169, app/assets/stylesheets/theme/css/dashboard_style.scss */
.d14 {
  animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}

/* line 30174, app/assets/stylesheets/theme/css/dashboard_style.scss */
.d15 {
  animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}

/* line 30179, app/assets/stylesheets/theme/css/dashboard_style.scss */
.d16 {
  animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}

/* line 30184, app/assets/stylesheets/theme/css/dashboard_style.scss */
.d17 {
  animation-delay: 1.7s;
  -moz-animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
}

/* line 30189, app/assets/stylesheets/theme/css/dashboard_style.scss */
.d18 {
  animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}

/* line 30194, app/assets/stylesheets/theme/css/dashboard_style.scss */
.d19 {
  animation-delay: 1.9s;
  -moz-animation-delay: 1.9s;
  -webkit-animation-delay: 1.9s;
}

/* line 30199, app/assets/stylesheets/theme/css/dashboard_style.scss */
.d21 {
  animation-delay: 2.1s;
  -moz-animation-delay: 2.1s;
  -webkit-animation-delay: 2.1s;
}

/* line 30204, app/assets/stylesheets/theme/css/dashboard_style.scss */
.d26 {
  animation-delay: 2.6s;
  -moz-animation-delay: 2.6s;
  -webkit-animation-delay: 2.6s;
}

/* line 30209, app/assets/stylesheets/theme/css/dashboard_style.scss */
.t14 {
  animation-duration: 1.4s !important;
}

/* line 30212, app/assets/stylesheets/theme/css/dashboard_style.scss */
.t24 {
  animation-duration: 2.4s !important;
}

/*Animation ends*/
/* line 30216, app/assets/stylesheets/theme/css/dashboard_style.scss */
.anim, .anima {
  opacity: 0;
}

/* line 30219, app/assets/stylesheets/theme/css/dashboard_style.scss */
.anim.animated, .anima.animated {
  opacity: 1;
}

/* line 30222, app/assets/stylesheets/theme/css/dashboard_style.scss */
#timeline {
  list-style: none;
  position: relative;
  margin: 50px auto;
  width: 90%;
}

/* line 30227, app/assets/stylesheets/theme/css/dashboard_style.scss */
#timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #6993ff;
  left: 50%;
  margin-left: -1.5px;
}

/* line 30236, app/assets/stylesheets/theme/css/dashboard_style.scss */
#timeline .clearFix {
  clear: both;
  height: 0;
}

/* line 30239, app/assets/stylesheets/theme/css/dashboard_style.scss */
#timeline .timeline-badge {
  color: #ffffff;
  width: 25px;
  height: 25px;
  font-size: 1.2em;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -13px;
  background-color: #ffffff;
  z-index: 6;
  border-radius: 50%;
  border: 2px solid #6993ff;
}

/* line 30253, app/assets/stylesheets/theme/css/dashboard_style.scss */
#timeline .timeline-badge span.timeline-balloon-date-day {
  font-size: 1.4em;
}

/* line 30255, app/assets/stylesheets/theme/css/dashboard_style.scss */
#timeline .timeline-badge span.timeline-balloon-date-month {
  font-size: .7em;
  position: relative;
  top: -10px;
}

/* line 30259, app/assets/stylesheets/theme/css/dashboard_style.scss */
#timeline .timeline-badge .timeline-filter-movement {
  background-color: #ffffff;
  font-size: 1.7em;
  height: 35px;
  margin-left: -18px;
  width: 35px;
  top: 40px;
}

/* line 30266, app/assets/stylesheets/theme/css/dashboard_style.scss */
#timeline .timeline-badge .timeline-filter-movement a span {
  color: #6993ff;
  font-size: 1.3em;
  top: -1px;
}

/* line 30270, app/assets/stylesheets/theme/css/dashboard_style.scss */
#timeline .timeline-badge .timeline-future-movement {
  background-color: #ffffff;
  height: 120px;
  width: 120px;
  font-size: 1.7em;
  top: -16px;
  margin-left: -60px;
  border: 2px solid #6993ff;
}

/* line 30278, app/assets/stylesheets/theme/css/dashboard_style.scss */
#timeline .timeline-badge .timeline-future-movement a span {
  color: #6993ff;
  font-size: .9em;
  top: 0;
  left: 1px;
}

/* line 30283, app/assets/stylesheets/theme/css/dashboard_style.scss */
#timeline .timeline-badge .timeline-future-movement p {
  color: #6993ff;
  position: absolute;
  top: 40px;
  left: 32px;
}

/* line 30288, app/assets/stylesheets/theme/css/dashboard_style.scss */
#timeline .timeline-movement {
  position: relative;
  margin-bottom: 10rem;
}

/* line 30291, app/assets/stylesheets/theme/css/dashboard_style.scss */
#timeline .timeline-movement.timeline-movement-top {
  height: 60px;
}

/* line 30293, app/assets/stylesheets/theme/css/dashboard_style.scss */
#timeline .timeline-movement .timeline-item .timeline-panel {
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  background-color: #ffffff;
  color: #666666;
  padding: 10px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

/* line 30302, app/assets/stylesheets/theme/css/dashboard_style.scss */
#timeline .timeline-movement .timeline-item .timeline-panel .timeline-panel-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 30306, app/assets/stylesheets/theme/css/dashboard_style.scss */
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul .lefting-wrap {
  float: right;
  width: 30%;
  height: 130px;
  background-color: #f3f6f9;
}

/* line 30311, app/assets/stylesheets/theme/css/dashboard_style.scss */
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul .righting-wrap {
  float: left;
  width: 70%;
  height: 130px;
  padding: 0 12px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 30319, app/assets/stylesheets/theme/css/dashboard_style.scss */
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li {
  color: #666666;
  width: 100%;
}

/* line 30322, app/assets/stylesheets/theme/css/dashboard_style.scss */
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li.img-wraping a img {
  width: 100%;
  height: 130px;
}

/* line 30325, app/assets/stylesheets/theme/css/dashboard_style.scss */
#timeline .timeline-movement .timeline-item .timeline-panel.credits .timeline-panel-ul li a.importo {
  font-size: 1.3em;
  font-weight: 600;
}

/* line 30328, app/assets/stylesheets/theme/css/dashboard_style.scss */
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul {
  text-align: left;
}

/* line 30330, app/assets/stylesheets/theme/css/dashboard_style.scss */
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul .lefting-wrap {
  float: left;
  width: 30%;
  height: 130px;
  background-color: #f3f6f9;
}

/* line 30335, app/assets/stylesheets/theme/css/dashboard_style.scss */
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul .righting-wrap {
  float: right;
  width: 70%;
  height: 130px;
  padding: 0 0 0 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 30343, app/assets/stylesheets/theme/css/dashboard_style.scss */
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul li {
  color: #666666;
  width: 100%;
}

/* line 30346, app/assets/stylesheets/theme/css/dashboard_style.scss */
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul li.img-wraping {
  width: 100%;
}

/* line 30348, app/assets/stylesheets/theme/css/dashboard_style.scss */
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul li.img-wraping a img {
  width: 100%;
  height: 130px;
}

/* line 30351, app/assets/stylesheets/theme/css/dashboard_style.scss */
#timeline .timeline-movement .timeline-item .timeline-panel.debits .timeline-panel-ul li a.importo {
  font-size: 1.3em;
  font-weight: 600;
}

/* line 30355, app/assets/stylesheets/theme/css/dashboard_style.scss */
.clear {
  clear: both;
}

/*timeline5*/
/* line 30359, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline5 {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* line 30363, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline5:before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
}

/* line 30370, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline__group {
  position: relative;
}

/* line 30372, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline__group:not(:first-of-type) {
  margin-top: 4rem;
}

/* line 30375, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline__year {
  padding: .5rem 1.5rem;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 30382, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline__box {
  position: relative;
}

/* line 30384, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline__box:not(:last-of-type) {
  margin-bottom: 10px;
}

/* line 30386, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline__box:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  z-index: 1;
}

/* line 30394, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline__date {
  min-width: 80px;
  position: absolute;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  padding: .5rem 1.5rem;
  text-align: center;
  color: #ffffff;
}

/* line 30404, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline__day {
  font-size: 2rem;
  font-weight: 700;
  display: block;
}

/* line 30409, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline__month {
  display: block;
  font-size: .8em;
  text-transform: uppercase;
}

/* line 30414, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline__post {
  padding: 1.5rem 2rem;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  background-color: #ffffff;
  z-index: 1;
  position: relative;
}

@media screen and (min-width: 641px) {
  /* line 30423, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .timeline5:before {
    left: 38px;
  }
  /* line 30426, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .timeline__group {
    padding-top: 55px;
  }
  /* line 30429, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .timeline__box {
    padding-left: 105px;
  }
  /* line 30431, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .timeline__box:before {
    top: 50%;
    transform: translateY(-50%);
  }
  /* line 30435, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .timeline__date {
    top: 50%;
    margin-top: -38px;
  }
}

@media screen and (max-width: 640px) {
  /* line 30439, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .timeline5:before {
    left: 0;
  }
  /* line 30442, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .timeline__group {
    padding-top: 40px;
  }
  /* line 30445, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .timeline__box {
    padding-left: 20px;
    padding-top: 70px;
  }
  /* line 30448, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .timeline__box:before {
    top: 90px;
  }
  /* line 30451, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .timeline__date {
    top: 0;
  }
}

/* line 30453, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline5 {
  font-size: 1.143rem;
}

/*timeline6*/
/* line 30457, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline6 {
  position: relative;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

/* line 30462, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline6:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #f3f6f9;
  left: 33px;
  margin: 0;
  border-radius: 2px;
}

/* line 30472, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline6 > li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
}

/* line 30476, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline6 > li:after, .timeline6 > li:before {
  content: " ";
  display: table;
}

/* line 30479, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline6 > li > .timeline-item {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(142, 139, 133, 0.32);
  box-shadow: 0px 0px 5px 0px rgba(142, 139, 133, 0.32);
  border-radius: 5px;
  margin-top: 0;
  background: #f3f6f9;
  color: #172b4c;
  margin-left: 60px;
  margin-right: 15px;
  padding: 0;
  position: relative;
}

/* line 30490, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline6 > li > .timeline-item > .time {
  float: right;
  padding: 1.25rem;
}

/* line 30493, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline6 > li > .timeline-item > .timeline-header {
  margin: 0;
  color: #172b4c;
  border-bottom: 1px solid #f3f6f9;
  padding: 1.25rem;
  line-height: 1.1;
}

/* line 30499, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline6 > li > .timeline-item > .timeline-header > a {
  font-weight: 600;
}

/* line 30501, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline6 > li > .timeline-item > .timeline-body, .timeline6 > li > .timeline-item > .timeline-footer {
  padding: 1.25rem;
}

/* line 30503, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline6 > li > .fa, .timeline6 > li > .glyphicon, .timeline6 > li > .ion, .timeline6 > li > i {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  left: 18px;
  top: 0;
}

/* line 30513, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline6 > .time-label > span {
  font-weight: 600;
  padding: 5px 10px;
  display: inline-block;
  border-radius: 5px;
}

/* line 30518, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline6.timeline-inverse > li > .timeline-item {
  background: #f3f6f9;
  border: 1px solid #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 30523, app/assets/stylesheets/theme/css/dashboard_style.scss */
.timeline6.timeline-inverse > li > .timeline-item > .timeline-header {
  border-bottom-color: #f3f6f9;
}

/* horizontal-timeline */
/* line 30527, app/assets/stylesheets/theme/css/dashboard_style.scss */
.cd-horizontal-timeline .timeline {
  padding: 20px 0 20px;
}

/* line 30529, app/assets/stylesheets/theme/css/dashboard_style.scss */
.cd-horizontal-timeline .timeline:before, .cd-horizontal-timeline .timeline:after {
  display: none;
}

/*Button*/
/* line 30533, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn {
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  cursor: pointer;
  line-height: inherit;
  padding: 8px 16px;
  font-size: 1.1rem;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

/* line 30546, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn.btn-flat {
  border-radius: 5px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
}

/* line 30552, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 30556, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 30560, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn:hover {
  cursor: pointer;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.1), 0 4px 23px 0 rgba(0, 0, 0, 0.1), 0 8px 10px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.1), 0 4px 23px 0 rgba(0, 0, 0, 0.1), 0 8px 10px -5px rgba(0, 0, 0, 0.1);
}

/* line 30572, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn[class*=bg-gradient-] {
  color: #ffffff;
  border: none;
}

/* line 30575, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn[class*=btn-outline-] {
  border-color: #f3f6f9;
}

/* line 30577, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn.btn-outline {
  border-color: #f3f6f9;
  color: #172b4c;
}

/* line 30580, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn.btn-file {
  position: relative;
  overflow: hidden;
}

/* line 30583, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn.btn-file > input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: 0;
  background: #ffffff;
  cursor: inherit;
  display: block;
}

/* line 30597, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn[class*=bg-]:hover {
  -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}

/* line 30600, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn.dropdown-toggle:after {
  display: none;
}

/* line 30603, app/assets/stylesheets/theme/css/dashboard_style.scss */
a.btn {
  text-decoration: none !important;
}

/* line 30606, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-icon-circle {
  width: 45px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  border-radius: 100%;
}

/* line 30612, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-icon-circle.btn-lg {
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  border-radius: 100%;
}

/* line 30618, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-icon-circle.btn-md {
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border-radius: 100%;
}

/* line 30624, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-icon-circle.btn-sm {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border-radius: 100%;
}

/* line 30630, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-icon-circle.btn-xs {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  border-radius: 100%;
}

/* line 30637, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-rounded {
  border-radius: 60px;
}

/* line 30640, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-circle {
  width: 45px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  border-radius: 100%;
}

/* line 30646, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-circle.btn-lg {
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  border-radius: 100%;
}

/* line 30652, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-circle.btn-md {
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border-radius: 100%;
}

/* line 30658, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-circle.btn-sm {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border-radius: 100%;
}

/* line 30664, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-circle.btn-xs {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  border-radius: 100%;
}

/* line 30671, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-group-vertical {
  display: -ms-inline-block;
  display: inline-block;
}

/* line 30674, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-group-vertical > .btn:first-child:not(:last-child), .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-radius: 4px;
}

/* line 30676, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-group-vertical .btn.btn-flat:first-of-type, .btn-group-vertical .btn.btn-flat:last-of-type {
  border-radius: 0;
}

/* line 30678, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-group-vertical .btn.dropdown-toggle:after {
  display: none;
}

/* line 30681, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wysihtml5-toolbar .btn-group {
  display: -ms-inline-block;
  display: inline-block;
}

/* line 30684, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wysihtml5-toolbar .btn-default {
  background-color: #ffffff;
}

/* line 30686, app/assets/stylesheets/theme/css/dashboard_style.scss */
.wysihtml5-toolbar.btn.dropdown-toggle:after {
  display: inline-block;
}

/* line 30689, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-app {
  text-align: center;
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  font-size: 0.8571rem;
  overflow: visible;
}

/* line 30698, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-app .badge {
  font-size: 100%;
  position: absolute;
  top: -3px;
  right: -10px;
  font-weight: 300;
}

/* line 30704, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-app > i {
  font-size: 1.429rem;
  display: block;
}

/* line 30707, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-app:hover {
  background: #f3f6f9;
  color: #172b4c;
  border-color: #595959;
}

/* line 30711, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-app:focus, .btn-app:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 30716, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 0.8571rem;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 30722, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-default {
  background-color: #e6e6e6;
  color: #172b4c;
  border-color: #999999;
}

/* line 30726, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-default.hover, .btn-default:active, .btn-default:hover {
  background-color: #cccccc;
}

/* line 30729, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 30733, app/assets/stylesheets/theme/css/dashboard_style.scss */
button.btn.dropdown-toggle:after {
  display: inline-block;
}

/* line 30736, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dropdown-toggle.no-caret:after {
  display: none;
}

/* line 30738, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dropdown-toggle.no-caret.no-caret:after {
  display: none;
}

/* line 30741, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: 0 0;
  color: #2f579a;
  cursor: pointer;
}

/* line 30747, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-box-tool:hover, .btn-box-tool .show .btn-box-tool {
  color: #172b4c;
}

/* line 30749, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-box-tool.btn:active {
  box-shadow: none;
}

/* line 30752, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-bold {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8571rem;
}

/* line 30757, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-group-sm > .btn {
  font-size: 0.7143rem;
  padding: 4px 12px;
}

/* line 30761, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-sm {
  padding: .375rem .75rem;
  font-size: .925rem;
  line-height: 1.35;
}

/* line 30766, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-group-lg > .btn {
  font-size: 1.286rem;
  padding: 18px 32px;
}

/* line 30770, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-lg {
  font-size: 1.286rem;
  padding: 18px 32px;
}

/* line 30774, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-md {
  font-size: 1rem;
  padding: 6px 16px;
}

/* line 30778, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-w-xs {
  width: 85px;
}

/* line 30781, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-w-sm {
  width: 100px;
}

/* line 30784, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-w-md {
  width: 120px;
}

/* line 30787, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-w-lg {
  width: 145px;
}

/* line 30790, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-w-xl {
  width: 180px;
}

/* line 30793, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-round {
  border-radius: 10rem;
}

/* line 30796, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-square {
  padding: 5px;
  width: 36px;
  height: 36px;
}

/* line 30800, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-square.btn-lg {
  width: 48px;
  height: 48px;
}

/* line 30803, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-square.btn-sm {
  width: 29px;
  height: 29px;
}

/* line 30806, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-square.btn-xs {
  width: 24px;
  height: 24px;
}

/* line 30810, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-link {
  font-weight: 500;
  background-color: #f3f6f9;
  border-color: #f3f6f9;
  color: #172b4c;
}

/* line 30815, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-link:hover, .btn-link:focus {
  text-decoration: none;
  color: #172b4c;
}

/* line 30819, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #ffffff;
}

/* line 30823, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-facebook:hover, .btn-facebook:active, .btn-facebook.active {
  background-color: #2d4373;
  border-color: #2d4373;
  color: #ffffff !important;
}

/* line 30827, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-facebook:focus, .btn-facebook.focus {
  color: #ffffff !important;
}

/* line 30829, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-facebook.disabled, .btn-facebook:disabled {
  opacity: 0.5;
}

/* line 30831, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-facebook:active, .btn-facebook.active {
  background-color: #2d4373;
  border-color: #2d4373;
}

/* line 30834, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-facebook.btn-outline {
  background-color: transparent;
  border-color: #3b5998;
  color: #3b5998;
}

/* line 30838, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-facebook.btn-outline:hover, .btn-facebook.btn-outline:active, .btn-facebook.btn-outline.active {
  background-color: #2d4373;
  border-color: #2d4373;
  color: #ffffff;
}

/* line 30843, app/assets/stylesheets/theme/css/dashboard_style.scss */
.show > .btn-facebook.dropdown-toggle, .show > .btn-outline.btn-facebook.dropdown-toggle {
  background-color: #2d4373;
  border-color: #2d4373;
  color: #ffffff;
}

/* line 30848, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-google {
  background-color: #dd4b39;
  border-color: #dd4b39;
  color: #ffffff;
}

/* line 30852, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-google:hover, .btn-google:active, .btn-google.active {
  background-color: #c23321;
  border-color: #c23321;
  color: #ffffff !important;
}

/* line 30856, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-google:focus, .btn-google.focus {
  color: #ffffff !important;
}

/* line 30858, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-google.disabled, .btn-google:disabled {
  opacity: 0.5;
}

/* line 30860, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-google:active, .btn-google.active {
  background-color: #c23321;
  border-color: #c23321;
}

/* line 30863, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-google.btn-outline {
  background-color: transparent;
  border-color: #dd4b39;
  color: #dd4b39;
}

/* line 30867, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-google.btn-outline:hover, .btn-google.btn-outline:active, .btn-google.btn-outline.active {
  background-color: #c23321;
  border-color: #c23321;
  color: #ffffff;
}

/* line 30872, app/assets/stylesheets/theme/css/dashboard_style.scss */
.show > .btn-google.dropdown-toggle, .show > .btn-outline.btn-google.dropdown-toggle {
  background-color: #c23321;
  border-color: #c23321;
  color: #ffffff;
}

/* line 30877, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: #ffffff;
}

/* line 30881, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-twitter:hover, .btn-twitter:active, .btn-twitter.active {
  background-color: #0c85d0;
  border-color: #0c85d0;
  color: #ffffff !important;
}

/* line 30885, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-twitter:focus, .btn-twitter.focus {
  color: #ffffff !important;
}

/* line 30887, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-twitter.disabled, .btn-twitter:disabled {
  opacity: 0.5;
}

/* line 30889, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-twitter:active, .btn-twitter.active {
  background-color: #0c85d0;
  border-color: #0c85d0;
}

/* line 30892, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-twitter.btn-outline {
  background-color: transparent;
  border-color: #1da1f2;
  color: #1da1f2;
}

/* line 30896, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-twitter.btn-outline:hover, .btn-twitter.btn-outline:active, .btn-twitter.btn-outline.active {
  background-color: #0c85d0;
  border-color: #0c85d0;
  color: #ffffff;
}

/* line 30901, app/assets/stylesheets/theme/css/dashboard_style.scss */
.show > .btn-twitter.dropdown-toggle, .show > .btn-outline.btn-twitter.dropdown-toggle {
  background-color: #0c85d0;
  border-color: #0c85d0;
  color: #ffffff;
}

/* line 30906, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
  color: #ffffff;
}

/* line 30910, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-linkedin:hover, .btn-linkedin:active, .btn-linkedin.active {
  background-color: #005582;
  border-color: #005582;
  color: #ffffff !important;
}

/* line 30914, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-linkedin:focus, .btn-linkedin.focus {
  color: #ffffff !important;
}

/* line 30916, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-linkedin.disabled, .btn-linkedin:disabled {
  opacity: 0.5;
}

/* line 30918, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-linkedin:active, .btn-linkedin.active {
  background-color: #005582;
  border-color: #005582;
}

/* line 30921, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-linkedin.btn-outline {
  background-color: transparent;
  border-color: #0077b5;
  color: #0077b5;
}

/* line 30925, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-linkedin.btn-outline:hover, .btn-linkedin.btn-outline:active, .btn-linkedin.btn-outline.active {
  background-color: #005582;
  border-color: #005582;
  color: #ffffff;
}

/* line 30930, app/assets/stylesheets/theme/css/dashboard_style.scss */
.show > .btn-linkedin.dropdown-toggle, .show > .btn-outline.btn-linkedin.dropdown-toggle {
  background-color: #005582;
  border-color: #005582;
  color: #ffffff;
}

/* line 30935, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
  color: #ffffff;
}

/* line 30939, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-pinterest:hover, .btn-pinterest:active, .btn-pinterest.active {
  background-color: #8c0615;
  border-color: #8c0615;
  color: #ffffff !important;
}

/* line 30943, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-pinterest:focus, .btn-pinterest.focus {
  color: #ffffff !important;
}

/* line 30945, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-pinterest.disabled, .btn-pinterest:disabled {
  opacity: 0.5;
}

/* line 30947, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-pinterest:active, .btn-pinterest.active {
  background-color: #8c0615;
  border-color: #8c0615;
}

/* line 30950, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-pinterest.btn-outline {
  background-color: transparent;
  border-color: #bd081c;
  color: #bd081c;
}

/* line 30954, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-pinterest.btn-outline:hover, .btn-pinterest.btn-outline:active, .btn-pinterest.btn-outline.active {
  background-color: #8c0615;
  border-color: #8c0615;
  color: #ffffff;
}

/* line 30959, app/assets/stylesheets/theme/css/dashboard_style.scss */
.show > .btn-pinterest.dropdown-toggle, .show > .btn-outline.btn-pinterest.dropdown-toggle {
  background-color: #8c0615;
  border-color: #8c0615;
  color: #ffffff;
}

/* line 30964, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-git {
  background-color: #6cc644;
  border-color: #6cc644;
  color: #ffffff;
}

/* line 30968, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-git:hover, .btn-git:active, .btn-git.active {
  background-color: #55a532;
  border-color: #55a532;
  color: #ffffff !important;
}

/* line 30972, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-git:focus, .btn-git.focus {
  color: #ffffff !important;
}

/* line 30974, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-git.disabled, .btn-git:disabled {
  opacity: 0.5;
}

/* line 30976, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-git:active, .btn-git.active {
  background-color: #55a532;
  border-color: #55a532;
}

/* line 30979, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-git.btn-outline {
  background-color: transparent;
  border-color: #6cc644;
  color: #6cc644;
}

/* line 30983, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-git.btn-outline:hover, .btn-git.btn-outline:active, .btn-git.btn-outline.active {
  background-color: #55a532;
  border-color: #55a532;
  color: #ffffff;
}

/* line 30988, app/assets/stylesheets/theme/css/dashboard_style.scss */
.show > .btn-git.dropdown-toggle, .show > .btn-outline.btn-git.dropdown-toggle {
  background-color: #55a532;
  border-color: #55a532;
  color: #ffffff;
}

/* line 30993, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-tumblr {
  background-color: #35465c;
  border-color: #35465c;
  color: #ffffff;
}

/* line 30997, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-tumblr:hover, .btn-tumblr:active, .btn-tumblr.active {
  background-color: #222d3c;
  border-color: #222d3c;
  color: #ffffff !important;
}

/* line 31001, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-tumblr:focus, .btn-tumblr.focus {
  color: #ffffff !important;
}

/* line 31003, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-tumblr.disabled, .btn-tumblr:disabled {
  opacity: 0.5;
}

/* line 31005, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-tumblr:active, .btn-tumblr.active {
  background-color: #222d3c;
  border-color: #222d3c;
}

/* line 31008, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-tumblr.btn-outline {
  background-color: transparent;
  border-color: #35465c;
  color: #35465c;
}

/* line 31012, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-tumblr.btn-outline:hover, .btn-tumblr.btn-outline:active, .btn-tumblr.btn-outline.active {
  background-color: #222d3c;
  border-color: #222d3c;
  color: #ffffff;
}

/* line 31017, app/assets/stylesheets/theme/css/dashboard_style.scss */
.show > .btn-tumblr.dropdown-toggle, .show > .btn-outline.btn-tumblr.dropdown-toggle {
  background-color: #222d3c;
  border-color: #222d3c;
  color: #ffffff;
}

/* line 31022, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-vimeo {
  background-color: #1ab7ea;
  border-color: #1ab7ea;
  color: #ffffff;
}

/* line 31026, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-vimeo:hover, .btn-vimeo:active, .btn-vimeo.active {
  background-color: #1295bf;
  border-color: #1295bf;
  color: #ffffff !important;
}

/* line 31030, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-vimeo:focus, .btn-vimeo.focus {
  color: #ffffff !important;
}

/* line 31032, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-vimeo.disabled, .btn-vimeo:disabled {
  opacity: 0.5;
}

/* line 31034, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-vimeo:active, .btn-vimeo.active {
  background-color: #1295bf;
  border-color: #1295bf;
}

/* line 31037, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-vimeo.btn-outline {
  background-color: transparent;
  border-color: #1ab7ea;
  color: #1ab7ea;
}

/* line 31041, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-vimeo.btn-outline:hover, .btn-vimeo.btn-outline:active, .btn-vimeo.btn-outline.active {
  background-color: #1295bf;
  border-color: #1295bf;
  color: #ffffff;
}

/* line 31046, app/assets/stylesheets/theme/css/dashboard_style.scss */
.show > .btn-vimeo.dropdown-toggle, .show > .btn-outline.btn-vimeo.dropdown-toggle {
  background-color: #1295bf;
  border-color: #1295bf;
  color: #ffffff;
}

/* line 31051, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-youtube {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #ffffff;
}

/* line 31055, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-youtube:hover, .btn-youtube:active, .btn-youtube.active {
  background-color: #cc0000;
  border-color: #cc0000;
  color: #ffffff !important;
}

/* line 31059, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-youtube:focus, .btn-youtube.focus {
  color: #ffffff !important;
}

/* line 31061, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-youtube.disabled, .btn-youtube:disabled {
  opacity: 0.5;
}

/* line 31063, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-youtube:active, .btn-youtube.active {
  background-color: #cc0000;
  border-color: #cc0000;
}

/* line 31066, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-youtube.btn-outline {
  background-color: transparent;
  border-color: #ff0000;
  color: #ff0000;
}

/* line 31070, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-youtube.btn-outline:hover, .btn-youtube.btn-outline:active, .btn-youtube.btn-outline.active {
  background-color: #cc0000;
  border-color: #cc0000;
  color: #ffffff;
}

/* line 31075, app/assets/stylesheets/theme/css/dashboard_style.scss */
.show > .btn-youtube.dropdown-toggle, .show > .btn-outline.btn-youtube.dropdown-toggle {
  background-color: #cc0000;
  border-color: #cc0000;
  color: #ffffff;
}

/* line 31080, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-flickr {
  background-color: #ff0084;
  border-color: #ff0084;
  color: #ffffff;
}

/* line 31084, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-flickr:hover, .btn-flickr:active, .btn-flickr.active {
  background-color: #cc006a;
  border-color: #cc006a;
  color: #ffffff !important;
}

/* line 31088, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-flickr:focus, .btn-flickr.focus {
  color: #ffffff !important;
}

/* line 31090, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-flickr.disabled, .btn-flickr:disabled {
  opacity: 0.5;
}

/* line 31092, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-flickr:active, .btn-flickr.active {
  background-color: #cc006a;
  border-color: #cc006a;
}

/* line 31095, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-flickr.btn-outline {
  background-color: transparent;
  border-color: #ff0084;
  color: #ff0084;
}

/* line 31099, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-flickr.btn-outline:hover, .btn-flickr.btn-outline:active, .btn-flickr.btn-outline.active {
  background-color: #cc006a;
  border-color: #cc006a;
  color: #ffffff;
}

/* line 31104, app/assets/stylesheets/theme/css/dashboard_style.scss */
.show > .btn-flickr.dropdown-toggle, .show > .btn-outline.btn-flickr.dropdown-toggle {
  background-color: #cc006a;
  border-color: #cc006a;
  color: #ffffff;
}

/* line 31109, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-reddit {
  background-color: #ff4500;
  border-color: #ff4500;
  color: #ffffff;
}

/* line 31113, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-reddit:hover, .btn-reddit:active, .btn-reddit.active {
  background-color: #cc3700;
  border-color: #cc3700;
  color: #ffffff !important;
}

/* line 31117, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-reddit:focus, .btn-reddit.focus {
  color: #ffffff !important;
}

/* line 31119, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-reddit.disabled, .btn-reddit:disabled {
  opacity: 0.5;
}

/* line 31121, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-reddit:active, .btn-reddit.active {
  background-color: #cc3700;
  border-color: #cc3700;
}

/* line 31124, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-reddit.btn-outline {
  background-color: transparent;
  border-color: #ff4500;
  color: #ff4500;
}

/* line 31128, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-reddit.btn-outline:hover, .btn-reddit.btn-outline:active, .btn-reddit.btn-outline.active {
  background-color: #cc3700;
  border-color: #cc3700;
  color: #ffffff;
}

/* line 31133, app/assets/stylesheets/theme/css/dashboard_style.scss */
.show > .btn-reddit.dropdown-toggle, .show > .btn-outline.btn-reddit.dropdown-toggle {
  background-color: #cc3700;
  border-color: #cc3700;
  color: #ffffff;
}

/* line 31138, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-dribbble {
  background-color: #ea4c89;
  border-color: #ea4c89;
  color: #ffffff;
}

/* line 31142, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-dribbble:hover, .btn-dribbble:active, .btn-dribbble.active {
  background-color: #e51e6b;
  border-color: #e51e6b;
  color: #ffffff !important;
}

/* line 31146, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-dribbble:focus, .btn-dribbble.focus {
  color: #ffffff !important;
}

/* line 31148, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-dribbble.disabled, .btn-dribbble:disabled {
  opacity: 0.5;
}

/* line 31150, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-dribbble:active, .btn-dribbble.active {
  background-color: #e51e6b;
  border-color: #e51e6b;
}

/* line 31153, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-dribbble.btn-outline {
  background-color: transparent;
  border-color: #ea4c89;
  color: #ea4c89;
}

/* line 31157, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-dribbble.btn-outline:hover, .btn-dribbble.btn-outline:active, .btn-dribbble.btn-outline.active {
  background-color: #e51e6b;
  border-color: #e51e6b;
  color: #ffffff;
}

/* line 31162, app/assets/stylesheets/theme/css/dashboard_style.scss */
.show > .btn-dribbble.dropdown-toggle, .show > .btn-outline.btn-dribbble.dropdown-toggle {
  background-color: #e51e6b;
  border-color: #e51e6b;
  color: #ffffff;
}

/* line 31167, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-skype {
  background-color: #00aff0;
  border-color: #00aff0;
  color: #ffffff;
}

/* line 31171, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-skype:hover, .btn-skype:active, .btn-skype.active {
  background-color: #008abd;
  border-color: #008abd;
  color: #ffffff !important;
}

/* line 31175, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-skype:focus, .btn-skype.focus {
  color: #ffffff !important;
}

/* line 31177, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-skype.disabled, .btn-skype:disabled {
  opacity: 0.5;
}

/* line 31179, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-skype:active, .btn-skype.active {
  background-color: #008abd;
  border-color: #008abd;
}

/* line 31182, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-skype.btn-outline {
  background-color: transparent;
  border-color: #00aff0;
  color: #00aff0;
}

/* line 31186, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-skype.btn-outline:hover, .btn-skype.btn-outline:active, .btn-skype.btn-outline.active {
  background-color: #008abd;
  border-color: #008abd;
  color: #ffffff;
}

/* line 31191, app/assets/stylesheets/theme/css/dashboard_style.scss */
.show > .btn-skype.dropdown-toggle, .show > .btn-outline.btn-skype.dropdown-toggle {
  background-color: #008abd;
  border-color: #008abd;
  color: #ffffff;
}

/* line 31196, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-instagram {
  background-color: #e1306c;
  border-color: #e1306c;
  color: #ffffff;
}

/* line 31200, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-instagram:hover, .btn-instagram:active, .btn-instagram.active {
  background-color: #c21c54;
  border-color: #c21c54;
  color: #ffffff !important;
}

/* line 31204, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-instagram:focus, .btn-instagram.focus {
  color: #ffffff !important;
}

/* line 31206, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-instagram.disabled, .btn-instagram:disabled {
  opacity: 0.5;
}

/* line 31208, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-instagram:active, .btn-instagram.active {
  background-color: #c21c54;
  border-color: #c21c54;
}

/* line 31211, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-instagram.btn-outline {
  background-color: transparent;
  border-color: #e1306c;
  color: #e1306c;
}

/* line 31215, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-instagram.btn-outline:hover, .btn-instagram.btn-outline:active, .btn-instagram.btn-outline.active {
  background-color: #c21c54;
  border-color: #c21c54;
  color: #ffffff;
}

/* line 31220, app/assets/stylesheets/theme/css/dashboard_style.scss */
.show > .btn-instagram.dropdown-toggle, .show > .btn-outline.btn-instagram.dropdown-toggle {
  background-color: #c21c54;
  border-color: #c21c54;
  color: #ffffff;
}

/* line 31225, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-lastfm {
  background-color: #d51007;
  border-color: #d51007;
  color: #ffffff;
}

/* line 31229, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-lastfm:hover, .btn-lastfm:active, .btn-lastfm.active {
  background-color: #a40c05;
  border-color: #a40c05;
  color: #ffffff !important;
}

/* line 31233, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-lastfm:focus, .btn-lastfm.focus {
  color: #ffffff !important;
}

/* line 31235, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-lastfm.disabled, .btn-lastfm:disabled {
  opacity: 0.5;
}

/* line 31237, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-lastfm:active, .btn-lastfm.active {
  background-color: #a40c05;
  border-color: #a40c05;
}

/* line 31240, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-lastfm.btn-outline {
  background-color: transparent;
  border-color: #d51007;
  color: #d51007;
}

/* line 31244, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-lastfm.btn-outline:hover, .btn-lastfm.btn-outline:active, .btn-lastfm.btn-outline.active {
  background-color: #a40c05;
  border-color: #a40c05;
  color: #ffffff;
}

/* line 31249, app/assets/stylesheets/theme/css/dashboard_style.scss */
.show > .btn-lastfm.dropdown-toggle, .show > .btn-outline.btn-lastfm.dropdown-toggle {
  background-color: #a40c05;
  border-color: #a40c05;
  color: #ffffff;
}

/* line 31254, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-behance {
  background-color: #1769ff;
  border-color: #1769ff;
  color: #ffffff;
}

/* line 31258, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-behance:hover, .btn-behance:active, .btn-behance.active {
  background-color: #0050e3;
  border-color: #0050e3;
  color: #ffffff !important;
}

/* line 31262, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-behance:focus, .btn-behance.focus {
  color: #ffffff !important;
}

/* line 31264, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-behance.disabled, .btn-behance:disabled {
  opacity: 0.5;
}

/* line 31266, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-behance:active, .btn-behance.active {
  background-color: #0050e3;
  border-color: #0050e3;
}

/* line 31269, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-behance.btn-outline {
  background-color: transparent;
  border-color: #1769ff;
  color: #1769ff;
}

/* line 31273, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-behance.btn-outline:hover, .btn-behance.btn-outline:active, .btn-behance.btn-outline.active {
  background-color: #0050e3;
  border-color: #0050e3;
  color: #ffffff;
}

/* line 31278, app/assets/stylesheets/theme/css/dashboard_style.scss */
.show > .btn-behance.dropdown-toggle, .show > .btn-outline.btn-behance.dropdown-toggle {
  background-color: #0050e3;
  border-color: #0050e3;
  color: #ffffff;
}

/* line 31283, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-rss {
  background-color: #f26522;
  border-color: #f26522;
  color: #ffffff;
}

/* line 31287, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-rss:hover, .btn-rss:active, .btn-rss.active {
  background-color: #d54d0d;
  border-color: #d54d0d;
  color: #ffffff !important;
}

/* line 31291, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-rss:focus, .btn-rss.focus {
  color: #ffffff !important;
}

/* line 31293, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-rss.disabled, .btn-rss:disabled {
  opacity: 0.5;
}

/* line 31295, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-rss:active, .btn-rss.active {
  background-color: #d54d0d;
  border-color: #d54d0d;
}

/* line 31298, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-rss.btn-outline {
  background-color: transparent;
  border-color: #f26522;
  color: #f26522;
}

/* line 31302, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-rss.btn-outline:hover, .btn-rss.btn-outline:active, .btn-rss.btn-outline.active {
  background-color: #d54d0d;
  border-color: #d54d0d;
  color: #ffffff;
}

/* line 31307, app/assets/stylesheets/theme/css/dashboard_style.scss */
.show > .btn-rss.dropdown-toggle, .show > .btn-outline.btn-rss.dropdown-toggle {
  background-color: #d54d0d;
  border-color: #d54d0d;
  color: #ffffff;
}

/* line 31312, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-bitbucket {
  background-color: #205081;
  border-color: #205081;
  color: #ffffff;
}

/* line 31316, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-bitbucket:hover, .btn-bitbucket:active, .btn-bitbucket.active {
  background-color: #163758;
  border-color: #163758;
  color: #ffffff !important;
}

/* line 31320, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-bitbucket:focus, .btn-bitbucket.focus {
  color: #ffffff !important;
}

/* line 31322, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-bitbucket.disabled, .btn-bitbucket:disabled {
  opacity: 0.5;
}

/* line 31324, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-bitbucket:active, .btn-bitbucket.active {
  background-color: #163758;
  border-color: #163758;
}

/* line 31327, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-bitbucket.btn-outline {
  background-color: transparent;
  border-color: #205081;
  color: #205081;
}

/* line 31331, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-bitbucket.btn-outline:hover, .btn-bitbucket.btn-outline:active, .btn-bitbucket.btn-outline.active {
  background-color: #163758;
  border-color: #163758;
  color: #ffffff;
}

/* line 31336, app/assets/stylesheets/theme/css/dashboard_style.scss */
.show > .btn-bitbucket.dropdown-toggle, .show > .btn-outline.btn-bitbucket.dropdown-toggle {
  background-color: #163758;
  border-color: #163758;
  color: #ffffff;
}

/* line 31341, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-dropbox {
  background-color: #007ee5;
  border-color: #007ee5;
  color: #ffffff;
}

/* line 31345, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-dropbox:hover, .btn-dropbox:active, .btn-dropbox.active {
  background-color: #0062b2;
  border-color: #0062b2;
  color: #ffffff !important;
}

/* line 31349, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-dropbox:focus, .btn-dropbox.focus {
  color: #ffffff !important;
}

/* line 31351, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-dropbox.disabled, .btn-dropbox:disabled {
  opacity: 0.5;
}

/* line 31353, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-dropbox:active, .btn-dropbox.active {
  background-color: #0062b2;
  border-color: #0062b2;
}

/* line 31356, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-dropbox.btn-outline {
  background-color: transparent;
  border-color: #007ee5;
  color: #007ee5;
}

/* line 31360, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-dropbox.btn-outline:hover, .btn-dropbox.btn-outline:active, .btn-dropbox.btn-outline.active {
  background-color: #0062b2;
  border-color: #0062b2;
  color: #ffffff;
}

/* line 31365, app/assets/stylesheets/theme/css/dashboard_style.scss */
.show > .btn-dropbox.dropdown-toggle, .show > .btn-outline.btn-dropbox.dropdown-toggle {
  background-color: #0062b2;
  border-color: #0062b2;
  color: #ffffff;
}

/* line 31370, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-foursquare {
  background-color: #2d5be3;
  border-color: #2d5be3;
  color: #ffffff;
}

/* line 31374, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-foursquare:hover, .btn-foursquare:active, .btn-foursquare.active {
  background-color: #1a45c3;
  border-color: #1a45c3;
  color: #ffffff !important;
}

/* line 31378, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-foursquare:focus, .btn-foursquare.focus {
  color: #ffffff !important;
}

/* line 31380, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-foursquare.disabled, .btn-foursquare:disabled {
  opacity: 0.5;
}

/* line 31382, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-foursquare:active, .btn-foursquare.active {
  background-color: #1a45c3;
  border-color: #1a45c3;
}

/* line 31385, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-foursquare.btn-outline {
  background-color: transparent;
  border-color: #2d5be3;
  color: #2d5be3;
}

/* line 31389, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-foursquare.btn-outline:hover, .btn-foursquare.btn-outline:active, .btn-foursquare.btn-outline.active {
  background-color: #1a45c3;
  border-color: #1a45c3;
  color: #ffffff;
}

/* line 31394, app/assets/stylesheets/theme/css/dashboard_style.scss */
.show > .btn-foursquare.dropdown-toggle, .show > .btn-outline.btn-foursquare.dropdown-toggle {
  background-color: #1a45c3;
  border-color: #1a45c3;
  color: #ffffff;
}

/* line 31399, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-github {
  background-color: #4078c0;
  border-color: #4078c0;
  color: #ffffff;
}

/* line 31403, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-github:hover, .btn-github:active, .btn-github.active {
  background-color: #33609a;
  border-color: #33609a;
  color: #ffffff !important;
}

/* line 31407, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-github:focus, .btn-github.focus {
  color: #ffffff !important;
}

/* line 31409, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-github.disabled, .btn-github:disabled {
  opacity: 0.5;
}

/* line 31411, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-github:active, .btn-github.active {
  background-color: #33609a;
  border-color: #33609a;
}

/* line 31414, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-github.btn-outline {
  background-color: transparent;
  border-color: #4078c0;
  color: #4078c0;
}

/* line 31418, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-github.btn-outline:hover, .btn-github.btn-outline:active, .btn-github.btn-outline.active {
  background-color: #33609a;
  border-color: #33609a;
  color: #ffffff;
}

/* line 31423, app/assets/stylesheets/theme/css/dashboard_style.scss */
.show > .btn-github.dropdown-toggle, .show > .btn-outline.btn-github.dropdown-toggle {
  background-color: #33609a;
  border-color: #33609a;
  color: #ffffff;
}

/* line 31428, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-vk {
  background-color: #45668e;
  border-color: #45668e;
  color: #ffffff;
}

/* line 31432, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-vk:hover, .btn-vk:active, .btn-vk.active {
  background-color: #344d6c;
  border-color: #344d6c;
  color: #ffffff !important;
}

/* line 31436, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-vk:focus, .btn-vk.focus {
  color: #ffffff !important;
}

/* line 31438, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-vk.disabled, .btn-vk:disabled {
  opacity: 0.5;
}

/* line 31440, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-vk:active, .btn-vk.active {
  background-color: #344d6c;
  border-color: #344d6c;
}

/* line 31443, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-vk.btn-outline {
  background-color: transparent;
  border-color: #45668e;
  color: #45668e;
}

/* line 31447, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-vk.btn-outline:hover, .btn-vk.btn-outline:active, .btn-vk.btn-outline.active {
  background-color: #344d6c;
  border-color: #344d6c;
  color: #ffffff;
}

/* line 31452, app/assets/stylesheets/theme/css/dashboard_style.scss */
.show > .btn-vk.dropdown-toggle, .show > .btn-outline.btn-vk.dropdown-toggle {
  background-color: #344d6c;
  border-color: #344d6c;
  color: #ffffff;
}

/* line 31457, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-outline.btn-white {
  color: #ffffff !important;
  background-color: transparent;
  border-color: #ffffff;
}

/* line 31461, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-outline.btn-white:hover {
  color: #172b4c !important;
  background-color: #ffffff;
  border-color: #ffffff;
}

/* line 31466, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-label {
  position: relative;
  padding-left: 52px;
  overflow: hidden;
}

/* line 31470, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-label label {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 36px;
  line-height: inherit;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-bottom: 0;
}

/* line 31482, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-label .btn-xs {
  padding-left: 32px;
}

/* line 31484, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-label .btn-xs label {
  width: 24px;
}

/* line 31486, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-label .btn-sm {
  padding-left: 41px;
}

/* line 31488, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-label .btn-sm label {
  width: 29px;
}

/* line 31490, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-label .btn-lg {
  padding-left: 64px;
}

/* line 31492, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-label .btn-lg label {
  width: 48px;
}

/* line 31495, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-flat {
  position: relative;
  font-size: 1rem;
  background-color: #f3f6f9;
  border: none;
  letter-spacing: 1px;
  border-radius: 0;
}

/* line 31502, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-flat:hover {
  background-color: #6b90b5;
}

/* line 31504, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-flat svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 31510, app/assets/stylesheets/theme/css/dashboard_style.scss */
.btn-flat circle {
  fill: rgba(255, 255, 255, 0.3);
}

/*---social media background---*/
/* line 31514, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bg-bitbucket {
  background-color: #205081;
}

/* line 31517, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bg-dropbox {
  background-color: #007ee5;
}

/* line 31520, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bg-facebook {
  background-color: #3b5998;
}

/* line 31523, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bg-flickr {
  background-color: #ff0084;
}

/* line 31526, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bg-foursquare {
  background-color: #2d5be3;
}

/* line 31529, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bg-github {
  background-color: #4078c0;
}

/* line 31532, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bg-google {
  background-color: #dd4b39;
}

/* line 31535, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bg-instagram {
  background-color: #e1306c;
}

/* line 31538, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bg-linkedin {
  background-color: #0077b5;
}

/* line 31541, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bg-tumblr {
  background-color: #35465c;
}

/* line 31544, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bg-twitter {
  background-color: #1da1f2;
}

/* line 31547, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bg-vk {
  background-color: #45668e;
}

/*callout*/
/* line 31551, app/assets/stylesheets/theme/css/dashboard_style.scss */
.callout {
  margin: 0 0 20px;
  padding: 15px 30px 15px 15px;
  border-radius: 5px;
}

/* line 31555, app/assets/stylesheets/theme/css/dashboard_style.scss */
.callout a {
  color: #ffffff;
  text-decoration: underline;
}

/* line 31558, app/assets/stylesheets/theme/css/dashboard_style.scss */
.callout a:hover {
  color: #172b4c;
}

/* line 31560, app/assets/stylesheets/theme/css/dashboard_style.scss */
.callout h4 {
  margin-top: 0;
}

/* line 31562, app/assets/stylesheets/theme/css/dashboard_style.scss */
.callout p:last-child {
  margin-bottom: 0;
}

/* line 31564, app/assets/stylesheets/theme/css/dashboard_style.scss */
.callout .callout-secondary {
  border-color: #4d7bc9;
  background-color: #4d7bc9;
}

/* line 31567, app/assets/stylesheets/theme/css/dashboard_style.scss */
.callout .highlight, .callout code {
  background-color: #ffffff;
}

/*alert*/
/* line 31571, app/assets/stylesheets/theme/css/dashboard_style.scss */
.alert {
  border-radius: 5px;
}

/* line 31573, app/assets/stylesheets/theme/css/dashboard_style.scss */
.alert .icon {
  margin-right: 10px;
}

/* line 31575, app/assets/stylesheets/theme/css/dashboard_style.scss */
.alert .close {
  color: #172b4c;
  opacity: .2;
  filter: alpha(opacity=20);
}

/* line 31579, app/assets/stylesheets/theme/css/dashboard_style.scss */
.alert .close:hover {
  opacity: .5;
  filter: alpha(opacity=50);
}

/* line 31582, app/assets/stylesheets/theme/css/dashboard_style.scss */
.alert a {
  color: #ffffff;
  text-decoration: underline;
}

/*tab*/
/* line 31587, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
  color: #172b4c;
  background: #f3f6f9;
}

/* line 31591, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-pills > li > a {
  border-radius: 0;
  border-top: 3px solid transparent;
  color: #172b4c;
}

/* line 31595, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-pills > li > a > i {
  margin-right: 5px;
}

/* line 31597, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-pills.rounded > li > a {
  border-radius: 5px;
}

/* line 31600, app/assets/stylesheets/theme/css/dashboard_style.scss */
.flex-column > li > a {
  border-radius: 0 !important;
  border-top: 0;
  border-left: 3px solid transparent;
  color: #172b4c;
}

/* line 31605, app/assets/stylesheets/theme/css/dashboard_style.scss */
.flex-column > li > a .nav-link.active {
  background: 0 0;
  color: #ffffff;
  border-top: 0;
}

/* line 31609, app/assets/stylesheets/theme/css/dashboard_style.scss */
.flex-column > li > a .nav-link.active:hover {
  background: 0 0;
  color: #ffffff;
  border-top: 0;
}

/* line 31613, app/assets/stylesheets/theme/css/dashboard_style.scss */
.flex-column > li .header {
  border-bottom: 1px solid #d9d9d9;
  color: #737373;
  margin-bottom: 10px;
  padding: 5px 10px;
}

/* line 31619, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs-custom {
  margin-bottom: 20px;
  background: #ffffff;
  border: 1px solid rgba(72, 94, 144, 0.16);
  border-radius: 5px;
}

/* line 31624, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs-custom > .nav-tabs {
  margin: 0;
  border-bottom-color: #f3f6f9;
  border-radius: 0;
}

/* line 31628, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs-custom > .nav-tabs > li {
  margin-bottom: -2px;
  margin-right: 5px;
}

/* line 31631, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs-custom > .nav-tabs > li.icon-btn {
  display: block;
  position: absolute;
  right: 15px;
  border: none;
  top: -2px;
}

/* line 31637, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs-custom > .nav-tabs > li.disabled > a {
  color: #737373;
}

/* line 31639, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs-custom > .nav-tabs > li > a {
  color: #172b4c;
  border-radius: 0;
  position: relative;
  display: block;
  padding: 10px 15px;
  background: 0 0;
  margin: 0;
  border-top: 3px solid transparent;
}

/* line 31648, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs-custom > .nav-tabs > li > a.text-muted {
  color: #737373;
}

/* line 31650, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs-custom > .nav-tabs > li > a:hover {
  background: 0 0;
  margin: 0;
}

/* line 31653, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs-custom > .nav-tabs > li > a.active {
  background-color: #ffffff;
  color: #172b4c;
  border-left: 1px solid #f3f6f9;
  border-right: 1px solid #f3f6f9;
}

/* line 31658, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs-custom > .nav-tabs > li > a.active:hover {
  background-color: #ffffff;
  color: #172b4c;
}

/* line 31661, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs-custom > .nav-tabs > li:first-of-type {
  margin-left: 0;
}

/* line 31663, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs-custom > .nav-tabs > li:first-of-type > a.active {
  border-left-color: transparent;
}

/* line 31665, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs-custom > .nav-tabs > li.header {
  line-height: 30px;
  padding: 5px 10px;
  font-size: 16px;
  color: #172b4c;
}

/* line 31670, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs-custom > .nav-tabs > li.header > i {
  margin-right: 5px;
}

/* line 31672, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs-custom > .nav-tabs.float-right {
  float: none !important;
  display: block;
}

/* line 31675, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs-custom > .nav-tabs.float-right li {
  float: right;
}

/* line 31677, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs-custom > .nav-tabs.float-right li:first-of-type {
  margin-right: 0;
}

/* line 31679, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs-custom > .nav-tabs.float-right li:first-of-type > a {
  border-left-width: 1px;
}

/* line 31681, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs-custom > .nav-tabs.float-right li:first-of-type > a.active {
  border-left-color: #f3f6f9;
  border-right-color: transparent;
}

/* line 31684, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs-custom > .tab-content {
  background: #ffffff;
  padding: 1.25rem;
  border-radius: 0;
}

/* line 31688, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs-custom .dropdown.show > a:active, .nav-tabs-custom .dropdown.show > a.active, .nav-tabs-custom .dropdown.show > a:focus {
  background: 0 0;
  color: #737373;
}

/* line 31691, app/assets/stylesheets/theme/css/dashboard_style.scss */
.nav-tabs-custom.tab-default > .nav-tabs > li a.active {
  border-top-color: #d9d9d9;
}

/* line 31694, app/assets/stylesheets/theme/css/dashboard_style.scss */
.profile-tab li a.nav-link.active {
  color: #ffffff;
}

/* line 31697, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-profile.nav-tabs-custom {
  margin-bottom: 20px;
  background: transparent;
  box-shadow: none;
  border-radius: 3px;
}

/* line 31702, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-profile.nav-tabs-custom > .tab-content {
  padding: 1.25rem 0rem;
  border-radius: 0;
  background: transparent;
}

/* line 31706, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-profile.nav-tabs-custom > .nav-tabs {
  margin: 0;
  border-bottom: none;
  border-radius: 5px;
  background-color: #ffffff;
  overflow: hidden;
}

/* line 31712, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-profile.nav-tabs-custom > .nav-tabs > li {
  margin-bottom: 0px;
  margin-right: 5px;
}

/* line 31715, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-profile.nav-tabs-custom > .nav-tabs > li > a {
  color: #172b4c;
}

/* line 31717, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-profile.nav-tabs-custom > .nav-tabs > li > a.active {
  color: #455a64;
}

/* line 31719, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box-profile.nav-tabs-custom > .nav-tabs > li > a.active:hover {
  color: #455a64;
}

/*pagination*/
/* line 31723, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pagination {
  margin-bottom: 2rem;
}

/* line 31725, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pagination > li > a {
  background-color: #ffffff;
  color: #172b4c;
  border-color: #ffffff;
}

/* line 31729, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pagination.pagination-flat > li > a {
  border-radius: 0;
}

/* line 31731, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pagination li a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 50px;
  padding: 1rem;
  margin: 0 3px;
  text-decoration: none;
  cursor: pointer;
  color: #737373;
  border: 1px solid transparent;
  border-radius: 2px;
  text-align: center;
}

/* line 31744, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pagination li a.current {
  color: #ffffff !important;
}

/* line 31746, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pagination li a.current:hover {
  color: #ffffff !important;
}

/* line 31748, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pagination li a:hover {
  color: #ffffff !important;
}

/* line 31750, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
  color: #737373;
  background-color: #ffffff;
  border-color: #ffffff;
  cursor: not-allowed;
}

/* line 31756, app/assets/stylesheets/theme/css/dashboard_style.scss */
.datepaginator .pagination li a, .datepaginator-lg .pagination li a, .datepaginator-sm .pagination li a {
  min-width: 100%;
}

/*select2*/
/* line 31760, app/assets/stylesheets/theme/css/dashboard_style.scss */
.select2-container--default.select2-container--focus {
  outline: 0;
}

/* line 31762, app/assets/stylesheets/theme/css/dashboard_style.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #d9d9d9;
}

/* line 31764, app/assets/stylesheets/theme/css/dashboard_style.scss */
.select2-container--default:active, .select2-container--default.active, .select2-container--default:focus {
  outline: 0;
}

/* line 31766, app/assets/stylesheets/theme/css/dashboard_style.scss */
.select2-container--default .select2-selection--single {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 6px 12px;
  height: 34px;
}

/* line 31771, app/assets/stylesheets/theme/css/dashboard_style.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 28px;
  right: 3px;
}

/* line 31774, app/assets/stylesheets/theme/css/dashboard_style.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
}

/* line 31776, app/assets/stylesheets/theme/css/dashboard_style.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #ffffff;
}

/* line 31778, app/assets/stylesheets/theme/css/dashboard_style.scss */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #737373;
}

/* line 31780, app/assets/stylesheets/theme/css/dashboard_style.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #d9d9d9;
  color: #172b4c;
}

/* line 31783, app/assets/stylesheets/theme/css/dashboard_style.scss */
.select2-container--default .select2-results__option[aria-selected=true]:hover {
  color: #172b4c;
}

/* line 31785, app/assets/stylesheets/theme/css/dashboard_style.scss */
.select2-container--default .select2-selection--multiple {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}

/* line 31788, app/assets/stylesheets/theme/css/dashboard_style.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding: 1px 10px;
  color: #ffffff;
}

/* line 31791, app/assets/stylesheets/theme/css/dashboard_style.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.7);
}

/* line 31794, app/assets/stylesheets/theme/css/dashboard_style.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #ffffff;
}

/* line 31797, app/assets/stylesheets/theme/css/dashboard_style.scss */
.select2-selection.select2-container--focus {
  outline: 0;
}

/* line 31799, app/assets/stylesheets/theme/css/dashboard_style.scss */
.select2-selection:active, .select2-selection.active, .select2-selection:focus {
  outline: 0;
}

/* line 31801, app/assets/stylesheets/theme/css/dashboard_style.scss */
.select2-selection .select2-selection--single {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 6px 12px;
  height: 34px;
}

/* line 31807, app/assets/stylesheets/theme/css/dashboard_style.scss */
.select2-dropdown {
  border: 1px solid #d9d9d9;
  border-radius: 0;
}

/* line 31810, app/assets/stylesheets/theme/css/dashboard_style.scss */
.select2-dropdown .select2-search__field {
  border: 1px solid #d9d9d9;
}

/* line 31812, app/assets/stylesheets/theme/css/dashboard_style.scss */
.select2-dropdown .select2-search__field:focus {
  outline: 0;
}

/* line 31815, app/assets/stylesheets/theme/css/dashboard_style.scss */
.select2-results__option {
  padding: 6px 12px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 31820, app/assets/stylesheets/theme/css/dashboard_style.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  height: auto;
  margin-top: -4px;
  padding-right: 10px;
}

/* line 31825, app/assets/stylesheets/theme/css/dashboard_style.scss */
.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 6px;
  padding-left: 20px;
}

/* line 31829, app/assets/stylesheets/theme/css/dashboard_style.scss */
.select2-search--inline .select2-search__field {
  border: 1px solid #d9d9d9;
}

/* line 31831, app/assets/stylesheets/theme/css/dashboard_style.scss */
.select2-search--inline .select2-search__field:focus {
  outline: 0;
}

/* line 31834, app/assets/stylesheets/theme/css/dashboard_style.scss */
.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
  background: rgba(0, 0, 0, 0.15) !important;
}

/* line 31837, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box .datepicker-inline .datepicker-days td:hover, .box .datepicker-inline .datepicker-days > table td:hover, .box .datepicker-inline td:hover, .box .datepicker-inline > table td:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 31839, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box .datepicker-inline .datepicker-days td.day.new, .box .datepicker-inline .datepicker-days td.day.old, .box .datepicker-inline .datepicker-days > table td.day.new, .box .datepicker-inline .datepicker-days > table td.day.old, .box .datepicker-inline td.day.new, .box .datepicker-inline td.day.old, .box .datepicker-inline > table td.day.new, .box .datepicker-inline > table td.day.old {
  color: #172b4c;
}

/* line 31842, app/assets/stylesheets/theme/css/dashboard_style.scss */
.calculator .displayBox {
  background: #ffffff;
  overflow: hidden;
  font-size: 4.286rem;
  text-align: right;
  padding: 0px 20px;
}

/* line 31848, app/assets/stylesheets/theme/css/dashboard_style.scss */
.calculator .numberPad {
  background-color: #8950fc;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 31856, app/assets/stylesheets/theme/css/dashboard_style.scss */
.calculator .numberPad .left-count {
  flex: 3;
}

/* line 31858, app/assets/stylesheets/theme/css/dashboard_style.scss */
.calculator .numberPad .left-count .btn {
  color: #ffffff;
  padding: 15px 10px;
}

/* line 31861, app/assets/stylesheets/theme/css/dashboard_style.scss */
.calculator .numberPad .left-count .btn:hover {
  box-shadow: none;
}

/* line 31863, app/assets/stylesheets/theme/css/dashboard_style.scss */
.calculator .numberPad .operationSide.right-count {
  flex: 1;
}

/* line 31865, app/assets/stylesheets/theme/css/dashboard_style.scss */
.calculator .numberPad .operationSide .btn-operation {
  color: #ffffff;
  width: 100%;
  border-radius: 0;
  padding: 15px 10px;
}

/* line 31870, app/assets/stylesheets/theme/css/dashboard_style.scss */
.calculator .numberPad .operationSide .btn-operation:hover {
  box-shadow: none;
}

/* line 31873, app/assets/stylesheets/theme/css/dashboard_style.scss */
.lmg-bt {
  position: absolute !important;
  top: -30px;
  right: 30px;
}

/* line 31878, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bullet {
  display: inline-block;
  background-color: #f3f6f9;
  width: 10px;
  height: 2px;
  border-radius: 2rem;
}

/* line 31884, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bullet.bullet-bar {
  width: 4px;
  height: auto;
}

/* line 31888, app/assets/stylesheets/theme/css/dashboard_style.scss */
.up-mar10 {
  margin-top: -10px;
  z-index: 10;
}

/* line 31892, app/assets/stylesheets/theme/css/dashboard_style.scss */
.up-mar20 {
  margin-top: -20px;
  z-index: 10;
}

/* line 31896, app/assets/stylesheets/theme/css/dashboard_style.scss */
.up-mar30 {
  margin-top: -30px;
  z-index: 10;
}

/* line 31900, app/assets/stylesheets/theme/css/dashboard_style.scss */
.up-mar40 {
  margin-top: -40px;
  z-index: 10;
}

/* line 31904, app/assets/stylesheets/theme/css/dashboard_style.scss */
.up-mar50 {
  margin-top: -50px;
  z-index: 10;
}

/* line 31908, app/assets/stylesheets/theme/css/dashboard_style.scss */
.up-mar60 {
  margin-top: -60px;
  z-index: 10;
}

/* line 31912, app/assets/stylesheets/theme/css/dashboard_style.scss */
.up-mar70 {
  margin-top: -70px;
  z-index: 10;
}

/* line 31916, app/assets/stylesheets/theme/css/dashboard_style.scss */
.up-mar80 {
  margin-top: -80px;
  z-index: 10;
}

/* line 31920, app/assets/stylesheets/theme/css/dashboard_style.scss */
.up-mar90 {
  margin-top: -90px;
  z-index: 10;
}

/* line 31924, app/assets/stylesheets/theme/css/dashboard_style.scss */
.up-mar100 {
  margin-top: -100px;
  z-index: 10;
}

/* line 31928, app/assets/stylesheets/theme/css/dashboard_style.scss */
.tooltip.show {
  opacity: 1;
}

/* line 31931, app/assets/stylesheets/theme/css/dashboard_style.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 31937, app/assets/stylesheets/theme/css/dashboard_style.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 31943, app/assets/stylesheets/theme/css/dashboard_style.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.75rem 1rem;
  color: #3F4254;
  text-align: center;
  background-color: #ffffff;
  border-radius: 3px;
}

/* line 31951, app/assets/stylesheets/theme/css/dashboard_style.scss */
.tooltip .tooltip-inner {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  background: #ffffff;
}

/* line 31956, app/assets/stylesheets/theme/css/dashboard_style.scss */
.tooltip.tooltop-auto-width .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}

/* line 31960, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 31963, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow {
  bottom: 0;
}

/* line 31966, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="top"] .tooltip-arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #ffffff;
}

/* line 31971, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bs-tooltip-end, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 31974, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 31979, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="right"] .tooltip-arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #ffffff;
}

/* line 31984, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 31987, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow {
  top: 0;
}

/* line 31990, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #ffffff;
}

/* line 31995, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bs-tooltip-start, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 31998, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[x-placement^="left"] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 32003, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[x-placement^="left"] .tooltip-arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #ffffff;
}

/* line 32008, app/assets/stylesheets/theme/css/dashboard_style.scss */
.cour-stac p {
  margin-bottom: 0;
}

/* line 32010, app/assets/stylesheets/theme/css/dashboard_style.scss */
.cour-stac p.lt-sp {
  margin-left: 10px;
  margin-right: 10px;
}

@media (max-width: 991px) {
  /* line 32015, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .cour-stac p {
    margin-bottom: 5px;
  }
  /* line 32017, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .cour-stac p.lt-sp:last-child {
    display: none;
  }
}

/* line 32019, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bd-example-row .row > .col, .bd-example-row .row > [class^=col-] {
  padding-top: .75rem;
  padding-bottom: .75rem;
  background-color: rgba(86, 61, 124, 0.15);
  border: 1px solid rgba(86, 61, 124, 0.2);
}

/* line 32025, app/assets/stylesheets/theme/css/dashboard_style.scss */
.bd-example-row .row + .row {
  margin-top: 1rem;
}

/* line 32028, app/assets/stylesheets/theme/css/dashboard_style.scss */
.card-columns .card {
  margin-bottom: 1.5rem;
}

@media (min-width: 576px) {
  /* line 32031, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .card-columns {
    column-count: 3;
    column-gap: calc($default-gutter-width / 2);
    orphans: 1;
    widows: 1;
  }
  /* line 32036, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

/* line 32040, app/assets/stylesheets/theme/css/dashboard_style.scss */
.box .dataTables_wrapper {
  padding-left: 0;
  padding-right: 0;
}

/* line 32044, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pace .pace-progress {
  background: #f64e60;
}

/* line 32046, app/assets/stylesheets/theme/css/dashboard_style.scss */
.pace .pace-activity {
  border-top-color: #f64e60;
  border-left-color: #f64e60;
}

/* line 32050, app/assets/stylesheets/theme/css/dashboard_style.scss */
.accordion-link[aria-expanded="false"] .ti-plus:before {
  content: "\e61a";
}

/* line 32053, app/assets/stylesheets/theme/css/dashboard_style.scss */
.accordion-link[aria-expanded="true"] .ti-plus:before {
  content: "\e622";
}

/* line 32056, app/assets/stylesheets/theme/css/dashboard_style.scss */
.accordion-link {
  padding: 1rem 1.25rem;
  display: block;
  font-size: 1.3rem;
}

/* line 32060, app/assets/stylesheets/theme/css/dashboard_style.scss */
.accordion-link i {
  position: absolute;
  right: 25px;
  top: 17px;
}

/* line 32065, app/assets/stylesheets/theme/css/dashboard_style.scss */
.accordion .box-header {
  padding: 0;
}

/* Morris chart */
/* line 32069, app/assets/stylesheets/theme/css/dashboard_style.scss */
.morris-chart text {
  font-family: "IBM Plex Sans", sans-serif !important;
}

/* line 32072, app/assets/stylesheets/theme/css/dashboard_style.scss */
.morris-hover.morris-default-style {
  border-radius: 5px;
  padding: 10px 12px;
  background: #ffffff;
  border: none;
  font-family: "IBM Plex Sans", sans-serif;
  box-shadow: 0 5px 25px 5px rgba(23, 43, 76, 0.14);
}

/* line 32079, app/assets/stylesheets/theme/css/dashboard_style.scss */
.morris-hover.morris-default-style .morris-hover-point {
  line-height: 28px;
}

/* line 32081, app/assets/stylesheets/theme/css/dashboard_style.scss */
.morris-hover.morris-default-style .morris-hover-row-label {
  background-color: #172b4c;
  color: #ffffff;
  padding: 4px 20px;
  border-radius: 5px 5px 0 0;
  margin: -10px -12px 10px;
}

/* line 32088, app/assets/stylesheets/theme/css/dashboard_style.scss */
.c-progress-steps {
  margin: 0;
  list-style-type: none;
  font-family: "IBM Plex Sans", sans-serif;
}

/* line 32092, app/assets/stylesheets/theme/css/dashboard_style.scss */
.c-progress-steps li {
  position: relative;
  font-size: 13px;
  color: #d1d3e0;
  padding: 16px 0 0 36px;
}

/* line 32097, app/assets/stylesheets/theme/css/dashboard_style.scss */
.c-progress-steps li a {
  color: inherit;
}

/* line 32099, app/assets/stylesheets/theme/css/dashboard_style.scss */
.c-progress-steps li.done {
  color: #8950fc;
}

/* line 32101, app/assets/stylesheets/theme/css/dashboard_style.scss */
.c-progress-steps li.done span {
  background-color: rgba(137, 80, 252, 0.09);
}

/* line 32103, app/assets/stylesheets/theme/css/dashboard_style.scss */
.c-progress-steps li.done:before {
  color: #8950fc;
  content: "\f058";
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #8950fc;
}

/* line 32112, app/assets/stylesheets/theme/css/dashboard_style.scss */
.c-progress-steps li.current {
  color: #6993ff;
  font-weight: 500;
}

/* line 32115, app/assets/stylesheets/theme/css/dashboard_style.scss */
.c-progress-steps li.current:before {
  color: #6993ff;
  content: "\f192";
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #6993ff;
}

/* line 32124, app/assets/stylesheets/theme/css/dashboard_style.scss */
.c-progress-steps li:before {
  position: absolute;
  left: 0;
  font-family: 'Font Awesome 5 Free' !important;
  font-weight: 600;
  font-size: 18px;
  background-color: #ffffff;
  content: "\f111";
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #e4e6ef;
}

@media all and (max-width: 600px) {
  /* line 32139, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .c-progress-steps li:before {
    top: calc(50% - 8px);
    font-size: 16px;
  }
}

@media all and (min-width: 600px) {
  /* line 32143, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .c-progress-steps {
    display: table;
    list-style-type: none;
    margin: 20px auto;
    padding: 0;
    table-layout: fixed;
    width: 100%;
  }
  /* line 32150, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .c-progress-steps li {
    display: table-cell;
    text-align: center;
    padding: 0;
    padding-bottom: 34px;
    white-space: nowrap;
    position: relative;
    border-left-width: 0;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #e4e6ef;
  }
  /* line 32161, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .c-progress-steps li.done {
    border-bottom-color: #8950fc;
  }
  /* line 32163, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .c-progress-steps li.current {
    color: #6993ff;
    border-bottom-color: #6993ff;
  }
  /* line 32166, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .c-progress-steps li.current span {
    background-color: rgba(105, 147, 255, 0.15);
    box-shadow: 0px 0px 0px 0.25px #6993ff;
  }
  /* line 32169, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .c-progress-steps li.current:before {
    color: #6993ff;
    content: "\f192";
  }
  /* line 32172, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .c-progress-steps li:before {
    bottom: -15px;
    left: 50%;
    margin-left: -16px;
  }
  /* line 32176, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .c-progress-steps li span {
    background-color: rgba(137, 80, 252, 0.1);
    border-radius: 3px;
    padding: 6px;
    box-shadow: 0px 0px 5px 0.25px #f7f8fa;
  }
}

/*---project table---*/
/* line 32183, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dataTable tbody .details-control:before {
  font-family: FontAwesome;
  content: "\f055";
  font-size: 1.4em;
  color: #739e73;
}

/* line 32189, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dataTable tbody .shown .details-control::before {
  content: "\f056";
  color: #a90329;
}

/* line 32193, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dataTable tbody .details-control {
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  width: 50px;
}

/* line 32199, app/assets/stylesheets/theme/css/dashboard_style.scss */
.project-members img {
  width: 25px;
  border-radius: 0;
}

/* line 32203, app/assets/stylesheets/theme/css/dashboard_style.scss */
img.away {
  border-left-color: #ffc40d !important;
}

/* line 32206, app/assets/stylesheets/theme/css/dashboard_style.scss */
img.online {
  border-left-color: #40ac2b !important;
}

/* line 32209, app/assets/stylesheets/theme/css/dashboard_style.scss */
img.busy {
  border-left-color: #ed1c24 !important;
}

/* line 32212, app/assets/stylesheets/theme/css/dashboard_style.scss */
img.offline {
  border-left-color: #ddd !important;
}

/* line 32215, app/assets/stylesheets/theme/css/dashboard_style.scss */
img.away, img.busy, img.offline, img.online {
  border-left: 3px solid #fff;
}

/* line 32218, app/assets/stylesheets/theme/css/dashboard_style.scss */
.project-members a {
  display: inline-block;
  overflow: hidden;
  margin: 0 3px 0 0;
  border-radius: 0;
}

/* line 32224, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dataTables_paginate.paging_simple_numbers .pagination .paginate_button a {
  padding: .5em 1em;
  border-radius: 2px;
  border: 0;
  margin: 0;
  min-width: 1.5em;
}

/* line 32231, app/assets/stylesheets/theme/css/dashboard_style.scss */
.dataTables_wrapper .form-control {
  margin: 0 10px;
  padding: 5px 30px 5px 15px;
}

@media all and (min-width: 1400px) {
  /* line 32236, app/assets/stylesheets/theme/css/dashboard_style.scss */
  .proj-table {
    overflow: hidden;
  }
}

/* line 32238, app/assets/stylesheets/theme/css/dashboard_style.scss */
.proj-table .pagination {
  margin-bottom: 0;
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
/* line 32249, app/assets/stylesheets/theme/css/dashboard_style.scss */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: .3s ease-out;
}

/* line 32259, app/assets/stylesheets/theme/css/dashboard_style.scss */
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: transform, opacity;
  transform: scale(0);
  pointer-events: none;
}

/* line 32272, app/assets/stylesheets/theme/css/dashboard_style.scss */
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

/* line 32274, app/assets/stylesheets/theme/css/dashboard_style.scss */
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

/* line 32276, app/assets/stylesheets/theme/css/dashboard_style.scss */
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

/* line 32278, app/assets/stylesheets/theme/css/dashboard_style.scss */
.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

/* line 32280, app/assets/stylesheets/theme/css/dashboard_style.scss */
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

/* line 32282, app/assets/stylesheets/theme/css/dashboard_style.scss */
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

/* line 32284, app/assets/stylesheets/theme/css/dashboard_style.scss */
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

/* line 32286, app/assets/stylesheets/theme/css/dashboard_style.scss */
.waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}

/* line 32292, app/assets/stylesheets/theme/css/dashboard_style.scss */
.waves-effect img {
  position: relative;
  z-index: -1;
}

/* line 32296, app/assets/stylesheets/theme/css/dashboard_style.scss */
.waves-notransition {
  transition: none !important;
}

/* line 32299, app/assets/stylesheets/theme/css/dashboard_style.scss */
.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

/* line 32303, app/assets/stylesheets/theme/css/dashboard_style.scss */
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

/* line 32306, app/assets/stylesheets/theme/css/dashboard_style.scss */
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 32312, app/assets/stylesheets/theme/css/dashboard_style.scss */
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

/* line 32320, app/assets/stylesheets/theme/css/dashboard_style.scss */
.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
/* line 32324, app/assets/stylesheets/theme/css/dashboard_style.scss */
.waves-effect .waves-ripple {
  z-index: -1;
}

/*# sourceMappingURL=style.css.map */
/*
Template Name: CryptoCurrency - Responsive Admin Template
Author: Multipurpose Themes
File: scss
*/
@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*/
/*---light skin---*/
.light-skin .main-header li.user-header {
  background-color: #ffffff;
}
.light-skin .main-header .navbar .sidebar-toggle {
  color: #ffffff;
}
.light-skin .main-header .navbar .res-only-view {
  color: #ffffff;
}
.light-skin .main-header .navbar .nav > li > a {
  color: #b5b5c3;
}
.light-skin .main-header .navbar .nav > li > a:hover,
.light-skin .main-header .navbar .nav > li > a:active,
.light-skin .main-header .navbar .nav > li > a:focus {
  background-color: rgba(0, 0, 0, 0.03);
  color: #6993ff;
}
.light-skin .main-header .navbar .nav .open > a {
  background-color: rgba(0, 0, 0, 0.05);
}
.light-skin .main-header .navbar .nav .open > a:hover,
.light-skin .main-header .navbar .nav .open > a:focus {
  background-color: rgba(0, 0, 0, 0.05);
}
.light-skin .main-header .navbar .nav > .active > a {
  background-color: rgba(0, 0, 0, 0.05);
}
.light-skin .main-header .app-menu .dropdown-mega-menu .nav > li > a {
  color: #3b6dc1;
}
.light-skin .main-sidebar {
  border-right: 0px solid rgba(72, 94, 144, 0.16);
  background-color: #ffffff;
}
.light-skin .user-panel > .info {
  color: #ffffff;
}
.light-skin .user-panel > .info > a {
  color: #ffffff;
}
.light-skin .sidebar-menu > li:hover > a,
.light-skin .sidebar-menu > li:active > a,
.light-skin .sidebar-menu > li.active > a {
  color: #172b4c;
}
.light-skin .sidebar-menu > li.active > a {
  background-color: #172b4c;
  color: #ffffff;
}
.light-skin .sidebar-menu > li.active > a > i {
  color: #ffffff;
}
.light-skin .sidebar-menu > li.active > a:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 10px 22px 0;
  border-color: transparent #fafafa transparent transparent !important;
}
.light-skin .sidebar-menu > li.menu-open > a {
  color: #172b4c;
}
.light-skin .sidebar-menu > li > .treeview-menu {
  margin: 0 0px;
}
.light-skin.sidebar-collapse .sidebar-menu > li > .treeview-menu {
  background-color: #ffffff;
  box-shadow: 5px 8px 10px 0px rgba(0, 0, 0, 0.1);
}
.light-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
  background-color: #ffffff !important;
  box-shadow: 5px 8px 10px 0px rgba(0, 0, 0, 0.1);
}
.light-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a > span {
  background: #ffffff !important;
  color: #ffffff;
}
.light-skin .sidebar a {
  color: #172b4c;
}
.light-skin .sidebar a:hover {
  text-decoration: none;
}
.light-skin .sidebar-form {
  border-radius: 3px;
  border: 1px solid gray;
}
.light-skin .sidebar-form input[type="text"] {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.59);
  border: 1px solid rgba(0, 0, 0, 0.59);
  height: 35px;
  color: #ffffff;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}
.light-skin .sidebar-form input[type="text"]:focus {
  color: #ffffff;
}
.light-skin .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  color: #ffffff;
}
.light-skin .sidebar-form .btn {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.59);
  border: 1px solid rgba(0, 0, 0, 0.59);
  height: 35px;
  color: #f3f6f9;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}
.light-skin .control-sidebar {
  color: #172b4c;
  background-color: #ffffff;
}
.light-skin .control-sidebar + .control-sidebar-bg {
  -webkit-box-shadow: 0px 5px 10px 1px rgba(77, 77, 77, 0.2);
  -moz-box-shadow: 0px 5px 10px 1px rgba(77, 77, 77, 0.2);
  box-shadow: 0px 5px 10px 1px rgba(77, 77, 77, 0.2);
}
.light-skin .control-sidebar .nav-tabs.control-sidebar-tabs {
  border-bottom: 1px solid #cccccc;
}
.light-skin .control-sidebar .nav-tabs.control-sidebar-tabs > li > a {
  color: #172b4c;
  border-bottom-color: #cccccc;
}
.light-skin .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:hover,
.light-skin .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:active,
.light-skin .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:focus {
  border-bottom-color: #cccccc;
  background-color: transparent;
}
.light-skin .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active {
  background-color: transparent;
}
.light-skin
  .control-sidebar
  .nav-tabs.control-sidebar-tabs
  > li
  > a.active:hover,
.light-skin
  .control-sidebar
  .nav-tabs.control-sidebar-tabs
  > li
  > a.active:active,
.light-skin
  .control-sidebar
  .nav-tabs.control-sidebar-tabs
  > li
  > a.active:focus {
  background-color: transparent;
}
.light-skin .control-sidebar .control-sidebar-heading {
  color: #172b4c;
}
.light-skin .control-sidebar .control-sidebar-subheading {
  color: #172b4c;
}
.light-skin .control-sidebar .control-sidebar-menu {
  margin-left: -14px;
}
.light-skin .control-sidebar .control-sidebar-menu > li > a:hover {
  background-color: #f3f6f9;
}
.light-skin .control-sidebar .control-sidebar-menu > li > a .menu-info > p {
  color: #666666;
}

.control-sidebar + .control-sidebar-bg {
  background-color: #ffffff;
}

@media (max-width: 767px) {
  .light-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
    background-color: rgba(255, 255, 255, 0) !important;
  }
  .light-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.menu-open > a {
    background-color: rgba(255, 255, 255, 0.95) !important;
  }
  .light-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a {
    background-color: rgba(255, 255, 255, 0.95) !important;
  }
}
.alert-primary,
.alert-danger,
.alert-error,
.alert-info,
.alert-success,
.alert-warning,
.bg-black,
.bg-black-active,
.callout.callout-danger,
.callout.callout-info,
.callout.callout-success,
.callout.callout-warning,
.callout.callout-primary,
.label-danger,
.label-info,
.label-primary,
.label-success,
.label-warning,
.modal-danger .modal-body,
.modal-danger .modal-footer,
.modal-danger .modal-header,
.modal-info .modal-body,
.modal-info .modal-footer,
.modal-info .modal-header,
.modal-primary .modal-body,
.modal-primary .modal-footer,
.modal-primary .modal-header,
.modal-success .modal-body,
.modal-success .modal-footer,
.modal-success .modal-header,
.modal-warning .modal-body,
.modal-warning .modal-footer,
.modal-warning .modal-header,
.bg-warning,
.bg-gray,
.modal-primary .modal-header *,
.modal-info .modal-header *,
.modal-success .modal-header *,
.modal-danger .modal-header *,
.modal-warning .modal-header * {
  color: #ffffff;
}

/*---Dark skin---*/
body.dark-skin {
  background-color: #12213c;
  color: #b5b5c3;
}
body.dark-skin .navbar-nav > .user-menu > .dropdown-menu > .user-body {
  border-color: rgba(255, 255, 255, 0.12);
}
body.dark-skin .navbar-nav > .dropdown > .dropdown-menu > li .menu > li > a {
  border-color: rgba(255, 255, 255, 0.12);
  color: #b5b5c3;
}
body.dark-skin
  .navbar-nav
  > .dropdown
  > .dropdown-menu
  > li
  .menu
  > li
  > a
  > div
  > h4 {
  color: #bdd1f8;
}
body.dark-skin
  .navbar-nav
  > .dropdown
  > .dropdown-menu
  > li
  .menu
  > li
  > a
  > div
  > h4
  > small {
  color: #bdd1f8;
}
body.dark-skin
  .navbar-nav
  > .dropdown
  > .dropdown-menu
  > li
  .menu
  > li
  > a
  > div
  > span {
  color: #b5b5c3;
}
body.dark-skin
  .navbar-nav
  > .dropdown
  > .dropdown-menu
  > li
  .menu
  > li
  > a
  > h3 {
  color: #bdd1f8;
}
body.dark-skin
  .navbar-nav
  > .dropdown
  > .dropdown-menu
  > li
  .menu
  > li
  > a:hover {
  background-color: rgba(14, 22, 33, 0.2);
}
body.dark-skin .navbar-nav > .dropdown > .dropdown-menu > li.header {
  border-color: rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #b5b5c3;
  background-color: #162233;
}

.dark-skin h1,
.dark-skin h2,
.dark-skin h3,
.dark-skin h4,
.dark-skin h5,
.dark-skin h6 {
  color: #b5b5c3;
}
.dark-skin a {
  color: #b5b5c3;
}
.dark-skin a.bg-light:hover,
.dark-skin a.bg-light:focus {
  background-color: #3c5e8c !important;
}
.dark-skin .form-control {
  background-color: #0c1a32;
  color: #b5b5c3;
}
.dark-skin .search-box .app-search .srh-btn {
  background-color: #34527b;
}
.dark-skin .content-header .breadcrumb {
  color: #b5b5c3;
}
.dark-skin .content-header .breadcrumb .breadcrumb-item a {
  color: #b5b5c3;
}
.dark-skin .content-header .breadcrumb .breadcrumb-item.active {
  color: #566f9e;
}
.dark-skin .dropdown-menu {
  background-color: #162233;
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .dropdown-menu > li > a {
  color: #b5b5c3;
}
.dark-skin .dropdown-grid {
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .dropdown-grid .dropdown-item:hover {
  border-color: #3c5e8c;
}
.dark-skin .dropdown-divider {
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .dropdown-item:hover,
.dark-skin .dropdown-item:focus {
  background-color: #1d2e45;
  color: #b5b5c3;
}
.dark-skin .content-header .page-title {
  color: #b5b5c3;
  border-color: #6d90c1;
}
.dark-skin .content-header .right-title .dropdown > .btn {
  border-color: rgba(255, 255, 255, 0.12) !important;
  background-color: #34527b;
}
.dark-skin .subheader_daterange {
  background-color: #34527b;
}
.dark-skin .ranges li {
  background-color: rgba(14, 22, 33, 0.2);
  border-color: rgba(255, 255, 255, 0.12);
  color: #b5b5c3;
}
.dark-skin .btn-default {
  background-color: #0c1a32;
  color: #b5b5c3;
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .btn-default.hover {
  background-color: #34527b;
  border-color: #34527b;
}
.dark-skin .btn-default:hover,
.dark-skin .btn-default:active,
.dark-skin .btn-default.active {
  background-color: #34527b;
  border-color: #34527b;
}
.dark-skin .btn.btn-outline {
  color: #b5b5c3;
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .btn.btn-outline:hover {
  color: #ffffff;
  background-color: rgba(14, 22, 33, 0.2);
}
.dark-skin .btn.btn-outline.btn-white {
  color: #172b4c !important;
  border-color: #ffffff !important;
}
.dark-skin .btn.btn-outline.btn-dark {
  color: #b5b5c3 !important;
  background-color: transparent;
  border-color: #172b4c;
}
.dark-skin .btn-toggle:before,
.dark-skin .btn-toggle:after {
  color: #b5b5c3;
}
.dark-skin button.bg-light:hover,
.dark-skin button.bg-light:focus {
  background-color: #3c5e8c !important;
}
.dark-skin .btn.btn-light {
  background-color: #162233;
  border-color: rgba(255, 255, 255, 0.12);
  color: #b5b5c3 !important;
}
.dark-skin .box-controls li > a {
  color: #b5b5c3;
}
.dark-skin .box {
  background-color: #34527b;
}
.dark-skin .box .box-header {
  color: #b5b5c3;
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .box .box-header .box-subtitle {
  color: #b5b5c3;
}
.dark-skin .box .box-footer {
  background-color: #0c1a32;
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .box .box-transparent {
  background-color: transparent !important;
  box-shadow: none !important;
}
.dark-skin .box[class*="bg-pale"] > .box-header {
  color: #172b4c;
}
.dark-skin .box.box-solid .box-body {
  background-color: #0c1a32 !important;
  color: #b5b5c3;
}
.dark-skin .box.box-solid .box-controls li > a {
  color: #ffffff;
}
.dark-skin .box.box-solid.box-default > .box-header {
  color: #172b4c;
  background-color: #f3f6f9;
}
.dark-skin .box.box-solid.box-default > .box-header .btn {
  color: #172b4c;
}
.dark-skin .box.box-solid.box-default > .box-header a {
  color: #172b4c;
}
.dark-skin .box.box-solid.box-default > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none;
}
.dark-skin .box .border-right {
  border-right: 1px solid #f3f6f9;
}
.dark-skin .box .border-left {
  border-left: 1px solid #f3f6f9;
}
.dark-skin .box .overlay {
  background: rgba(255, 255, 255, 0.7);
}
.dark-skin .box .flex-column > li {
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .box .knob-label {
  color: #5b83b9;
}
.dark-skin .box-inverse {
  color: #ffffff !important;
  background-color: #3c5e8c;
}
.dark-skin .box-inverse .box-header {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.15);
}
.dark-skin .box-inverse .box-title {
  color: #ffffff !important;
}
.dark-skin .box-inverse h1,
.dark-skin .box-inverse h2,
.dark-skin .box-inverse h3,
.dark-skin .box-inverse h4,
.dark-skin .box-inverse h5,
.dark-skin .box-inverse h6,
.dark-skin .box-inverse small {
  color: #ffffff !important;
}
.dark-skin .box-inverse .box-controls li > a {
  color: #b5b5c3 !important;
}
.dark-skin .box-inverse .box-footer {
  border-color: rgba(255, 255, 255, 0.5);
}
.dark-skin .box-inverse .box-action {
  border-color: rgba(255, 255, 255, 0.5);
}
.dark-skin .box-inverse .box-btn-more:before,
.dark-skin .box-inverse .box-btn-more:after {
  border-color: #ffffff;
}
.dark-skin .box-gray {
  background-color: #6d90c1;
}
.dark-skin .box-gray.box-bordered {
  border-color: #6d90c1;
}
.dark-skin .box-dark {
  background-color: #172b4c;
}
.dark-skin .box-dark .box-bordered {
  border-color: #172b4c;
}
.dark-skin .box-bordered {
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .box-profile.nav-tabs-custom > .nav-tabs {
  background-color: #3c5e8c;
}
.dark-skin .box-profile.nav-tabs-custom > .nav-tabs > li > a.active {
  color: #b5b5c3;
}
.dark-skin .box-profile.nav-tabs-custom > .nav-tabs > li > a.active:hover {
  color: #b5b5c3;
}
.dark-skin .box-comments .username {
  color: #ffffff;
}
.dark-skin .box-comments .username .comment-text {
  color: #a3b9d8;
}
.dark-skin .box-comments .box-comment {
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .card {
  background-color: #0c1a32;
}
.dark-skin .card .card-header {
  background-color: transparent !important;
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .card .card-footer {
  background-color: transparent !important;
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .left-block {
  border-color: rgba(255, 255, 255, 0.12) !important;
  background-color: #162233;
}
.dark-skin .left-block .left-content-area > .box {
  background-color: #162233;
}
.dark-skin .left-block .left-content-area > .card {
  background-color: #162233;
}
.dark-skin .todo-list > li {
  color: #b5b5c3;
}
.dark-skin .btn-box-tool:hover {
  color: #b5b5c3;
}
.dark-skin .show .btn-box-tool {
  color: #b5b5c3;
}
.dark-skin .page-header {
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .overlay-wrapper .overlay {
  background: rgba(255, 255, 255, 0.7);
}
.dark-skin .info-box {
  background-color: #34527b;
}
.dark-skin .badge-default {
  color: #172b4c;
  background-color: #7f9ec9;
}
.dark-skin code {
  border-color: rgba(255, 255, 255, 0.12);
  background-color: #0e1621;
}
.dark-skin .code-preview {
  border-color: rgba(255, 255, 255, 0.12);
  background-color: #0e1621;
}
.dark-skin .table {
  color: #b5b5c3;
}
.dark-skin .table > thead > tr > th {
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .table > thead > tr > td {
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .table > tbody > tr > td {
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .table > tbody > tr > th {
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .table > tfoot > tr > td {
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .table > tfoot > tr > th {
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .table-bordered {
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .table-bordered > tbody > tr > td {
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .table-bordered > tbody > tr > th {
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .table-bordered > tfoot > tr > td {
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .table-bordered > tfoot > tr > th {
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .table-bordered > thead > tr > td {
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .table-bordered > thead > tr > th {
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .table-active {
  background-color: #2c4669;
}
.dark-skin .table-active > th {
  background-color: #2c4669;
}
.dark-skin .table-active > td {
  background-color: #2c4669;
}
.dark-skin .table-separated tbody tr {
  background-color: #172b4c;
}
.dark-skin .dataTable input {
  border-color: rgba(255, 255, 255, 0.12);
  color: #5b83b9;
  background-color: #253a57;
}
.dark-skin .dataTable select {
  border-color: rgba(255, 255, 255, 0.12);
  color: #5b83b9;
  background-color: #253a57;
}
.dark-skin .page-item.disabled .page-link {
  color: #b5b5c3;
  background-color: #0e1621;
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .pagination > li > a {
  background-color: #172b4c;
  color: #b5b5c3;
}
.dark-skin .paging_simple_numbers .pagination .paginate_button {
  background-color: transparent;
}
.dark-skin .paging_simple_numbers .pagination .paginate_button:hover {
  background-color: transparent;
}
.dark-skin .nav > li > a:hover,
.dark-skin .nav > li > a:active,
.dark-skin .nav > li > a:focus {
  color: #3562ae;
}
.dark-skin .nav-tabs-custom > .nav-tabs > li > a.active {
  background-color: #294c87;
  color: #ffffff;
  border-left-color: rgba(255, 255, 255, 0.12);
  border-right-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .nav-tabs-custom > .nav-tabs > li > a.active:hover {
  background-color: #294c87;
  color: #b5b5c3;
}
.dark-skin
  .media-list-hover
  > .media:not(.media-list-header):not(.media-list-footer):hover {
  background-color: rgba(14, 22, 33, 0.2);
}
.dark-skin .media-list-hover .media-list-body > .media:hover {
  background-color: rgba(14, 22, 33, 0.2);
}
.dark-skin .media a:not(.btn):not(.avatar) {
  color: #b5b5c3;
}
.dark-skin .modal-content {
  background-color: #162233;
}
.dark-skin .modal-header {
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .modal-footer {
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .media-body > p:last-child {
  color: #b5b5c3;
}
.dark-skin .modal-fill .modal-content {
  background-color: #172b4c;
}
.dark-skin .modal.modal-fill {
  background-color: #172b4c;
}
.dark-skin
  .media-list-divided
  > .media:not(.media-list-header):not(.media-list-footer) {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.dark-skin .media-list-divided .media-list-body > .media {
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.dark-skin .close {
  color: #91abd0;
  text-shadow: none;
}
.dark-skin .flex-column > li > a {
  color: #91abd0;
}
.dark-skin .mailbox-nav .nav-pills > li > a:hover,
.dark-skin .mailbox-nav .nav-pills > li > a:focus {
  background-color: rgba(14, 22, 33, 0.2);
}
.dark-skin .mailbox-nav .nav-pills > li > a.active:hover,
.dark-skin .mailbox-nav .nav-pills > li > a.active:focus {
  background-color: rgba(14, 22, 33, 0.2);
}
.dark-skin .mailbox-messages table a {
  color: #b5b5c3;
}
.dark-skin .mailbox-messages .mailbox-date {
  font-size: 12px;
  color: #b5b5c3;
}
.dark-skin .mailbox-controls.with-border {
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .mailbox-read-info {
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .mailbox-read-time {
  color: #b5b5c3;
}
.dark-skin .mailbox-attachment-info {
  background-color: #253a57;
}
.dark-skin .mailbox-attachments li {
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .callout .highlight {
  background-color: #0c1a32;
}
.dark-skin .callout code {
  background-color: #0c1a32;
}
.dark-skin .wysihtml5-toolbar .btn-default {
  background-color: #0c1a32;
}
.dark-skin .wysihtml5-sandbox {
  background-color: #0c1a32 !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}
.dark-skin .wysihtml5-sandbox body.placeholder {
  background-color: #253a57 !important;
  border-color: rgba(255, 255, 255, 0.12) !important;
}
.dark-skin .lookup::before {
  color: #b5b5c3;
}
.dark-skin .lookup input {
  color: #b5b5c3;
}
.dark-skin .form-control {
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .form-element .form-control {
  color: #b5b5c3;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#ffa800),
      to(#ffa800)
    ),
    -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.12)), to(rgba(255, 255, 255, 0.12)));
  background-image: -webkit-linear-gradient(#ffa800, #ffa800),
    -webkit-linear-gradient(rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12));
  background-image: -o-linear-gradient(#ffa800, #ffa800),
    -o-linear-gradient(rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12));
  background-image: linear-gradient(#ffa800, #ffa800),
    linear-gradient(rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12));
}
.dark-skin .form-element .form-control:focus {
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#ffa800),
      to(#ffa800)
    ),
    -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.12)), to(rgba(255, 255, 255, 0.12)));
  background-image: -webkit-linear-gradient(#ffa800, #ffa800),
    -webkit-linear-gradient(rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12));
  background-image: -o-linear-gradient(#ffa800, #ffa800),
    -o-linear-gradient(rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12));
  background-image: linear-gradient(#ffa800, #ffa800),
    linear-gradient(rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12));
}
.dark-skin .input-group .input-group-addon {
  border-color: rgba(255, 255, 255, 0.12);
  color: #b5b5c3;
  background-color: #253a57;
}
.dark-skin .input-group-text {
  border-color: rgba(255, 255, 255, 0.12);
  color: #b5b5c3;
  background-color: #253a57;
}
.dark-skin .direct-chat-text p {
  background: #253a57;
  color: #c6d4e7;
}
.dark-skin .direct-chat-timestamp {
  color: #7f9ec9;
}
.dark-skin time {
  color: #b5b5c3;
}
.dark-skin .wizard-content .wizard > .steps > ul > li {
  background-color: #253a57;
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-skin ul .list-style-none li a {
  color: #c6d4e7;
}
.dark-skin .divider-dash {
  color: #c6d4e7;
}
.dark-skin .divider:before,
.dark-skin .divider:after {
  border-top: 1px solid #3c5e8c;
}
.dark-skin .fc-toolbar .fc-center {
  color: #b5b5c3;
}
.dark-skin .fc-button {
  background-color: #253a57;
  border-color: rgba(255, 255, 255, 0.12);
  color: #b5b5c3;
  text-shadow: none;
}
.dark-skin .fc th[class*="fc-"] {
  background-color: #0c1a32;
}
.dark-skin .fc th.fc-widget-header {
  color: #b5b5c3;
}
.dark-skin .fc-unthemed .fc-content {
  border-color: rgba(255, 255, 255, 0);
}
.dark-skin .fc-unthemed .fc-divider {
  border-color: rgba(255, 255, 255, 0);
}
.dark-skin .fc-unthemed .fc-list-heading td {
  border-color: rgba(255, 255, 255, 0);
}
.dark-skin .fc-unthemed .fc-list-view {
  border-color: rgba(255, 255, 255, 0);
}
.dark-skin .fc-unthemed .fc-popover {
  border-color: rgba(255, 255, 255, 0);
}
.dark-skin .fc-unthemed .fc-row {
  border-color: rgba(255, 255, 255, 0);
}
.dark-skin .fc-unthemed tbody {
  border-color: rgba(255, 255, 255, 0);
}
.dark-skin .fc-unthemed td {
  border-color: rgba(255, 255, 255, 0);
}
.dark-skin .fc-unthemed th {
  border-color: rgba(255, 255, 255, 0);
}
.dark-skin .fc-unthemed thead {
  border-color: rgba(255, 255, 255, 0);
}
.dark-skin .fc-unthemed .fc-today {
  border-color: rgba(255, 255, 255, 0);
  background-color: #253a57 !important;
}
.dark-skin .fc-day {
  background-color: #0c1a32;
}
.dark-skin .publisher-multi .publisher-input {
  color: #ffffff;
}
.dark-skin .user-block .description {
  color: #b5b5c3;
}
.dark-skin .post {
  border-bottom-color: rgba(255, 255, 255, 0.12);
  color: #b5b5c3;
}
.dark-skin .blockquote {
  color: #b5b5c3;
}
.dark-skin .blockquote footer {
  color: #b5b5c3;
}
.dark-skin .progress {
  background-color: #253a57;
}
.dark-skin .ribbon-wrapper {
  background-color: #253a57;
}
.dark-skin .ribbon-wrapper-reverse {
  background-color: #253a57;
}
.dark-skin .ribbon-wrapper-bottom {
  background-color: #253a57;
}
.dark-skin .ribbon-wrapper-right-bottom {
  background-color: #253a57;
}
.dark-skin .flexslider {
  background: #3c5e8c;
  border-color: transparent;
}
.dark-skin .slider-track {
  background-color: #253a57;
  background-image: -moz-linear-gradient(top, #253a57, #253a57);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#253a57),
    to(#253a57)
  );
  background-image: -webkit-linear-gradient(top, #253a57, #253a57);
  background-image: -o-linear-gradient(top, #253a57, #253a57);
  background-image: linear-gradient(to bottom, #253a57, #253a57);
}
.dark-skin .vtabs .tabs-vertical li .nav-link {
  color: #b5b5c3;
}
.dark-skin .tabcontent-border {
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .nav-tabs-custom {
  background-color: #0c1a32;
}
.dark-skin .nav-tabs-custom > .tab-content {
  background-color: #0c1a32;
}
.dark-skin .nav-tabs {
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .nav-tabs .nav-link {
  border-color: rgba(255, 255, 255, 0.12);
  color: #b5b5c3;
}
.dark-skin .nav-tabs .nav-link.active {
  color: #ffffff !important;
}
.dark-skin .nav-pills > li > a {
  color: #b5b5c3;
}
.dark-skin .nav-pills > li > a.active {
  color: #ffffff !important;
}
.dark-skin .nav-tabs-inverse-mode .nav-link.active {
  color: #b5b5c3 !important;
}
.dark-skin .nav-tabs-inverse-mode .nav-link.active:hover,
.dark-skin .nav-tabs-inverse-mode .nav-link.active:focus {
  color: #b5b5c3 !important;
}
.dark-skin .timeline__post {
  background-color: #253a57;
}
.dark-skin .timeline .timeline-item > .timeline-event {
  background-color: #253a57;
  border-color: rgba(255, 255, 255, 0.12);
  color: #b5b5c3;
}
.dark-skin .timeline .timeline-item > .timeline-event.timeline-event-default {
  background-color: #253a57;
  border-color: rgba(255, 255, 255, 0.12);
  color: #b5b5c3;
}
.dark-skin
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-default:before {
  border-left-color: rgba(255, 255, 255, 0.12);
  border-right-color: rgba(255, 255, 255, 0.12);
}
.dark-skin
  .timeline
  .timeline-item
  > .timeline-event.timeline-event-default:after {
  border-left-color: #253a57;
  border-right-color: #253a57;
}
.dark-skin .timeline .timeline-item > .timeline-event:before {
  border-left-color: rgba(255, 255, 255, 0.12);
  border-right-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .timeline .timeline-item > .timeline-event:after {
  border-left-color: #253a57;
  border-right-color: #253a57;
}
.dark-skin .panel {
  background-color: #0c1a32;
}
.dark-skin .panel-title {
  color: #b5b5c3;
}
.dark-skin .fontawesome-icon-list .fa-hover {
  color: #b5b5c3;
}
.dark-skin .ion-icon-list .ion-hover {
  color: #b5b5c3;
}
.dark-skin .bs-glyphicons li {
  border-color: rgba(255, 255, 255, 0.12);
  color: #b5b5c3;
}
.dark-skin .icon-list-demo div {
  color: #b5b5c3;
}
.dark-skin .dp-off {
  background-color: #253a57 !important;
}
.dark-skin .dp-divider {
  border-color: rgba(255, 255, 255, 0.12) !important;
}
.dark-skin .myadmin-dd .dd-list .dd-item .dd-handle {
  background-color: #253a57;
}
.dark-skin .myadmin-dd .dd-list .dd3-content {
  background-color: #253a57;
}
.dark-skin .myadmin-dd .dd-list .dd3-handle {
  background-color: #253a57;
}
.dark-skin .grid-stack-item-content {
  background-color: #253a57;
  color: #b5b5c3;
}
.dark-skin .sweet-alert {
  background-color: #253a57;
}
.dark-skin .sweet-alert h2 {
  color: #b5b5c3;
}
.dark-skin .sweet-alert p {
  color: #b5b5c3;
}
.dark-skin .sweet-alert .sa-icon.sa-success:before,
.dark-skin .sweet-alert .sa-icon.sa-success:after {
  background-color: #253a57;
}
.dark-skin .sweet-alert .sa-icon.sa-success .sa-fix {
  background-color: #253a57;
}
.dark-skin .ct-grid {
  stroke: rgba(255, 255, 255, 0.2);
}
.dark-skin .ct-label {
  fill: rgba(255, 255, 255, 0.4);
  color: rgba(255, 255, 255, 0.4);
}
.dark-skin .invoice {
  border-color: rgba(255, 255, 255, 0.12);
  background-color: #112547;
}
.dark-skin .invoice-details {
  border-color: rgba(255, 255, 255, 0.12);
  background-color: #112547;
}
.dark-skin .product-list-in-box > .item {
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .list-group-item {
  background-color: #0c1a32;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.dark-skin .list-style-none li.divider {
  background-color: #3c5e8c;
}
.dark-skin .attachment-block {
  background-color: #3c5e8c;
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .attachment-block .attachment-text {
  color: #5b83b9;
}
.dark-skin .badge-ring::after {
  background-color: #34527b;
}
.dark-skin :not(pre) > code[class*="language-"] {
  background: #253a57;
  border: 1px solid #2c4669;
  border-left: 2px solid #ffa800;
}
.dark-skin pre[class*="language-"] {
  background: #253a57;
  border: 1px solid #2c4669;
  border-left: 2px solid #ffa800;
}
.dark-skin hr {
  border-top-color: rgba(255, 255, 255, 0.1);
}
.dark-skin .icons-list-demo div {
  color: #b5c7df;
}
.dark-skin .custom-file-label {
  background-color: #3c5e8c;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.dark-skin .custom-file-label ::after {
  color: #b5c7df;
  background-color: #3c5e8c;
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
.dark-skin .dropzone {
  background-color: #253a57;
}
.dark-skin .main-header .logo-box {
  background: #0e1621 !important;
}
.dark-skin .main-header .app-menu .search-bx input[type="search"] {
  background-color: #0c1a32;
  color: #b5b5c3;
}
.dark-skin .main-header .app-menu .search-bx ::placeholder {
  color: #b5b5c3;
}
.dark-skin .main-header .app-menu .search-bx .btn {
  background-color: #0c1a32;
  color: #b5b5c3 !important;
}
.dark-skin .main-header li.user-header {
  background-color: #ffffff;
}
.dark-skin .main-header .navbar .sidebar-toggle {
  color: #ffffff;
}
.dark-skin .main-header .navbar .res-only-view {
  color: #ffffff;
}
.dark-skin .main-header .navbar .nav > li > a {
  color: #b5b5c3;
  background-color: #0c1a32;
}
.dark-skin .main-header .navbar .nav > li > a:hover,
.dark-skin .main-header .navbar .nav > li > a:active,
.dark-skin .main-header .navbar .nav > li > a:focus {
  background-color: rgba(14, 22, 33, 0.05);
}
.dark-skin .main-header .navbar .nav .open > a {
  background-color: rgba(14, 22, 33, 0.05);
}
.dark-skin .main-header .navbar .nav .open > a:hover,
.dark-skin .main-header .navbar .nav .open > a:focus {
  background-color: rgba(14, 22, 33, 0.05);
}
.dark-skin .main-header .navbar .nav > .active > a {
  background-color: rgba(14, 22, 33, 0.05);
}
.dark-skin .main-footer {
  background: #0e1621;
  color: #b5b5c3;
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .main-sidebar {
  background-color: #0e1621;
}
.dark-skin .left-side {
  box-shadow: 0 10px 15px -5px rgba(41, 76, 135, 0.07);
  background-color: rgba(60, 94, 140, 0.75);
}
.dark-skin .user-panel > .info {
  color: #ffffff;
}
.dark-skin .user-panel > .info > a {
  color: #ffffff;
}
.dark-skin .sidebar-menu > li {
  border-left: 3px solid #0e1621;
}
.dark-skin .main-sidebar .sidebar-footer {
  background-color: #0e1621;
}
.dark-skin .sidebar-menu > li.treeview.menu-open > a {
  opacity: 1;
}
.dark-skin .sidebar-menu > li:hover > a {
  color: #ffffff;
}
.dark-skin .sidebar-menu > li:hover > a > i {
  color: #ffffff;
  border: 0px solid #91abd0;
}
.dark-skin .sidebar-menu > li.active > a {
  color: #ffffff;
}
.dark-skin .sidebar-menu > li.active > a > i {
  color: #91abd0;
  border: 0px solid #91abd0;
}
.dark-skin .sidebar-menu > li.active > a {
  background-color: #ffffff;
  color: #172b4c;
}
.dark-skin .sidebar-menu > li.active > a > i {
  color: #172b4c;
}
.dark-skin .sidebar-menu > li.active > a:after {
  content: " ";
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 10px 22px 0;
  border-color: transparent #2c4669 transparent transparent !important;
}
.dark-skin .sidebar-menu > li.menu-open > a > i {
  color: #91abd0;
  border: 0px solid #91abd0;
}
.dark-skin .sidebar-menu > li > a > i {
  color: #b5b5c3;
}
.dark-skin .sidebar-menu > li > .treeview-menu {
  margin: 0 0px;
}
.dark-skin .sidebar-menu li.header {
  color: #b5b5c3;
}
.dark-skin.sidebar-collapse .sidebar-menu > li > .treeview-menu {
  background-color: #0e1621;
}
.dark-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
  background-color: #0e1621 !important;
  color: #ffffff;
}
.dark-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a > span {
  background-color: #0e1621 !important;
  color: #ffffff;
}

@media (max-width: 767px) {
  .dark-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
    background-color: rgba(60, 94, 140, 0) !important;
  }
  .dark-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.menu-open > a {
    background-color: rgba(60, 94, 140, 0) !important;
  }
  .dark-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li.active > a {
    background-color: rgba(60, 94, 140, 0) !important;
  }
}
.dark-skin .sidebar a {
  color: #b5b5c3;
}
.dark-skin .sidebar a:hover {
  text-decoration: none;
}
.dark-skin .sidebar-form {
  border: 1px solid #91abd0;
}
.dark-skin .sidebar-form input[type="text"] {
  box-shadow: none;
  background-color: rgba(14, 22, 33, 0.59);
  border: 1px solid rgba(14, 22, 33, 0.59);
  color: #ffffff;
}
.dark-skin .sidebar-form input[type="text"]:focus {
  color: #ffffff;
}
.dark-skin .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  color: #ffffff;
}
.dark-skin .sidebar-form .btn {
  box-shadow: none;
  background-color: rgba(14, 22, 33, 0.59);
  border: 1px solid rgba(14, 22, 33, 0.59);
  color: #f3f6f9;
}
.dark-skin .main-footer {
  background-color: body-dark;
  color: #ffffff;
}
.dark-skin .nav-dot-separated .nav-item::after {
  color: #b5b5c3;
}
.dark-skin .nav-dot-separated > .nav-link::after {
  color: #b5b5c3;
}
.dark-skin .box {
  background-color: #0c1a32;
  box-shadow: -7.829px 11.607px 21px 0px rgba(25, 42, 70, 0.13);
}
.dark-skin .box.box-solid .box-title {
  color: #ffffff;
}
.dark-skin .box[class*="bg"] h1,
.dark-skin .box[class*="bg"] h2,
.dark-skin .box[class*="bg"] h3,
.dark-skin .box[class*="bg"] h4,
.dark-skin .box[class*="bg"] h5,
.dark-skin .box[class*="bg"] h6 {
  color: #ffffff;
}
.dark-skin .box[class*="bg"] .box-controls li > a {
  color: #ffffff;
}
.dark-skin .box-header {
  color: #b5b5c3;
}
.dark-skin .control-sidebar {
  color: #b5b5c3;
  background-color: #162233;
}
.dark-skin .control-sidebar + .control-sidebar-bg {
  background-color: #162233;
}
.dark-skin .control-sidebar .nav-tabs.control-sidebar-tabs {
  border-bottom: 1px solid #436a9e;
}
.dark-skin .control-sidebar .nav-tabs.control-sidebar-tabs > li > a {
  color: #d8e2ef;
}
.dark-skin .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:hove {
  color: #ffffff;
}
.dark-skin .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:hover,
.dark-skin .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:active,
.dark-skin .control-sidebar .nav-tabs.control-sidebar-tabs > li > a:focus {
  background-color: transparent;
}
.dark-skin .control-sidebar .nav-tabs.control-sidebar-tabs > li > a.active {
  background-color: transparent;
}
.dark-skin
  .control-sidebar
  .nav-tabs.control-sidebar-tabs
  > li
  > a.active:hover,
.dark-skin
  .control-sidebar
  .nav-tabs.control-sidebar-tabs
  > li
  > a.active:active,
.dark-skin
  .control-sidebar
  .nav-tabs.control-sidebar-tabs
  > li
  > a.active:focus {
  background-color: transparent;
}
.dark-skin .control-sidebar .control-sidebar-heading {
  color: #b5b5c3;
}
.dark-skin .control-sidebar .control-sidebar-subheading {
  color: #b5b5c3;
}
.dark-skin .control-sidebar .control-sidebar-menu > li > a .menu-info > p {
  color: #b5c7df;
}
.dark-skin .control-sidebar-dark .control-sidebar-menu > li > a:hover {
  background-color: #1d2e45;
}
.dark-skin .dropdown-grid {
  color: #b5b5c3;
}
.dark-skin .text-muted {
  color: #566f9e !important;
}
.dark-skin .bg-light {
  background-color: #0e1e3a !important;
}
.dark-skin .bg-lighter {
  background-color: #112547 !important;
}
.dark-skin .bg-lightest {
  background-color: #162f5b !important;
}
.dark-skin .table-hover tbody tr:hover {
  color: #bdd1f8;
}
.dark-skin .flot-tick-label.tickLabel {
  color: #969dab;
}
.dark-skin .callout[class*="callout-"] h1,
.dark-skin .callout[class*="callout-"] h2,
.dark-skin .callout[class*="callout-"] h3,
.dark-skin .callout[class*="callout-"] h4,
.dark-skin .callout[class*="callout-"] h5,
.dark-skin .callout[class*="callout-"] h6 {
  color: #ffffff;
}
.dark-skin .btn-flat {
  background-color: #0e1621 !important;
}
.dark-skin .box-body .box-title {
  color: #bdd1f8 !important;
}
.dark-skin .text-dark {
  color: #3b6dc1 !important;
}

.dark-skin.layout-boxed {
  background: #0c1a32;
}
.dark-skin.layout-boxed .wrapper {
  background: #0e1621;
}

.dark-skin .sticky-toolbar {
  background: #0e1621;
}
.dark-skin .w3-sidebar {
  background: #0c1a32;
}
.dark-skin .demo-panel figure {
  border: 5px solid #0e1621;
}
.dark-skin .demo-panel .buy-bt-bx {
  background: #0c1a32;
}

.dark-skin .chat-box {
  background: #0e1621;
}
.dark-skin #chat-input {
  background: #0e1621;
}
.dark-skin .chat-box-body {
  border-color: rgba(255, 255, 255, 0.12);
}
.dark-skin .cm-msg-text {
  background: #0c1a32;
  color: #b5b5c3;
}
.dark-skin #chat-input {
  color: #b5b5c3;
}

/*# sourceMappingURL=skin_color.css.map */
.dark-skin .b-0:not([class*=border-]) {
  border: 0px solid #292931  !important; }
.dark-skin .bt-0:not([class*=border-]) {
  border-top: 0px solid #292931  !important; }
.dark-skin .be-0:not([class*=border-]) {
  border-right: 0px solid #292931  !important; }
.dark-skin .bb-0:not([class*=border-]) {
  border-bottom: 0px solid #292931  !important; }
.dark-skin .bs-0:not([class*=border-]) {
  border-left: 0px solid #292931  !important; }
.dark-skin .bx-0:not([class*=border-]) {
  border-right: 0px solid #292931  !important;
  border-left: 0px solid #292931  !important; }
.dark-skin .by-0:not([class*=border-]) {
  border-top: 0px solid #292931  !important;
  border-bottom: 0px solid #292931  !important; }
.dark-skin .b-1:not([class*=border-]) {
  border: 1px solid #292931  !important; }
.dark-skin .bt-1:not([class*=border-]) {
  border-top: 1px solid #292931  !important; }
.dark-skin .be-1:not([class*=border-]) {
  border-right: 1px solid #292931  !important; }
.dark-skin .bb-1:not([class*=border-]) {
  border-bottom: 1px solid #292931  !important; }
.dark-skin .bs-1:not([class*=border-]) {
  border-left: 1px solid #292931  !important; }
.dark-skin .bx-1:not([class*=border-]) {
  border-right: 1px solid #292931  !important;
  border-left: 1px solid #292931  !important; }
.dark-skin .by-1:not([class*=border-]) {
  border-top: 1px solid #292931  !important;
  border-bottom: 1px solid #292931  !important; }
.dark-skin .b-2:not([class*=border-]) {
  border: 2px solid #292931  !important; }
.dark-skin .bt-2:not([class*=border-]) {
  border-top: 2px solid #292931  !important; }
.dark-skin .be-2:not([class*=border-]) {
  border-right: 2px solid #292931  !important; }
.dark-skin .bb-2:not([class*=border-]) {
  border-bottom: 2px solid #292931  !important; }
.dark-skin .bs-2:not([class*=border-]) {
  border-left: 2px solid #292931  !important; }
.dark-skin .bx-2:not([class*=border-]) {
  border-right: 2px solid #292931  !important;
  border-left: 2px solid #292931  !important; }
.dark-skin .by-2:not([class*=border-]) {
  border-top: 2px solid #292931  !important;
  border-bottom: 2px solid #292931  !important; }
.dark-skin .b-3:not([class*=border-]) {
  border: 3px solid #292931  !important; }
.dark-skin .bt-3:not([class*=border-]) {
  border-top: 3px solid #292931  !important; }
.dark-skin .be-3:not([class*=border-]) {
  border-right: 3px solid #292931  !important; }
.dark-skin .bb-3:not([class*=border-]) {
  border-bottom: 3px solid #292931  !important; }
.dark-skin .bs-3:not([class*=border-]) {
  border-left: 3px solid #292931  !important; }
.dark-skin .bx-3:not([class*=border-]) {
  border-right: 3px solid #292931  !important;
  border-left: 3px solid #292931  !important; }
.dark-skin .by-3:not([class*=border-]) {
  border-top: 3px solid #292931  !important;
  border-bottom: 3px solid #292931  !important; }
.dark-skin .b-4:not([class*=border-]) {
  border: 4px solid #292931  !important; }
.dark-skin .bt-4:not([class*=border-]) {
  border-top: 4px solid #292931  !important; }
.dark-skin .be-4:not([class*=border-]) {
  border-right: 4px solid #292931  !important; }
.dark-skin .bb-4:not([class*=border-]) {
  border-bottom: 4px solid #292931  !important; }
.dark-skin .bs-4:not([class*=border-]) {
  border-left: 4px solid #292931  !important; }
.dark-skin .bx-4:not([class*=border-]) {
  border-right: 4px solid #292931  !important;
  border-left: 4px solid #292931  !important; }
.dark-skin .by-4:not([class*=border-]) {
  border-top: 4px solid #292931  !important;
  border-bottom: 4px solid #292931  !important; }
.dark-skin .b-5:not([class*=border-]) {
  border: 5px solid #292931  !important; }
.dark-skin .bt-5:not([class*=border-]) {
  border-top: 5px solid #292931  !important; }
.dark-skin .be-5:not([class*=border-]) {
  border-right: 5px solid #292931  !important; }
.dark-skin .bb-5:not([class*=border-]) {
  border-bottom: 5px solid #292931  !important; }
.dark-skin .bs-5:not([class*=border-]) {
  border-left: 5px solid #292931  !important; }
.dark-skin .bx-5:not([class*=border-]) {
  border-right: 5px solid #292931  !important;
  border-left: 5px solid #292931  !important; }
.dark-skin .by-5:not([class*=border-]) {
  border-top: 5px solid #292931  !important;
  border-bottom: 5px solid #292931  !important; }

.content-wrapper {
    margin-right: 0rem;
    margin-left: 19.3rem;
}





.dark-skin .box {
  background-color: #060610;
  box-shadow: -7.829px 11.607px 21px 0px rgba(25, 42, 70, 0.13);
}
.dark-skin .bg-lighter {
  background-color: #0b0b15 !important;
}
.dark-skin .b-2:not([class*="border-"]) {
  border: 2px solid #292931 !important;
}
.dark-skin .b-1:not([class*="border-"]) {
  border: 1px solid #292931 !important;
}
.dark-skin .b-1 {
  border: 1px solid #292931 !important;
}
.dark-skin.theme-warning.fixed .main-header {
    background: #060610;
}
.dark-skin .main-header .logo-box {
    background: #060610 !important;
}
.dark-skin .main-header .navbar .nav > li > a {
    background-color: #0b0c16;
    border: 1px solid #292931;
}
.dark-skin .main-header .app-menu .search-bx input[type="search"] {
    background-color: #0b0c16;
    color: #b5b5c3;
}
.dark-skin .main-header .app-menu .search-bx .btn {
    background-color: #0b0c16;
    color: #b5b5c3 !important;
}
.dark-skin .main-sidebar {
    background-color: #060610;
    border: 1px solid #292931;
}
.main-sidebar {
    border: 1px solid #f3f6f9;
}
.dark-skin .sidebar-menu > li {
    border-left: 0px solid #060610;
}
.btn-dark {
    background-color: #060610;
    border-color: #292931;
    color: #ffffff;
}
.dark-skin .text-dark {
    color: #b5b5c3 !important;
}
.dark-skin .main-footer {
    background: #060610;
    color: #b5b5c3;
    border-top: 1px solid #292931;
}
.dark-skin .btn.btn-light {
    background-color: #ffffff;
    border: 1px solid #292931;
    color: #000000 !important;
}
.dark-skin .btn-flat {
    background-color: #060610 !important;
}
.bg-dark {
    background-color: #0b0b15 !important;
    color: #ffffff !important;
}
body.dark-skin .content-wrapper {
  background-color: #060610;
}


.light-skin.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
    box-shadow: 5px 8px 10px 0px rgba(0, 0, 0, 0);
}
.content-wrapper{
    background-color: #f8f8f8;
}

.big-circle{
    width: 150px;
    height: 150px;
    align-content: center;
}
.big-circle .growth{
    position: absolute;
    top: 54px;
    left: 38px;
}
.hidden-chart{
    background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/../../images/chart1.png);
    background-position: bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
    height: 230px;
}
.form-control::placeholder, .form-select::placeholder {
  color: #9d9d9dc9;
  opacity: 1;
}
.dark-skin .control-sidebar {
    color: #b5b5c3;
    background-color: #060610;
    border-left: 1px solid #292931;
}



.recent-activitie{
  height: 532px;
}
#balance-overview{
  height: 271.50px;
  width: 271px;
  align-content: center;
  overflow: hidden;
}
/*@media only screen and (max-width: 1440px) {
  #balance-overview{
    height: 242.5px;
  }
}*/
/*@media only screen and (max-width: 1366px) {
  .recent-activitie{
    height: 503.50px;
    overflow: scroll;
  }
  #balance-overview{
    width: 275px;
    min-width: 275px !important;
  }
}*/
@media only screen and (max-width: 1199px) {
  .recent-activitie{
    height: auto;
  }
}
@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .content-wrapper {
        margin-left: 60px;
        z-index: 840;
    }
    .rtl.sidebar-mini.sidebar-collapse .content-wrapper, .rtl.sidebar-mini.sidebar-collapse .main-footer, .rtl.sidebar-mini.sidebar-collapse .right-side {
        margin-left: 0rem;
        margin-right: 60px;
    }
}
@media only screen and (max-width: 767px) {
  .balance-status{
    display: none;
  }
  #balance-overview{
    width: auto;
    min-width: auto !important;
  }
  .content-wrapper {
      margin-right: 0rem;
      margin-left: 0rem !important;
  }
  .rtl .content-wrapper, .rtl .main-footer {
      margin-right: 0rem;
      margin-left: 0em !important;
  }
}
/*



 */

/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}

.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}

.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

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

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/*# sourceMappingURL=bootstrap.css.map */
/*
 * Container style
 */
.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 3px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 1px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 3px;
  /* there must be 'right' for ps__thumb-y */
  right: 1px;
  /* please don't change 'position' */
  position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}
.morris-hover{position:absolute;z-index:1000}.morris-hover.morris-default-style{border-radius:10px;padding:6px;color:#666;background:rgba(255,255,255,0.8);border:solid 2px rgba(230,230,230,0.8);font-family:sans-serif;font-size:12px;text-align:center}.morris-hover.morris-default-style .morris-hover-row-label{font-weight:bold;margin:0.25em 0}
.morris-hover.morris-default-style .morris-hover-point{white-space:nowrap;margin:0.1em 0}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(https://oarlin-bb3cf8e14b12.herokuapp.com/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }


/*------------------------ustom code---------------------*/
.owl-carousel .owl-dots .owl-dot span {
    background: #ddd;
    display: inline-block;
    width: 12px;
    min-height: 12px;
    margin-top: 5px;
    border-radius: 3px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ef8f3e;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 5px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s cubic-bezier(0.67, 0.36, 0.34, 0.65);
    border-radius: 2px;
}

/*--- carousel owl-nav ---*/
.owl-carousel2.owl-theme .owl-dots{
  display: none;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 2px !important;
    font-size: 2em;
}
.owl-carousel.owl-theme .owl-nav [class*=owl-]{
  width: 50px;
  background: #DEDEDE;
}
.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background: #ef8f3e;
    color: #FFF;
    text-decoration: none;
}
.owl-carousel .owl-dots {
    display: inline-block;
    margin-top: 20px;
    text-indent: inherit;
    width: 100%;
    cursor: pointer;
    text-align: center;
}
.bottom-dots-center .owl-dots {
    bottom: 10px !important;
    position: absolute;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}

/* -------------------------------- 

Main Components 

-------------------------------- */

.cd-horizontal-timeline ol, .cd-horizontal-timeline ul {
  list-style: none;
}
.cd-timeline-navigation a:hover, .cd-timeline-navigation a:focus {
   border-color:#48b0f7;
  
}
.cd-horizontal-timeline a, .cd-horizontal-timeline a:hover, .cd-horizontal-timeline a:focus{ color:#48b0f7;}
.cd-horizontal-timeline blockquote, .cd-horizontal-timeline q {
  quotes: none;
}
.cd-horizontal-timeline blockquote:before, .cd-horizontal-timeline blockquote:after,
.cd-horizontal-timeline q:before, .cd-horizontal-timeline q:after {
  content: '';
  content: none;
}
.cd-horizontal-timeline table {
  border-collapse: collapse;
  border-spacing: 0;
}
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
	width: 100%;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 30px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #48b0f7;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1rem;
  padding-bottom: 15px;
 
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #48b0f7;
  border-color: #48b0f7;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #48b0f7;
  border-color: #48b0f7;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #48b0f7;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 6em auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/horizontal-timeline/img/cd-arrow-4d14e9c4de3b7c2804467dfdb7fc7a475919e01425a0bed1392581f9cb38ad3a.svg) no-repeat 0 0;
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 1200px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h2 {
  font-weight: 600;
  margin-bottom: 0px;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 16px;
  
}
.cd-horizontal-timeline .events-content em, .cd-horizontal-timeline .events-content p {
  line-height: 30px;
}
@media only screen and (min-width: 768px) {
  
  .cd-horizontal-timeline .events-content em {
    font-size: 2rem;
  }
  
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.timeline:before{
  content: " ";
    display:none;
    bottom: 0;
    left: 0%;
    width: 0px;
    margin-left: -1.5px;
    background-color: #eeeeee;
}
/*
 * jQuery FlexSlider v2.7.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/flexslider-icon.eot);
  src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/flexslider-icon.eot?#iefix) format('embedded-opentype'), url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/flexslider-icon.woff) format('woff'), url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/flexslider-icon.ttf) format('truetype'), url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/flexslider-icon.svg#flexslider-icon) format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  padding: 9px;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
.flex-caption {
  width: 100%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgba(0,0,0,.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0,0,0,.3);
  font-size: 14px;
  line-height: 18px;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* http://prismjs.com/download.html?themes=prism&languages=markup+css+clike+javascript+ruby+css-extras+git+jade+json+php+php-extras+sass+scss+sql&plugins=line-highlight+line-numbers+show-invisibles+autolinker+file-highlight+show-language+jsonp-highlight+highlight-keywords+remove-initial-line-feed+autoloader+unescaped-markup+command-line+normalize-whitespace+keep-markup */


/**
 * prism.js default theme for JavaScript, CSS and HTML
 * Based on dabblet (http://dabblet.com)
 * @author Lea Verou
 */

code[class*="language-"],
pre[class*="language-"] {
    color: #8a8484;
    background: none;
    
    font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    font-size: 100%;
    line-height: 1.5;

    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;

    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
	
	border:none;
}

pre[class*="language-"]::-moz-selection,
pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection,
code[class*="language-"] ::-moz-selection {
    text-shadow: none;
    background: #b3d4fc;
}

pre[class*="language-"]::selection,
pre[class*="language-"] ::selection,
code[class*="language-"]::selection,
code[class*="language-"] ::selection {
    text-shadow: none;
    background: #b3d4fc;
}

@media print {
    code[class*="language-"],
    pre[class*="language-"] {
        text-shadow: none;
    }
}




/* Code blocks */

pre[class*="language-"] {
    padding: 1em;
    margin: .5em 0;
    overflow: auto;
    max-height: 250px;
    position: relative;
}

:not(pre)>code[class*="language-"],
pre[class*="language-"] {
    background: #FFF;
    border: 1px solid #F0F0F0;
    border-left: 2px solid #3BAFDA;
    border-radius: 4px;
}




/* Inline code */

:not(pre)>code[class*="language-"] {
    padding: .1em;
    border-radius: .3em;
    white-space: normal;
}

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
    color: slategray;
}

.token.punctuation {
    color: #999;
}

.namespace {
    opacity: .7;
}

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
    color: #905;
}

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
    color: #690;
}

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
    color: #a67f59;
    background: hsla(0, 0%, 100%, .5);
}

.token.atrule,
.token.attr-value,
.token.keyword {
    color: #07a;
}

.token.function {
    color: #DD4A68;
}

.token.regex,
.token.important,
.token.variable {
    color: #e90;
}

.token.important,
.token.bold {
    font-weight: bold;
}

.token.italic {
    font-style: italic;
}

.token.entity {
    cursor: help;
}

pre[data-line] {
    position: relative;
    padding: 1em 0 1em 3em;
}

pre[data-file]::before {
    content: attr(data-file);
    position: absolute;
    top: 0;
    right: 0;
}

.line-highlight {
    position: absolute;
    left: 0;
    right: 0;
    padding: inherit 0;
    margin-top: 1em;
    /* Same as .prism’s padding-top */
    background: hsla(24, 20%, 50%, .08);
    background: -moz-linear-gradient(to right, hsla(186, 83%, 68%, 0.11) 70%, hsla(186, 33%, 82%, 0));
    background: -webkit-linear-gradient(to right, hsla(186, 83%, 68%, 0.11) 70%, hsla(186, 33%, 82%, 0));
    background: -o-linear-gradient(to right, hsla(186, 83%, 68%, 0.11) 70%, hsla(186, 33%, 82%, 0));
    background: linear-gradient(to right, hsla(186, 83%, 68%, 0.11) 70%, hsla(186, 33%, 82%, 0));

    pointer-events: none;

    line-height: inherit;
    white-space: pre;
}

.line-highlight:before,
.line-highlight[data-end]:after {
    content: attr(data-start);
    position: absolute;
    top: .4em;
    left: .6em;
    min-width: 1em;
    padding: 0 .5em;
    color: #187798;
    font: 75%/1.5 sans-serif;
    text-align: center;
    vertical-align: .3em;
    border-radius: 999px;
    text-shadow: none;
    box-shadow: 0 1px white;
}

.line-highlight[data-end]:after {
    content: attr(data-end);
    top: auto;
    bottom: .4em;
}

pre.line-numbers {
    position: relative;
    padding-left: 3.8em;
    counter-reset: linenumber;
}

pre.line-numbers>code {
    position: relative;
}

.line-numbers .line-numbers-rows {
    position: absolute;
    pointer-events: none;
    top: 0;
    font-size: 100%;
    left: -3.8em;
    width: 3em;
    /* works for line-numbers below 1000 lines */
    letter-spacing: -1px;
    border-right: 1px solid #999;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.line-numbers-rows>span {
    pointer-events: none;
    display: block;
    counter-increment: linenumber;
}

.line-numbers-rows>span:before {
    content: counter(linenumber);
    color: #999;
    display: block;
    padding-right: 0.8em;
    text-align: right;
}

.token.tab:not(:empty),
.token.cr,
.token.lf,
.token.space {
    position: relative;
}

.token.tab:not(:empty):before,
.token.cr:before,
.token.lf:before,
.token.space:before {
    color: hsl(24, 20%, 85%);
    position: absolute;
}

.token.tab:not(:empty):before {
    content: '\21E5';
}

.token.cr:before {
    content: '\240D';
}

.token.crlf:before {
    content: '\240D\240A';
}

.token.lf:before {
    content: '\240A';
}

.token.space:before {
    content: '\00B7';
}

.token a {
    color: inherit;
}

div.prism-show-language {
    position: relative;
}

div.prism-show-language>div.prism-show-language-label {
    color: #555;
    background-color: #E5E5E5;
    display: inline-block;
    position: absolute;
    bottom: auto;
    left: auto;
    top: 0;
    right: 0;
    width: auto;
    height: auto;
    font-size: 0.9em;
    border-radius: 0 4px 0 0;
    padding: 0 0.5em;
    text-shadow: none;
    z-index: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}




/* Fallback, in case JS does not run, to ensure the code is at least visible */

.lang-markup script[type='text/plain'],
.language-markup script[type='text/plain'],
script[type='text/plain'].lang-markup,
script[type='text/plain'].language-markup {
    display: block;
    font: 100% Consolas, Monaco, monospace;
    white-space: pre;
    overflow: auto;
}

.command-line-prompt {
    border-right: 1px solid #999;
    display: block;
    float: left;
    font-size: 100%;
    letter-spacing: -1px;
    margin-right: 1em;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.command-line-prompt>span:before {
    color: #999;
    content: ' ';
    display: block;
    padding-right: 0.8em;
}

.command-line-prompt>span[data-user]:before {
    content: "[" attr(data-user) "@" attr(data-host) "] $";
}

.command-line-prompt>span[data-user="root"]:before {
    content: "[" attr(data-user) "@" attr(data-host) "] #";
}

.command-line-prompt>span[data-prompt]:before {
    content: attr(data-prompt);
}
/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#bs4/jszip-2.5.0/pdfmake-0.1.32/dt-1.10.16/af-2.2.2/b-1.5.1/b-colvis-1.5.1/b-flash-1.5.1/b-html5-1.5.1/b-print-1.5.1/cr-1.4.1/fc-3.2.4/fh-3.1.3/kt-2.3.2/r-2.2.1/rg-1.0.2/rr-1.2.3/sc-1.4.4/sl-1.2.5
 *
 * Included libraries:
 *   JSZip 2.5.0, pdfmake 0.1.32, DataTables 1.10.16, AutoFill 2.2.2, Buttons 1.5.1, Column visibility 1.5.1, Flash export 1.5.1, HTML5 export 1.5.1, Print view 1.5.1, ColReorder 1.4.1, FixedColumns 3.2.4, FixedHeader 3.1.3, KeyTable 2.3.2, Responsive 2.2.1, RowGroup 1.0.2, RowReorder 1.2.3, Scroller 1.4.4, Select 1.2.5
 */

table.dataTable{clear:both;margin-top:6px !important;margin-bottom:6px !important;max-width:none !important;border-collapse:separate !important}table.dataTable td,table.dataTable th{-webkit-box-sizing:content-box;box-sizing:content-box}table.dataTable td.dataTables_empty,table.dataTable th.dataTables_empty{text-align:center}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}div.dataTables_wrapper div.dataTables_length label{font-weight:normal;text-align:left;white-space:nowrap}div.dataTables_wrapper div.dataTables_length select{width:75px;display:inline-block}div.dataTables_wrapper div.dataTables_filter{text-align:right}div.dataTables_wrapper div.dataTables_filter label{font-weight:normal;white-space:nowrap;text-align:left}div.dataTables_wrapper div.dataTables_filter input{margin-left:0.5em;display:inline-block;width:auto}div.dataTables_wrapper div.dataTables_info{padding-top:0.85em;white-space:nowrap}div.dataTables_wrapper div.dataTables_paginate{margin:0;white-space:nowrap;text-align:right}div.dataTables_wrapper div.dataTables_paginate ul.pagination{margin:2px 0;white-space:nowrap;justify-content:flex-end}div.dataTables_wrapper div.dataTables_processing{position:absolute;top:50%;left:50%;width:200px;margin-left:-100px;margin-top:-26px;text-align:center;padding:1em 0}table.dataTable thead>tr>th.sorting_asc,table.dataTable thead>tr>th.sorting_desc,table.dataTable thead>tr>th.sorting,table.dataTable thead>tr>td.sorting_asc,table.dataTable thead>tr>td.sorting_desc,table.dataTable thead>tr>td.sorting{padding-right:30px}table.dataTable thead>tr>th:active,table.dataTable thead>tr>td:active{outline:none}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;position:relative}table.dataTable thead .sorting:before,table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:before,table.dataTable thead .sorting_desc_disabled:after{position:absolute;bottom:0.9em;display:block;opacity:0.3}table.dataTable thead .sorting:before,table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:before,table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc_disabled:before{right:1em;content:"\2191"}table.dataTable thead .sorting:after,table.dataTable thead .sorting_asc:after,table.dataTable thead .sorting_desc:after,table.dataTable thead .sorting_asc_disabled:after,table.dataTable thead .sorting_desc_disabled:after{right:0.5em;content:"\2193"}table.dataTable thead .sorting_asc:before,table.dataTable thead .sorting_desc:after{opacity:1}table.dataTable thead .sorting_asc_disabled:before,table.dataTable thead .sorting_desc_disabled:after{opacity:0}div.dataTables_scrollHead table.dataTable{margin-bottom:0 !important}div.dataTables_scrollBody table{border-top:none;margin-top:0 !important;margin-bottom:0 !important}div.dataTables_scrollBody table thead .sorting:after,div.dataTables_scrollBody table thead .sorting_asc:after,div.dataTables_scrollBody table thead .sorting_desc:after{display:none}div.dataTables_scrollBody table tbody tr:first-child th,div.dataTables_scrollBody table tbody tr:first-child td{border-top:none}div.dataTables_scrollFoot>.dataTables_scrollFootInner{box-sizing:content-box}div.dataTables_scrollFoot>.dataTables_scrollFootInner>table{margin-top:0 !important;border-top:none}@media screen and (max-width: 767px){div.dataTables_wrapper div.dataTables_length,div.dataTables_wrapper div.dataTables_filter,div.dataTables_wrapper div.dataTables_info,div.dataTables_wrapper div.dataTables_paginate{text-align:center}}table.dataTable.table-sm>thead>tr>th{padding-right:20px}table.dataTable.table-sm .sorting:before,table.dataTable.table-sm .sorting_asc:before,table.dataTable.table-sm .sorting_desc:before{top:5px;right:0.85em}table.dataTable.table-sm .sorting:after,table.dataTable.table-sm .sorting_asc:after,table.dataTable.table-sm .sorting_desc:after{top:5px}table.table-bordered.dataTable th,table.table-bordered.dataTable td{border-left-width:0}table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable th:last-child,table.table-bordered.dataTable td:last-child,table.table-bordered.dataTable td:last-child{border-right-width:0}table.table-bordered.dataTable tbody th,table.table-bordered.dataTable tbody td{border-bottom-width:0}div.dataTables_scrollHead table.table-bordered{border-bottom-width:0}div.table-responsive>div.dataTables_wrapper>div.row{margin:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child{padding-left:0}div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child{padding-right:0}


div.dt-autofill-handle {
  position: absolute;
  height: 8px;
  width: 8px;
  z-index: 102;
  box-sizing: border-box;
  border: 1px solid #0275d8;
  background: #0275d8;
}

div.dt-autofill-select {
  position: absolute;
  z-index: 1001;
  background-color: #0275d8;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.5) 5px, rgba(255, 255, 255, 0.5) 10px);
}
div.dt-autofill-select.top, div.dt-autofill-select.bottom {
  height: 3px;
  margin-top: -1px;
}
div.dt-autofill-select.left, div.dt-autofill-select.right {
  width: 3px;
  margin-left: -1px;
}

div.dt-autofill-list {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 0 5px #555;
  border: 2px solid #444;
  z-index: 11;
  box-sizing: border-box;
  padding: 1.5em 2em;
}
div.dt-autofill-list ul {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
div.dt-autofill-list ul li {
  display: table-row;
}
div.dt-autofill-list ul li:last-child div.dt-autofill-question, div.dt-autofill-list ul li:last-child div.dt-autofill-button {
  border-bottom: none;
}
div.dt-autofill-list ul li:hover {
  background-color: #f6f6f6;
}
div.dt-autofill-list div.dt-autofill-question {
  display: table-cell;
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
}
div.dt-autofill-list div.dt-autofill-question input[type=number] {
  padding: 6px;
  width: 30px;
  margin: -2px 0;
}
div.dt-autofill-list div.dt-autofill-button {
  display: table-cell;
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
}

div.dt-autofill-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 10;
}


@keyframes dtb-spinner{100%{transform:rotate(360deg)}}@-o-keyframes dtb-spinner{100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes dtb-spinner{100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dtb-spinner{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes dtb-spinner{100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}div.dt-button-info{position:fixed;top:50%;left:50%;width:400px;margin-top:-100px;margin-left:-200px;background-color:white;border:2px solid #111;box-shadow:3px 3px 8px rgba(0,0,0,0.3);border-radius:3px;text-align:center;z-index:21}div.dt-button-info h2{padding:0.5em;margin:0;font-weight:normal;border-bottom:1px solid #ddd;background-color:#f3f3f3}div.dt-button-info>div{padding:1em}ul.dt-button-collection.dropdown-menu{display:block;z-index:2002;-webkit-column-gap:8px;-moz-column-gap:8px;-ms-column-gap:8px;-o-column-gap:8px;column-gap:8px}ul.dt-button-collection.dropdown-menu.fixed{position:fixed;top:50%;left:50%;margin-left:-75px;border-radius:0}ul.dt-button-collection.dropdown-menu.fixed.two-column{margin-left:-150px}ul.dt-button-collection.dropdown-menu.fixed.three-column{margin-left:-225px}ul.dt-button-collection.dropdown-menu.fixed.four-column{margin-left:-300px}ul.dt-button-collection.dropdown-menu>*{-webkit-column-break-inside:avoid;break-inside:avoid}ul.dt-button-collection.dropdown-menu.two-column{width:300px;padding-bottom:1px;-webkit-column-count:2;-moz-column-count:2;-ms-column-count:2;-o-column-count:2;column-count:2}ul.dt-button-collection.dropdown-menu.three-column{width:450px;padding-bottom:1px;-webkit-column-count:3;-moz-column-count:3;-ms-column-count:3;-o-column-count:3;column-count:3}ul.dt-button-collection.dropdown-menu.four-column{width:600px;padding-bottom:1px;-webkit-column-count:4;-moz-column-count:4;-ms-column-count:4;-o-column-count:4;column-count:4}ul.dt-button-collection.dropdown-menu .dt-button{border-radius:0}ul.dt-button-collection{-webkit-column-gap:8px;-moz-column-gap:8px;-ms-column-gap:8px;-o-column-gap:8px;column-gap:8px}ul.dt-button-collection.fixed{position:fixed;top:50%;left:50%;margin-left:-75px;border-radius:0}ul.dt-button-collection.fixed.two-column{margin-left:-150px}ul.dt-button-collection.fixed.three-column{margin-left:-225px}ul.dt-button-collection.fixed.four-column{margin-left:-300px}ul.dt-button-collection>*{-webkit-column-break-inside:avoid;break-inside:avoid}ul.dt-button-collection.two-column{width:300px;padding-bottom:1px;-webkit-column-count:2;-moz-column-count:2;-ms-column-count:2;-o-column-count:2;column-count:2}ul.dt-button-collection.three-column{width:450px;padding-bottom:1px;-webkit-column-count:3;-moz-column-count:3;-ms-column-count:3;-o-column-count:3;column-count:3}ul.dt-button-collection.four-column{width:600px;padding-bottom:1px;-webkit-column-count:4;-moz-column-count:4;-ms-column-count:4;-o-column-count:4;column-count:4}ul.dt-button-collection .dt-button{border-radius:0}ul.dt-button-collection.fixed{max-width:none}ul.dt-button-collection.fixed:before,ul.dt-button-collection.fixed:after{display:none}div.dt-button-background{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999}@media screen and (max-width: 767px){div.dt-buttons{float:none;width:100%;text-align:center;margin-bottom:0.5em}div.dt-buttons a.btn{float:none}}div.dt-buttons button.btn.processing,div.dt-buttons div.btn.processing,div.dt-buttons a.btn.processing{color:rgba(0,0,0,0.2)}div.dt-buttons button.btn.processing:after,div.dt-buttons div.btn.processing:after,div.dt-buttons a.btn.processing:after{position:absolute;top:50%;left:50%;width:16px;height:16px;margin:-8px 0 0 -8px;box-sizing:border-box;display:block;content:' ';border:2px solid #282828;border-radius:50%;border-left-color:transparent;border-right-color:transparent;animation:dtb-spinner 1500ms infinite linear;-o-animation:dtb-spinner 1500ms infinite linear;-ms-animation:dtb-spinner 1500ms infinite linear;-webkit-animation:dtb-spinner 1500ms infinite linear;-moz-animation:dtb-spinner 1500ms infinite linear}


table.DTCR_clonedTable.dataTable{position:absolute !important;background-color:rgba(255,255,255,0.7);z-index:202}div.DTCR_pointer{width:1px;background-color:#0275d8;z-index:201}


table.DTFC_Cloned tr{background-color:white;margin-bottom:0}div.DTFC_LeftHeadWrapper table,div.DTFC_RightHeadWrapper table{border-bottom:none !important;margin-bottom:0 !important;background-color:white}div.DTFC_LeftBodyWrapper table,div.DTFC_RightBodyWrapper table{border-top:none;margin:0 !important}div.DTFC_LeftBodyWrapper table thead .sorting:after,div.DTFC_LeftBodyWrapper table thead .sorting_asc:after,div.DTFC_LeftBodyWrapper table thead .sorting_desc:after,div.DTFC_LeftBodyWrapper table thead .sorting:after,div.DTFC_LeftBodyWrapper table thead .sorting_asc:after,div.DTFC_LeftBodyWrapper table thead .sorting_desc:after,div.DTFC_RightBodyWrapper table thead .sorting:after,div.DTFC_RightBodyWrapper table thead .sorting_asc:after,div.DTFC_RightBodyWrapper table thead .sorting_desc:after,div.DTFC_RightBodyWrapper table thead .sorting:after,div.DTFC_RightBodyWrapper table thead .sorting_asc:after,div.DTFC_RightBodyWrapper table thead .sorting_desc:after{display:none}div.DTFC_LeftBodyWrapper table tbody tr:first-child th,div.DTFC_LeftBodyWrapper table tbody tr:first-child td,div.DTFC_RightBodyWrapper table tbody tr:first-child th,div.DTFC_RightBodyWrapper table tbody tr:first-child td{border-top:none}div.DTFC_LeftFootWrapper table,div.DTFC_RightFootWrapper table{border-top:none;margin-top:0 !important;background-color:white}div.DTFC_Blocker{background-color:white}table.dataTable.table-striped.DTFC_Cloned tbody{background-color:white}


table.dataTable.fixedHeader-floating,table.dataTable.fixedHeader-locked{background-color:white;margin-top:0 !important;margin-bottom:0 !important}table.dataTable.fixedHeader-floating{position:fixed !important}table.dataTable.fixedHeader-locked{position:absolute !important}@media print{table.fixedHeader-floating{display:none}}


table.dataTable th.focus,table.dataTable td.focus{outline:3px solid #0275d8;outline-offset:-1px}


table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty{cursor:default !important}table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before{display:none !important}table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child,table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child{position:relative;padding-left:30px;cursor:pointer}table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before{top:12px;left:4px;height:14px;width:14px;display:block;position:absolute;color:white;border:2px solid white;border-radius:14px;box-shadow:0 0 3px #444;box-sizing:content-box;text-align:center;text-indent:0 !important;font-family:'Courier New', Courier, monospace;line-height:14px;content:'+';background-color:#0275d8}table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before{content:'-';background-color:#d33333}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child{padding-left:27px}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child:before,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child:before{top:5px;left:4px;height:14px;width:14px;border-radius:14px;line-height:14px;text-indent:3px}table.dataTable.dtr-column>tbody>tr>td.control,table.dataTable.dtr-column>tbody>tr>th.control{position:relative;cursor:pointer}table.dataTable.dtr-column>tbody>tr>td.control:before,table.dataTable.dtr-column>tbody>tr>th.control:before{top:50%;left:50%;height:16px;width:16px;margin-top:-10px;margin-left:-10px;display:block;position:absolute;color:white;border:2px solid white;border-radius:14px;box-shadow:0 0 3px #444;box-sizing:content-box;text-align:center;text-indent:0 !important;font-family:'Courier New', Courier, monospace;line-height:14px;content:'+';background-color:#0275d8}table.dataTable.dtr-column>tbody>tr.parent td.control:before,table.dataTable.dtr-column>tbody>tr.parent th.control:before{content:'-';background-color:#d33333}table.dataTable>tbody>tr.child{padding:0.5em 1em}table.dataTable>tbody>tr.child:hover{background:transparent !important}table.dataTable>tbody>tr.child ul.dtr-details{display:inline-block;list-style-type:none;margin:0;padding:0}table.dataTable>tbody>tr.child ul.dtr-details>li{border-bottom:1px solid #efefef;padding:0.5em 0}table.dataTable>tbody>tr.child ul.dtr-details>li:first-child{padding-top:0}table.dataTable>tbody>tr.child ul.dtr-details>li:last-child{border-bottom:none}table.dataTable>tbody>tr.child span.dtr-title{display:inline-block;min-width:75px;font-weight:bold}div.dtr-modal{position:fixed;box-sizing:border-box;top:0;left:0;height:100%;width:100%;z-index:100;padding:10em 1em}div.dtr-modal div.dtr-modal-display{position:absolute;top:0;left:0;bottom:0;right:0;width:50%;height:50%;overflow:auto;margin:auto;z-index:102;overflow:auto;background-color:#f5f5f7;border:1px solid black;border-radius:0.5em;box-shadow:0 12px 30px rgba(0,0,0,0.6)}div.dtr-modal div.dtr-modal-content{position:relative;padding:1em}div.dtr-modal div.dtr-modal-close{position:absolute;top:6px;right:6px;width:22px;height:22px;border:1px solid #eaeaea;background-color:#f9f9f9;text-align:center;border-radius:3px;cursor:pointer;z-index:12}div.dtr-modal div.dtr-modal-close:hover{background-color:#eaeaea}div.dtr-modal div.dtr-modal-background{position:fixed;top:0;left:0;right:0;bottom:0;z-index:101;background:rgba(0,0,0,0.6)}@media screen and (max-width: 767px){div.dtr-modal div.dtr-modal-display{width:95%}}div.dtr-bs-modal table.table tr:first-child td{border-top:none}


table.dataTable tr.group td{font-weight:bold;background-color:#e0e0e0}


table.dt-rowReorder-float{position:absolute !important;opacity:0.8;table-layout:fixed;outline:2px solid #0275d8;outline-offset:-2px;z-index:2001}tr.dt-rowReorder-moving{outline:2px solid #888;outline-offset:-2px}body.dt-rowReorder-noOverflow{overflow-x:hidden}table.dataTable td.reorder{text-align:center;cursor:move}


div.DTS{display:block !important}div.DTS tbody th,div.DTS tbody td{white-space:nowrap}div.DTS div.DTS_Loading{z-index:1}div.DTS div.dataTables_scrollBody{background:repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, #fff 10px, #fff 20px)}div.DTS div.dataTables_scrollBody table{z-index:2}div.DTS div.dataTables_paginate,div.DTS div.dataTables_length{display:none}div.DTS div.dataTables_scrollBody table{background-color:white}


table.dataTable tbody>tr.selected,table.dataTable tbody>tr>.selected{background-color:#0275d8}table.dataTable.stripe tbody>tr.odd.selected,table.dataTable.stripe tbody>tr.odd>.selected,table.dataTable.display tbody>tr.odd.selected,table.dataTable.display tbody>tr.odd>.selected{background-color:#0272d3}table.dataTable.hover tbody>tr.selected:hover,table.dataTable.hover tbody>tr>.selected:hover,table.dataTable.display tbody>tr.selected:hover,table.dataTable.display tbody>tr>.selected:hover{background-color:#0271d0}table.dataTable.order-column tbody>tr.selected>.sorting_1,table.dataTable.order-column tbody>tr.selected>.sorting_2,table.dataTable.order-column tbody>tr.selected>.sorting_3,table.dataTable.order-column tbody>tr>.selected,table.dataTable.display tbody>tr.selected>.sorting_1,table.dataTable.display tbody>tr.selected>.sorting_2,table.dataTable.display tbody>tr.selected>.sorting_3,table.dataTable.display tbody>tr>.selected{background-color:#0273d4}table.dataTable.display tbody>tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_1{background-color:#026fcc}table.dataTable.display tbody>tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_2{background-color:#0270ce}table.dataTable.display tbody>tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody>tr.odd.selected>.sorting_3{background-color:#0270d0}table.dataTable.display tbody>tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_1{background-color:#0273d4}table.dataTable.display tbody>tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_2{background-color:#0274d5}table.dataTable.display tbody>tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody>tr.even.selected>.sorting_3{background-color:#0275d7}table.dataTable.display tbody>tr.odd>.selected,table.dataTable.order-column.stripe tbody>tr.odd>.selected{background-color:#026fcc}table.dataTable.display tbody>tr.even>.selected,table.dataTable.order-column.stripe tbody>tr.even>.selected{background-color:#0273d4}table.dataTable.display tbody>tr.selected:hover>.sorting_1,table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_1{background-color:#026bc6}table.dataTable.display tbody>tr.selected:hover>.sorting_2,table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_2{background-color:#026cc8}table.dataTable.display tbody>tr.selected:hover>.sorting_3,table.dataTable.order-column.hover tbody>tr.selected:hover>.sorting_3{background-color:#026eca}table.dataTable.display tbody>tr:hover>.selected,table.dataTable.display tbody>tr>.selected:hover,table.dataTable.order-column.hover tbody>tr:hover>.selected,table.dataTable.order-column.hover tbody>tr>.selected:hover{background-color:#026bc6}table.dataTable tbody td.select-checkbox,table.dataTable tbody th.select-checkbox{position:relative}table.dataTable tbody td.select-checkbox:before,table.dataTable tbody td.select-checkbox:after,table.dataTable tbody th.select-checkbox:before,table.dataTable tbody th.select-checkbox:after{display:block;position:absolute;top:1.2em;left:50%;width:12px;height:12px;box-sizing:border-box}table.dataTable tbody td.select-checkbox:before,table.dataTable tbody th.select-checkbox:before{content:' ';margin-top:-6px;margin-left:-6px;border:1px solid black;border-radius:3px}table.dataTable tr.selected td.select-checkbox:after,table.dataTable tr.selected th.select-checkbox:after{content:'\2714';margin-top:-11px;margin-left:-4px;text-align:center;text-shadow:1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9}div.dataTables_wrapper span.select-info,div.dataTables_wrapper span.select-item{margin-left:0.5em}@media screen and (max-width: 640px){div.dataTables_wrapper span.select-info,div.dataTables_wrapper span.select-item{margin-left:0;display:block}}table.dataTable tbody tr.selected,table.dataTable tbody th.selected,table.dataTable tbody td.selected{color:white}table.dataTable tbody tr.selected a,table.dataTable tbody th.selected a,table.dataTable tbody td.selected a{color:#a2d4ed}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* 

====== Zoom effect ======

*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Newspaper effect ======

*/
.mfp-newspaper {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-newspaper .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.5s;
  transform: scale(0) rotate(500deg);
}
.mfp-newspaper.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-newspaper.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}
.mfp-newspaper.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-newspaper.mfp-removing .mfp-with-anim {
  transform: scale(0) rotate(500deg);
  opacity: 0;
}
.mfp-newspaper.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Move-horizontal effect ======

*/
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Move-from-top effect ======

*/
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== 3d unfold ======

*/
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== Zoom-out effect ======

*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
/* 

====== "Hinge" close effect ======

*/
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 1s;
  animation-name: hinge;
}
.mfp-with-fade .mfp-content,
.mfp-with-fade.mfp-bg {
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.mfp-with-fade.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-with-fade.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-with-fade.mfp-removing.mfp-bg {
  opacity: 0;
}

.white-popup-block{
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out; 
  -moz-transition: all 0.15s ease-out; 
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out; 
  -moz-transition: all 0.15s ease-out; 
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
    

#header-left:hover #header-left-icon{
	background-color: #3F8DBF;
}
#header-left:hover #header-left-text{
	background-color: #599BC8;
}
#header-left-icon{
	float: left;
	height: 50px;
	width: 50px;
	text-align: center;
	background-color: #35759F;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#header-left-icon a {
	font-size: 25px;
}

#header-left-text{
	float: left;
	height: 50px;
		-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#header-left-text a {
	padding-left: 20px;
	padding-right: 20px;
}
#header-right{
	float: right;
	height: 50px;
}
#header-right:hover #header-right-icon{
	background-color: #3F8DBF;
	}
#header-right:hover #header-right-text{
	background-color: #599BC8;
	}
#header-right-icon{
	float: right;
	height: 50px;
	width: 50px;
	text-align: center;
	background-color: #35759F;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#header-right-text{
	float: right;
	height: 50px;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#header-right-text a {
	padding-right: 20px;
	padding-left: 20px;
}
#gallery{
	float: left;
	width: 100%;
}
#gallery-header{
	height: auto;
	width: 100%;
	float: left;
}
#gallery-header-center{
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#gallery-header-center-left{
	float: left;
	height: 35px;
	line-height: 35px;
	margin-bottom: 20px;
}
#gallery-header-center-left-icon{
	float: left;
	height: 35px;
	width: 35px;
	background-color: rgba(63,141,191,1);
	color: rgba(255,255,255,1);
	text-align: center;
	font-size: 20px;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
#gallery-header-center-left-icon:hover {
	background-color: rgba(63,141,191,0.5);
	cursor: pointer;
}
#gallery-header-center-left-title{
	float: left;
	height: 35px;
	font-size: 25px;
	color: #3f8dbf;
	margin-left: 20px;
}
#gallery-header-center-right{
	float: right;
	height: 35px;
	margin-top: 32px;
	line-height: 35px;
}
.gallery-header-center-right-links {
	color: #333333;
	float: left;
	height: 35px;
	padding-right: 20px;
	padding-left: 20px;
	margin-left: 10px;
	font-size: 16px;
	font-weight: 400;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.gallery-header-center-right-links:hover {
	background-color:#0f9ad8;
	color: rgba(255,255,255,1);
	cursor: pointer;
}
.gallery-header-center-right-links-current {
	color: #FFFFFF;
	background-color:#0f9ad8;
}
.gallery-header-center-right-links-current:hover {
	background-color: rgba(63,141,191,0.5);
}
#gallery-content{
	float: left;
	width: 100%;
}
.gallery-content-center-normal {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.gallery-content-center-full {
	float: left;
	width: 100%;
}
#gallery-content-center img {
	width: 285px;
	margin: 10px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 10px;
	box-shadow: 0 10px 15px -5px rgba(62, 57, 107, .07);
}
.ekko-lightbox-container{position:relative}.ekko-lightbox-container>div.ekko-lightbox-item{position:absolute;top:0;left:0;bottom:0;right:0;width:100%}.ekko-lightbox iframe{width:100%;height:100%}.ekko-lightbox-nav-overlay{z-index:1;position:absolute;top:0;left:0;width:100%;height:100%;display:-ms-flexbox;display:flex}.ekko-lightbox-nav-overlay a{-ms-flex:1;flex:1;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;opacity:0;transition:opacity .5s;color:#fff;font-size:30px;z-index:1}.ekko-lightbox-nav-overlay a>*{-ms-flex-positive:1;flex-grow:1}.ekko-lightbox-nav-overlay a>:focus{outline:none}.ekko-lightbox-nav-overlay a span{padding:0 30px}.ekko-lightbox-nav-overlay a:last-child span{text-align:right}.ekko-lightbox-nav-overlay a:hover{text-decoration:none}.ekko-lightbox-nav-overlay a:focus{outline:none}.ekko-lightbox-nav-overlay a.disabled{cursor:default;visibility:hidden}.ekko-lightbox a:hover{opacity:1;text-decoration:none}.ekko-lightbox .modal-dialog{display:none}.ekko-lightbox .modal-footer{text-align:left}.ekko-lightbox-loader{position:absolute;top:0;left:0;bottom:0;right:0;width:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.ekko-lightbox-loader>div{width:40px;height:40px;position:relative;text-align:center}.ekko-lightbox-loader>div>div{width:100%;height:100%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;animation:a 2s infinite ease-in-out}.ekko-lightbox-loader>div>div:last-child{animation-delay:-1s}.modal-dialog .ekko-lightbox-loader>div>div{background-color:#333}@keyframes a{0%,to{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImVra28tbGlnaHRib3guY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLHlCQUNFLGlCQUFtQixDQUNwQixBQUNELGdEQUNFLGtCQUFtQixBQUNuQixNQUFPLEFBQ1AsT0FBUSxBQUNSLFNBQVUsQUFDVixRQUFTLEFBQ1QsVUFBWSxDQUNiLEFBQ0Qsc0JBQ0UsV0FBWSxBQUNaLFdBQWEsQ0FDZCxBQUNELDJCQUNFLFVBQWEsQUFDYixrQkFBbUIsQUFDbkIsTUFBTyxBQUNQLE9BQVEsQUFDUixXQUFZLEFBQ1osWUFBYSxBQUNiLG9CQUFjLEFBQWQsWUFBYyxDQUNmLEFBQ0QsNkJBQ0UsV0FBUSxBQUFSLE9BQVEsQUFDUixvQkFBYyxBQUFkLGFBQWMsQUFDZCxzQkFBb0IsQUFBcEIsbUJBQW9CLEFBQ3BCLFVBQVcsQUFDWCx1QkFBeUIsQUFDekIsV0FBWSxBQUNaLGVBQWdCLEFBQ2hCLFNBQWEsQ0FDZCxBQUNELCtCQUNFLG9CQUFhLEFBQWIsV0FBYSxDQUNkLEFBQ0Qsb0NBQ0UsWUFBYyxDQUNmLEFBQ0Qsa0NBQ0UsY0FBZ0IsQ0FDakIsQUFDRCw2Q0FDRSxnQkFBa0IsQ0FDbkIsQUFDRCxtQ0FDRSxvQkFBc0IsQ0FDdkIsQUFDRCxtQ0FDRSxZQUFjLENBQ2YsQUFDRCxzQ0FDRSxlQUFnQixBQUNoQixpQkFBbUIsQ0FDcEIsQUFDRCx1QkFDRSxVQUFXLEFBQ1gsb0JBQXNCLENBQ3ZCLEFBQ0QsNkJBQ0UsWUFBYyxDQUNmLEFBQ0QsNkJBQ0UsZUFBaUIsQ0FDbEIsQUFDRCxzQkFDRSxrQkFBbUIsQUFDbkIsTUFBTyxBQUNQLE9BQVEsQUFDUixTQUFVLEFBQ1YsUUFBUyxBQUNULFdBQVksQUFDWixvQkFBYyxBQUFkLGFBQWMsQUFFZCwwQkFBdUIsQUFBdkIsc0JBQXVCLEFBRXZCLHFCQUF3QixBQUF4Qix1QkFBd0IsQUFFeEIsc0JBQW9CLEFBQXBCLGtCQUFvQixDQUNyQixBQUNELDBCQUNFLFdBQVksQUFDWixZQUFhLEFBQ2Isa0JBQW1CLEFBQ25CLGlCQUFtQixDQUNwQixBQUNELDhCQUNFLFdBQVksQUFDWixZQUFhLEFBQ2Isa0JBQW1CLEFBQ25CLHNCQUF1QixBQUN2QixXQUFhLEFBQ2Isa0JBQW1CLEFBQ25CLE1BQU8sQUFDUCxPQUFRLEFBQ1IsbUNBQTZDLENBQzlDLEFBQ0QseUNBQ0UsbUJBQXFCLENBQ3RCLEFBQ0QsNENBQ0UscUJBQXVCLENBQ3hCLEFBVUQsYUFDRSxNQUVFLG1CQUFvQixBQUNwQiwwQkFBNEIsQ0FDN0IsQUFDRCxJQUNFLG1CQUFvQixBQUNwQiwwQkFBNEIsQ0FDN0IsQ0FDRiIsImZpbGUiOiJla2tvLWxpZ2h0Ym94LmNzcyIsInNvdXJjZXNDb250ZW50IjpbIi5la2tvLWxpZ2h0Ym94LWNvbnRhaW5lciB7XG4gIHBvc2l0aW9uOiByZWxhdGl2ZTtcbn1cbi5la2tvLWxpZ2h0Ym94LWNvbnRhaW5lciA+IGRpdi5la2tvLWxpZ2h0Ym94LWl0ZW0ge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMDtcbiAgbGVmdDogMDtcbiAgYm90dG9tOiAwO1xuICByaWdodDogMDtcbiAgd2lkdGg6IDEwMCU7XG59XG4uZWtrby1saWdodGJveCBpZnJhbWUge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuLmVra28tbGlnaHRib3gtbmF2LW92ZXJsYXkge1xuICB6LWluZGV4OiAxMDA7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAwO1xuICBsZWZ0OiAwO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xuICBkaXNwbGF5OiBmbGV4O1xufVxuLmVra28tbGlnaHRib3gtbmF2LW92ZXJsYXkgYSB7XG4gIGZsZXg6IDE7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIGFsaWduLWl0ZW1zOiBjZW50ZXI7XG4gIG9wYWNpdHk6IDA7XG4gIHRyYW5zaXRpb246IG9wYWNpdHkgMC41cztcbiAgY29sb3I6ICNmZmY7XG4gIGZvbnQtc2l6ZTogMzBweDtcbiAgei1pbmRleDogMTAwO1xufVxuLmVra28tbGlnaHRib3gtbmF2LW92ZXJsYXkgYSA+ICoge1xuICBmbGV4LWdyb3c6IDE7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSBhID4gKjpmb2N1cyB7XG4gIG91dGxpbmU6IG5vbmU7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSBhIHNwYW4ge1xuICBwYWRkaW5nOiAwIDMwcHg7XG59XG4uZWtrby1saWdodGJveC1uYXYtb3ZlcmxheSBhOmxhc3QtY2hpbGQgc3BhbiB7XG4gIHRleHQtYWxpZ246IHJpZ2h0O1xufVxuLmVra28tbGlnaHRib3gtbmF2LW92ZXJsYXkgYTpob3ZlciB7XG4gIHRleHQtZGVjb3JhdGlvbjogbm9uZTtcbn1cbi5la2tvLWxpZ2h0Ym94LW5hdi1vdmVybGF5IGE6Zm9jdXMge1xuICBvdXRsaW5lOiBub25lO1xufVxuLmVra28tbGlnaHRib3gtbmF2LW92ZXJsYXkgYS5kaXNhYmxlZCB7XG4gIGN1cnNvcjogZGVmYXVsdDtcbiAgdmlzaWJpbGl0eTogaGlkZGVuO1xufVxuLmVra28tbGlnaHRib3ggYTpob3ZlciB7XG4gIG9wYWNpdHk6IDE7XG4gIHRleHQtZGVjb3JhdGlvbjogbm9uZTtcbn1cbi5la2tvLWxpZ2h0Ym94IC5tb2RhbC1kaWFsb2cge1xuICBkaXNwbGF5OiBub25lO1xufVxuLmVra28tbGlnaHRib3ggLm1vZGFsLWZvb3RlciB7XG4gIHRleHQtYWxpZ246IGxlZnQ7XG59XG4uZWtrby1saWdodGJveC1sb2FkZXIge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMDtcbiAgbGVmdDogMDtcbiAgYm90dG9tOiAwO1xuICByaWdodDogMDtcbiAgd2lkdGg6IDEwMCU7XG4gIGRpc3BsYXk6IGZsZXg7XG4gIC8qIGVzdGFibGlzaCBmbGV4IGNvbnRhaW5lciAqL1xuICBmbGV4LWRpcmVjdGlvbjogY29sdW1uO1xuICAvKiBtYWtlIG1haW4gYXhpcyB2ZXJ0aWNhbCAqL1xuICBqdXN0aWZ5LWNvbnRlbnQ6IGNlbnRlcjtcbiAgLyogY2VudGVyIGl0ZW1zIHZlcnRpY2FsbHksIGluIHRoaXMgY2FzZSAqL1xuICBhbGlnbi1pdGVtczogY2VudGVyO1xufVxuLmVra28tbGlnaHRib3gtbG9hZGVyID4gZGl2IHtcbiAgd2lkdGg6IDQwcHg7XG4gIGhlaWdodDogNDBweDtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICB0ZXh0LWFsaWduOiBjZW50ZXI7XG59XG4uZWtrby1saWdodGJveC1sb2FkZXIgPiBkaXYgPiBkaXYge1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAxMDAlO1xuICBib3JkZXItcmFkaXVzOiA1MCU7XG4gIGJhY2tncm91bmQtY29sb3I6ICNmZmY7XG4gIG9wYWNpdHk6IDAuNjtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDA7XG4gIGxlZnQ6IDA7XG4gIGFuaW1hdGlvbjogc2stYm91bmNlIDJzIGluZmluaXRlIGVhc2UtaW4tb3V0O1xufVxuLmVra28tbGlnaHRib3gtbG9hZGVyID4gZGl2ID4gZGl2Omxhc3QtY2hpbGQge1xuICBhbmltYXRpb24tZGVsYXk6IC0xcztcbn1cbi5tb2RhbC1kaWFsb2cgLmVra28tbGlnaHRib3gtbG9hZGVyID4gZGl2ID4gZGl2IHtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzMzMztcbn1cbkAtd2Via2l0LWtleWZyYW1lcyBzay1ib3VuY2Uge1xuICAwJSxcbiAgMTAwJSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlKDApO1xuICB9XG4gIDUwJSB7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlKDEpO1xuICB9XG59XG5Aa2V5ZnJhbWVzIHNrLWJvdW5jZSB7XG4gIDAlLFxuICAxMDAlIHtcbiAgICB0cmFuc2Zvcm06IHNjYWxlKDApO1xuICAgIC13ZWJraXQtdHJhbnNmb3JtOiBzY2FsZSgwKTtcbiAgfVxuICA1MCUge1xuICAgIHRyYW5zZm9ybTogc2NhbGUoMSk7XG4gICAgLXdlYmtpdC10cmFuc2Zvcm06IHNjYWxlKDEpO1xuICB9XG59XG4iXX0= */
.jvectormap-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.jvectormap-tip {
    position: absolute;
    display: none;
    border: solid 1px #4F5467;
    border-radius: 2px;
    background: #4F5467;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
}

.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
    position: absolute;
    left: 10px;
    border-radius: 2px;
    background: #4F5467;
    padding: 5px;
    color: white;
    cursor: pointer;
    line-height: 20px;
    text-align: center;
    box-sizing: content-box;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    width: 20px;
    height: 20px;
}

.jvectormap-zoomin {
    top: 10px;
}

.jvectormap-zoomout {
    top: 50px;
}

.jvectormap-goback {
    bottom: 10px;
    z-index: 1000;
    padding: 6px;
}

.jvectormap-spinner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: center no-repeat url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==);
}

.jvectormap-legend-title {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}

.jvectormap-legend-cnt {
    position: absolute;
}

.jvectormap-legend-cnt-h {
    bottom: 0;
    right: 0;
}

.jvectormap-legend-cnt-v {
    top: 0;
    right: 0;
}

.jvectormap-legend {
    background: black;
    color: white;
    border-radius: 3px;
}

.jvectormap-legend-cnt-h .jvectormap-legend {
    float: left;
    margin: 0 10px 10px 0;
    padding: 3px 3px 1px 3px;
}

.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
    float: left;
}

.jvectormap-legend-cnt-v .jvectormap-legend {
    margin: 10px 10px 0 0;
    padding: 3px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick {
    width: 40px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
    height: 15px;
}

.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
    height: 20px;
    width: 20px;
    display: inline-block;
    vertical-align: middle;
}

.jvectormap-legend-tick-text {
    font-size: 12px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
    text-align: center;
}

.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    padding-left: 3px;
}
/*! X-editable - v1.5.1 
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
.editableform {
    margin-bottom: 0; /* overwrites bootstrap margin */
}

.editableform .control-group {
    margin-bottom: 0; /* overwrites bootstrap margin */
    white-space: nowrap; /* prevent wrapping buttons on new line */
    line-height: 20px; /* overwriting bootstrap line-height. See #133 */
}

/* 
  BS3 width:1005 for inputs breaks editable form in popup 
  See: https://github.com/vitalets/x-editable/issues/393
*/
.editableform .form-control {
    width: auto;
	/*padding: 0.2rem .75rem;*/
	height: calc(2rem + 2px);
}
.editableform select.form-control:not([size]):not([multiple]) {
    height: calc(2rem + 2px);
}
.editable-buttons {
   display: inline-block; /* should be inline to take effect of parent's white-space: nowrap */
   vertical-align: top;
   margin-left: 7px;
   /* inline-block emulation for IE7*/
   zoom: 1; 
   *display: inline;
}

.editable-buttons.editable-buttons-bottom {
   display: block; 
   margin-top: 7px;
   margin-left: 0;
}

.editable-input {
    vertical-align: top; 
    display: inline-block; /* should be inline to take effect of parent's white-space: nowrap */
    width: auto; /* bootstrap-responsive has width: 100% that breakes layout */
    white-space: normal; /* reset white-space decalred in parent*/
   /* display-inline emulation for IE7*/
   zoom: 1; 
   *display: inline;   
}

.editable-buttons .editable-cancel {
   margin-left: 7px; 
}

/*for jquery-ui buttons need set height to look more pretty*/
.editable-buttons button.ui-button-icon-only {
   height: 24px; 
   width: 30px;
}

.editableform-loading {
    background: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/x-editable/dist/bootstrap3-editable/img/loading-e611bd10da5752d2c77c75664d6ec0cc16491d9d1d85012a753624374ccfeeae.gif) center center no-repeat;  
    height: 25px;
    width: auto; 
    min-width: 25px; 
}

.editable-inline .editableform-loading {
    background-position: left 5px;      
}

 .editable-error-block {
    max-width: 300px;
    margin: 5px 0 0 0;
    width: auto;
    white-space: normal;
}

/*add padding for jquery ui*/
.editable-error-block.ui-state-error {
    padding: 3px;  
}  

.editable-error {
   color: red;  
}

/* ---- For specific types ---- */

.editableform .editable-date {
    padding: 0; 
    margin: 0;
    float: left;
}

/* move datepicker icon to center of add-on button. See https://github.com/vitalets/x-editable/issues/183 */
.editable-inline .add-on .icon-th {
   margin-top: 3px;
   margin-left: 1px; 
}


/* checklist vertical alignment */
.editable-checklist label input[type="checkbox"], 
.editable-checklist label span {
    vertical-align: middle;
    margin: 0;
}

.editable-checklist label {
    white-space: nowrap; 
}

/* set exact width of textarea to fit buttons toolbar */
.editable-wysihtml5 {
    width: 566px; 
    height: 250px; 
}

/* clear button shown as link in date inputs */
.editable-clear {
   clear: both;
   font-size: 0.9em;
   text-decoration: none;
   text-align: right;
}

/* IOS-style clear button for text inputs */
.editable-clear-x {
   background: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/x-editable/dist/bootstrap3-editable/img/clear-f8be614091b91809de65cd902bae9b3d4cd0aaa5f6a936b9458862ff4f79c98b.png) center center no-repeat;
   display: block;
   width: 13px;    
   height: 13px;
   position: absolute;
   opacity: 0.6;
   z-index: 100;
   
   top: 50%;
   right: 6px;
   margin-top: -6px;
   
}

.editable-clear-x:hover {
   opacity: 1;
}

.editable-pre-wrapped {
   white-space: pre-wrap;
}
.editable-container.editable-popup {
    max-width: none !important; /* without this rule poshytip/tooltip does not stretch */
}  

.editable-container.popover {
    width: auto; /* without this rule popover does not stretch */
}

.editable-container.editable-inline {
    display: inline-block; 
    vertical-align: middle;
    width: auto;
    /* inline-block emulation for IE7*/
    zoom: 1; 
    *display: inline;    
}

.editable-container.ui-widget {
   font-size: inherit;  /* jqueryui widget font 1.1em too big, overwrite it */
   z-index: 9990; /* should be less than select2 dropdown z-index to close dropdown first when click */
}
.editable-click, 
a.editable-click, 
a.editable-click:hover {
    text-decoration: none;
    border-bottom: dashed 1px #0088cc;
}

.editable-click.editable-disabled, 
a.editable-click.editable-disabled, 
a.editable-click.editable-disabled:hover {
   color: #585858;  
   cursor: default;
   border-bottom: none;
}

.editable-empty, .editable-empty:hover, .editable-empty:focus{
  font-style: italic; 
  color: #DD1144;  
  /* border-bottom: none; */
  text-decoration: none;
}

.editable-unsaved {
  font-weight: bold; 
}

.editable-unsaved:after {
/*    content: '*'*/
}

.editable-bg-transition {
  -webkit-transition: background-color 1400ms ease-out;
  -moz-transition: background-color 1400ms ease-out;
  -o-transition: background-color 1400ms ease-out;
  -ms-transition: background-color 1400ms ease-out;
  transition: background-color 1400ms ease-out;  
}

/*see https://github.com/vitalets/x-editable/issues/139 */
.form-horizontal .editable
{ 
    padding-top: 5px;
    display:inline-block;
}


/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/

}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}
.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(top, #f3c17a, #f3e97a);
  background-image: linear-gradient(top, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(top, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(top, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(top, #b3b3b3, #808080);
  background-image: -o-linear-gradient(top, #b3b3b3, #808080);
  background-image: linear-gradient(top, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker th.datepicker-switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}
body.stop-scrolling {
  height: 100%;
  overflow: visible; }

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000; }

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 2px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999; }
  @media all and (max-width: 540px) {
    .sweet-alert {
      width: auto;
      margin-left: 0;
      margin-right: 0;
      left: 15px;
      right: 15px; } }
  .sweet-alert h2 {
    color: #575757;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block; }
  .sweet-alert p {
    color: #797979;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal; }
  .sweet-alert fieldset {
    border: none;
    position: relative; }
  .sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding 0.15s, max-height 0.15s;
    transition: padding 0.15s, max-height 0.15s; }
    .sweet-alert .sa-error-container.show {
      padding: 10px 0;
      max-height: 100px;
      webkit-transition: padding 0.2s, max-height 0.2s;
      transition: padding 0.25s, max-height 0.25s; }
    .sweet-alert .sa-error-container .icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: white;
      line-height: 24px;
      text-align: center;
      margin-right: 3px; }
    .sweet-alert .sa-error-container p {
      display: inline-block; }
  .sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
    .sweet-alert .sa-input-error::before, .sweet-alert .sa-input-error::after {
      content: "";
      width: 20px;
      height: 6px;
      background-color: #f06e57;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      margin-top: -4px;
      left: 50%;
      margin-left: -9px; }
    .sweet-alert .sa-input-error::before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .sweet-alert .sa-input-error::after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .sweet-alert .sa-input-error.show {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .sweet-alert input:focus {
      outline: none;
      box-shadow: 0px 0px 3px #c4e6f5;
      border: 1px solid #b4dbed; }
      .sweet-alert input:focus::-moz-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus:-ms-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
      .sweet-alert input:focus::-webkit-input-placeholder {
        transition: opacity 0.3s 0.03s ease;
        opacity: 0.5; }
    .sweet-alert input::-moz-placeholder {
      color: #bdbdbd; }
    .sweet-alert input:-ms-input-placeholder {
      color: #bdbdbd; }
    .sweet-alert input::-webkit-input-placeholder {
      color: #bdbdbd; }
  .sweet-alert.show-input input {
    display: block; }
  .sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative; }
  .sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden; }
  .sweet-alert button {
    background-color: #8CD4F5;
    color: white;
    border: none;
    box-shadow: none;
    font-size: 17px;
    font-weight: 500;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 32px;
    margin: 26px 5px 0 5px;
    cursor: pointer; }
    .sweet-alert button:focus {
      outline: none;
      box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .sweet-alert button:hover {
      background-color: #7ecff4; }
    .sweet-alert button:active {
      background-color: #5dc2f1; }
    .sweet-alert button.cancel {
      background-color: #C1C1C1; }
      .sweet-alert button.cancel:hover {
        background-color: #b9b9b9; }
      .sweet-alert button.cancel:active {
        background-color: #a8a8a8; }
      .sweet-alert button.cancel:focus {
        box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important; }
    .sweet-alert button[disabled] {
      opacity: .6;
      cursor: default; }
    .sweet-alert button.confirm[disabled] {
      color: transparent; }
      .sweet-alert button.confirm[disabled] ~ .la-ball-fall {
        opacity: 1;
        visibility: visible;
        transition-delay: 0s; }
    .sweet-alert button::-moz-focus-inner {
      border: 0; }
  .sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none !important; }
  .sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px; }
  .sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box; }
    .sweet-alert .sa-icon.sa-error {
      border-color: #F27474; }
      .sweet-alert .sa-icon.sa-error .sa-x-mark {
        position: relative;
        display: block; }
      .sweet-alert .sa-icon.sa-error .sa-line {
        position: absolute;
        height: 5px;
        width: 47px;
        background-color: #F27474;
        display: block;
        top: 37px;
        border-radius: 2px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-left {
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          left: 17px; }
        .sweet-alert .sa-icon.sa-error .sa-line.sa-right {
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
          right: 16px; }
    .sweet-alert .sa-icon.sa-warning {
      border-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-body {
        position: absolute;
        width: 5px;
        height: 47px;
        left: 50%;
        top: 10px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #F8BB86; }
      .sweet-alert .sa-icon.sa-warning .sa-dot {
        position: absolute;
        width: 7px;
        height: 7px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: 10px;
        background-color: #F8BB86; }
    .sweet-alert .sa-icon.sa-info {
      border-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::before {
        content: "";
        position: absolute;
        width: 5px;
        height: 29px;
        left: 50%;
        bottom: 17px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #C9DAE1; }
      .sweet-alert .sa-icon.sa-info::after {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        margin-left: -3px;
        top: 19px;
        background-color: #C9DAE1; }
    .sweet-alert .sa-icon.sa-success {
      border-color: #A5DC86; }
      .sweet-alert .sa-icon.sa-success::before, .sweet-alert .sa-icon.sa-success::after {
        content: '';
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        position: absolute;
        width: 60px;
        height: 120px;
        background: white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .sweet-alert .sa-icon.sa-success::before {
        -webkit-border-radius: 120px 0 0 120px;
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
        transform-origin: 60px 60px; }
      .sweet-alert .sa-icon.sa-success::after {
        -webkit-border-radius: 0 120px 120px 0;
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0px 60px;
        transform-origin: 0px 60px; }
      .sweet-alert .sa-icon.sa-success .sa-placeholder {
        width: 80px;
        height: 80px;
        border: 4px solid rgba(165, 220, 134, 0.2);
        -webkit-border-radius: 40px;
        border-radius: 40px;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .sweet-alert .sa-icon.sa-success .sa-fix {
        width: 5px;
        height: 90px;
        background-color: white;
        position: absolute;
        left: 28px;
        top: 8px;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .sweet-alert .sa-icon.sa-success .sa-line {
        height: 5px;
        background-color: #A5DC86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
          width: 25px;
          left: 14px;
          top: 46px;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .sweet-alert .sa-icon.sa-success .sa-line.sa-long {
          width: 47px;
          right: 8px;
          top: 38px;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
    .sweet-alert .sa-icon.sa-custom {
      background-size: contain;
      border-radius: 50%;
      border: none;
      background-position: center center;
      background-repeat: no-repeat; }

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7); }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5); } }

@-webkit-keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@keyframes slideFromTop {
  0% {
    top: 0%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@keyframes slideToTop {
  0% {
    top: 50%; }
  100% {
    top: 0%; } }

@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@keyframes slideFromBottom {
  0% {
    top: 70%; }
  100% {
    top: 50%; } }

@-webkit-keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

@keyframes slideToBottom {
  0% {
    top: 50%; }
  100% {
    top: 70%; } }

.showSweetAlert[data-animation=pop] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s; }

.showSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.showSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s; }

.showSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s; }

.hideSweetAlert[data-animation=pop] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s; }

.hideSweetAlert[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.hideSweetAlert[data-animation=slide-from-top] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s; }

.hideSweetAlert[data-animation=slide-from-bottom] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s; }

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0px;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s; }

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s; }

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s; }

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s; }

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

@keyframes pulseWarning {
  0% {
    border-color: #F8D486; }
  100% {
    border-color: #F8BB86; } }

.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate; }

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486; }
  100% {
    background-color: #F8BB86; } }

.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate; }

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9; }

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9; }

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9; }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff; }

.la-ball-fall.la-dark {
  color: #333; }

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-fall {
  width: 54px;
  height: 18px; }

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite; }

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms; }

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms; }

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms; }

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px; }

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px; }

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px; }

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px; }

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px; }

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px; }

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%); } }

@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%); } }

@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%); } }

@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%); }
  10% {
    opacity: .5; }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  90% {
    opacity: .5; }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%); } }
@charset 'UTF-8';
.md-editor
{
    display: block;

    border: 1px solid #e0e0e0;
    border-radius: .215rem;
}
.md-editor > .md-header,
.md-editor .md-footer
{
    display: block;

    padding: 6px 4px;

    border-radius: .215rem .215rem 0 0; 
    background: #eee;
}
.md-editor > .md-header
{
    margin: 0;
}
.md-editor > .md-preview
{
    overflow: auto;

    min-height: 8px;
    padding: 10px; 

    border-top: 1px dashed transparent;
    border-bottom: 1px solid transparent;
    border-radius: 0 0 .215rem .215rem;
    background: #fff;
}
.md-editor > textarea
{
    font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
    font-size: 1rem;

    display: block;

    width: 100%;
    margin: 0;
    padding: 10px;

    border: 0;
    border-top: 1px dashed transparent;
    border-bottom: 1px solid transparent;
    border-radius: 0 0 .215rem .215rem; 
    outline: 0;
    background: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.md-editor > textarea:focus
{
    background: #fff; 
    -webkit-box-shadow: none;
            box-shadow: none;
}
.md-editor.active
{
    border-color: #e0e0e0;
    outline: 0;
}
.md-editor .md-controls
{
    float: right;

    padding: 3px;
}
.md-editor .md-controls .md-control
{
    right: 5px;

    padding: 3px 3px 3px 10px; 

    color: #e0e0e0;
}
.md-editor .md-controls .md-control:hover
{
    color: #757575;
}
.md-editor.md-fullscreen-mode
{
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    padding: 60px 30px 15px;

    border: 0 !important; 
    background: #fff !important;
}
.md-editor.md-fullscreen-mode .md-footer
{
    display: none;
}
.md-editor.md-fullscreen-mode .md-input,
.md-editor.md-fullscreen-mode .md-preview
{
    font-size: 20px !important;
    line-height: 1.6em !important;

    height: 100% !important;
    margin: 0 auto !important;
    padding: 20px !important;

    resize: none !important;

    color: #999;
    border: 0 !important; 
    background: #fff !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}
.md-editor.md-fullscreen-mode .md-preview
{
    overflow: auto; 

    color: #333;
}
.md-editor.md-fullscreen-mode .md-input:hover,
.md-editor.md-fullscreen-mode .md-input:focus
{
    color: #333;
    background: #fff !important;
}
.md-editor.md-fullscreen-mode .md-header
{
    position: fixed;
    top: 20px; 

    width: 100%;

    text-align: center;

    background: none;
}
.md-editor.md-fullscreen-mode .btn-group
{
    float: none;
}
.md-editor.md-fullscreen-mode .btn
{
    color: #b3b3b3; 
    border: 0;
    background: none;
}
.md-editor.md-fullscreen-mode .btn:hover,
.md-editor.md-fullscreen-mode .btn:focus,
.md-editor.md-fullscreen-mode .btn.active,
.md-editor.md-fullscreen-mode .btn:active
{
    color: #333; 
    -webkit-box-shadow: none;
            box-shadow: none;
}
.md-editor.md-fullscreen-mode .md-fullscreen-controls
{
    position: absolute;
    z-index: 1002;
    top: 20px;
    right: 20px;

    display: block; 

    text-align: right;
}
.md-editor.md-fullscreen-mode .md-fullscreen-controls a
{
    clear: right;

    width: 30px;
    height: 30px;
    margin: 10px;

    text-align: center; 

    color: #b3b3b3;
}
.md-editor.md-fullscreen-mode .md-fullscreen-controls a:hover
{
    text-decoration: none; 

    color: #333;
}
.md-editor.md-fullscreen-mode .md-editor
{
    position: relative; 

    height: 100% !important;
}
.md-editor .md-fullscreen-controls
{
    display: none;
}

.md-nooverflow
{
    position: fixed;

    overflow: hidden;

    width: 100%;
}

.md-editor .btn-toolbar .btn-group
{
    position: relative;

    margin-left: 20px;

    -webkit-box-shadow: none;
            box-shadow: none;
}
.md-editor .btn-toolbar .btn-group:first-child
{
    margin-left: 0;
}
.md-editor .btn-toolbar .btn-group:first-child:after
{
    display: none;
}
.md-editor .btn-toolbar .btn-group:after
{
    position: absolute;
    top: 2px;
    left: -17px;

    width: 2px;
    height: 30px;
    margin: 0 5px;

    content: '';

    background: #e0e0e0;
}

.md-editor .btn-toolbar .btn-group .btn-default
{
    color: #9e9e9e;
    border: none;
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.md-editor .btn-toolbar .btn-group .btn-default:hover
{
    color: #424242;
    border: none;
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.md-editor .btn-toolbar .btn-group .btn-default.active,
.md-editor .btn-toolbar .btn-group .btn-default:active
{
    color: #424242;
    border: none;
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.md-footer .icon-ok
{
    font-family: 'Material-Design-Iconic-Font';
}
.md-footer .icon-ok:before
{
    content: '';
}
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px; }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
      cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    margin: 2em 0; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1; }
    .dropzone .dz-preview.dz-image-preview {
      background: white; }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
      font-size: 14px;
      text-align: center;
      display: block;
      cursor: pointer;
      border: none; }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
      .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
      .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -ms-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        background: #333;
        background: linear-gradient(to bottom, #666, #444);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */ }
  .daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  .daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc; }
  .daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent; }
  .daterangepicker.opensleft:before {
    right: 9px; }
  .daterangepicker.opensleft:after {
    right: 10px; }
  .daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.opensright:before {
    left: 9px; }
  .daterangepicker.opensright:after {
    left: 10px; }
  .daterangepicker.dropup {
    margin-top: -5px; }
    .daterangepicker.dropup:before {
      top: initial;
      bottom: -7px;
      border-bottom: initial;
      border-top: 7px solid #ccc; }
    .daterangepicker.dropup:after {
      top: initial;
      bottom: -6px;
      border-bottom: initial;
      border-top: 6px solid #fff; }
  .daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001; }
  .daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none; }
  .daterangepicker.show-calendar .calendar {
    display: block; }
  .daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px; }
    .daterangepicker .calendar.single .calendar-table {
      border: none; }
    .daterangepicker .calendar th, .daterangepicker .calendar td {
      white-space: nowrap;
      text-align: center;
      min-width: 32px; }
  .daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background-color: #fff; }
  .daterangepicker table {
    width: 100%;
    margin: 0; }
  .daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer; }
    .daterangepicker td.available:hover, .daterangepicker th.available:hover {
      background-color: #eee;
      border-color: transparent;
      color: inherit; }
    .daterangepicker td.week, .daterangepicker th.week {
      font-size: 80%;
      color: #ccc; }
  .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999; }
  .daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0; }
  .daterangepicker td.start-date {
    border-radius: 4px 0 0 4px; }
  .daterangepicker td.end-date {
    border-radius: 0 4px 4px 0; }
  .daterangepicker td.start-date.end-date {
    border-radius: 4px; }
  .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff; }
  .daterangepicker th.month {
    width: auto; }
  .daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through; }
  .daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default; }
  .daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%; }
  .daterangepicker select.yearselect {
    width: 40%; }
  .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0; }
  .daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%; }
    .daterangepicker .input-mini.active {
      border: 1px solid #0bb2d4;
      border-radius: 4px; }
  .daterangepicker .daterangepicker_input {
    position: relative; }
    .daterangepicker .daterangepicker_input i {
      position: absolute;
      left: 8px;
      top: 8px; }
  .daterangepicker.rtl .input-mini {
    padding-right: 28px;
    padding-left: 6px; }
  .daterangepicker.rtl .daterangepicker_input i {
    left: auto;
    right: 8px; }
  .daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px; }
    .daterangepicker .calendar-time select.disabled {
      color: #ccc;
      cursor: not-allowed; }

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left; }
  .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
  .ranges li {
    font-size: 13px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 60px;
    color: #666666;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer; }
    .ranges li:hover {
      background-color: #0bb2d4;
      border: 1px solid #0bb2d4;
      color: #fff; }
    .ranges li.active {
      background-color: #0bb2d4;
      border: 1px solid #0bb2d4;
      color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
    .daterangepicker .ranges ul {
      width: 160px; }
    .daterangepicker.single .ranges ul {
      width: 100%; }
    .daterangepicker.single .calendar.left {
      clear: none; }
    .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
      float: left; }
    .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
      float: right; }
    .daterangepicker.ltr {
      direction: ltr;
      text-align: left; }
      .daterangepicker.ltr .calendar.left {
        clear: left;
        margin-right: 0; }
        .daterangepicker.ltr .calendar.left .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.ltr .calendar.right {
        margin-left: 0; }
        .daterangepicker.ltr .calendar.right .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.ltr .left .daterangepicker_input {
        padding-right: 12px; }
      .daterangepicker.ltr .calendar.left .calendar-table {
        padding-right: 12px; }
      .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
        float: left; }
    .daterangepicker.rtl {
      direction: rtl;
      text-align: right; }
      .daterangepicker.rtl .calendar.left {
        clear: right;
        margin-left: 0; }
        .daterangepicker.rtl .calendar.left .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.rtl .calendar.right {
        margin-right: 0; }
        .daterangepicker.rtl .calendar.right .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.rtl .left .daterangepicker_input {
        padding-left: 12px; }
      .daterangepicker.rtl .calendar.left .calendar-table {
        padding-left: 12px; }
      .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
        text-align: right;
        float: right; } }
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker.ltr .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .calendar.left {
    clear: none !important; } }
/*!
 * Datepicker for Bootstrap v1.7.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker{padding:4px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;direction:ltr}.datepicker-inline{width:220px}.datepicker-rtl{direction:rtl}.datepicker-rtl.dropdown-menu{left:auto}.datepicker-rtl table tr td span{float:right}.datepicker-dropdown{top:0;left:0}.datepicker-dropdown:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #999;border-top:0;border-bottom-color:rgba(0,0,0,.2);position:absolute}.datepicker-dropdown:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;border-top:0;position:absolute}.datepicker-dropdown.datepicker-orient-left:before{left:6px}.datepicker-dropdown.datepicker-orient-left:after{left:7px}.datepicker-dropdown.datepicker-orient-right:before{right:6px}.datepicker-dropdown.datepicker-orient-right:after{right:7px}.datepicker-dropdown.datepicker-orient-bottom:before{top:-7px}.datepicker-dropdown.datepicker-orient-bottom:after{top:-6px}.datepicker-dropdown.datepicker-orient-top:before{bottom:-7px;border-bottom:0;border-top:7px solid #999}.datepicker-dropdown.datepicker-orient-top:after{bottom:-6px;border-bottom:0;border-top:6px solid #fff}.datepicker table{margin:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker td,.datepicker th{text-align:center;width:20px;height:20px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border:none}.table-striped .datepicker table tr td,.table-striped .datepicker table tr th{background-color:transparent}.datepicker table tr td.day.focused,.datepicker table tr td.day:hover{background:#eee;cursor:pointer}.datepicker table tr td.new,.datepicker table tr td.old{color:#999}.datepicker table tr td.disabled,.datepicker table tr td.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td.highlighted{background:#d9edf7;border-radius:0}.datepicker table tr td.today,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today:hover{background-color:#fde19a;background-image:-moz-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-ms-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fdd49a),to(#fdf59a));background-image:-webkit-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:-o-linear-gradient(to bottom,#fdd49a,#fdf59a);background-image:linear-gradient(to bottom,#fdd49a,#fdf59a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);border-color:#fdf59a #fdf59a #fbed50;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#000}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled.disabled,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover.disabled,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today.disabled:hover:hover,.datepicker table tr td.today.disabled:hover[disabled],.datepicker table tr td.today.disabled[disabled],.datepicker table tr td.today:active,.datepicker table tr td.today:hover,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover.disabled,.datepicker table tr td.today:hover:active,.datepicker table tr td.today:hover:hover,.datepicker table tr td.today:hover[disabled],.datepicker table tr td.today[disabled]{background-color:#fdf59a}.datepicker table tr td.today.active,.datepicker table tr td.today.disabled.active,.datepicker table tr td.today.disabled:active,.datepicker table tr td.today.disabled:hover.active,.datepicker table tr td.today.disabled:hover:active,.datepicker table tr td.today:active,.datepicker table tr td.today:hover.active,.datepicker table tr td.today:hover:active{background-color:#fbf069\9}.datepicker table tr td.today:hover:hover{color:#000}.datepicker table tr td.today.active:hover{color:#fff}.datepicker table tr td.range,.datepicker table tr td.range.disabled,.datepicker table tr td.range.disabled:hover,.datepicker table tr td.range:hover{background:#eee;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today:hover{background-color:#f3d17a;background-image:-moz-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-ms-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-webkit-gradient(linear,0 0,0 100%,from(#f3c17a),to(#f3e97a));background-image:-webkit-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:-o-linear-gradient(to bottom,#f3c17a,#f3e97a);background-image:linear-gradient(to bottom,#f3c17a,#f3e97a);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);border-color:#f3e97a #f3e97a #edde34;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled.disabled,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover.disabled,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today.disabled:hover:hover,.datepicker table tr td.range.today.disabled:hover[disabled],.datepicker table tr td.range.today.disabled[disabled],.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover.disabled,.datepicker table tr td.range.today:hover:active,.datepicker table tr td.range.today:hover:hover,.datepicker table tr td.range.today:hover[disabled],.datepicker table tr td.range.today[disabled]{background-color:#f3e97a}.datepicker table tr td.range.today.active,.datepicker table tr td.range.today.disabled.active,.datepicker table tr td.range.today.disabled:active,.datepicker table tr td.range.today.disabled:hover.active,.datepicker table tr td.range.today.disabled:hover:active,.datepicker table tr td.range.today:active,.datepicker table tr td.range.today:hover.active,.datepicker table tr td.range.today:hover:active{background-color:#efe24b\9}.datepicker table tr td.selected,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected:hover{background-color:#9e9e9e;background-image:-moz-linear-gradient(to bottom,#b3b3b3,grey);background-image:-ms-linear-gradient(to bottom,#b3b3b3,grey);background-image:-webkit-gradient(linear,0 0,0 100%,from(#b3b3b3),to(grey));background-image:-webkit-linear-gradient(to bottom,#b3b3b3,grey);background-image:-o-linear-gradient(to bottom,#b3b3b3,grey);background-image:linear-gradient(to bottom,#b3b3b3,grey);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);border-color:grey grey #595959;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled.disabled,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover.disabled,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected.disabled:hover:hover,.datepicker table tr td.selected.disabled:hover[disabled],.datepicker table tr td.selected.disabled[disabled],.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover.disabled,.datepicker table tr td.selected:hover:active,.datepicker table tr td.selected:hover:hover,.datepicker table tr td.selected:hover[disabled],.datepicker table tr td.selected[disabled]{background-color:grey}.datepicker table tr td.selected.active,.datepicker table tr td.selected.disabled.active,.datepicker table tr td.selected.disabled:active,.datepicker table tr td.selected.disabled:hover.active,.datepicker table tr td.selected.disabled:hover:active,.datepicker table tr td.selected:active,.datepicker table tr td.selected:hover.active,.datepicker table tr td.selected:hover:active{background-color:#666\9}.datepicker table tr td.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom,#08c,#04c);background-image:-ms-linear-gradient(to bottom,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(to bottom,#08c,#04c);background-image:-o-linear-gradient(to bottom,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled.disabled,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover.disabled,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active.disabled:hover:hover,.datepicker table tr td.active.disabled:hover[disabled],.datepicker table tr td.active.disabled[disabled],.datepicker table tr td.active:active,.datepicker table tr td.active:hover,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover.disabled,.datepicker table tr td.active:hover:active,.datepicker table tr td.active:hover:hover,.datepicker table tr td.active:hover[disabled],.datepicker table tr td.active[disabled]{background-color:#04c}.datepicker table tr td.active.active,.datepicker table tr td.active.disabled.active,.datepicker table tr td.active.disabled:active,.datepicker table tr td.active.disabled:hover.active,.datepicker table tr td.active.disabled:hover:active,.datepicker table tr td.active:active,.datepicker table tr td.active:hover.active,.datepicker table tr td.active:hover:active{background-color:#039\9}.datepicker table tr td span{display:block;width:23%;height:54px;line-height:54px;float:left;margin:1%;cursor:pointer;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.datepicker table tr td span.focused,.datepicker table tr td span:hover{background:#eee}.datepicker table tr td span.disabled,.datepicker table tr td span.disabled:hover{background:0 0;color:#999;cursor:default}.datepicker table tr td span.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active:hover{background-color:#006dcc;background-image:-moz-linear-gradient(to bottom,#08c,#04c);background-image:-ms-linear-gradient(to bottom,#08c,#04c);background-image:-webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));background-image:-webkit-linear-gradient(to bottom,#08c,#04c);background-image:-o-linear-gradient(to bottom,#08c,#04c);background-image:linear-gradient(to bottom,#08c,#04c);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);border-color:#04c #04c #002a80;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);color:#fff;text-shadow:0 -1px 0 rgba(0,0,0,.25)}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled.disabled,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover.disabled,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active.disabled:hover:hover,.datepicker table tr td span.active.disabled:hover[disabled],.datepicker table tr td span.active.disabled[disabled],.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover.disabled,.datepicker table tr td span.active:hover:active,.datepicker table tr td span.active:hover:hover,.datepicker table tr td span.active:hover[disabled],.datepicker table tr td span.active[disabled]{background-color:#04c}.datepicker table tr td span.active.active,.datepicker table tr td span.active.disabled.active,.datepicker table tr td span.active.disabled:active,.datepicker table tr td span.active.disabled:hover.active,.datepicker table tr td span.active.disabled:hover:active,.datepicker table tr td span.active:active,.datepicker table tr td span.active:hover.active,.datepicker table tr td span.active:hover:active{background-color:#039\9}.datepicker table tr td span.new,.datepicker table tr td span.old{color:#999}.datepicker .datepicker-switch{width:145px}.datepicker .datepicker-switch,.datepicker .next,.datepicker .prev,.datepicker tfoot tr th{cursor:pointer}.datepicker .datepicker-switch:hover,.datepicker .next:hover,.datepicker .prev:hover,.datepicker tfoot tr th:hover{background:#eee}.datepicker .next.disabled,.datepicker .prev.disabled{visibility:hidden}.datepicker .cw{font-size:10px;width:12px;padding:0 2px 0 5px;vertical-align:middle}.input-append.date .add-on,.input-prepend.date .add-on{cursor:pointer}.input-append.date .add-on i,.input-prepend.date .add-on i{margin-top:3px}.input-daterange input{text-align:center}.input-daterange input:first-child{-webkit-border-radius:3px 0 0 3px;-moz-border-radius:3px 0 0 3px;border-radius:3px 0 0 3px}.input-daterange input:last-child{-webkit-border-radius:0 3px 3px 0;-moz-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0}.input-daterange .add-on{display:inline-block;width:auto;min-width:16px;height:18px;padding:4px 5px;font-weight:400;line-height:18px;text-align:center;text-shadow:0 1px 0 #fff;vertical-align:middle;background-color:#eee;border:1px solid #ccc;margin-left:-5px;margin-right:-5px}
/*!
 * Bootstrap Colorpicker v2.5.1
 * https://itsjavi.com/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */.colorpicker-saturation{width:100px;height:100px;background-image:url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/bootstrap-colorpicker/dist/img/bootstrap-colorpicker/saturation-59d1dcdd2f1d7003c8dd95bf4d44b3e3c9d5d6dfcfcf90f55ffd3a535eed68b3.png);cursor:crosshair;float:left}.colorpicker-saturation i{display:block;height:5px;width:5px;border:1px solid #000;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;position:absolute;top:0;left:0;margin:-4px 0 0 -4px}.colorpicker-saturation i b{display:block;height:5px;width:5px;border:1px solid #fff;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px}.colorpicker-alpha,.colorpicker-hue{width:15px;height:100px;float:left;cursor:row-resize;margin-left:4px;margin-bottom:4px}.colorpicker-alpha i,.colorpicker-hue i{display:block;height:1px;background:#000;border-top:1px solid #fff;position:absolute;top:0;left:0;width:100%;margin-top:-1px}.colorpicker-hue{background-image:url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/bootstrap-colorpicker/dist/img/bootstrap-colorpicker/hue-d6baaf03de28df1ef1cddbd3611f9767393dae6cfcf25a2f76711950f9be70db.png)}.colorpicker-alpha{background-image:url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/bootstrap-colorpicker/dist/img/bootstrap-colorpicker/alpha-a51d856cd1a12958e057cafef58a03bebb62b26693325c14f8af1e16a5cb197a.png);display:none}.colorpicker-alpha,.colorpicker-hue,.colorpicker-saturation{background-size:contain}.colorpicker{padding:4px;min-width:130px;margin-top:1px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;z-index:2500}.colorpicker:after,.colorpicker:before{display:table;content:"";line-height:0}.colorpicker:after{clear:both}.colorpicker:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ccc;border-bottom-color:rgba(0,0,0,.2);position:absolute;top:-7px;left:6px}.colorpicker:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;position:absolute;top:-6px;left:7px}.colorpicker div{position:relative}.colorpicker.colorpicker-with-alpha{min-width:140px}.colorpicker.colorpicker-with-alpha .colorpicker-alpha{display:block}.colorpicker-color{height:10px;margin-top:5px;clear:both;background-image:url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/bootstrap-colorpicker/dist/img/bootstrap-colorpicker/alpha-a51d856cd1a12958e057cafef58a03bebb62b26693325c14f8af1e16a5cb197a.png);background-position:0 100%}.colorpicker-color div{height:10px}.colorpicker-selectors{display:none;height:10px;margin-top:5px;clear:both}.colorpicker-selectors i{cursor:pointer;float:left;height:10px;width:10px}.colorpicker-selectors i+i{margin-left:3px}.colorpicker-element .add-on i,.colorpicker-element .input-group-addon i{display:inline-block;cursor:pointer;height:16px;vertical-align:text-top;width:16px}.colorpicker.colorpicker-inline{position:relative;display:inline-block;float:none;z-index:auto}.colorpicker.colorpicker-horizontal{width:110px;min-width:110px;height:auto}.colorpicker.colorpicker-horizontal .colorpicker-saturation{margin-bottom:4px}.colorpicker.colorpicker-horizontal .colorpicker-color{width:100px}.colorpicker.colorpicker-horizontal .colorpicker-alpha,.colorpicker.colorpicker-horizontal .colorpicker-hue{width:100px;height:15px;float:left;cursor:col-resize;margin-left:0;margin-bottom:4px}.colorpicker.colorpicker-horizontal .colorpicker-alpha i,.colorpicker.colorpicker-horizontal .colorpicker-hue i{display:block;height:15px;background:#fff;position:absolute;top:0;left:0;width:1px;border:none;margin-top:0}.colorpicker.colorpicker-horizontal .colorpicker-hue{background-image:url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/bootstrap-colorpicker/dist/img/bootstrap-colorpicker/hue-horizontal-da62975cb8b7f89aac2468f8364812f201e362729c6307fbcd2bdf7e4a9ff17a.png)}.colorpicker.colorpicker-horizontal .colorpicker-alpha{background-image:url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/bootstrap-colorpicker/dist/img/bootstrap-colorpicker/alpha-horizontal-f1f302bf28ff15fcf08e95ef4ede76ecb8d7279f98fadc3f973cb64a2e08c8bd.png)}.colorpicker-right:before{left:auto;right:6px}.colorpicker-right:after{left:auto;right:7px}.colorpicker-no-arrow:before{border-right:0;border-left:0}.colorpicker-no-arrow:after{border-right:0;border-left:0}.colorpicker-alpha.colorpicker-visible,.colorpicker-hue.colorpicker-visible,.colorpicker-saturation.colorpicker-visible,.colorpicker-selectors.colorpicker-visible,.colorpicker.colorpicker-visible{display:block}.colorpicker-alpha.colorpicker-hidden,.colorpicker-hue.colorpicker-hidden,.colorpicker-saturation.colorpicker-hidden,.colorpicker-selectors.colorpicker-hidden,.colorpicker.colorpicker-hidden{display:none}.colorpicker-inline.colorpicker-visible{display:inline-block}
/*# sourceMappingURL=bootstrap-colorpicker.min.css.map */
/*!
 * Bootstrap-select v1.12.4 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 95%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/*# sourceMappingURL=bootstrap-select.css.map */
.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 5px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/*
 *  Bootstrap TouchSpin - v4.2.5
 *  A mobile and touch friendly input spinner component for Bootstrap 3 & 4.
 *  http://www.virtuosoft.eu/code/bootstrap-touchspin/
 *
 *  Made by István Ujj-Mészáros
 *  Under Apache License v2.0 License
 */
/* This CSS file is unnecessary if you are not using vertical buttons functionality */


.bootstrap-touchspin .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
  padding: 8px 10px;
  margin-left: -1px;
  position: relative;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  margin-top: -2px;
  border-radius: 0;
}

.bootstrap-touchspin .input-group-btn-vertical i {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 9px;
  font-weight: normal;
}

.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  font-size: 2em;
}

@font-face {
  font-family: "raty";
  font-style: normal;
  font-weight: normal;
  src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/raty.eot);
  src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/raty.eot?#iefix) format("embedded-opentype");
  src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/raty.svg#raty) format("svg");
  src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/raty.ttf) format("truetype");
  src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/fonts/raty.woff) format("woff");
}

.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "raty";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
}

.cancel-on-png:before {
  content: "\e600";
}

.cancel-off-png:before {
  content: "\e601";
}

.star-on-png:before {
  content: "\f005";
}

.star-off-png:before {
  content: "\f006";
}

.star-half-png:before {
  content: "\f123";
}
/* Ion.RangeSlider
// css version 2.0.3
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */

.irs {
    position: relative; display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
    .irs-line {
        position: relative; display: block;
        overflow: hidden;
        outline: none !important;
    }
        .irs-line-left, .irs-line-mid, .irs-line-right {
            position: absolute; display: block;
            top: 0;
        }
        .irs-line-left {
            left: 0; width: 11%;
        }
        .irs-line-mid {
            left: 9%; width: 82%;
        }
        .irs-line-right {
            right: 0; width: 11%;
        }

    .irs-bar {
        position: absolute; display: block;
        left: 0; width: 0;
    }
        .irs-bar-edge {
            position: absolute; display: block;
            top: 0; left: 0;
        }

    .irs-shadow {
        position: absolute; display: none;
        left: 0; width: 0;
    }

    .irs-slider {
        position: absolute; display: block;
        cursor: default;
        z-index: 1;
    }
        .irs-slider.single {

        }
        .irs-slider.from {

        }
        .irs-slider.to {

        }
        .irs-slider.type_last {
            z-index: 2;
        }

    .irs-min {
        position: absolute; display: block;
        left: 0;
        cursor: default;
    }
    .irs-max {
        position: absolute; display: block;
        right: 0;
        cursor: default;
    }

    .irs-from, .irs-to, .irs-single {
        position: absolute; display: block;
        top: 0; left: 0;
        cursor: default;
        white-space: nowrap;
    }

.irs-grid {
    position: absolute; display: none;
    bottom: 0; left: 0;
    width: 100%; height: 20px;
}
.irs-with-grid .irs-grid {
    display: block;
}
    .irs-grid-pol {
        position: absolute;
        top: 0; left: 0;
        width: 1px; height: 8px;
        background: #000;
    }
    .irs-grid-pol.small {
        height: 4px;
    }
    .irs-grid-text {
        position: absolute;
        bottom: 0; left: 0;
        white-space: nowrap;
        text-align: center;
        font-size: 9px; line-height: 9px;
        padding: 0 3px;
        color: #000;
    }

.irs-disable-mask {
    position: absolute; display: block;
    top: 0; left: -1%;
    width: 102%; height: 100%;
    cursor: default;
    background: rgba(0,0,0,0.0);
    z-index: 2;
}
.irs-disabled {
    opacity: 0.4;
}
.lt-ie9 .irs-disabled {
    filter: alpha(opacity=40);
}


.irs-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}
/* Ion.RangeSlider, Modern Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
    background: url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/ion-rangeSlider/img/sprite-skin-modern-e37caac3bfc05abcf6ad1ccae67e809041a93efe4bdbbf7c251033f67b28f27f.png) repeat-x;
}

.irs {
    height: 50px;
}
.irs-with-grid {
    height: 70px;
}
.irs-line {
    height: 6px; top: 25px;
}
    .irs-line-left {
        height: 6px;
        background-position: 0 -30px;
    }
    .irs-line-mid {
        height: 6px;
        background-position: 0 0;
    }
    .irs-line-right {
        height: 6px;
        background-position: 100% -30px;
    }

.irs-bar {
    height: 6px; top: 25px;
    background-position: 0 -60px;
}
    .irs-bar-edge {
        top: 25px;
        height: 6px; width: 6px;
        background-position: 0 -90px;
    }

.irs-shadow {
    height: 5px; top: 25px;
    background: #000;
    opacity: 0.25;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=25);
}

.irs-slider {
    width: 11px; height: 18px;
    top: 31px;
    background-position: 0 -120px;
}
.irs-slider.state_hover, .irs-slider:hover {
    background-position: 0 -150px;
}

.irs-min, .irs-max {
    color: #999;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    top: 0; padding: 1px 3px;
    background: #e1e4e9;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #0bb2d4;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.irs-from:after, .irs-to:after, .irs-single:after {
    position: absolute; display: block; content: "";
    bottom: -6px; left: 50%;
    width: 0; height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #0bb2d4;
}

.irs-grid {
    height: 34px;
}
.irs-grid-pol {
    background: #c0c0c0;
}
.irs-grid-text {
    bottom: 12px;
    color: #c0c0c0;
}

.irs-disable-mask {

}
.irs-disabled {

}
.lt-ie9 .irs-disabled {

}
:root .grid-stack-item > .ui-resizable-handle {
  filter: none;
}

.grid-stack {
  position: relative;
}

.grid-stack.grid-stack-rtl {
  direction: ltr;
}

.grid-stack.grid-stack-rtl > .grid-stack-item {
  direction: rtl;
}

.grid-stack .grid-stack-placeholder > .placeholder-content {
  border: 1px dashed lightgray;
  margin: 0;
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
  width: auto;
  z-index: 0 !important;
  text-align: center;
}

.grid-stack > .grid-stack-item {
  min-width: 8.3333333333%;
  position: absolute;
  padding: 0;
}

.grid-stack > .grid-stack-item > .grid-stack-item-content {
  margin: 0;
  position: absolute;
  top: 0;
  left: 10px;
  right: 10px;
  bottom: 0;
  width: auto;
  z-index: 0 !important;
  overflow-x: hidden;
  overflow-y: auto;
}

.grid-stack > .grid-stack-item > .ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.grid-stack > .grid-stack-item.ui-resizable-disabled > .ui-resizable-handle,
.grid-stack > .grid-stack-item.ui-resizable-autohide > .ui-resizable-handle {
  display: none;
}

.grid-stack > .grid-stack-item.ui-draggable-dragging, .grid-stack > .grid-stack-item.ui-resizable-resizing {
  z-index: 100;
}

.grid-stack > .grid-stack-item.ui-draggable-dragging > .grid-stack-item-content,
.grid-stack > .grid-stack-item.ui-draggable-dragging > .grid-stack-item-content, .grid-stack > .grid-stack-item.ui-resizable-resizing > .grid-stack-item-content,
.grid-stack > .grid-stack-item.ui-resizable-resizing > .grid-stack-item-content {
  box-shadow: 1px 4px 6px rgba(0, 0, 0, 0.2);
  opacity: 0.8;
}

.grid-stack > .grid-stack-item > .ui-resizable-se,
.grid-stack > .grid-stack-item > .ui-resizable-sw {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDUxMS42MjYgNTExLjYyNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTExLjYyNiA1MTEuNjI3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTMyOC45MDYsNDAxLjk5NGgtMzYuNTUzVjEwOS42MzZoMzYuNTUzYzQuOTQ4LDAsOS4yMzYtMS44MDksMTIuODQ3LTUuNDI2YzMuNjEzLTMuNjE1LDUuNDIxLTcuODk4LDUuNDIxLTEyLjg0NSAgIGMwLTQuOTQ5LTEuODAxLTkuMjMxLTUuNDI4LTEyLjg1MWwtNzMuMDg3LTczLjA5QzI2NS4wNDQsMS44MDksMjYwLjc2LDAsMjU1LjgxMywwYy00Ljk0OCwwLTkuMjI5LDEuODA5LTEyLjg0Nyw1LjQyNCAgIGwtNzMuMDg4LDczLjA5Yy0zLjYxOCwzLjYxOS01LjQyNCw3LjkwMi01LjQyNCwxMi44NTFjMCw0Ljk0NiwxLjgwNyw5LjIyOSw1LjQyNCwxMi44NDVjMy42MTksMy42MTcsNy45MDEsNS40MjYsMTIuODUsNS40MjYgICBoMzYuNTQ1djI5Mi4zNThoLTM2LjU0MmMtNC45NTIsMC05LjIzNSwxLjgwOC0xMi44NSw1LjQyMWMtMy42MTcsMy42MjEtNS40MjQsNy45MDUtNS40MjQsMTIuODU0ICAgYzAsNC45NDUsMS44MDcsOS4yMjcsNS40MjQsMTIuODQ3bDczLjA4OSw3My4wODhjMy42MTcsMy42MTcsNy44OTgsNS40MjQsMTIuODQ3LDUuNDI0YzQuOTUsMCw5LjIzNC0xLjgwNywxMi44NDktNS40MjQgICBsNzMuMDg3LTczLjA4OGMzLjYxMy0zLjYyLDUuNDIxLTcuOTAxLDUuNDIxLTEyLjg0N2MwLTQuOTQ4LTEuODA4LTkuMjMyLTUuNDIxLTEyLjg1NCAgIEMzMzguMTQyLDQwMy44MDIsMzMzLjg1Nyw0MDEuOTk0LDMyOC45MDYsNDAxLjk5NHoiIGZpbGw9IiM2NjY2NjYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.grid-stack > .grid-stack-item > .ui-resizable-se {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.grid-stack > .grid-stack-item > .ui-resizable-nw {
  cursor: nw-resize;
  width: 20px;
  height: 20px;
  left: 10px;
  top: 0;
}

.grid-stack > .grid-stack-item > .ui-resizable-n {
  cursor: n-resize;
  height: 10px;
  top: 0;
  left: 25px;
  right: 25px;
}

.grid-stack > .grid-stack-item > .ui-resizable-ne {
  cursor: ne-resize;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 0;
}

.grid-stack > .grid-stack-item > .ui-resizable-e {
  cursor: e-resize;
  width: 10px;
  right: 10px;
  top: 15px;
  bottom: 15px;
}

.grid-stack > .grid-stack-item > .ui-resizable-se {
  cursor: se-resize;
  width: 20px;
  height: 20px;
  right: 10px;
  bottom: 0;
}

.grid-stack > .grid-stack-item > .ui-resizable-s {
  cursor: s-resize;
  height: 10px;
  left: 25px;
  bottom: 0;
  right: 25px;
}

.grid-stack > .grid-stack-item > .ui-resizable-sw {
  cursor: sw-resize;
  width: 20px;
  height: 20px;
  left: 10px;
  bottom: 0;
}

.grid-stack > .grid-stack-item > .ui-resizable-w {
  cursor: w-resize;
  width: 10px;
  left: 10px;
  top: 15px;
  bottom: 15px;
}

.grid-stack > .grid-stack-item.ui-draggable-dragging > .ui-resizable-handle {
  display: none !important;
}

.grid-stack > .grid-stack-item[data-gs-width='1'] {
  width: 8.3333333333%;
}

.grid-stack > .grid-stack-item[data-gs-x='1'] {
  left: 8.3333333333%;
}

.grid-stack > .grid-stack-item[data-gs-min-width='1'] {
  min-width: 8.3333333333%;
}

.grid-stack > .grid-stack-item[data-gs-max-width='1'] {
  max-width: 8.3333333333%;
}

.grid-stack > .grid-stack-item[data-gs-width='2'] {
  width: 16.6666666667%;
}

.grid-stack > .grid-stack-item[data-gs-x='2'] {
  left: 16.6666666667%;
}

.grid-stack > .grid-stack-item[data-gs-min-width='2'] {
  min-width: 16.6666666667%;
}

.grid-stack > .grid-stack-item[data-gs-max-width='2'] {
  max-width: 16.6666666667%;
}

.grid-stack > .grid-stack-item[data-gs-width='3'] {
  width: 25%;
}

.grid-stack > .grid-stack-item[data-gs-x='3'] {
  left: 25%;
}

.grid-stack > .grid-stack-item[data-gs-min-width='3'] {
  min-width: 25%;
}

.grid-stack > .grid-stack-item[data-gs-max-width='3'] {
  max-width: 25%;
}

.grid-stack > .grid-stack-item[data-gs-width='4'] {
  width: 33.3333333333%;
}

.grid-stack > .grid-stack-item[data-gs-x='4'] {
  left: 33.3333333333%;
}

.grid-stack > .grid-stack-item[data-gs-min-width='4'] {
  min-width: 33.3333333333%;
}

.grid-stack > .grid-stack-item[data-gs-max-width='4'] {
  max-width: 33.3333333333%;
}

.grid-stack > .grid-stack-item[data-gs-width='5'] {
  width: 41.6666666667%;
}

.grid-stack > .grid-stack-item[data-gs-x='5'] {
  left: 41.6666666667%;
}

.grid-stack > .grid-stack-item[data-gs-min-width='5'] {
  min-width: 41.6666666667%;
}

.grid-stack > .grid-stack-item[data-gs-max-width='5'] {
  max-width: 41.6666666667%;
}

.grid-stack > .grid-stack-item[data-gs-width='6'] {
  width: 50%;
}

.grid-stack > .grid-stack-item[data-gs-x='6'] {
  left: 50%;
}

.grid-stack > .grid-stack-item[data-gs-min-width='6'] {
  min-width: 50%;
}

.grid-stack > .grid-stack-item[data-gs-max-width='6'] {
  max-width: 50%;
}

.grid-stack > .grid-stack-item[data-gs-width='7'] {
  width: 58.3333333333%;
}

.grid-stack > .grid-stack-item[data-gs-x='7'] {
  left: 58.3333333333%;
}

.grid-stack > .grid-stack-item[data-gs-min-width='7'] {
  min-width: 58.3333333333%;
}

.grid-stack > .grid-stack-item[data-gs-max-width='7'] {
  max-width: 58.3333333333%;
}

.grid-stack > .grid-stack-item[data-gs-width='8'] {
  width: 66.6666666667%;
}

.grid-stack > .grid-stack-item[data-gs-x='8'] {
  left: 66.6666666667%;
}

.grid-stack > .grid-stack-item[data-gs-min-width='8'] {
  min-width: 66.6666666667%;
}

.grid-stack > .grid-stack-item[data-gs-max-width='8'] {
  max-width: 66.6666666667%;
}

.grid-stack > .grid-stack-item[data-gs-width='9'] {
  width: 75%;
}

.grid-stack > .grid-stack-item[data-gs-x='9'] {
  left: 75%;
}

.grid-stack > .grid-stack-item[data-gs-min-width='9'] {
  min-width: 75%;
}

.grid-stack > .grid-stack-item[data-gs-max-width='9'] {
  max-width: 75%;
}

.grid-stack > .grid-stack-item[data-gs-width='10'] {
  width: 83.3333333333%;
}

.grid-stack > .grid-stack-item[data-gs-x='10'] {
  left: 83.3333333333%;
}

.grid-stack > .grid-stack-item[data-gs-min-width='10'] {
  min-width: 83.3333333333%;
}

.grid-stack > .grid-stack-item[data-gs-max-width='10'] {
  max-width: 83.3333333333%;
}

.grid-stack > .grid-stack-item[data-gs-width='11'] {
  width: 91.6666666667%;
}

.grid-stack > .grid-stack-item[data-gs-x='11'] {
  left: 91.6666666667%;
}

.grid-stack > .grid-stack-item[data-gs-min-width='11'] {
  min-width: 91.6666666667%;
}

.grid-stack > .grid-stack-item[data-gs-max-width='11'] {
  max-width: 91.6666666667%;
}

.grid-stack > .grid-stack-item[data-gs-width='12'] {
  width: 100%;
}

.grid-stack > .grid-stack-item[data-gs-x='12'] {
  left: 100%;
}

.grid-stack > .grid-stack-item[data-gs-min-width='12'] {
  min-width: 100%;
}

.grid-stack > .grid-stack-item[data-gs-max-width='12'] {
  max-width: 100%;
}

.grid-stack.grid-stack-animate,
.grid-stack.grid-stack-animate .grid-stack-item {
  -webkit-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
  -moz-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
  -ms-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
  -o-transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
  transition: left 0.3s, top 0.3s, height 0.3s, width 0.3s;
}

.grid-stack.grid-stack-animate .grid-stack-item.ui-draggable-dragging,
.grid-stack.grid-stack-animate .grid-stack-item.ui-resizable-resizing,
.grid-stack.grid-stack-animate .grid-stack-item.grid-stack-placeholder {
  -webkit-transition: left 0s, top 0s, height 0s, width 0s;
  -moz-transition: left 0s, top 0s, height 0s, width 0s;
  -ms-transition: left 0s, top 0s, height 0s, width 0s;
  -o-transition: left 0s, top 0s, height 0s, width 0s;
  transition: left 0s, top 0s, height 0s, width 0s;
}

.grid-stack.grid-stack-one-column-mode {
  height: auto !important;
}

.grid-stack.grid-stack-one-column-mode > .grid-stack-item {
  position: relative !important;
  width: auto !important;
  left: 0 !important;
  top: auto !important;
  margin-bottom: 20px;
  max-width: none !important;
}

.grid-stack.grid-stack-one-column-mode > .grid-stack-item > .ui-resizable-handle {
  display: none;
}
/**
 * jQuery toast plugin created by Kamran Ahmed copyright MIT license 2014
 */
.jq-toast-wrap { display: block; position: fixed; width: 250px;  pointer-events: none !important; margin: 0; padding: 0; letter-spacing: normal; z-index: 9999 !important; }
.jq-toast-wrap * { margin: 0; padding: 0; }

.jq-toast-wrap.bottom-left { bottom: 20px; left: 20px; }
.jq-toast-wrap.bottom-right { bottom: 20px; right: 40px; }
.jq-toast-wrap.top-left { top: 20px; left: 20px; }
.jq-toast-wrap.top-right { top: 20px; right: 40px; }

.jq-toast-single { display: block; width: 100%; padding: 10px; margin: 0px 0px 5px; border-radius: 4px; font-size: 12px; font-family: arial, sans-serif; line-height: 17px; position: relative;  pointer-events: all !important; background-color: #444444; color: white; }

.jq-toast-single h2 { font-family: arial, sans-serif; font-size: 14px; margin: 0px 0px 7px; background: none; color: inherit; line-height: inherit; letter-spacing: normal; }
.jq-toast-single a { color: #eee; text-decoration: none; font-weight: bold; border-bottom: 1px solid white; padding-bottom: 3px; font-size: 12px; }

.jq-toast-single ul { margin: 0px 0px 0px 15px; background: none; padding:0px; }
.jq-toast-single ul li { list-style-type: disc !important; line-height: 17px; background: none; margin: 0; padding: 0; letter-spacing: normal; }

.close-jq-toast-single { position: absolute; top: 3px; right: 7px; font-size: 14px; cursor: pointer; }

.jq-toast-loader { display: block; position: absolute; top: -2px; height: 2px; width: 0%; left: 0; border-radius: 5px; background: red; }
.jq-toast-loaded { width: 100%; }
.jq-has-icon { padding: 10px 10px 10px 50px; background-repeat: no-repeat; background-position: 10px; }
.jq-icon-info { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII='); background-color: #31708f; color: #d9edf7; border-color: #bce8f1; }
.jq-icon-warning { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII='); background-color: #8a6d3b; color: #fcf8e3; border-color: #faebcc; }
.jq-icon-error { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII='); background-color: #a94442; color: #f2dede; border-color: #ebccd1; }
.jq-icon-success { background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg=='); color: #dff0d8; background-color: #3c763d; border-color: #d6e9c6; }

.dd { position: relative; display: block; margin: 0; padding: 0; max-width: 100%; list-style: none; font-size: 13px; line-height: 20px; }

.dd-list { display: block; position: relative; margin: 0; padding: 0; list-style: none; }
.dd-list .dd-list { padding-left: 30px; }
.dd-collapsed .dd-list { display: none; }

.dd-item,
.dd-empty,
.dd-placeholder { display: block; position: relative; margin: 0; padding: 0; min-height: 20px; font-size: 13px; line-height: 20px; }

.dd-handle { display: block; height: 30px; margin: 5px 0; padding: 5px 10px; cursor: move; color: #979898; text-decoration: none; font-weight: bold; border: 1px solid #e5e5e5;
    background: #fafafa;
    box-sizing: border-box; -moz-box-sizing: border-box;
}
.dd-handle:hover { color: #317eeb; background: #fff; }

.dd-item > button { display: block; position: relative; cursor: pointer; float: left; width: 25px; height: 20px; margin: 5px 0; padding: 0; text-indent: 100%; white-space: nowrap; overflow: hidden; border: 0; background: transparent; font-size: 12px; line-height: 1; text-align: center; font-weight: bold; }
.dd-item > button:before { content: '+'; display: block; position: absolute; width: 100%; text-align: center; text-indent: 0; }
.dd-item > button[data-action="collapse"]:before { content: '-'; }

.dd-placeholder,
.dd-empty { margin: 5px 0; padding: 0; min-height: 30px; background: #f5f5f5; border: 1px dashed #b6bcbf; box-sizing: border-box; -moz-box-sizing: border-box; }
.dd-empty { border: 1px dashed #bbb; min-height: 100px; background-color: #e5e5e5;
    
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel { position: absolute; pointer-events: none; z-index: 9999; }
.dd-dragel > .dd-item .dd-handle { margin-top: 0; }
.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
            box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
}


.dd3-content { display: block; height: 30px; margin: 5px 0; padding: 5px 10px 5px 40px; color: #979898; text-decoration: none; font-weight: bold; border: 1px solid #e5e5e5;
    background: #fafafa;
    box-sizing: border-box; -moz-box-sizing: border-box;
}
.dd3-content:hover { color: #317eeb; background: #fff; }

.dd-dragel > .dd3-item > .dd3-content { margin: 0; }

.dd3-item > button { margin-left: 30px; }

.dd3-handle { position: absolute; margin: 0; left: 0; top: 0; cursor: pointer; width: 30px; text-indent: 100%; white-space: nowrap; overflow: hidden;
    border: 1px solid #ccc;
    background: #d5d5d5;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.dd3-handle:before { content: "\f0c9";font-family: FontAwesome; display: block; position: absolute; left: 0; top: 3px; width: 100%; text-align: center; text-indent: 0; color: #fff; font-size: 14px; font-weight: normal; }
.dd3-handle:hover { background: #404040; border:1px solid #404040; }
.btn.btn-toggle {
  margin: 0 4rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 0;
  color: #6b7381;
  background: #bdc1c8;
}
.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
  outline: none;
}
.btn-toggle:before,
.btn-toggle:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity .25s;
}
.btn-toggle:before {
  content: 'Off';
  left: -4rem;
}
.btn-toggle:after {
  content: 'On';
  right: -4rem;
  opacity: .5;
}
.btn-toggle > .handle {
  position: absolute;
  top: 2.5px;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 0;
  background: #fff;
  transition: left .25s;	
  box-shadow: none;
}
.btn-toggle.active {
  transition: background-color 0.25s;
}
.btn-toggle.active > .handle {
  left: 1.6875rem;
  transition: left .25s;
}
.btn-toggle.active:before {
  opacity: .5;
}
.btn-toggle.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: -0.5rem;
  color: #fff;
  letter-spacing: .75px;
  left: 0.4125rem;
  width: 2.325rem;
}
.btn-toggle.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  display: none;
}
.btn-toggle:before,
.btn-toggle:after {
  color: #6b7381;
}
.btn-toggle.active {
  background-color: #29b5a8;
}
.btn-toggle.btn-lg {
  margin: 0 5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 2.5rem;
  width: 5rem;
  border-radius: 0;
}
.btn-toggle.btn-lg:focus,
.btn-toggle.btn-lg.focus,
.btn-toggle.btn-lg:focus.active,
.btn-toggle.btn-lg.focus.active {
  outline: none;
}
.btn-toggle.btn-lg:before,
.btn-toggle.btn-lg:after {
  line-height: 2.5rem;
  width: 5rem;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity .25s;
}
.btn-toggle.btn-lg:before {
  content: 'Off';
  left: -5rem;
}
.btn-toggle.btn-lg:after {
  content: 'On';
  right: -5rem;
  opacity: .5;
}
.btn-toggle.btn-lg > .handle {
  position: absolute;
  top: 4px;
  left: 0.3125rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 0;
  background: #fff;
  transition: left .25s;
  box-shadow: none;
}
.btn-toggle.btn-lg.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-lg.active > .handle {
  left: 2.8125rem;
  transition: left .25s;
}
.btn-toggle.btn-lg.active:before {
  opacity: .5;
}
.btn-toggle.btn-lg.active:after {
  opacity: 1;
}
.btn-toggle.btn-lg.btn-sm:before,
.btn-toggle.btn-lg.btn-sm:after {
  line-height: 0.5rem;
  color: #fff;
  letter-spacing: .75px;
  left: 0.6875rem;
  width: 3.875rem;
}
.btn-toggle.btn-lg.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-lg.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-lg.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-lg.btn-xs:before,
.btn-toggle.btn-lg.btn-xs:after {
  display: none;
}
.btn-toggle.btn-sm {
  margin: 0 0.5rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 0;
}
.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus.active {
  outline: none;
}
.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
  line-height: 1rem;
  width: 0.5rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity .25s;
}
.btn-toggle.btn-sm:before {
  content: 'Off';
  left: -0.5rem;
}
.btn-toggle.btn-sm:after {
  content: 'On';
  right: -0.5rem;
  opacity: .5;
}
.btn-toggle.btn-sm > .handle {
  position: absolute;
  top: 2.5px;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 0;
  background: #fff;
  transition: left .25s;
  box-shadow:none;
}
.btn-toggle.btn-sm.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-sm.active > .handle {
  left: 1.6875rem;
  transition: left .25s;
}
.btn-toggle.btn-sm.active:before {
  opacity: .5;
}
.btn-toggle.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm.btn-sm:before,
.btn-toggle.btn-sm.btn-sm:after {
  line-height: 1.5rem;
  color: #fff;
  letter-spacing: .75px;
  left: 0.4125rem;
  width: 2.325rem;
}
.btn-toggle.btn-sm.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-sm.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-sm.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-sm.btn-xs:before,
.btn-toggle.btn-sm.btn-xs:after {
  display: none;
}
.btn-toggle.btn-xs {
  margin: 0 0;
  padding: 0;
  position: relative;
  border: none;
  height: 1rem;
  width: 2rem;
  border-radius: 0;
}
.btn-toggle.btn-xs:focus,
.btn-toggle.btn-xs.focus,
.btn-toggle.btn-xs:focus.active,
.btn-toggle.btn-xs.focus.active {
  outline: none;
}
.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  line-height: 0.5rem;
  width: 0;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  transition: opacity .25s;
}
.btn-toggle.btn-xs:before {
  content: 'Off';
  left: 0;
}
.btn-toggle.btn-xs:after {
  content: 'On';
  right: 0;
  opacity: .5;
}
.btn-toggle.btn-xs > .handle {
  position: absolute;
  top: 1.5px;
  left: 0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0;
  background: #fff;
  transition: left .25s;
  box-shadow: none;
}
.btn-toggle.btn-xs.active {
  transition: background-color 0.25s;
}
.btn-toggle.btn-xs.active > .handle {
  left: 1.125rem;
  transition: left .25s;
}
.btn-toggle.btn-xs.active:before {
  opacity: .5;
}
.btn-toggle.btn-xs.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs.btn-sm:before,
.btn-toggle.btn-xs.btn-sm:after {
  line-height: -1rem;
  color: #fff;
  letter-spacing: .75px;
  left: 0.275rem;
  width: 1.55rem;
}
.btn-toggle.btn-xs.btn-sm:before {
  text-align: right;
}
.btn-toggle.btn-xs.btn-sm:after {
  text-align: left;
  opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:before {
  opacity: 0;
}
.btn-toggle.btn-xs.btn-sm.active:after {
  opacity: 1;
}
.btn-toggle.btn-xs.btn-xs:before,
.btn-toggle.btn-xs.btn-xs:after {
  display: none;
}
.btn-toggle.btn-secondary {
  color: #6b7381;
  background: #bdc1c8;
}
.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
  color: #6b7381;
}
.btn-toggle.btn-secondary.active {
  background-color: #ff8300;
}
.c3 svg{font:10px sans-serif;-webkit-tap-highlight-color:transparent}.c3 line,.c3 path{fill:none;stroke:#000}.c3 text{-webkit-user-select:none;-moz-user-select:none;user-select:none}.c3-bars path,.c3-event-rect,.c3-legend-item-tile,.c3-xgrid-focus,.c3-ygrid{shape-rendering:crispEdges}.c3-chart-arc path{stroke:#fff}.c3-chart-arc text{fill:#fff;font-size:13px}.c3-grid line{stroke:#aaa}.c3-grid text{fill:#aaa}.c3-xgrid,.c3-ygrid{stroke-dasharray:3 3}.c3-text.c3-empty{fill:grey;font-size:2em}.c3-line{stroke-width:1px}.c3-circle._expanded_{stroke-width:1px;stroke:#fff}.c3-selected-circle{fill:#fff;stroke-width:2px}.c3-bar{stroke-width:0}.c3-bar._expanded_{fill-opacity:1;fill-opacity:.75}.c3-target.c3-focused{opacity:1}.c3-target.c3-focused path.c3-line,.c3-target.c3-focused path.c3-step{stroke-width:2px}.c3-target.c3-defocused{opacity:.3!important}.c3-region{fill:#4682b4;fill-opacity:.1}.c3-brush .extent{fill-opacity:.1}.c3-legend-item{font-size:12px}.c3-legend-item-hidden{opacity:.15}.c3-legend-background{opacity:.75;fill:#fff;stroke:#d3d3d3;stroke-width:1}.c3-title{font:14px sans-serif}.c3-tooltip-container{z-index:10}.c3-tooltip{border-collapse:collapse;border-spacing:0;background-color:#fff;empty-cells:show;-webkit-box-shadow:7px 7px 12px -9px #777;-moz-box-shadow:7px 7px 12px -9px #777;box-shadow:7px 7px 12px -9px #777;opacity:.9}.c3-tooltip tr{border:1px solid #ccc}.c3-tooltip th{background-color:#aaa;font-size:14px;padding:2px 5px;text-align:left;color:#fff}.c3-tooltip td{font-size:13px;padding:3px 6px;background-color:#fff;border-left:1px dotted #999}.c3-tooltip td>span{display:inline-block;width:10px;height:10px;margin-right:6px}.c3-tooltip td.value{text-align:right}.c3-area{stroke-width:0;opacity:.2}.c3-chart-arcs-title{dominant-baseline:middle;font-size:1.3em}.c3-chart-arcs .c3-chart-arcs-background{fill:#e0e0e0;stroke:none}.c3-chart-arcs .c3-chart-arcs-gauge-unit{fill:#000;font-size:16px}.c3-chart-arcs .c3-chart-arcs-gauge-max{fill:#777}.c3-chart-arcs .c3-chart-arcs-gauge-min{fill:#777}.c3-chart-arc .c3-gauge-value{fill:#000}.c3-chart-arc.c3-target g path{opacity:1}.c3-chart-arc.c3-target.c3-focused g path{opacity:1}
.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.75rem;
  line-height: 1; }

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.ct-chart-pie .ct-label,
.ct-chart-donut .ct-label {
  dominant-baseline: central; }

.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end; }

.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px; }

.ct-grid-background {
  fill: none; }

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round; }

.ct-line {
  fill: none;
  stroke-width: 4px; }

.ct-area {
  stroke: none;
  fill-opacity: 0.1; }

.ct-bar {
  fill: none;
  stroke-width: 10px; }

.ct-slice-donut {
  fill: none;
  stroke-width: 60px; }

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #4079ed; }

.ct-series-a .ct-slice-pie, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-area {
  fill: #4079ed; }

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #9fb3ca; }

.ct-series-b .ct-slice-pie, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-area {
  fill: #9fb3ca; }

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #22b3dd; }

.ct-series-c .ct-slice-pie, .ct-series-c .ct-slice-donut-solid, .ct-series-c .ct-area {
  fill: #22b3dd; }

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #10c347; }

.ct-series-d .ct-slice-pie, .ct-series-d .ct-slice-donut-solid, .ct-series-d .ct-area {
  fill: #10c347; }

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #f4ac2f; }

.ct-series-e .ct-slice-pie, .ct-series-e .ct-slice-donut-solid, .ct-series-e .ct-area {
  fill: #f4ac2f; }

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #ff0b5b; }

.ct-series-f .ct-slice-pie, .ct-series-f .ct-slice-donut-solid, .ct-series-f .ct-area {
  fill: #ff0b5b; }

.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #bcc2c8; }

.ct-series-g .ct-slice-pie, .ct-series-g .ct-slice-donut-solid, .ct-series-g .ct-area {
  fill: #bcc2c8; }

.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
  stroke: #ec407a; }

.ct-series-h .ct-slice-pie, .ct-series-h .ct-slice-donut-solid, .ct-series-h .ct-area {
  fill: #d81b60; }

.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
  stroke: #ab47bc; }

.ct-series-i .ct-slice-pie, .ct-series-i .ct-slice-donut-solid, .ct-series-i .ct-area {
  fill: #8e24aa; }

.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
  stroke: #25b6b4; }

.ct-series-j .ct-slice-pie, .ct-series-j .ct-slice-donut-solid, .ct-series-j .ct-area {
  fill: #137e7d; }

.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
  stroke: #ef6c00; }

.ct-series-k .ct-slice-pie, .ct-series-k .ct-slice-donut-solid, .ct-series-k .ct-area {
  fill: #e65100; }

.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
  stroke: #3f51b5; }

.ct-series-l .ct-slice-pie, .ct-series-l .ct-slice-donut-solid, .ct-series-l .ct-area {
  fill: #283593; }

.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
  stroke: #039be5; }

.ct-series-m .ct-slice-pie, .ct-series-m .ct-slice-donut-solid, .ct-series-m .ct-area {
  fill: #01579b; }

.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
  stroke: #607d8b; }

.ct-series-n .ct-slice-pie, .ct-series-n .ct-slice-donut-solid, .ct-series-n .ct-area {
  fill: #455a64; }

.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
  stroke: #757575; }

.ct-series-o .ct-slice-pie, .ct-series-o .ct-slice-donut-solid, .ct-series-o .ct-area {
  fill: #3f3e3e; }

.ct-square {
  display: block;
  position: relative;
  width: 100%; }
  .ct-square:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 100%; }
  .ct-square:after {
    content: "";
    display: table;
    clear: both; }
  .ct-square > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 93.75%; }
  .ct-minor-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-second {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-second:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 88.8888888889%; }
  .ct-major-second:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-second > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 83.3333333333%; }
  .ct-minor-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-third {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-third:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 80%; }
  .ct-major-third:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-third > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fourth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 75%; }
  .ct-perfect-fourth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-perfect-fourth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-perfect-fifth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 66.6666666667%; }
  .ct-perfect-fifth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-perfect-fifth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 62.5%; }
  .ct-minor-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%; }
  .ct-golden-section:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 61.804697157%; }
  .ct-golden-section:after {
    content: "";
    display: table;
    clear: both; }
  .ct-golden-section > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-sixth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 60%; }
  .ct-major-sixth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-sixth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-minor-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 56.25%; }
  .ct-minor-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-minor-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-seventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 53.3333333333%; }
  .ct-major-seventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-seventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 50%; }
  .ct-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-tenth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 40%; }
  .ct-major-tenth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-tenth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-eleventh:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 37.5%; }
  .ct-major-eleventh:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-eleventh > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%; }
  .ct-major-twelfth:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 33.3333333333%; }
  .ct-major-twelfth:after {
    content: "";
    display: table;
    clear: both; }
  .ct-major-twelfth > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%; }
  .ct-double-octave:before {
    display: block;
    float: left;
    content: "";
    width: 0;
    height: 0;
    padding-bottom: 25%; }
  .ct-double-octave:after {
    content: "";
    display: table;
    clear: both; }
  .ct-double-octave > svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

/*# sourceMappingURL=chartist.css.map */
/*!
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.slider {
    display: block;
    vertical-align: middle;
    position: relative;

}
.slider.slider-horizontal {
    width: 100%;
    height: 20px;
    margin-bottom: 20px;
}
.slider.slider-horizontal:last-of-type {
    margin-bottom: 0;
}
.slider.slider-horizontal .slider-track {
    height: 20px;
    width: 100%;
    margin-top: -5px;
    top: 50%;
    left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
    height: 100%;
    top: 0;
    bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
    margin-left: -10px;
    margin-top: -10px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
    border-width: 0 10px 10px 10px;
    width: 0;
    height: 0;
    border-bottom-color: #0480be;
    margin-top: 0;
}
.slider.slider-horizontal .slider-tick-label-container {
    white-space: nowrap;
    margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
    padding-top: 4px;
    display: inline-block;
    text-align: center;
}
.slider.slider-vertical {
    height: 430px;
    width: 20px;
    margin-right: 50px;
    display: inline-block;
}
.slider.slider-vertical .slider-track {
    width: 20px;
    height: 100%;
    margin-left: -5px;
    left: 50%;
    top: 0;
}
.slider.slider-vertical .slider-selection {
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
    width: 100%;
    left: 0;
    right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
    margin-left: -10px;
    margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
    border-width: 10px 0 10px 10px;
    width: 1px;
    height: 1px;
    border-left-color: #0480be;
    margin-left: 0;
}
.slider.slider-vertical .slider-tick-label-container {
    white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
    padding-left: 4px;
}
.slider.slider-disabled .slider-handle {
    background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
    background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
    background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}
.slider.slider-disabled .slider-track {
    background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
    background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
    background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
    cursor: not-allowed;
}
.slider input {
    display: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
    white-space: nowrap;
}
.slider .hide {
  display: none;
}
.slider-track {
    position: absolute;
    cursor: pointer;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f0f0f0, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f0f0f0, #f9f9f9);
    background-image: -o-linear-gradient(top, #f0f0f0, #f9f9f9);
    background-image: linear-gradient(to bottom, #f0f0f0, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0f0', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.slider-selection {
    position: absolute;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f9f9f9, #f5f5f5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#f5f5f5));
    background-image: -webkit-linear-gradient(top, #f9f9f9, #f5f5f5);
    background-image: -o-linear-gradient(top, #f9f9f9, #f5f5f5);
    background-image: linear-gradient(to bottom, #f9f9f9, #f5f5f5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.slider-selection.tick-slider-selection {
    background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
    background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
    background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}
.slider-track-low,
.slider-track-high {
    position: absolute;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
}
.slider-handle {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #f7f7f7;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 1px 4px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 1px 4px rgba(0,0,0,.3);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.5), 0 1px 4px rgba(0,0,0,.3);
    opacity: 1;
    border: 0px solid transparent;
}
.slider-handle.round {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.slider-handle.triangle {
    background: transparent none;
}
.slider-handle.custom {
    background: transparent none;
}
.slider-handle.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204;
}
.slider-tick {
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    filter: none;
    opacity: 0.8;
    border: 0px solid transparent;
}
.slider-tick.round {
    border-radius: 50%;
}
.slider-tick.triangle {
    background: transparent none;
}
.slider-tick.custom {
    background: transparent none;
}
.slider-tick.custom::before {
    line-height: 20px;
    font-size: 20px;
    content: '\2605';
    color: #726204;
}
.slider-tick.in-selection {
    background-image: -webkit-linear-gradient(top, #89cdef 0%, #81bfde 100%);
    background-image: -o-linear-gradient(top, #89cdef 0%, #81bfde 100%);
    background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
    opacity: 1;
}
.slider-disabled .slider-selection {
    opacity: 0.5;
}

#danger .slider-selection {
    background: #fc4b6c;
}

#info .slider-selection {
    background: #1e88e5;
}

#success .slider-selection {
    background: #26c6da;
}

#warning .slider-selection {
    background: #ffb22b;
}

#secondary .slider-selection {
    background: #616a78;
}

#primary .slider-selection {
    background: #0bb2d4;
}
/* iCheck plugin Flat skin, blue
----------------------------------- */
.icheckbox_flat-blue,
.iradio_flat-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(https://oarlin-bb3cf8e14b12.herokuapp.com/blue.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_flat-blue {
    background-position: 0 0;
}
    .icheckbox_flat-blue.checked {
        background-position: -22px 0;
    }
    .icheckbox_flat-blue.disabled {
        background-position: -44px 0;
        cursor: default;
    }
    .icheckbox_flat-blue.checked.disabled {
        background-position: -66px 0;
    }

.iradio_flat-blue {
    background-position: -88px 0;
}
    .iradio_flat-blue.checked {
        background-position: -110px 0;
    }
    .iradio_flat-blue.disabled {
        background-position: -132px 0;
        cursor: default;
    }
    .iradio_flat-blue.checked.disabled {
        background-position: -154px 0;
    }

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (-moz-min-device-pixel-ratio: 1.5),
       only screen and (-o-min-device-pixel-ratio: 3/2),
       only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_flat-blue,
    .iradio_flat-blue {
        background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/blue@2x.png);
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }
}
/*! bootstrap3-wysihtml5-bower 2014-09-26 */

ul.wysihtml5-toolbar{margin:0;padding:0;display:block}ul.wysihtml5-toolbar::after{clear:both;display:table;content:""}ul.wysihtml5-toolbar>li{float:left;display:list-item;list-style:none;margin:0 5px 10px 0}ul.wysihtml5-toolbar a[data-wysihtml5-command=bold]{font-weight:700}ul.wysihtml5-toolbar a[data-wysihtml5-command=italic]{font-style:italic}ul.wysihtml5-toolbar a[data-wysihtml5-command=underline]{text-decoration:underline}ul.wysihtml5-toolbar a.btn.wysihtml5-command-active{background-image:none;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);-moz-box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05);background-color:#D9D9D9;outline:0}ul.wysihtml5-commands-disabled .dropdown-menu{display:none!important}ul.wysihtml5-toolbar div.wysihtml5-colors{display:block;width:50px;height:20px;margin-top:2px;margin-left:5px;position:absolute;pointer-events:none}ul.wysihtml5-toolbar a.wysihtml5-colors-title{padding-left:70px}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=black]{background:#000!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=silver]{background:silver!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=gray]{background:gray!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=maroon]{background:maroon!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=red]{background:red!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=purple]{background:purple!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=green]{background:green!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=olive]{background:olive!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=navy]{background:navy!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=blue]{background:#00f!important}ul.wysihtml5-toolbar div[data-wysihtml5-command-value=orange]{background:orange!important}.glyphicon-quote:before{content:"\201C";font-family:Georgia,serif;font-size:50px;position:absolute;top:-4px;left:-3px;max-height:100%}.glyphicon-quote:after{content:"\0000a0"}

@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/glyphicon-a220ec6e35ae1a7673b78cfda3b4e456dceb2d3761888cda57fd4e1fafd20a7e.css);
	
ul.wysihtml5-toolbar {
	margin: 0;
	padding: 0;
	display: block;
}

ul.wysihtml5-toolbar::after {
	clear: both;
	display: table;
	content: "";
}

ul.wysihtml5-toolbar > li {
	float: left;
	display: list-item;
	list-style: none;
	margin: 0 5px 10px 0;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=bold] {
	font-weight: bold;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=italic] {
	font-style: italic;
}

ul.wysihtml5-toolbar a[data-wysihtml5-command=underline] {
	text-decoration: underline;
}

ul.wysihtml5-toolbar a.btn.wysihtml5-command-active {
	background-image: none;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15),0 1px 2px rgba(0, 0, 0, 0.05);
	background-color: #E6E6E6;
	background-color: #D9D9D9;
	outline: 0;
}

ul.wysihtml5-commands-disabled .dropdown-menu {
	display: none !important;
}

ul.wysihtml5-toolbar div.wysihtml5-colors {
  display:block;
  width: 50px;
  height: 20px;
  margin-top: 2px;
  margin-left: 5px;
  position: absolute;
  pointer-events: none;
}

ul.wysihtml5-toolbar a.wysihtml5-colors-title {
  padding-left: 70px;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="black"] {
  background: black !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="silver"] {
  background: silver !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="gray"] {
  background: gray !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="maroon"] {
  background: maroon !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="red"] {
  background: red !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="purple"] {
  background: purple !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="green"] {
  background: green !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="olive"] {
  background: olive !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="navy"] {
  background: navy !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="blue"] {
  background: blue !important;
}

ul.wysihtml5-toolbar div[data-wysihtml5-command-value="orange"] {
  background: orange !important;
}

.glyphicon-quote:before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 50px;
  position: absolute;
  top: -4px;
  left: -3px;
  max-height: 100%;
}

.glyphicon-quote:after {
  content: "\0000a0";
}

ul.wysihtml5-toolbar li a.btn {
	font-size: 0.9rem;
}
/* iCheck plugin skins
----------------------------------- */
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/minimal/_all.css);
/*
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/minimal/minimal.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/minimal/red.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/minimal/green.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/minimal/blue.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/minimal/aero.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/minimal/grey.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/minimal/orange.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/minimal/yellow.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/minimal/pink.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/minimal/purple.css);
*/

@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/square/_all.css);
/*
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/square/square.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/square/red.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/square/green.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/square/blue.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/square/aero.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/square/grey.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/square/orange.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/square/yellow.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/square/pink.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/square/purple.css);
*/

@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/flat/_all.css);
/*
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/flat/flat.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/flat/red.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/flat/green.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/flat/blue.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/flat/aero.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/flat/grey.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/flat/orange.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/flat/yellow.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/flat/pink.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/flat/purple.css);
*/

@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/line/_all.css);
/*
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/line/line.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/line/red.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/line/green.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/line/blue.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/line/aero.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/line/grey.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/line/orange.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/line/yellow.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/line/pink.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/line/purple.css);
*/

@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/polaris/polaris.css);

@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/futurico/futurico.css);
/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */.bootstrap-timepicker{position:relative}.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu{left:auto;right:0}.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before{left:auto;right:12px}.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after{left:auto;right:13px}.bootstrap-timepicker .add-on{cursor:pointer}.bootstrap-timepicker .add-on i{display:inline-block;width:16px;height:16px}.bootstrap-timepicker-widget.dropdown-menu{padding:2px 3px 2px 2px}.bootstrap-timepicker-widget.dropdown-menu.open{display:inline-block}.bootstrap-timepicker-widget.dropdown-menu:before{border-bottom:7px solid rgba(0,0,0,0.2);border-left:7px solid transparent;border-right:7px solid transparent;content:"";display:inline-block;left:9px;position:absolute;top:-7px}.bootstrap-timepicker-widget.dropdown-menu:after{border-bottom:6px solid #fff;border-left:6px solid transparent;border-right:6px solid transparent;content:"";display:inline-block;left:10px;position:absolute;top:-6px}.bootstrap-timepicker-widget a.btn,.bootstrap-timepicker-widget input{border-radius:4px}.bootstrap-timepicker-widget table{width:100%;margin:0}.bootstrap-timepicker-widget table td{text-align:center;height:30px;margin:0;padding:2px}.bootstrap-timepicker-widget table td:not(.separator){min-width:30px}.bootstrap-timepicker-widget table td span{width:100%}.bootstrap-timepicker-widget table td a{border:1px transparent solid;width:100%;display:inline-block;margin:0;padding:8px 0;outline:0;color:#333}.bootstrap-timepicker-widget table td a:hover{text-decoration:none;background-color:#eee;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;border-color:#ddd}.bootstrap-timepicker-widget table td a i{margin-top:2px}.bootstrap-timepicker-widget table td input{width:25px;margin:0;text-align:center}.bootstrap-timepicker-widget .modal-content{padding:4px}@media(min-width:767px){.bootstrap-timepicker-widget.modal{width:200px;margin-left:-100px}}@media(max-width:767px){.bootstrap-timepicker{width:100%}.bootstrap-timepicker .dropdown-menu{width:100%}}
.pace{-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.pace-inactive{display:none}.pace .pace-progress{background:#fff;position:fixed;z-index:2000;top:0;right:100%;width:100%;height:2px}.pace .pace-progress-inner{display:block;position:absolute;right:0;width:100px;height:100%;box-shadow:0 0 10px #fff,0 0 5px #fff;opacity:1;-webkit-transform:rotate(3deg) translate(0px,-4px);-moz-transform:rotate(3deg) translate(0px,-4px);-ms-transform:rotate(3deg) translate(0px,-4px);-o-transform:rotate(3deg) translate(0px,-4px);transform:rotate(3deg) translate(0px,-4px)}.pace .pace-activity{display:block;position:fixed;z-index:2000;top:15px;right:50%;width:14px;height:14px;border:solid 2px transparent;border-top-color:#fff;border-left-color:#fff;border-radius:10px;-webkit-animation:pace-spinner 400ms linear infinite;-moz-animation:pace-spinner 400ms linear infinite;-ms-animation:pace-spinner 400ms linear infinite;-o-animation:pace-spinner 400ms linear infinite;animation:pace-spinner 400ms linear infinite}@media (max-width: 767px){.pace .pace-activity{top:15px;right:15px;width:14px;height:14px}}@-webkit-keyframes pace-spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-moz-keyframes pace-spinner{0%{-moz-transform:rotate(0deg);transform:rotate(0deg)}100%{-moz-transform:rotate(360deg);transform:rotate(360deg)}}@-o-keyframes pace-spinner{0%{-o-transform:rotate(0deg);transform:rotate(0deg)}100%{-o-transform:rotate(360deg);transform:rotate(360deg)}}@-ms-keyframes pace-spinner{0%{-ms-transform:rotate(0deg);transform:rotate(0deg)}100%{-ms-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes pace-spinner{0%{transform:rotate(0deg);transform:rotate(0deg)}100%{transform:rotate(360deg);transform:rotate(360deg)}}
/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */.fc button,.fc table,body .fc{font-size:1em}.fc-bg,.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton{bottom:0}.fc-icon,.fc-unselectable{-webkit-touch-callout:none;-khtml-user-select:none}.fc{direction:ltr;text-align:left}.fc-rtl{text-align:right}.fc th,.fc-basic-view td.fc-week-number,.fc-icon,.fc-toolbar{text-align:center}.fc-highlight{background:#bce8f1;opacity:.3}.fc-bgevent{background:#8fdf82;opacity:.3}.fc-nonbusiness{background:#d7d7d7}.fc button{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;height:2.1em;padding:0 .6em;white-space:nowrap;cursor:pointer}.fc button::-moz-focus-inner{margin:0;padding:0}.fc-state-default{border:1px solid;background-color:#f5f5f5;background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);color:#333;text-shadow:0 1px 1px rgba(255,255,255,.75);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)}.fc-state-default.fc-corner-left{border-top-left-radius:4px;border-bottom-left-radius:4px}.fc-state-default.fc-corner-right{border-top-right-radius:4px;border-bottom-right-radius:4px}.fc button .fc-icon{position:relative;top:-.05em;margin:0 .2em;vertical-align:middle}.fc-state-active,.fc-state-disabled,.fc-state-down,.fc-state-hover{color:#333;background-color:#e6e6e6}.fc-state-hover{color:#333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.fc-state-active,.fc-state-down{background-color:#ccc;background-image:none;box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)}.fc-state-disabled{cursor:default;background-image:none;opacity:.65;box-shadow:none}.fc-event.fc-draggable,.fc-event[href],.fc-popover .fc-header .fc-close,a[data-goto]{cursor:pointer}.fc-button-group{display:inline-block}.fc .fc-button-group>*{float:left;margin:0 0 0 -1px}.fc .fc-button-group>:first-child{margin-left:0}.fc-popover{position:absolute;box-shadow:0 2px 6px rgba(0,0,0,.15)}.fc-popover .fc-header{padding:2px 4px}.fc-popover .fc-header .fc-title{margin:0 2px}.fc-ltr .fc-popover .fc-header .fc-title,.fc-rtl .fc-popover .fc-header .fc-close{float:left}.fc-ltr .fc-popover .fc-header .fc-close,.fc-rtl .fc-popover .fc-header .fc-title{float:right}.fc-divider{border-style:solid;border-width:1px}hr.fc-divider{height:0;margin:0;padding:0 0 2px;border-width:1px 0}.fc-bg table,.fc-row .fc-bgevent-skeleton table,.fc-row .fc-highlight-skeleton table{height:100%}.fc-clear{clear:both}.fc-bg,.fc-bgevent-skeleton,.fc-helper-skeleton,.fc-highlight-skeleton{position:absolute;top:0;left:0;right:0}.fc table{width:100%;box-sizing:border-box;table-layout:fixed;border-collapse:collapse;border-spacing:0}.fc td,.fc th{border-style:solid;border-width:1px;padding:0;vertical-align:top}.fc td.fc-today{border-style:double}a[data-goto]:hover{text-decoration:underline}.fc .fc-row{border-style:solid;border-width:0}.fc-row table{border-left:0 hidden transparent;border-right:0 hidden transparent;border-bottom:0 hidden transparent}.fc-row:first-child table{border-top:0 hidden transparent}.fc-row{position:relative}.fc-row .fc-bg{z-index:1}.fc-row .fc-bgevent-skeleton td,.fc-row .fc-highlight-skeleton td{border-color:transparent}.fc-row .fc-bgevent-skeleton{z-index:2}.fc-row .fc-highlight-skeleton{z-index:3}.fc-row .fc-content-skeleton{position:relative;z-index:4;padding-bottom:2px}.fc-row .fc-helper-skeleton{z-index:5}.fc .fc-row .fc-content-skeleton table,.fc .fc-row .fc-content-skeleton td,.fc .fc-row .fc-helper-skeleton td{background:0 0;border-color:transparent}.fc-row .fc-content-skeleton td,.fc-row .fc-helper-skeleton td{border-bottom:0}.fc-row .fc-content-skeleton tbody td,.fc-row .fc-helper-skeleton tbody td{border-top:0}.fc-scroller{-webkit-overflow-scrolling:touch}.fc-icon,.fc-row.fc-rigid,.fc-time-grid-event{overflow:hidden}.fc-scroller>.fc-day-grid,.fc-scroller>.fc-time-grid{position:relative;width:100%}.fc-event{position:relative;display:block;font-size:.85em;line-height:1.3;border-radius:3px;border:1px solid #3a87ad}.fc-event,.fc-event-dot{background-color:#3a87ad}.fc-event,.fc-event:hover{color:#fff;text-decoration:none}.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}.fc-event .fc-bg{z-index:1;background:#fff;opacity:.25}.fc-event .fc-content{position:relative;z-index:2}.fc-event .fc-resizer{position:absolute;z-index:4;display:none}.fc-event.fc-allow-mouse-resize .fc-resizer,.fc-event.fc-selected .fc-resizer{display:block}.fc-event.fc-selected .fc-resizer:before{content:"";position:absolute;z-index:9999;top:50%;left:50%;width:40px;height:40px;margin-left:-20px;margin-top:-20px}.fc-event.fc-selected{z-index:9999!important;box-shadow:0 2px 5px rgba(0,0,0,.2)}.fc-event.fc-selected.fc-dragging{box-shadow:0 2px 7px rgba(0,0,0,.3)}.fc-h-event.fc-selected:before{content:"";position:absolute;z-index:3;top:-10px;bottom:-10px;left:0;right:0}.fc-ltr .fc-h-event.fc-not-start,.fc-rtl .fc-h-event.fc-not-end{margin-left:0;border-left-width:0;padding-left:1px;border-top-left-radius:0;border-bottom-left-radius:0}.fc-ltr .fc-h-event.fc-not-end,.fc-rtl .fc-h-event.fc-not-start{margin-right:0;border-right-width:0;padding-right:1px;border-top-right-radius:0;border-bottom-right-radius:0}.fc-ltr .fc-h-event .fc-start-resizer,.fc-rtl .fc-h-event .fc-end-resizer{cursor:w-resize;left:-1px}.fc-ltr .fc-h-event .fc-end-resizer,.fc-rtl .fc-h-event .fc-start-resizer{cursor:e-resize;right:-1px}.fc-h-event.fc-allow-mouse-resize .fc-resizer{width:7px;top:-1px;bottom:-1px}.fc-h-event.fc-selected .fc-resizer{border-radius:4px;border-width:1px;width:6px;height:6px;border-style:solid;border-color:inherit;background:#fff;top:50%;margin-top:-4px}.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,.fc-rtl .fc-h-event.fc-selected .fc-end-resizer{margin-left:-4px}.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,.fc-rtl .fc-h-event.fc-selected .fc-start-resizer{margin-right:-4px}.fc-day-grid-event{margin:1px 2px 0;padding:0 1px}tr:first-child>td>.fc-day-grid-event{margin-top:2px}.fc-day-grid-event.fc-selected:after{content:"";position:absolute;z-index:1;top:-1px;right:-1px;bottom:-1px;left:-1px;background:#000;opacity:.25}.fc-day-grid-event .fc-content{white-space:nowrap;overflow:hidden}.fc-day-grid-event .fc-time{font-weight:400}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer{margin-left:-2px}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer{margin-right:-2px}a.fc-more{margin:1px 3px;font-size:.85em;cursor:pointer;text-decoration:none}a.fc-more:hover{text-decoration:underline}.fc.fc-bootstrap3 a,.ui-widget .fc-event{text-decoration:none}.fc-limited{display:none}.fc-icon,.fc-toolbar .fc-center{display:inline-block}.fc-day-grid .fc-row{z-index:1}.fc-more-popover{z-index:2;width:220px}.fc-more-popover .fc-event-container{padding:10px}.fc-bootstrap3 .fc-popover .panel-body,.fc-bootstrap4 .fc-popover .card-body{padding:0}.fc-now-indicator{position:absolute;border:0 solid red}.fc-bootstrap3 .fc-today.alert,.fc-bootstrap4 .fc-today.alert{border-radius:0}.fc-unselectable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.fc-unthemed .fc-content,.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-list-view,.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead{border-color:#ddd}.fc-unthemed .fc-popover{background-color:#fff;border-width:1px;border-style:solid}.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-popover .fc-header{background:#eee}.fc-unthemed td.fc-today{background:#fcf8e3}.fc-unthemed .fc-disabled-day{background:#d7d7d7;opacity:.3}.fc-icon{height:1em;line-height:1em;font-size:1em;font-family:"Courier New",Courier,monospace;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fc-icon:after{position:relative}.fc-icon-left-single-arrow:after{content:"\2039";font-weight:700;font-size:200%;top:-7%}.fc-icon-right-single-arrow:after{content:"\203A";font-weight:700;font-size:200%;top:-7%}.fc-icon-left-double-arrow:after{content:"\AB";font-size:160%;top:-7%}.fc-icon-right-double-arrow:after{content:"\BB";font-size:160%;top:-7%}.fc-icon-left-triangle:after{content:"\25C4";font-size:125%;top:3%}.fc-icon-right-triangle:after{content:"\25BA";font-size:125%;top:3%}.fc-icon-down-triangle:after{content:"\25BC";font-size:125%;top:2%}.fc-icon-x:after{content:"\D7";font-size:200%;top:6%}.fc-unthemed .fc-popover .fc-header .fc-close{color:#666;font-size:.9em;margin-top:2px}.fc-unthemed .fc-list-item:hover td{background-color:#f5f5f5}.ui-widget .fc-disabled-day{background-image:none}.fc-bootstrap3 .fc-time-grid .fc-slats table,.fc-bootstrap4 .fc-time-grid .fc-slats table,.fc-time-grid .fc-slats .ui-widget-content{background:0 0}.fc-popover>.ui-widget-header+.ui-widget-content{border-top:0}.fc-bootstrap3 hr.fc-divider,.fc-bootstrap4 hr.fc-divider{border-color:inherit}.ui-widget .fc-event{color:#fff;font-weight:400}.ui-widget td.fc-axis{font-weight:400}.fc.fc-bootstrap3 a[data-goto]:hover{text-decoration:underline}.fc.fc-bootstrap4 a{text-decoration:none}.fc.fc-bootstrap4 a[data-goto]:hover{text-decoration:underline}.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]){color:#fff}.fc-bootstrap4 .fc-popover.card{position:absolute}.fc-toolbar.fc-header-toolbar{margin-bottom:1em}.fc-toolbar.fc-footer-toolbar{margin-top:1em}.fc-toolbar .fc-left{float:left}.fc-toolbar .fc-right{float:right}.fc .fc-toolbar>*>*{float:left;margin-left:.75em}.fc .fc-toolbar>*>:first-child{margin-left:0}.fc-toolbar h2{margin:0}.fc-toolbar button{position:relative}.fc-toolbar .fc-state-hover,.fc-toolbar .ui-state-hover{z-index:2}.fc-toolbar .fc-state-down{z-index:3}.fc-toolbar .fc-state-active,.fc-toolbar .ui-state-active{z-index:4}.fc-toolbar button:focus{z-index:5}.fc-view-container *,.fc-view-container :after,.fc-view-container :before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fc-view,.fc-view>table{position:relative;z-index:1}.fc-basicDay-view .fc-content-skeleton,.fc-basicWeek-view .fc-content-skeleton{padding-bottom:1em}.fc-basic-view .fc-body .fc-row{min-height:4em}.fc-row.fc-rigid .fc-content-skeleton{position:absolute;top:0;left:0;right:0}.fc-day-top.fc-other-month{opacity:.3}.fc-basic-view .fc-day-number,.fc-basic-view .fc-week-number{padding:2px}.fc-basic-view th.fc-day-number,.fc-basic-view th.fc-week-number{padding:0 2px}.fc-ltr .fc-basic-view .fc-day-top .fc-day-number{float:right}.fc-rtl .fc-basic-view .fc-day-top .fc-day-number{float:left}.fc-ltr .fc-basic-view .fc-day-top .fc-week-number{float:left;border-radius:0 0 3px}.fc-rtl .fc-basic-view .fc-day-top .fc-week-number{float:right;border-radius:0 0 0 3px}.fc-basic-view .fc-day-top .fc-week-number{min-width:1.5em;text-align:center;background-color:#f2f2f2;color:grey}.fc-basic-view td.fc-week-number>*{display:inline-block;min-width:1.25em}.fc-agenda-view .fc-day-grid{position:relative;z-index:2}.fc-agenda-view .fc-day-grid .fc-row{min-height:3em}.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton{padding-bottom:1em}.fc .fc-axis{vertical-align:middle;padding:0 4px;white-space:nowrap}.fc-ltr .fc-axis{text-align:right}.fc-rtl .fc-axis{text-align:left}.fc-time-grid,.fc-time-grid-container{position:relative;z-index:1}.fc-time-grid{min-height:100%}.fc-time-grid table{border:0 hidden transparent}.fc-time-grid>.fc-bg{z-index:1}.fc-time-grid .fc-slats,.fc-time-grid>hr{position:relative;z-index:2}.fc-time-grid .fc-content-col{position:relative}.fc-time-grid .fc-content-skeleton{position:absolute;z-index:3;top:0;left:0;right:0}.fc-time-grid .fc-business-container{position:relative;z-index:1}.fc-time-grid .fc-bgevent-container{position:relative;z-index:2}.fc-time-grid .fc-highlight-container{z-index:3;position:relative}.fc-time-grid .fc-event-container{position:relative;z-index:4}.fc-time-grid .fc-now-indicator-line{z-index:5}.fc-time-grid .fc-helper-container{position:relative;z-index:6}.fc-time-grid .fc-slats td{height:1.5em;border-bottom:0}.fc-time-grid .fc-slats .fc-minor td{border-top-style:dotted}.fc-time-grid .fc-highlight{position:absolute;left:0;right:0}.fc-ltr .fc-time-grid .fc-event-container{margin:0 2.5% 0 2px}.fc-rtl .fc-time-grid .fc-event-container{margin:0 2px 0 2.5%}.fc-time-grid .fc-bgevent,.fc-time-grid .fc-event{position:absolute;z-index:1}.fc-time-grid .fc-bgevent{left:0;right:0}.fc-v-event.fc-not-start{border-top-width:0;padding-top:1px;border-top-left-radius:0;border-top-right-radius:0}.fc-v-event.fc-not-end{border-bottom-width:0;padding-bottom:1px;border-bottom-left-radius:0;border-bottom-right-radius:0}.fc-time-grid-event.fc-selected{overflow:visible}.fc-time-grid-event.fc-selected .fc-bg{display:none}.fc-time-grid-event .fc-content{overflow:hidden}.fc-time-grid-event .fc-time,.fc-time-grid-event .fc-title{padding:0 1px}.fc-time-grid-event .fc-time{font-size:.85em;white-space:nowrap}.fc-time-grid-event.fc-short .fc-content{white-space:nowrap}.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title{display:inline-block;vertical-align:top}.fc-time-grid-event.fc-short .fc-time span{display:none}.fc-time-grid-event.fc-short .fc-time:before{content:attr(data-start)}.fc-time-grid-event.fc-short .fc-time:after{content:"\A0-\A0"}.fc-time-grid-event.fc-short .fc-title{font-size:.85em;padding:0}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer{left:0;right:0;bottom:0;height:8px;overflow:hidden;line-height:8px;font-size:11px;font-family:monospace;text-align:center;cursor:s-resize}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after{content:"="}.fc-time-grid-event.fc-selected .fc-resizer{border-radius:5px;border-width:1px;width:8px;height:8px;border-style:solid;border-color:inherit;background:#fff;left:50%;margin-left:-5px;bottom:-5px}.fc-time-grid .fc-now-indicator-line{border-top-width:1px;left:0;right:0}.fc-time-grid .fc-now-indicator-arrow{margin-top:-5px}.fc-ltr .fc-time-grid .fc-now-indicator-arrow{left:0;border-width:5px 0 5px 6px;border-top-color:transparent;border-bottom-color:transparent}.fc-rtl .fc-time-grid .fc-now-indicator-arrow{right:0;border-width:5px 6px 5px 0;border-top-color:transparent;border-bottom-color:transparent}.fc-event-dot{display:inline-block;width:10px;height:10px;border-radius:5px}.fc-rtl .fc-list-view{direction:rtl}.fc-list-view{border-width:1px;border-style:solid}.fc .fc-list-table{table-layout:auto}.fc-list-table td{border-width:1px 0 0;padding:8px 14px}.fc-list-table tr:first-child td{border-top-width:0}.fc-list-heading{border-bottom-width:1px}.fc-list-heading td{font-weight:700}.fc-ltr .fc-list-heading-main{float:left}.fc-ltr .fc-list-heading-alt,.fc-rtl .fc-list-heading-main{float:right}.fc-rtl .fc-list-heading-alt{float:left}.fc-list-item.fc-has-url{cursor:pointer}.fc-list-item-marker,.fc-list-item-time{white-space:nowrap;width:1px}.fc-ltr .fc-list-item-marker{padding-right:0}.fc-rtl .fc-list-item-marker{padding-left:0}.fc-list-item-title a{text-decoration:none;color:inherit}.fc-list-item-title a[href]:hover{text-decoration:underline}.fc-list-empty-wrap2{position:absolute;top:0;left:0;right:0;bottom:0}.fc-list-empty-wrap1{width:100%;height:100%;display:table}.fc-list-empty{display:table-cell;vertical-align:middle;text-align:center}.fc-unthemed .fc-list-empty{background-color:#eee}
/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 *//*!
 * FullCalendar v3.9.0 Print Stylesheet
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */.fc-bg,.fc-bgevent-container,.fc-bgevent-skeleton,.fc-business-container,.fc-event .fc-resizer,.fc-helper-container,.fc-helper-skeleton,.fc-highlight-container,.fc-highlight-skeleton{display:none}.fc tbody .fc-row,.fc-time-grid{min-height:0!important}.fc-time-grid .fc-event.fc-not-end:after,.fc-time-grid .fc-event.fc-not-start:before{content:"..."}.fc{max-width:100%!important}.fc-event{background:#fff!important;color:#000!important;page-break-inside:avoid}.fc hr,.fc tbody,.fc td,.fc th,.fc thead,.fc-row{border-color:#ccc!important;background:#fff!important}.fc tbody .fc-row{height:auto!important}.fc tbody .fc-row .fc-content-skeleton{position:static;padding-bottom:0!important}.fc tbody .fc-row .fc-content-skeleton tbody tr:last-child td{padding-bottom:1em}.fc tbody .fc-row .fc-content-skeleton table{height:1em}.fc-more,.fc-more-cell{display:none!important}.fc tr.fc-limited{display:table-row!important}.fc td.fc-limited{display:table-cell!important}.fc-agenda-view .fc-axis,.fc-popover{display:none}.fc-slats,.fc-time-grid hr{display:none!important}.fc button,.fc-button-group,.fc-time-grid .fc-event .fc-time span{display:none}.fc-time-grid .fc-content-skeleton{position:static}.fc-time-grid .fc-content-skeleton table{height:4em}.fc-time-grid .fc-event-container{margin:0!important}.fc-time-grid .fc-event{position:static!important;margin:3px 2px!important}.fc-time-grid .fc-event.fc-not-end{border-bottom-width:1px!important}.fc-time-grid .fc-event.fc-not-start{border-top-width:1px!important}.fc-time-grid .fc-event .fc-time{white-space:normal!important}.fc-time-grid .fc-event .fc-time:after{content:attr(data-full)}.fc-day-grid-container,.fc-scroller,.fc-time-grid-container{overflow:visible!important;height:auto!important}.fc-row{border:0!important;margin:0!important}
@charset 'UTF-8';
[class^='wi-'],
[class*=' wi-']
{
    font-family: 'weathericons';
    font-weight: normal;
    font-style: normal;

    position: relative;

    display: inline-block;

    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0); 

    text-rendering: auto;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@font-face
{
    font-family: 'weathericons';
    font-weight: normal;
    font-style: normal; 

    src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/weathericons-regular-webfont.eot);
    src: url(https://oarlin-bb3cf8e14b12.herokuapp.com/weathericons-regular-webfont.eot?#iefix) format('embedded-opentype'), url(https://oarlin-bb3cf8e14b12.herokuapp.com/weathericons-regular-webfont.woff) format('woff'), url(https://oarlin-bb3cf8e14b12.herokuapp.com/weathericons-regular-webfont.ttf) format('truetype'), url(https://oarlin-bb3cf8e14b12.herokuapp.com/weathericons-regular-webfont.svg#weathericons-regular-webfontRg) format('svg');
}

.wi
{
    font-family: 'weathericons';
    font-weight: normal;
    font-style: normal;
    line-height: 1;

    display: inline-block;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wi-day-cloudy-gusts:before
{
    content: '';
}

.wi-day-cloudy-windy:before
{
    content: '';
}

.wi-day-cloudy:before
{
    content: '';
}

.wi-day-fog:before
{
    content: '';
}

.wi-day-hail:before
{
    content: '';
}

.wi-day-lightning:before
{
    content: '';
}

.wi-day-rain-mix:before
{
    content: '';
}

.wi-day-rain-wind:before
{
    content: '';
}

.wi-day-rain:before
{
    content: '';
}

.wi-day-showers:before
{
    content: '';
}

.wi-day-snow:before
{
    content: '';
}

.wi-day-sprinkle:before
{
    content: '';
}

.wi-day-sunny-overcast:before
{
    content: '';
}

.wi-day-sunny:before
{
    content: '';
}

.wi-day-storm-showers:before
{
    content: '';
}

.wi-day-thunderstorm:before
{
    content: '';
}

.wi-cloudy-gusts:before
{
    content: '';
}

.wi-cloudy-windy:before
{
    content: '';
}

.wi-cloudy:before
{
    content: '';
}

.wi-fog:before
{
    content: '';
}

.wi-hail:before
{
    content: '';
}

.wi-lightning:before
{
    content: '';
}

.wi-rain-mix:before
{
    content: '';
}

.wi-rain-wind:before
{
    content: '';
}

.wi-rain:before
{
    content: '';
}

.wi-showers:before
{
    content: '';
}

.wi-snow:before
{
    content: '';
}

.wi-sprinkle:before
{
    content: '';
}

.wi-storm-showers:before
{
    content: '';
}

.wi-thunderstorm:before
{
    content: '';
}

.wi-windy:before
{
    content: '';
}

.wi-night-alt-cloudy-gusts:before
{
    content: '';
}

.wi-night-alt-cloudy-windy:before
{
    content: '';
}

.wi-night-alt-hail:before
{
    content: '';
}

.wi-night-alt-lightning:before
{
    content: '';
}

.wi-night-alt-rain-mix:before
{
    content: '';
}

.wi-night-alt-rain-wind:before
{
    content: '';
}

.wi-night-alt-rain:before
{
    content: '';
}

.wi-night-alt-showers:before
{
    content: '';
}

.wi-night-alt-snow:before
{
    content: '';
}

.wi-night-alt-sprinkle:before
{
    content: '';
}

.wi-night-alt-storm-showers:before
{
    content: '';
}

.wi-night-alt-thunderstorm:before
{
    content: '';
}

.wi-night-clear:before
{
    content: '';
}

.wi-night-cloudy-gusts:before
{
    content: '';
}

.wi-night-cloudy-windy:before
{
    content: '';
}

.wi-night-cloudy:before
{
    content: '';
}

.wi-night-hail:before
{
    content: '';
}

.wi-night-lightning:before
{
    content: '';
}

.wi-night-rain-mix:before
{
    content: '';
}

.wi-night-rain-wind:before
{
    content: '';
}

.wi-night-rain:before
{
    content: '';
}

.wi-night-showers:before
{
    content: '';
}

.wi-night-snow:before
{
    content: '';
}

.wi-night-sprinkle:before
{
    content: '';
}

.wi-night-storm-showers:before
{
    content: '';
}

.wi-night-thunderstorm:before
{
    content: '';
}

.wi-celsius:before
{
    content: '';
}

.wi-cloud-down:before
{
    content: '';
}

.wi-cloud-refresh:before
{
    content: '';
}

.wi-cloud-up:before
{
    content: '';
}

.wi-cloud:before
{
    content: '';
}

.wi-degrees:before
{
    content: '';
}

.wi-down-left:before
{
    content: '';
}

.wi-down:before
{
    content: '';
}

.wi-fahrenheit:before
{
    content: '';
}

.wi-horizon-alt:before
{
    content: '';
}

.wi-horizon:before
{
    content: '';
}

.wi-left:before
{
    content: '';
}

.wi-lightning:before
{
    content: '';
}

.wi-night-fog:before
{
    content: '';
}

.wi-refresh-alt:before
{
    content: '';
}

.wi-refresh:before
{
    content: '';
}

.wi-right:before
{
    content: '';
}

.wi-sprinkles:before
{
    content: '';
}

.wi-strong-wind:before
{
    content: '';
}

.wi-sunrise:before
{
    content: '';
}

.wi-sunset:before
{
    content: '';
}

.wi-thermometer-exterior:before
{
    content: '';
}

.wi-thermometer-internal:before
{
    content: '';
}

.wi-thermometer:before
{
    content: '';
}

.wi-tornado:before
{
    content: '';
}

.wi-up-right:before
{
    content: '';
}

.wi-up:before
{
    content: '';
}

.wi-wind-west:before
{
    content: '';
}

.wi-wind-south-west:before
{
    content: '';
}

.wi-wind-south-east:before
{
    content: '';
}

.wi-wind-south:before
{
    content: '';
}

.wi-wind-north-west:before
{
    content: '';
}

.wi-wind-north-east:before
{
    content: '';
}

.wi-wind-north:before
{
    content: '';
}

.wi-wind-east:before
{
    content: '';
}

.wi-smoke:before
{
    content: '';
}

.wi-dust:before
{
    content: '';
}

.wi-snow-wind:before
{
    content: '';
}

.wi-day-snow-wind:before
{
    content: '';
}

.wi-night-snow-wind:before
{
    content: '';
}

.wi-night-alt-snow-wind:before
{
    content: '';
}

.wi-day-sleet-storm:before
{
    content: '';
}

.wi-night-sleet-storm:before
{
    content: '';
}

.wi-night-alt-sleet-storm:before
{
    content: '';
}

.wi-day-snow-thunderstorm:before
{
    content: '';
}

.wi-night-snow-thunderstorm:before
{
    content: '';
}

.wi-night-alt-snow-thunderstorm:before
{
    content: '';
}

.wi-solar-eclipse:before
{
    content: '';
}

.wi-lunar-eclipse:before
{
    content: '';
}

.wi-meteor:before
{
    content: '';
}

.wi-hot:before
{
    content: '';
}

.wi-hurricane:before
{
    content: '';
}

.wi-smog:before
{
    content: '';
}

.wi-alien:before
{
    content: '';
}

.wi-snowflake-cold:before
{
    content: '';
}

.wi-stars:before
{
    content: '';
}

.wi-night-partly-cloudy:before
{
    content: '';
}

.wi-umbrella:before
{
    content: '';
}

.wi-day-windy:before
{
    content: '';
}

.wi-night-alt-cloudy:before
{
    content: '';
}

.wi-up-left:before
{
    content: '';
}

.wi-down-right:before
{
    content: '';
}

.wi-time-12:before
{
    content: '';
}

.wi-time-1:before
{
    content: '';
}

.wi-time-2:before
{
    content: '';
}

.wi-time-3:before
{
    content: '';
}

.wi-time-4:before
{
    content: '';
}

.wi-time-5:before
{
    content: '';
}

.wi-time-6:before
{
    content: '';
}

.wi-time-7:before
{
    content: '';
}

.wi-time-8:before
{
    content: '';
}

.wi-time-9:before
{
    content: '';
}

.wi-time-10:before
{
    content: '';
}

.wi-time-11:before
{
    content: '';
}

.wi-day-sleet:before
{
    content: '';
}

.wi-night-sleet:before
{
    content: '';
}

.wi-night-alt-sleet:before
{
    content: '';
}

.wi-sleet:before
{
    content: '';
}

.wi-day-haze:before
{
    content: '';
}

.wi-beafort-0:before
{
    content: '';
}

.wi-beafort-1:before
{
    content: '';
}

.wi-beafort-2:before
{
    content: '';
}

.wi-beafort-3:before
{
    content: '';
}

.wi-beafort-4:before
{
    content: '';
}

.wi-beafort-5:before
{
    content: '';
}

.wi-beafort-6:before
{
    content: '';
}

.wi-beafort-7:before
{
    content: '';
}

.wi-beafort-8:before
{
    content: '';
}

.wi-beafort-9:before
{
    content: '';
}

.wi-beafort-10:before
{
    content: '';
}

.wi-beafort-11:before
{
    content: '';
}

.wi-beafort-12:before
{
    content: '';
}

.wi-wind-default:before
{
    content: '';
}

.wi-wind-default._0-deg
{
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
}

.wi-wind-default._15-deg
{
    -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
         -o-transform: rotate(15deg);
            transform: rotate(15deg);
}

.wi-wind-default._30-deg
{
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
         -o-transform: rotate(30deg);
            transform: rotate(30deg);
}

.wi-wind-default._45-deg
{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}

.wi-wind-default._60-deg
{
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
         -o-transform: rotate(60deg);
            transform: rotate(60deg);
}

.wi-wind-default._75-deg
{
    -webkit-transform: rotate(75deg);
        -ms-transform: rotate(75deg);
         -o-transform: rotate(75deg);
            transform: rotate(75deg);
}

.wi-wind-default._90-deg
{
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
}

.wi-wind-default._105-deg
{
    -webkit-transform: rotate(105deg);
        -ms-transform: rotate(105deg);
         -o-transform: rotate(105deg);
            transform: rotate(105deg);
}

.wi-wind-default._120-deg
{
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
         -o-transform: rotate(120deg);
            transform: rotate(120deg);
}

.wi-wind-default._135-deg
{
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
         -o-transform: rotate(135deg);
            transform: rotate(135deg);
}

.wi-wind-default._150-deg
{
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
         -o-transform: rotate(150deg);
            transform: rotate(150deg);
}

.wi-wind-default._165-deg
{
    -webkit-transform: rotate(165deg);
        -ms-transform: rotate(165deg);
         -o-transform: rotate(165deg);
            transform: rotate(165deg);
}

.wi-wind-default._180-deg
{
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}

.wi-wind-default._195-deg
{
    -webkit-transform: rotate(195deg);
        -ms-transform: rotate(195deg);
         -o-transform: rotate(195deg);
            transform: rotate(195deg);
}

.wi-wind-default._210-deg
{
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
         -o-transform: rotate(210deg);
            transform: rotate(210deg);
}

.wi-wind-default._225-deg
{
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
         -o-transform: rotate(225deg);
            transform: rotate(225deg);
}

.wi-wind-default._240-deg
{
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
         -o-transform: rotate(240deg);
            transform: rotate(240deg);
}

.wi-wind-default._255-deg
{
    -webkit-transform: rotate(255deg);
        -ms-transform: rotate(255deg);
         -o-transform: rotate(255deg);
            transform: rotate(255deg);
}

.wi-wind-default._270-deg
{
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
         -o-transform: rotate(270deg);
            transform: rotate(270deg);
}

.wi-wind-default._285-deg
{
    -webkit-transform: rotate(295deg);
        -ms-transform: rotate(295deg);
         -o-transform: rotate(295deg);
            transform: rotate(295deg);
}

.wi-wind-default._300-deg
{
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
         -o-transform: rotate(300deg);
            transform: rotate(300deg);
}

.wi-wind-default._315-deg
{
    -webkit-transform: rotate(315deg);
        -ms-transform: rotate(315deg);
         -o-transform: rotate(315deg);
            transform: rotate(315deg);
}

.wi-wind-default._330-deg
{
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
         -o-transform: rotate(330deg);
            transform: rotate(330deg);
}

.wi-wind-default._345-deg
{
    -webkit-transform: rotate(345deg);
        -ms-transform: rotate(345deg);
         -o-transform: rotate(345deg);
            transform: rotate(345deg);
}

.wi-moon-new:before
{
    content: '';
}

.wi-moon-waxing-cresent-1:before
{
    content: '';
}

.wi-moon-waxing-cresent-2:before
{
    content: '';
}

.wi-moon-waxing-cresent-3:before
{
    content: '';
}

.wi-moon-waxing-cresent-4:before
{
    content: '';
}

.wi-moon-waxing-cresent-5:before
{
    content: '';
}

.wi-moon-waxing-cresent-6:before
{
    content: '';
}

.wi-moon-first-quarter:before
{
    content: '';
}

.wi-moon-waxing-gibbous-1:before
{
    content: '';
}

.wi-moon-waxing-gibbous-2:before
{
    content: '';
}

.wi-moon-waxing-gibbous-3:before
{
    content: '';
}

.wi-moon-waxing-gibbous-4:before
{
    content: '';
}

.wi-moon-waxing-gibbous-5:before
{
    content: '';
}

.wi-moon-waxing-gibbous-6:before
{
    content: '';
}

.wi-moon-full:before
{
    content: '';
}

.wi-moon-waning-gibbous-1:before
{
    content: '';
}

.wi-moon-waning-gibbous-2:before
{
    content: '';
}

.wi-moon-waning-gibbous-3:before
{
    content: '';
}

.wi-moon-waning-gibbous-4:before
{
    content: '';
}

.wi-moon-waning-gibbous-5:before
{
    content: '';
}

.wi-moon-waning-gibbous-6:before
{
    content: '';
}

.wi-moon-3rd-quarter:before
{
    content: '';
}

.wi-moon-waning-crescent-1:before
{
    content: '';
}

.wi-moon-waning-crescent-2:before
{
    content: '';
}

.wi-moon-waning-crescent-3:before
{
    content: '';
}

.wi-moon-waning-crescent-4:before
{
    content: '';
}

.wi-moon-waning-crescent-5:before
{
    content: '';
}

.wi-moon-waning-crescent-6:before
{
    content: '';
}
/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc; }

.flip-clock-wrapper a:hover {
  color: #fff; }

.flip-clock-wrapper ul {
  list-style: none; }

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table; }

.flip-clock-wrapper.clearfix:after {
  clear: both; }

.flip-clock-wrapper.clearfix {
  *zoom: 1; }

/* Main */
.flip-clock-wrapper {
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none; }

.flip-clock-meridium {
  background: none !important;
  box-shadow: 0 0 0 !important;
  font-size: 36px !important; }

.flip-clock-meridium a { color: #313333; }

.flip-clock-wrapper {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 1em;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.flip-clock-wrapper:after {
    clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  float: left;
  margin: 5px;
  width: 60px;
  height: 90px;
  font-size: 80px;
  font-weight: bold;
  line-height: 87px;
  border-radius: 6px;
  background: #000;
}

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 87px;
  text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
  z-index: 2; }

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 200px;
  -moz-perspective: 200px;
  perspective: 200px;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important; }

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  font-size: 80px;
  overflow: hidden; 
  outline: 1px solid transparent; }

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }

.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0; }

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 3px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4); }

.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 1px 2px #000;
  text-align: center;
  background-color: #333;
  border-radius: 6px;
  font-size: 70px; }

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0; }

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0; }

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3; }

.flip-clock-wrapper .flip {   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }

.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  -moz-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5; }

.flip-clock-divider {
  float: left;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 100px; }

.flip-clock-divider:first-child {
  width: 0; }

.flip-clock-dot {
  display: block;
  background: #323434;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  left: 5px; }

.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -86px;
  color: black;
  text-shadow: none; }

.flip-clock-divider.minutes .flip-clock-label {
  right: -88px; }

.flip-clock-divider.seconds .flip-clock-label {
  right: -91px; }

.flip-clock-dot.top {
  top: 30px; }

.flip-clock-dot.bottom {
  bottom: 30px; }

@-webkit-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-moz-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-o-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both; }

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg); }

  100% {
    -webkit-transform: rotateX(0deg); } }

@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg); }

  100% {
    -moz-transform: rotateX(0deg); } }

@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg); }

  100% {
    -o-transform: rotateX(0deg); } }

@keyframes turn {
  0% {
    transform: rotateX(90deg); }

  100% {
    transform: rotateX(0deg); } }

.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both; }

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg); }

  100% {
    -webkit-transform: rotateX(-90deg); } }

@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg); }

  100% {
    -moz-transform: rotateX(-90deg); } }

@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg); }

  100% {
    -o-transform: rotateX(-90deg); } }

@keyframes turn2 {
  0% {
    transform: rotateX(0deg); }

  100% {
    transform: rotateX(-90deg); } }

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3; }

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both; }

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both; }

@-webkit-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-moz-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }
.rickshaw_graph .detail .item.left,.rickshaw_graph .detail .x_label.left{left:0}.rickshaw_graph .detail .item.right,.rickshaw_graph .detail .x_label.right{right:0}.rickshaw_graph .detail .item,.rickshaw_graph .detail .x_label,.rickshaw_graph .x_tick .title{font-family:Arial,sans-serif;font-size:12px;white-space:nowrap}.rickshaw_graph .detail{pointer-events:none;position:absolute;top:0;z-index:2;background:rgba(0,0,0,.1);bottom:0;width:1px;transition:opacity .25s linear;-moz-transition:opacity .25s linear;-o-transition:opacity .25s linear;-webkit-transition:opacity .25s linear}.rickshaw_graph .detail.inactive{opacity:0}.rickshaw_graph .detail .item.active{opacity:1}.rickshaw_graph .detail .x_label{border-radius:3px;padding:6px;opacity:.5;border:1px solid #e0e0e0;position:absolute;background:#fff}.rickshaw_graph .detail .item{position:absolute;z-index:2;border-radius:3px;padding:.25em;opacity:0;background:rgba(0,0,0,.4);color:#fff;border:1px solid rgba(0,0,0,.4);margin-left:1em;margin-right:1em;margin-top:-1em}.rickshaw_graph .detail .item.active{background:rgba(0,0,0,.8)}.rickshaw_graph .detail .item:after{position:absolute;display:block;width:0;height:0;content:"";border:5px solid transparent}.rickshaw_graph .detail .item.left:after{top:1em;left:-5px;margin-top:-5px;border-right-color:rgba(0,0,0,.8);border-left-width:0}.rickshaw_graph .detail .item.right:after{top:1em;right:-5px;margin-top:-5px;border-left-color:rgba(0,0,0,.8);border-right-width:0}.rickshaw_graph .detail .dot{width:4px;height:4px;margin-left:-3px;margin-top:-3.5px;border-radius:5px;position:absolute;box-shadow:0 0 2px rgba(0,0,0,.6);box-sizing:content-box;-moz-box-sizing:content-box;background:#fff;border-width:2px;border-style:solid;display:none;background-clip:padding-box}.rickshaw_graph .detail .dot.active{display:block}.rickshaw_graph{position:relative}.rickshaw_graph svg{display:block;overflow:hidden}.rickshaw_graph .x_tick{position:absolute;top:0;bottom:0;width:0;border-left:1px dotted rgba(0,0,0,.2);pointer-events:none}.rickshaw_graph .x_tick .title{position:absolute;opacity:.5;margin-left:3px;bottom:1px}.rickshaw_annotation_timeline{height:1px;border-top:1px solid #e0e0e0;margin-top:10px;position:relative}.rickshaw_annotation_timeline .annotation{position:absolute;height:6px;width:6px;margin-left:-2px;top:-3px;border-radius:5px;background-color:rgba(0,0,0,.25)}.rickshaw_graph .annotation_line{position:absolute;top:0;bottom:-6px;width:0;border-left:2px solid rgba(0,0,0,.3);display:none}.rickshaw_graph .annotation_line.active{display:block}.rickshaw_graph .annotation_range{background:rgba(0,0,0,.1);display:none;position:absolute;top:0;bottom:-6px}.rickshaw_graph .annotation_range.active{display:block}.rickshaw_graph .annotation_range.active.offscreen{display:none}.rickshaw_annotation_timeline .annotation .content{background:#fff;color:#000;opacity:.9;box-shadow:0 0 2px rgba(0,0,0,.8);border-radius:3px;position:relative;z-index:20;font-size:12px;padding:6px 8px 8px;top:18px;left:-11px;width:160px;display:none;cursor:pointer}.rickshaw_annotation_timeline .annotation .content:before{content:"\25b2";position:absolute;top:-11px;color:#fff;text-shadow:0 -1px 1px rgba(0,0,0,.8)}.rickshaw_annotation_timeline .annotation.active,.rickshaw_annotation_timeline .annotation:hover{background-color:rgba(0,0,0,.8);cursor:none}.rickshaw_annotation_timeline .annotation .content:hover{z-index:50}.rickshaw_annotation_timeline .annotation.active .content{display:block}.rickshaw_annotation_timeline .annotation:hover .content{display:block;z-index:50}.rickshaw_graph .x_axis_d3,.rickshaw_graph .y_axis{fill:none}.rickshaw_graph .x_ticks_d3 .tick,.rickshaw_graph .y_ticks .tick line{stroke:rgba(0,0,0,.16);stroke-width:2px;shape-rendering:crisp-edges;pointer-events:none}.rickshaw_graph .x_grid_d3 .tick,.rickshaw_graph .y_grid .tick{z-index:-1;stroke:rgba(0,0,0,.2);stroke-width:1px;stroke-dasharray:1 1}.rickshaw_graph .y_grid .tick[data-y-value="0"]{stroke-dasharray:1 0}.rickshaw_graph .x_grid_d3 path,.rickshaw_graph .y_grid path{fill:none;stroke:none}.rickshaw_graph .x_ticks_d3 path,.rickshaw_graph .y_ticks path{fill:none;stroke:grey}.rickshaw_graph .x_ticks_d3 text,.rickshaw_graph .y_ticks text{opacity:.5;font-size:12px;pointer-events:none}.rickshaw_graph .x_tick.glow .title,.rickshaw_graph .y_ticks.glow text{fill:#000;color:#000;text-shadow:-1px 1px 0 rgba(255,255,255,.1),1px -1px 0 rgba(255,255,255,.1),1px 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1),0 -1px 0 rgba(255,255,255,.1),1px 0 0 rgba(255,255,255,.1),-1px 0 0 rgba(255,255,255,.1),-1px -1px 0 rgba(255,255,255,.1)}.rickshaw_graph .x_tick.inverse .title,.rickshaw_graph .y_ticks.inverse text{fill:#fff;color:#fff;text-shadow:-1px 1px 0 rgba(0,0,0,.8),1px -1px 0 rgba(0,0,0,.8),1px 1px 0 rgba(0,0,0,.8),0 1px 0 rgba(0,0,0,.8),0 -1px 0 rgba(0,0,0,.8),1px 0 0 rgba(0,0,0,.8),-1px 0 0 rgba(0,0,0,.8),-1px -1px 0 rgba(0,0,0,.8)}.rickshaw_legend{font-family:Arial;font-size:12px;color:#fff;background:#404040;display:inline-block;padding:12px 5px;border-radius:2px;position:relative}.rickshaw_legend:hover{z-index:10}.rickshaw_legend .swatch{width:10px;height:10px;border:1px solid rgba(0,0,0,.2)}.rickshaw_legend .line{clear:both;line-height:140%;padding-right:15px}.rickshaw_legend .line .swatch{display:inline-block;margin-right:3px;border-radius:2px}.rickshaw_legend .label{margin:0;white-space:nowrap;display:inline;font-size:inherit;background-color:transparent;color:inherit;font-weight:400;line-height:normal;padding:0;text-shadow:none}.rickshaw_legend .action:hover{opacity:.6}.rickshaw_legend .action{margin-right:.2em;opacity:.2;cursor:pointer;font-size:14px}.rickshaw_legend .line.disabled{opacity:.4}.rickshaw_legend ul{list-style-type:none;padding:0;margin:2px;cursor:pointer}.rickshaw_legend li{padding:0 0 0 2px;min-width:80px;white-space:nowrap}.rickshaw_legend li:hover{background:rgba(255,255,255,.08);border-radius:3px}.rickshaw_legend li:active{background:rgba(255,255,255,.2);border-radius:3px}
.chartWrap {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.nvtooltip.with-3d-shadow,
.with-3d-shadow .nvtooltip {
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.nvtooltip {
    position: absolute;
    background-color: rgba(255,255,255,1);
    padding: 1px;
    border: 1px solid rgba(0,0,0,.2);
    z-index: 10000;
    font-family: Arial;
    font-size: 13px;
    text-align: left;
    pointer-events: none;
    white-space: nowrap;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.nvtooltip.with-transitions,
.with-transitions .nvtooltip {
    transition: opacity 250ms linear;
    -moz-transition: opacity 250ms linear;
    -webkit-transition: opacity 250ms linear;
    transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -webkit-transition-delay: 250ms;
}
.nvtooltip.x-nvtooltip,
.nvtooltip.y-nvtooltip { padding: 8px }
.nvtooltip h3 {
    margin: 0;
    padding: 4px 14px;
    line-height: 18px;
    font-weight: 400;
    background-color: rgba(247,247,247,.75);
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.nvtooltip p {
    margin: 0;
    padding: 5px 14px;
    text-align: center;
}
.nvtooltip span {
    display: inline-block;
    margin: 2px 0;
}
.nvtooltip table {
    margin: 6px;
    border-spacing: 0;
}
.nvtooltip table td {
    padding: 2px 9px 2px 0;
    vertical-align: middle;
}
.nvtooltip table td.key { font-weight: 400 }
.nvtooltip table td.value {
    text-align: right;
    font-weight: 700;
}
.nvtooltip table tr.highlight td {
    padding: 1px 9px 1px 0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-top-width: 1px;
}
.nvtooltip table td.legend-color-guide div {
    width: 8px;
    height: 8px;
    vertical-align: middle;
}
.nvtooltip .footer {
    padding: 3px;
    text-align: center;
}
.nvtooltip-pending-removal {
    position: absolute;
    pointer-events: none;
}
svg {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    width: 100%;
    height: 100%;
}
/*svg text { font: 400 12px Arial }*/
svg .title { font: 700 14px Arial }
.nvd3 .nv-background {
    fill: #fff;
    fill-opacity: 0;
}
.nvd3.nv-noData {
    font-size: 18px;
    font-weight: 700;
}
.nv-brush .extent {
    fill-opacity: .125;
    shape-rendering: crispEdges;
}
.nvd3 .nv-legend .nv-series { cursor: pointer }
.nvd3 .nv-legend .disabled circle { fill-opacity: 0 }
.nvd3 .nv-axis { pointer-events: none }
.nvd3 .nv-axis path {
    fill: none;
    stroke: #000;
    stroke-opacity: .75;
    shape-rendering: crispEdges;
}
.nvd3 .nv-axis path.domain { stroke-opacity: .75 }
.nvd3 .nv-axis.nv-x path.domain { stroke-opacity: 0 }
.nvd3 .nv-axis line {
    fill: none;
    stroke: #e5e5e5;
    shape-rendering: crispEdges;
}
.nvd3 .nv-axis .zero line,
.nvd3 .nv-axis line.zero { stroke-opacity: .75 }
.nvd3 .nv-axis .nv-axisMaxMin text { font-weight: 700 }
.nvd3 .x .nv-axis .nv-axisMaxMin text,
.nvd3 .x2 .nv-axis .nv-axisMaxMin text,
.nvd3 .x3 .nv-axis .nv-axisMaxMin text { text-anchor: middle }
.nv-brush .resize path {
    fill: #eee;
    stroke: #666;
}
.nvd3 .nv-bars .negative rect { zfill: brown }
.nvd3 .nv-bars rect {
    zfill: #4682b4;
    fill-opacity: .75;
    transition: fill-opacity 250ms linear;
    -moz-transition: fill-opacity 250ms linear;
    -webkit-transition: fill-opacity 250ms linear;
}
.nvd3 .nv-bars rect.hover { fill-opacity: 1 }
.nvd3 .nv-bars .hover rect { fill: #add8e6 }
.nvd3 .nv-bars text { fill: rgba(0,0,0,0) }
.nvd3 .nv-bars .hover text { fill: rgba(0,0,0,1) }
.nvd3 .nv-multibar .nv-groups rect,
.nvd3 .nv-multibarHorizontal .nv-groups rect,
.nvd3 .nv-discretebar .nv-groups rect {
    stroke-opacity: 0;
    transition: fill-opacity 250ms linear;
    -moz-transition: fill-opacity 250ms linear;
    -webkit-transition: fill-opacity 250ms linear;
}
.nvd3 .nv-multibar .nv-groups rect:hover,
.nvd3 .nv-multibarHorizontal .nv-groups rect:hover,
.nvd3 .nv-discretebar .nv-groups rect:hover { fill-opacity: 1 }
.nvd3 .nv-discretebar .nv-groups text,
.nvd3 .nv-multibarHorizontal .nv-groups text {
    font-weight: 700;
    fill: rgba(0,0,0,1);
    stroke: rgba(0,0,0,0);
}
.nvd3.nv-pie path {
    stroke-opacity: 0;
    transition: fill-opacity 250ms linear,stroke-width 250ms linear,stroke-opacity 250ms linear;
    -moz-transition: fill-opacity 250ms linear,stroke-width 250ms linear,stroke-opacity 250ms linear;
    -webkit-transition: fill-opacity 250ms linear,stroke-width 250ms linear,stroke-opacity 250ms linear;
}
.nvd3.nv-pie .nv-slice text {
    stroke: #000;
    stroke-width: 0;
}
.nvd3.nv-pie path {
    stroke: #fff;
    stroke-width: 1px;
    stroke-opacity: 1;
}
.nvd3.nv-pie .hover path { fill-opacity: .7 }
.nvd3.nv-pie .nv-label { pointer-events: none }
.nvd3.nv-pie .nv-label rect {
    fill-opacity: 0;
    stroke-opacity: 0;
}
.nvd3 .nv-groups path.nv-line {
    fill: none;
    stroke-width: 1.5px;
}
.nvd3 .nv-groups path.nv-line.nv-thin-line { stroke-width: 1px }
.nvd3 .nv-groups path.nv-area { stroke: none;fill-opacity:0.2;}
.nvd3 .nv-line.hover path { stroke-width: 6px }
.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
    fill-opacity: 0;
    stroke-opacity: 0;
}
.nvd3.nv-scatter.nv-single-point .nv-groups .nv-point {
    fill-opacity: .5!important;
    stroke-opacity: .5!important;
}
.with-transitions .nvd3 .nv-groups .nv-point {
    transition: stroke-width 250ms linear,stroke-opacity 250ms linear;
    -moz-transition: stroke-width 250ms linear,stroke-opacity 250ms linear;
    -webkit-transition: stroke-width 250ms linear,stroke-opacity 250ms linear;
}
.nvd3.nv-scatter .nv-groups .nv-point.hover,
.nvd3 .nv-groups .nv-point.hover {
    stroke-width: 7px;
    fill-opacity: .95!important;
    stroke-opacity: .95!important;
}
.nvd3 .nv-point-paths path {
    stroke: #aaa;
    stroke-opacity: 0;
    fill: #eee;
    fill-opacity: 0;
}
.nvd3 .nv-indexLine { cursor: ew-resize }
.nvd3 .nv-distribution { pointer-events: none }
.nvd3 .nv-groups .nv-point.hover {
    stroke-width: 20px;
    stroke-opacity: .5;
}
.nvd3 .nv-scatter .nv-point.hover { fill-opacity: 1 }
.nvd3.nv-stackedarea path.nv-area {
    fill-opacity: .7;
    stroke-opacity: 0;
    transition: fill-opacity 250ms linear,stroke-opacity 250ms linear;
    -moz-transition: fill-opacity 250ms linear,stroke-opacity 250ms linear;
    -webkit-transition: fill-opacity 250ms linear,stroke-opacity 250ms linear;
}
.nvd3.nv-stackedarea path.nv-area.hover { fill-opacity: .9 }
.nvd3.nv-stackedarea .nv-groups .nv-point {
    stroke-opacity: 0;
    fill-opacity: 0;
}
.nvd3.nv-linePlusBar .nv-bar rect { fill-opacity: .75 }
.nvd3.nv-linePlusBar .nv-bar rect:hover { fill-opacity: 1 }
.nvd3.nv-bullet { font: 10px sans-serif }
.nvd3.nv-bullet .nv-measure { fill-opacity: .8 }
.nvd3.nv-bullet .nv-measure:hover { fill-opacity: 1 }
.nvd3.nv-bullet .nv-marker {
    stroke: #000;
    stroke-width: 2px;
}
.nvd3.nv-bullet .nv-markerTriangle {
    stroke: #000;
    fill: #fff;
    stroke-width: 1.5px;
}
.nvd3.nv-bullet .nv-tick line {
    stroke: #666;
    stroke-width: .5px;
}
.nvd3.nv-bullet .nv-range.nv-s0 { fill: #eee }
.nvd3.nv-bullet .nv-range.nv-s1 { fill: #ddd }
.nvd3.nv-bullet .nv-range.nv-s2 { fill: #ccc }
.nvd3.nv-bullet .nv-title {
    font-size: 14px;
    font-weight: 700;
}
.nvd3.nv-bullet .nv-subtitle { fill: #999 }
.nvd3.nv-bullet .nv-range {
    fill: #bababa;
    fill-opacity: .4;
}
.nvd3.nv-bullet .nv-range:hover { fill-opacity: .7 }
.nvd3.nv-sparkline path { fill: none }
.nvd3.nv-sparklineplus g.nv-hoverValue { pointer-events: none }
.nvd3.nv-sparklineplus .nv-hoverValue line {
    stroke: #333;
    stroke-width: 1.5px;
}
.nvd3.nv-sparklineplus,
.nvd3.nv-sparklineplus g { pointer-events: all }
.nvd3 .nv-hoverArea {
    fill-opacity: 0;
    stroke-opacity: 0;
}
.nvd3.nv-sparklineplus .nv-xValue,
.nvd3.nv-sparklineplus .nv-yValue {
    stroke-width: 0;
    font-size: .9em;
    font-weight: 400;
}
.nvd3.nv-sparklineplus .nv-yValue { stroke: #f66 }
.nvd3.nv-sparklineplus .nv-maxValue {
    stroke: #2ca02c;
    fill: #2ca02c;
}
.nvd3.nv-sparklineplus .nv-minValue {
    stroke: #d62728;
    fill: #d62728;
}
.nvd3.nv-sparklineplus .nv-currentValue {
    font-weight: 700;
    font-size: 1.1em;
}
.nvd3.nv-ohlcBar .nv-ticks .nv-tick { stroke-width: 2px }
.nvd3.nv-ohlcBar .nv-ticks .nv-tick.hover { stroke-width: 4px }
.nvd3.nv-ohlcBar .nv-ticks .nv-tick.positive { stroke: #2ca02c }
.nvd3.nv-ohlcBar .nv-ticks .nv-tick.negative { stroke: #d62728 }
.nvd3.nv-historicalStockChart .nv-axis .nv-axislabel { font-weight: 700 }
.nvd3.nv-historicalStockChart .nv-dragTarget {
    fill-opacity: 0;
    stroke: none;
    cursor: move;
}
.nvd3 .nv-brush .extent { fill-opacity: 0!important }
.nvd3 .nv-brushBackground rect {
    stroke: #000;
    stroke-width: .4;
    fill: #fff;
    fill-opacity: .7;
}
.nvd3.nv-indentedtree .name { margin-left: 5px }
.nvd3.nv-indentedtree .clickable {
    color: #08C;
    cursor: pointer;
}
.nvd3.nv-indentedtree span.clickable:hover {
    color: #005580;
    text-decoration: underline;
}
.nvd3.nv-indentedtree .nv-childrenCount {
    display: inline-block;
    margin-left: 5px;
}
.nvd3.nv-indentedtree .nv-treeicon { cursor: pointer }
.nvd3.nv-indentedtree .nv-treeicon.nv-folded { cursor: pointer }
.nvd3 .background path {
    fill: none;
    stroke: #ccc;
    stroke-opacity: .4;
    shape-rendering: crispEdges;
}
.nvd3 .foreground path {
    fill: none;
    stroke: #4682b4;
    stroke-opacity: .7;
}
.nvd3 .brush .extent {
    fill-opacity: .3;
    stroke: #fff;
    shape-rendering: crispEdges;
}
.nvd3 .axis line,
.axis path {
    fill: none;
    stroke: #000;
    shape-rendering: crispEdges;
}
.nvd3 .axis text { text-shadow: 0 1px 0 #fff }
.nvd3 .nv-interactiveGuideLine { pointer-events: none }
.nvd3 line.nv-guideline { stroke: #ccc }
/*















































 */
/*









 */
/*
Template Name: CryptoCurrency - Responsive Admin Template 
Author: Multipurpose Themes
File: scss
*/
/*------------------------------------------------------------------
[Table of contents]

Body, layout, Basic
Header
Sidebar
Form-element and progress bar
tab
google map
wizard
weather
Advanced Medias
avatar
switch
fullscreen
data table
direct-chat
users-list
widget
mailbox
Extra Pages
invoice
profile
calendar
icon & divider
box group
grid-stack
date-paginator
Nestable
ribbon
gallery
subheader__daterange
ecommerece pages
web tickers
form-element
box
badges
modal
mask Formatter
flexbox
dropdown
Statistic widgets
media
blog and other widgets
background and overlay
blockquote
nav-dot
rating
lookup
price
todo-list
chat
timeline
Button
social media background
callout
alert
pagination
Morris chart
project table
Waves

-------------------------------------------------------------------*/
/****************************/
/** Imports **/
/****************************/
@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*/
/*---reset---*/
/*Body*/
/* line 79, app/assets/stylesheets/theme/css/style.scss */
html {
  height: 100%;
  font-size: 14px;
}

/* line 84, app/assets/stylesheets/theme/css/style.scss */
body {
  height: 100%;
}

/* line 87, app/assets/stylesheets/theme/css/style.scss */
body.layout-boxed {
  height: 100%;
}

/* line 91, app/assets/stylesheets/theme/css/style.scss */
.wrapper {
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: transparent;
  position: relative;
}

/* line 98, app/assets/stylesheets/theme/css/style.scss */
.wrapper:before,
.wrapper:after {
  content: " ";
  display: table;
}

/* line 104, app/assets/stylesheets/theme/css/style.scss */
body {
  overflow-x: hidden;
  overflow-y: auto;
  color: #172b4c;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  font-family: "IBM Plex Sans", sans-serif;
  line-height: 1.5;
  background-color: #fafbfd;
}

@media (min-width: 992px) {
  /* line 117, app/assets/stylesheets/theme/css/style.scss */
  .container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    padding: 0 0.75rem;
  }
}

@media (max-width: 991px) {
  /* line 128, app/assets/stylesheets/theme/css/style.scss */
  .container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    padding: 0 0.75rem;
  }
}

/*---basic---*/
/* line 139, app/assets/stylesheets/theme/css/style.scss */
a {
  color: #172b4c;
}

/* line 143, app/assets/stylesheets/theme/css/style.scss */
a:hover,
a:active,
a:focus {
  outline: 0;
  text-decoration: none;
}

/* line 150, app/assets/stylesheets/theme/css/style.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  line-height: 1.2;
}

/* line 167, app/assets/stylesheets/theme/css/style.scss */
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-size: 65%;
}

/* line 182, app/assets/stylesheets/theme/css/style.scss */
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 0.7142857143rem;
}

/* line 191, app/assets/stylesheets/theme/css/style.scss */
.h1,
h1 {
  font-size: 2.5714285714285716rem;
}

/* line 196, app/assets/stylesheets/theme/css/style.scss */
.h2,
h2 {
  font-size: 2.142857142857143rem;
}

/* line 201, app/assets/stylesheets/theme/css/style.scss */
.h3,
h3 {
  font-size: 1.7142857142857142rem;
}

/* line 206, app/assets/stylesheets/theme/css/style.scss */
.h4,
h4 {
  font-size: 1.2857142857142858rem;
}

/* line 211, app/assets/stylesheets/theme/css/style.scss */
.h5,
h5 {
  font-size: 1.1428571428571428rem;
}

/* line 216, app/assets/stylesheets/theme/css/style.scss */
.h6,
h6 {
  font-size: 1rem;
}

/* line 221, app/assets/stylesheets/theme/css/style.scss */
h1,
h2,
h3,
.h1,
.h2,
.h3 {
  margin-top: 0.7142857143rem;
  margin-bottom: 0.7142857143rem;
}

/* line 231, app/assets/stylesheets/theme/css/style.scss */
img {
  max-width: 100%;
}

/* line 235, app/assets/stylesheets/theme/css/style.scss */
.img-fluid {
  width: 100%;
}

/* line 239, app/assets/stylesheets/theme/css/style.scss */
.align-sub {
  vertical-align: sub;
}

/* line 243, app/assets/stylesheets/theme/css/style.scss */
.base-font {
  font-family: "IBM Plex Sans", sans-serif !important;
}

/* line 247, app/assets/stylesheets/theme/css/style.scss */
.heading-font {
  font-family: "Rubik", sans-serif !important;
}

/* line 251, app/assets/stylesheets/theme/css/style.scss */
.fs-0 {
  font-size: 0rem !important;
}

/* line 255, app/assets/stylesheets/theme/css/style.scss */
.fs-10 {
  font-size: 0.7142857143rem !important;
}

/* line 259, app/assets/stylesheets/theme/css/style.scss */
.fs-12 {
  font-size: 0.8571428571rem !important;
}

/* line 263, app/assets/stylesheets/theme/css/style.scss */
.fs-14 {
  font-size: 1rem !important;
}

/* line 267, app/assets/stylesheets/theme/css/style.scss */
.fs-16 {
  font-size: 1.1428571429rem !important;
}

/* line 271, app/assets/stylesheets/theme/css/style.scss */
.fs-18 {
  font-size: 1.2857142857rem !important;
}

/* line 275, app/assets/stylesheets/theme/css/style.scss */
.fs-20 {
  font-size: 1.4285714286rem !important;
}

/* line 279, app/assets/stylesheets/theme/css/style.scss */
.fs-22 {
  font-size: 1.5714285714rem !important;
}

/* line 283, app/assets/stylesheets/theme/css/style.scss */
.fs-24 {
  font-size: 1.7142857143rem !important;
}

/* line 287, app/assets/stylesheets/theme/css/style.scss */
.fs-26 {
  font-size: 1.8571428571rem !important;
}

/* line 291, app/assets/stylesheets/theme/css/style.scss */
.fs-30 {
  font-size: 2.1428571429rem !important;
}

/* line 295, app/assets/stylesheets/theme/css/style.scss */
.fs-32 {
  font-size: 2.2857142857rem !important;
}

/* line 299, app/assets/stylesheets/theme/css/style.scss */
.fs-36 {
  font-size: 2.5714285714rem !important;
}

/* line 303, app/assets/stylesheets/theme/css/style.scss */
.fs-38 {
  font-size: 2.7142857143rem !important;
}

/* line 307, app/assets/stylesheets/theme/css/style.scss */
.fs-40 {
  font-size: 2.8571428571rem !important;
}

/* line 311, app/assets/stylesheets/theme/css/style.scss */
.fs-42 {
  font-size: 3rem !important;
}

/* line 315, app/assets/stylesheets/theme/css/style.scss */
.fs-46 {
  font-size: 3.2857142857rem !important;
}

/* line 319, app/assets/stylesheets/theme/css/style.scss */
.fs-48 {
  font-size: 3.4285714286rem !important;
}

/* line 323, app/assets/stylesheets/theme/css/style.scss */
.fs-50 {
  font-size: 3.5714285714rem !important;
}

/* line 327, app/assets/stylesheets/theme/css/style.scss */
.fs-60 {
  font-size: 4.2857142857rem !important;
}

/* line 331, app/assets/stylesheets/theme/css/style.scss */
.fs-70 {
  font-size: 5rem !important;
}

/* line 335, app/assets/stylesheets/theme/css/style.scss */
.fs-72 {
  font-size: 5.1428571429rem !important;
}

/* line 339, app/assets/stylesheets/theme/css/style.scss */
.fs-76 {
  font-size: 5.4285714286rem !important;
}

/* line 343, app/assets/stylesheets/theme/css/style.scss */
.fs-78 {
  font-size: 5.5714285714rem !important;
}

/* line 347, app/assets/stylesheets/theme/css/style.scss */
.fs-80 {
  font-size: 5.7142857143rem !important;
}

/* line 351, app/assets/stylesheets/theme/css/style.scss */
.fs-100 {
  font-size: 7.1428571429rem !important;
}

/* line 355, app/assets/stylesheets/theme/css/style.scss */
.fs-140 {
  font-size: 10rem !important;
}

/* line 359, app/assets/stylesheets/theme/css/style.scss */
.fs-180 {
  font-size: 12.8571428571rem !important;
}

/* line 363, app/assets/stylesheets/theme/css/style.scss */
.fs-200 {
  font-size: 14.2857142857rem !important;
}

/* line 367, app/assets/stylesheets/theme/css/style.scss */
.l-h-0 {
  line-height: 0rem !important;
}

/* line 371, app/assets/stylesheets/theme/css/style.scss */
.l-h-10 {
  line-height: 0.7142857143rem !important;
}

/* line 375, app/assets/stylesheets/theme/css/style.scss */
.l-h-12 {
  line-height: 0.8571428571rem !important;
}

/* line 379, app/assets/stylesheets/theme/css/style.scss */
.l-h-14 {
  line-height: 1rem !important;
}

/* line 383, app/assets/stylesheets/theme/css/style.scss */
.l-h-16 {
  line-height: 1.1428571429rem !important;
}

/* line 387, app/assets/stylesheets/theme/css/style.scss */
.l-h-18 {
  line-height: 1.2857142857rem !important;
}

/* line 391, app/assets/stylesheets/theme/css/style.scss */
.l-h-20 {
  line-height: 1.4285714286rem !important;
}

/* line 395, app/assets/stylesheets/theme/css/style.scss */
.l-h-22 {
  line-height: 1.5714285714rem !important;
}

/* line 399, app/assets/stylesheets/theme/css/style.scss */
.l-h-24 {
  line-height: 1.7142857143rem !important;
}

/* line 403, app/assets/stylesheets/theme/css/style.scss */
.l-h-25 {
  line-height: 1.7857142857rem !important;
}

/* line 407, app/assets/stylesheets/theme/css/style.scss */
.l-h-26 {
  line-height: 1.8571428571rem !important;
}

/* line 411, app/assets/stylesheets/theme/css/style.scss */
.l-h-30 {
  line-height: 2.1428571429rem !important;
}

/* line 415, app/assets/stylesheets/theme/css/style.scss */
.l-h-32 {
  line-height: 2.2857142857rem !important;
}

/* line 419, app/assets/stylesheets/theme/css/style.scss */
.l-h-35 {
  line-height: 2.5rem !important;
}

/* line 423, app/assets/stylesheets/theme/css/style.scss */
.l-h-36 {
  line-height: 2.5714285714rem !important;
}

/* line 427, app/assets/stylesheets/theme/css/style.scss */
.l-h-38 {
  line-height: 2.7142857143rem !important;
}

/* line 431, app/assets/stylesheets/theme/css/style.scss */
.l-h-40 {
  line-height: 2.8571428571rem !important;
}

/* line 435, app/assets/stylesheets/theme/css/style.scss */
.l-h-42 {
  line-height: 3rem !important;
}

/* line 439, app/assets/stylesheets/theme/css/style.scss */
.l-h-45 {
  line-height: 3.2142857143rem !important;
}

/* line 443, app/assets/stylesheets/theme/css/style.scss */
.l-h-46 {
  line-height: 3.2857142857rem !important;
}

/* line 447, app/assets/stylesheets/theme/css/style.scss */
.l-h-48 {
  line-height: 3.4285714286rem !important;
}

/* line 451, app/assets/stylesheets/theme/css/style.scss */
.l-h-50 {
  line-height: 3.5714285714rem !important;
}

/* line 455, app/assets/stylesheets/theme/css/style.scss */
.l-h-60 {
  line-height: 4.2857142857rem !important;
}

/* line 459, app/assets/stylesheets/theme/css/style.scss */
.l-h-70 {
  line-height: 5rem !important;
}

/* line 463, app/assets/stylesheets/theme/css/style.scss */
.l-h-72 {
  line-height: 5.1428571429rem !important;
}

/* line 467, app/assets/stylesheets/theme/css/style.scss */
.l-h-76 {
  line-height: 5.4285714286rem !important;
}

/* line 471, app/assets/stylesheets/theme/css/style.scss */
.l-h-78 {
  line-height: 5.5714285714rem !important;
}

/* line 475, app/assets/stylesheets/theme/css/style.scss */
.l-h-80 {
  line-height: 5.7142857143rem !important;
}

/* line 479, app/assets/stylesheets/theme/css/style.scss */
.l-h-100 {
  line-height: 7.1428571429rem !important;
}

/* line 483, app/assets/stylesheets/theme/css/style.scss */
.l-h-140 {
  line-height: 10rem !important;
}

/* line 487, app/assets/stylesheets/theme/css/style.scss */
.l-h-180 {
  line-height: 12.8571428571rem !important;
}

/* line 491, app/assets/stylesheets/theme/css/style.scss */
.l-h-200 {
  line-height: 14.2857142857rem !important;
}

/* line 495, app/assets/stylesheets/theme/css/style.scss */
.l-h-n {
  line-height: normal !important;
}

/* line 499, app/assets/stylesheets/theme/css/style.scss */
.fw-100 {
  font-weight: 100;
}

/* line 503, app/assets/stylesheets/theme/css/style.scss */
.fw-200 {
  font-weight: 200;
}

/* line 507, app/assets/stylesheets/theme/css/style.scss */
.fw-300 {
  font-weight: 300;
}

/* line 511, app/assets/stylesheets/theme/css/style.scss */
.fw-400 {
  font-weight: 400;
}

/* line 515, app/assets/stylesheets/theme/css/style.scss */
.fw-500 {
  font-weight: 500;
}

/* line 519, app/assets/stylesheets/theme/css/style.scss */
.fw-600 {
  font-weight: 600;
}

/* line 523, app/assets/stylesheets/theme/css/style.scss */
.fw-700 {
  font-weight: 700;
}

/* line 527, app/assets/stylesheets/theme/css/style.scss */
.fw-800 {
  font-weight: 800;
}

/* line 531, app/assets/stylesheets/theme/css/style.scss */
.fw-900 {
  font-weight: 900;
}

/* line 535, app/assets/stylesheets/theme/css/style.scss */
.fw-light {
  font-weight: 100;
}

/* line 539, app/assets/stylesheets/theme/css/style.scss */
.fw-normal {
  font-weight: 400;
}

/* line 543, app/assets/stylesheets/theme/css/style.scss */
.fw-medium {
  font-weight: 500;
}

/* line 547, app/assets/stylesheets/theme/css/style.scss */
.fw-bold {
  font-weight: 700;
}

/* line 551, app/assets/stylesheets/theme/css/style.scss */
.hide {
  display: none !important;
}

/* line 555, app/assets/stylesheets/theme/css/style.scss */
.no-border {
  border: 0 !important;
}

/* line 559, app/assets/stylesheets/theme/css/style.scss */
.no-radius {
  border-radius: 0 !important;
}

/* line 563, app/assets/stylesheets/theme/css/style.scss */
.no-padding {
  padding: 0 !important;
}

/* line 567, app/assets/stylesheets/theme/css/style.scss */
.no-margin {
  margin: 0 !important;
}

/* line 571, app/assets/stylesheets/theme/css/style.scss */
.no-shadow {
  box-shadow: none !important;
}

/* line 575, app/assets/stylesheets/theme/css/style.scss */
.chart-legend,
.contacts-list,
.list-unstyled,
.mailbox-attachments,
.users-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 585, app/assets/stylesheets/theme/css/style.scss */
.list-group-unbordered > .list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

/* line 593, app/assets/stylesheets/theme/css/style.scss */
.code-preview {
  border: 1px solid #f3f6f9;
  padding: 20px;
  background-color: #ffffff;
}

/* line 599, app/assets/stylesheets/theme/css/style.scss */
code {
  border: 1px solid #f3f6f9;
  background-color: #ffffff;
  border-radius: 0.25rem;
  padding: 0.2rem 0.4rem;
}

/* line 606, app/assets/stylesheets/theme/css/style.scss */
hr {
  background-color: rgba(38, 38, 38, 0.07);
  margin: 1rem auto;
  opacity: 1;
}

/* line 612, app/assets/stylesheets/theme/css/style.scss */
.d3-line {
  fill: rgba(255, 255, 255, 0);
}

/* line 616, app/assets/stylesheets/theme/css/style.scss */
.theme-switch li a.active {
  opacity: 0.6;
  border: 5px solid #ffffff;
}

/* line 621, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .theme-switch li a.active {
  border: 5px solid #262626;
}

/* line 625, app/assets/stylesheets/theme/css/style.scss */
.custom-select {
  cursor: pointer;
  border-radius: 5px;
}

/* line 630, app/assets/stylesheets/theme/css/style.scss */
.image-popup-vertical-fit img,
.image-popup-fit-width img,
.image-popup-no-margins img,
.popup-gallery img,
.zoom-gallery img,
#image-popups img {
  border-radius: 5px;
}

/*---text-white---*/
/* line 640, app/assets/stylesheets/theme/css/style.scss */
.text-white-10 {
  color: rgba(255, 255, 255, 0.1) !important;
}

/* line 644, app/assets/stylesheets/theme/css/style.scss */
.text-white-20 {
  color: rgba(255, 255, 255, 0.2) !important;
}

/* line 648, app/assets/stylesheets/theme/css/style.scss */
.text-white-30 {
  color: rgba(255, 255, 255, 0.3) !important;
}

/* line 652, app/assets/stylesheets/theme/css/style.scss */
.text-white-40 {
  color: rgba(255, 255, 255, 0.4) !important;
}

/* line 656, app/assets/stylesheets/theme/css/style.scss */
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 660, app/assets/stylesheets/theme/css/style.scss */
.text-white-60 {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* line 664, app/assets/stylesheets/theme/css/style.scss */
.text-white-70 {
  color: rgba(255, 255, 255, 0.7) !important;
}

/* line 668, app/assets/stylesheets/theme/css/style.scss */
.text-white-80 {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* line 672, app/assets/stylesheets/theme/css/style.scss */
.text-white-90 {
  color: rgba(255, 255, 255, 0.9) !important;
}

/*---text-black---*/
/* line 677, app/assets/stylesheets/theme/css/style.scss */
.text-black-10 {
  color: rgba(0, 0, 0, 0.1) !important;
}

/* line 681, app/assets/stylesheets/theme/css/style.scss */
.text-black-20 {
  color: rgba(0, 0, 0, 0.2) !important;
}

/* line 685, app/assets/stylesheets/theme/css/style.scss */
.text-black-30 {
  color: rgba(0, 0, 0, 0.3) !important;
}

/* line 689, app/assets/stylesheets/theme/css/style.scss */
.text-black-40 {
  color: rgba(0, 0, 0, 0.4) !important;
}

/* line 693, app/assets/stylesheets/theme/css/style.scss */
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

/* line 697, app/assets/stylesheets/theme/css/style.scss */
.text-black-60 {
  color: rgba(0, 0, 0, 0.6) !important;
}

/* line 701, app/assets/stylesheets/theme/css/style.scss */
.text-black-70 {
  color: rgba(0, 0, 0, 0.7) !important;
}

/* line 705, app/assets/stylesheets/theme/css/style.scss */
.text-black-80 {
  color: rgba(0, 0, 0, 0.8) !important;
}

/* line 709, app/assets/stylesheets/theme/css/style.scss */
.text-black-90 {
  color: rgba(0, 0, 0, 0.9) !important;
}

/*---border radius---*/
/* line 714, app/assets/stylesheets/theme/css/style.scss */
.rounded0 {
  border-radius: 0px;
}

/* line 718, app/assets/stylesheets/theme/css/style.scss */
.rounded5 {
  border-radius: 5px;
}

/* line 722, app/assets/stylesheets/theme/css/style.scss */
.rounded10 {
  border-radius: 10px;
}

/* line 726, app/assets/stylesheets/theme/css/style.scss */
.rounded15 {
  border-radius: 15px;
}

/* line 730, app/assets/stylesheets/theme/css/style.scss */
.rounded20 {
  border-radius: 20px;
}

/* line 734, app/assets/stylesheets/theme/css/style.scss */
.rounded25 {
  border-radius: 25px;
}

/* line 738, app/assets/stylesheets/theme/css/style.scss */
.rounded30 {
  border-radius: 30px;
}

/* line 742, app/assets/stylesheets/theme/css/style.scss */
.rounded35 {
  border-radius: 35px;
}

/* line 746, app/assets/stylesheets/theme/css/style.scss */
.rounded40 {
  border-radius: 40px;
}

/* line 750, app/assets/stylesheets/theme/css/style.scss */
.rounded45 {
  border-radius: 45px;
}

/* line 754, app/assets/stylesheets/theme/css/style.scss */
.rounded50 {
  border-radius: 50px;
}

/* line 758, app/assets/stylesheets/theme/css/style.scss */
.rounded55 {
  border-radius: 55px;
}

/* line 762, app/assets/stylesheets/theme/css/style.scss */
.rounded60 {
  border-radius: 60px;
}

/* line 766, app/assets/stylesheets/theme/css/style.scss */
.rounded65 {
  border-radius: 65px;
}

/* line 770, app/assets/stylesheets/theme/css/style.scss */
.rounded70 {
  border-radius: 70px;
}

/* line 774, app/assets/stylesheets/theme/css/style.scss */
.rounded75 {
  border-radius: 75px;
}

/* line 778, app/assets/stylesheets/theme/css/style.scss */
.rounded80 {
  border-radius: 80px;
}

/* line 782, app/assets/stylesheets/theme/css/style.scss */
.rounded85 {
  border-radius: 85px;
}

/* line 786, app/assets/stylesheets/theme/css/style.scss */
.rounded90 {
  border-radius: 90px;
}

/* line 790, app/assets/stylesheets/theme/css/style.scss */
.rounded95 {
  border-radius: 95px;
}

/* line 794, app/assets/stylesheets/theme/css/style.scss */
.rounded100 {
  border-radius: 100px;
}

/* line 798, app/assets/stylesheets/theme/css/style.scss */
.overflow-h {
  overflow: hidden;
}

/* line 802, app/assets/stylesheets/theme/css/style.scss */
.overflow-v {
  overflow: visible;
}

/* line 806, app/assets/stylesheets/theme/css/style.scss */
.overflow-xh {
  overflow-x: hidden;
}

/* line 810, app/assets/stylesheets/theme/css/style.scss */
.overflow-xv {
  overflow-x: visible;
}

/* line 814, app/assets/stylesheets/theme/css/style.scss */
.overflow-yh {
  overflow-y: hidden;
}

/* line 818, app/assets/stylesheets/theme/css/style.scss */
.overflow-yv {
  overflow-y: visible;
}

/* line 822, app/assets/stylesheets/theme/css/style.scss */
.text-overflow-h {
  text-overflow: ellipsis;
}

/* line 826, app/assets/stylesheets/theme/css/style.scss */
.z-0 {
  z-index: 0;
}

/* line 830, app/assets/stylesheets/theme/css/style.scss */
.z-1 {
  z-index: 1;
}

/*---border---*/
/* line 835, app/assets/stylesheets/theme/css/style.scss */
.b-0 {
  border: 0px solid #f3f6f9 !important;
}

/* line 839, app/assets/stylesheets/theme/css/style.scss */
.bt-0 {
  border-top: 0px solid #f3f6f9 !important;
}

/* line 843, app/assets/stylesheets/theme/css/style.scss */
.be-0 {
  border-right: 0px solid #f3f6f9 !important;
}

/* line 847, app/assets/stylesheets/theme/css/style.scss */
.bb-0 {
  border-bottom: 0px solid #f3f6f9 !important;
}

/* line 851, app/assets/stylesheets/theme/css/style.scss */
.bs-0 {
  border-left: 0px solid #f3f6f9 !important;
}

/* line 855, app/assets/stylesheets/theme/css/style.scss */
.bx-0 {
  border-right: 0px solid #f3f6f9 !important;
  border-left: 0px solid #f3f6f9 !important;
}

/* line 860, app/assets/stylesheets/theme/css/style.scss */
.by-0 {
  border-top: 0px solid #f3f6f9 !important;
  border-bottom: 0px solid #f3f6f9 !important;
}

/* line 865, app/assets/stylesheets/theme/css/style.scss */
.b-1 {
  border: 1px solid #f3f6f9 !important;
}

/* line 869, app/assets/stylesheets/theme/css/style.scss */
.bt-1 {
  border-top: 1px solid #f3f6f9 !important;
}

/* line 873, app/assets/stylesheets/theme/css/style.scss */
.be-1 {
  border-right: 1px solid #f3f6f9 !important;
}

/* line 877, app/assets/stylesheets/theme/css/style.scss */
.bb-1 {
  border-bottom: 1px solid #f3f6f9 !important;
}

/* line 881, app/assets/stylesheets/theme/css/style.scss */
.bs-1 {
  border-left: 1px solid #f3f6f9 !important;
}

/* line 885, app/assets/stylesheets/theme/css/style.scss */
.bx-1 {
  border-right: 1px solid #f3f6f9 !important;
  border-left: 1px solid #f3f6f9 !important;
}

/* line 890, app/assets/stylesheets/theme/css/style.scss */
.by-1 {
  border-top: 1px solid #f3f6f9 !important;
  border-bottom: 1px solid #f3f6f9 !important;
}

/* line 895, app/assets/stylesheets/theme/css/style.scss */
.b-2 {
  border: 2px solid #f3f6f9 !important;
}

/* line 899, app/assets/stylesheets/theme/css/style.scss */
.bt-2 {
  border-top: 2px solid #f3f6f9 !important;
}

/* line 903, app/assets/stylesheets/theme/css/style.scss */
.be-2 {
  border-right: 2px solid #f3f6f9 !important;
}

/* line 907, app/assets/stylesheets/theme/css/style.scss */
.bb-2 {
  border-bottom: 2px solid #f3f6f9 !important;
}

/* line 911, app/assets/stylesheets/theme/css/style.scss */
.bs-2 {
  border-left: 2px solid #f3f6f9 !important;
}

/* line 915, app/assets/stylesheets/theme/css/style.scss */
.bx-2 {
  border-right: 2px solid #f3f6f9 !important;
  border-left: 2px solid #f3f6f9 !important;
}

/* line 920, app/assets/stylesheets/theme/css/style.scss */
.by-2 {
  border-top: 2px solid #f3f6f9 !important;
  border-bottom: 2px solid #f3f6f9 !important;
}

/* line 925, app/assets/stylesheets/theme/css/style.scss */
.b-3 {
  border: 3px solid #f3f6f9 !important;
}

/* line 929, app/assets/stylesheets/theme/css/style.scss */
.bt-3 {
  border-top: 3px solid #f3f6f9 !important;
}

/* line 933, app/assets/stylesheets/theme/css/style.scss */
.be-3 {
  border-right: 3px solid #f3f6f9 !important;
}

/* line 937, app/assets/stylesheets/theme/css/style.scss */
.bb-3 {
  border-bottom: 3px solid #f3f6f9 !important;
}

/* line 941, app/assets/stylesheets/theme/css/style.scss */
.bs-3 {
  border-left: 3px solid #f3f6f9 !important;
}

/* line 945, app/assets/stylesheets/theme/css/style.scss */
.bx-3 {
  border-right: 3px solid #f3f6f9 !important;
  border-left: 3px solid #f3f6f9 !important;
}

/* line 950, app/assets/stylesheets/theme/css/style.scss */
.by-3 {
  border-top: 3px solid #f3f6f9 !important;
  border-bottom: 3px solid #f3f6f9 !important;
}

/* line 955, app/assets/stylesheets/theme/css/style.scss */
.b-4 {
  border: 4px solid #f3f6f9 !important;
}

/* line 959, app/assets/stylesheets/theme/css/style.scss */
.bt-4 {
  border-top: 4px solid #f3f6f9 !important;
}

/* line 963, app/assets/stylesheets/theme/css/style.scss */
.be-4 {
  border-right: 4px solid #f3f6f9 !important;
}

/* line 967, app/assets/stylesheets/theme/css/style.scss */
.bb-4 {
  border-bottom: 4px solid #f3f6f9 !important;
}

/* line 971, app/assets/stylesheets/theme/css/style.scss */
.bs-4 {
  border-left: 4px solid #f3f6f9 !important;
}

/* line 975, app/assets/stylesheets/theme/css/style.scss */
.bx-4 {
  border-right: 4px solid #f3f6f9 !important;
  border-left: 4px solid #f3f6f9 !important;
}

/* line 980, app/assets/stylesheets/theme/css/style.scss */
.by-4 {
  border-top: 4px solid #f3f6f9 !important;
  border-bottom: 4px solid #f3f6f9 !important;
}

/* line 985, app/assets/stylesheets/theme/css/style.scss */
.b-5 {
  border: 5px solid #f3f6f9 !important;
}

/* line 989, app/assets/stylesheets/theme/css/style.scss */
.bt-5 {
  border-top: 5px solid #f3f6f9 !important;
}

/* line 993, app/assets/stylesheets/theme/css/style.scss */
.be-5 {
  border-right: 5px solid #f3f6f9 !important;
}

/* line 997, app/assets/stylesheets/theme/css/style.scss */
.bb-5 {
  border-bottom: 5px solid #f3f6f9 !important;
}

/* line 1001, app/assets/stylesheets/theme/css/style.scss */
.bs-5 {
  border-left: 5px solid #f3f6f9 !important;
}

/* line 1005, app/assets/stylesheets/theme/css/style.scss */
.bx-5 {
  border-right: 5px solid #f3f6f9 !important;
  border-left: 5px solid #f3f6f9 !important;
}

/* line 1010, app/assets/stylesheets/theme/css/style.scss */
.by-5 {
  border-top: 5px solid #f3f6f9 !important;
  border-bottom: 5px solid #f3f6f9 !important;
}

/* line 1015, app/assets/stylesheets/theme/css/style.scss */
.rtl .bs-0 {
  border-right-width: 0px !important;
  border-right-style: solid !important;
  border-left-width: 0 !important;
}

/* line 1020, app/assets/stylesheets/theme/css/style.scss */
.rtl .be-0 {
  border-left-width: 0px !important;
  border-left-style: solid !important;
  border-right-width: 0 !important;
}

/* line 1025, app/assets/stylesheets/theme/css/style.scss */
.rtl .bs-1 {
  border-right-width: 1px !important;
  border-right-style: solid !important;
  border-left-width: 0 !important;
}

/* line 1030, app/assets/stylesheets/theme/css/style.scss */
.rtl .be-1 {
  border-left-width: 1px !important;
  border-left-style: solid !important;
  border-right-width: 0 !important;
}

/* line 1035, app/assets/stylesheets/theme/css/style.scss */
.rtl .bs-2 {
  border-right-width: 2px !important;
  border-right-style: solid !important;
  border-left-width: 0 !important;
}

/* line 1040, app/assets/stylesheets/theme/css/style.scss */
.rtl .be-2 {
  border-left-width: 2px !important;
  border-left-style: solid !important;
  border-right-width: 0 !important;
}

/* line 1045, app/assets/stylesheets/theme/css/style.scss */
.rtl .bs-3 {
  border-right-width: 3px !important;
  border-right-style: solid !important;
  border-left-width: 0 !important;
}

/* line 1050, app/assets/stylesheets/theme/css/style.scss */
.rtl .be-3 {
  border-left-width: 3px !important;
  border-left-style: solid !important;
  border-right-width: 0 !important;
}

/* line 1055, app/assets/stylesheets/theme/css/style.scss */
.rtl .bs-4 {
  border-right-width: 4px !important;
  border-right-style: solid !important;
  border-left-width: 0 !important;
}

/* line 1060, app/assets/stylesheets/theme/css/style.scss */
.rtl .be-4 {
  border-left-width: 4px !important;
  border-left-style: solid !important;
  border-right-width: 0 !important;
}

/* line 1065, app/assets/stylesheets/theme/css/style.scss */
.rtl .bs-5 {
  border-right-width: 5px !important;
  border-right-style: solid !important;
  border-left-width: 0 !important;
}

/* line 1070, app/assets/stylesheets/theme/css/style.scss */
.rtl .be-5 {
  border-left-width: 5px !important;
  border-left-style: solid !important;
  border-right-width: 0 !important;
}

/* line 1076, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .b-0:not([class*="border-"]) {
  border: 0px solid #566f9e !important;
}

/* line 1079, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .bt-0:not([class*="border-"]) {
  border-top: 0px solid #566f9e !important;
}

/* line 1082, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .be-0:not([class*="border-"]) {
  border-right: 0px solid #566f9e !important;
}

/* line 1085, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .bb-0:not([class*="border-"]) {
  border-bottom: 0px solid #566f9e !important;
}

/* line 1088, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .bs-0:not([class*="border-"]) {
  border-left: 0px solid #566f9e !important;
}

/* line 1091, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .bx-0:not([class*="border-"]) {
  border-right: 0px solid #566f9e !important;
  border-left: 0px solid #566f9e !important;
}

/* line 1095, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .by-0:not([class*="border-"]) {
  border-top: 0px solid #566f9e !important;
  border-bottom: 0px solid #566f9e !important;
}

/* line 1099, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .b-1:not([class*="border-"]) {
  border: 1px solid #566f9e !important;
}

/* line 1102, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .bt-1:not([class*="border-"]) {
  border-top: 1px solid #566f9e !important;
}

/* line 1105, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .be-1:not([class*="border-"]) {
  border-right: 1px solid #566f9e !important;
}

/* line 1108, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .bb-1:not([class*="border-"]) {
  border-bottom: 1px solid #566f9e !important;
}

/* line 1111, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .bs-1:not([class*="border-"]) {
  border-left: 1px solid #566f9e !important;
}

/* line 1114, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .bx-1:not([class*="border-"]) {
  border-right: 1px solid #566f9e !important;
  border-left: 1px solid #566f9e !important;
}

/* line 1118, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .by-1:not([class*="border-"]) {
  border-top: 1px solid #566f9e !important;
  border-bottom: 1px solid #566f9e !important;
}

/* line 1122, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .b-2:not([class*="border-"]) {
  border: 2px solid #566f9e !important;
}

/* line 1125, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .bt-2:not([class*="border-"]) {
  border-top: 2px solid #566f9e !important;
}

/* line 1128, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .be-2:not([class*="border-"]) {
  border-right: 2px solid #566f9e !important;
}

/* line 1131, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .bb-2:not([class*="border-"]) {
  border-bottom: 2px solid #566f9e !important;
}

/* line 1134, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .bs-2:not([class*="border-"]) {
  border-left: 2px solid #566f9e !important;
}

/* line 1137, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .bx-2:not([class*="border-"]) {
  border-right: 2px solid #566f9e !important;
  border-left: 2px solid #566f9e !important;
}

/* line 1141, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .by-2:not([class*="border-"]) {
  border-top: 2px solid #566f9e !important;
  border-bottom: 2px solid #566f9e !important;
}

/* line 1145, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .b-3:not([class*="border-"]) {
  border: 3px solid #566f9e !important;
}

/* line 1148, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .bt-3:not([class*="border-"]) {
  border-top: 3px solid #566f9e !important;
}

/* line 1151, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .be-3:not([class*="border-"]) {
  border-right: 3px solid #566f9e !important;
}

/* line 1154, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .bb-3:not([class*="border-"]) {
  border-bottom: 3px solid #566f9e !important;
}

/* line 1157, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .bs-3:not([class*="border-"]) {
  border-left: 3px solid #566f9e !important;
}

/* line 1160, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .bx-3:not([class*="border-"]) {
  border-right: 3px solid #566f9e !important;
  border-left: 3px solid #566f9e !important;
}

/* line 1164, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .by-3:not([class*="border-"]) {
  border-top: 3px solid #566f9e !important;
  border-bottom: 3px solid #566f9e !important;
}

/* line 1168, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .b-4:not([class*="border-"]) {
  border: 4px solid #566f9e !important;
}

/* line 1171, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .bt-4:not([class*="border-"]) {
  border-top: 4px solid #566f9e !important;
}

/* line 1174, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .be-4:not([class*="border-"]) {
  border-right: 4px solid #566f9e !important;
}

/* line 1177, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .bb-4:not([class*="border-"]) {
  border-bottom: 4px solid #566f9e !important;
}

/* line 1180, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .bs-4:not([class*="border-"]) {
  border-left: 4px solid #566f9e !important;
}

/* line 1183, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .bx-4:not([class*="border-"]) {
  border-right: 4px solid #566f9e !important;
  border-left: 4px solid #566f9e !important;
}

/* line 1187, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .by-4:not([class*="border-"]) {
  border-top: 4px solid #566f9e !important;
  border-bottom: 4px solid #566f9e !important;
}

/* line 1191, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .b-5:not([class*="border-"]) {
  border: 5px solid #566f9e !important;
}

/* line 1194, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .bt-5:not([class*="border-"]) {
  border-top: 5px solid #566f9e !important;
}

/* line 1197, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .be-5:not([class*="border-"]) {
  border-right: 5px solid #566f9e !important;
}

/* line 1200, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .bb-5:not([class*="border-"]) {
  border-bottom: 5px solid #566f9e !important;
}

/* line 1203, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .bs-5:not([class*="border-"]) {
  border-left: 5px solid #566f9e !important;
}

/* line 1206, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .bx-5:not([class*="border-"]) {
  border-right: 5px solid #566f9e !important;
  border-left: 5px solid #566f9e !important;
}

/* line 1210, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .by-5:not([class*="border-"]) {
  border-top: 5px solid #566f9e !important;
  border-bottom: 5px solid #566f9e !important;
}

/* line 1214, app/assets/stylesheets/theme/css/style.scss */
.dark-skin.rtl .bs-0:not([class*="border-"]) {
  border-right-width: 0px !important;
  border-right-style: solid !important;
  border-left-width: 0 !important;
}

/* line 1219, app/assets/stylesheets/theme/css/style.scss */
.dark-skin.rtl .be-0:not([class*="border-"]) {
  border-left-width: 0px !important;
  border-left-style: solid !important;
  border-right-width: 0 !important;
}

/* line 1224, app/assets/stylesheets/theme/css/style.scss */
.dark-skin.rtl .bs-1:not([class*="border-"]) {
  border-right-width: 1px !important;
  border-right-style: solid !important;
  border-left-width: 0 !important;
}

/* line 1229, app/assets/stylesheets/theme/css/style.scss */
.dark-skin.rtl .be-1:not([class*="border-"]) {
  border-left-width: 1px !important;
  border-left-style: solid !important;
  border-right-width: 0 !important;
}

/* line 1234, app/assets/stylesheets/theme/css/style.scss */
.dark-skin.rtl .bs-2:not([class*="border-"]) {
  border-right-width: 2px !important;
  border-right-style: solid !important;
  border-left-width: 0 !important;
}

/* line 1239, app/assets/stylesheets/theme/css/style.scss */
.dark-skin.rtl .be-2:not([class*="border-"]) {
  border-left-width: 2px !important;
  border-left-style: solid !important;
  border-right-width: 0 !important;
}

/* line 1244, app/assets/stylesheets/theme/css/style.scss */
.dark-skin.rtl .bs-3:not([class*="border-"]) {
  border-right-width: 3px !important;
  border-right-style: solid !important;
  border-left-width: 0 !important;
}

/* line 1249, app/assets/stylesheets/theme/css/style.scss */
.dark-skin.rtl .be-3:not([class*="border-"]) {
  border-left-width: 3px !important;
  border-left-style: solid !important;
  border-right-width: 0 !important;
}

/* line 1254, app/assets/stylesheets/theme/css/style.scss */
.dark-skin.rtl .bs-4:not([class*="border-"]) {
  border-right-width: 4px !important;
  border-right-style: solid !important;
  border-left-width: 0 !important;
}

/* line 1259, app/assets/stylesheets/theme/css/style.scss */
.dark-skin.rtl .be-4:not([class*="border-"]) {
  border-left-width: 4px !important;
  border-left-style: solid !important;
  border-right-width: 0 !important;
}

/* line 1264, app/assets/stylesheets/theme/css/style.scss */
.dark-skin.rtl .bs-5:not([class*="border-"]) {
  border-right-width: 5px !important;
  border-right-style: solid !important;
  border-left-width: 0 !important;
}

/* line 1269, app/assets/stylesheets/theme/css/style.scss */
.dark-skin.rtl .be-5:not([class*="border-"]) {
  border-left-width: 5px !important;
  border-left-style: solid !important;
  border-right-width: 0 !important;
}

/* line 1275, app/assets/stylesheets/theme/css/style.scss */
.border {
  border: 1px solid #f3f6f9 !important;
}

/* line 1279, app/assets/stylesheets/theme/css/style.scss */
.border-primary {
  border-color: #6993ff !important;
}

/* line 1283, app/assets/stylesheets/theme/css/style.scss */
.border-secondary {
  border-color: #e4e6ef !important;
}

/* line 1287, app/assets/stylesheets/theme/css/style.scss */
.border-info {
  border-color: #8950fc !important;
}

/* line 1291, app/assets/stylesheets/theme/css/style.scss */
.border-success {
  border-color: #1bc5bd !important;
}

/* line 1295, app/assets/stylesheets/theme/css/style.scss */
.border-warning {
  border-color: #ffa800 !important;
}

/* line 1299, app/assets/stylesheets/theme/css/style.scss */
.border-danger {
  border-color: #f64e60 !important;
}

/* line 1303, app/assets/stylesheets/theme/css/style.scss */
.border-dark {
  border-color: #172b4c !important;
}

/* line 1307, app/assets/stylesheets/theme/css/style.scss */
.border-white {
  border-color: #ffffff !important;
}

/* line 1311, app/assets/stylesheets/theme/css/style.scss */
.border-black {
  border-color: #000000 !important;
}

/* line 1315, app/assets/stylesheets/theme/css/style.scss */
.border-light {
  border-color: #f3f6f9 !important;
}

/* line 1319, app/assets/stylesheets/theme/css/style.scss */
.border-transparent {
  border-color: transparent !important;
}

/* line 1323, app/assets/stylesheets/theme/css/style.scss */
.border-white {
  border-color: #fff !important;
}

/* line 1327, app/assets/stylesheets/theme/css/style.scss */
.border-light {
  border-color: #f3f6f9 !important;
}

/* line 1331, app/assets/stylesheets/theme/css/style.scss */
.border-fade {
  border-color: #f6f9fb !important;
}

/* line 1335, app/assets/stylesheets/theme/css/style.scss */
.b-dashed {
  border-style: dashed !important;
}

/* line 1339, app/assets/stylesheets/theme/css/style.scss */
.bt-dashed {
  border-top-style: dashed !important;
}

/* line 1343, app/assets/stylesheets/theme/css/style.scss */
.bs-dashed {
  border-left-style: dashed !important;
}

/* line 1347, app/assets/stylesheets/theme/css/style.scss */
.be-dashed {
  border-right-style: dashed !important;
}

/* line 1351, app/assets/stylesheets/theme/css/style.scss */
.bb-dashed {
  border-bottom-style: dashed !important;
}

/* line 1355, app/assets/stylesheets/theme/css/style.scss */
.b-dotted {
  border-style: dotted !important;
}

/* line 1359, app/assets/stylesheets/theme/css/style.scss */
.bt-dotted {
  border-top-style: dotted !important;
}

/* line 1363, app/assets/stylesheets/theme/css/style.scss */
.bs-dotted {
  border-left-style: dotted !important;
}

/* line 1367, app/assets/stylesheets/theme/css/style.scss */
.be-dotted {
  border-right-style: dotted !important;
}

/* line 1371, app/assets/stylesheets/theme/css/style.scss */
.bb-dotted {
  border-bottom-style: dotted !important;
}

/* line 1375, app/assets/stylesheets/theme/css/style.scss */
.b-double {
  border-style: double !important;
}

/* line 1379, app/assets/stylesheets/theme/css/style.scss */
.bt-double {
  border-top-style: double !important;
}

/* line 1383, app/assets/stylesheets/theme/css/style.scss */
.bs-double {
  border-left-style: double !important;
}

/* line 1387, app/assets/stylesheets/theme/css/style.scss */
.be-double {
  border-right-style: double !important;
}

/* line 1391, app/assets/stylesheets/theme/css/style.scss */
.bb-double {
  border-bottom-style: double !important;
}

/* line 1395, app/assets/stylesheets/theme/css/style.scss */
.b-groove {
  border-style: groove !important;
}

/* line 1399, app/assets/stylesheets/theme/css/style.scss */
.bt-groove {
  border-top-style: groove !important;
}

/* line 1403, app/assets/stylesheets/theme/css/style.scss */
.bs-groove {
  border-left-style: groove !important;
}

/* line 1407, app/assets/stylesheets/theme/css/style.scss */
.be-groove {
  border-right-style: groove !important;
}

/* line 1411, app/assets/stylesheets/theme/css/style.scss */
.bb-groove {
  border-bottom-style: groove !important;
}

/* line 1415, app/assets/stylesheets/theme/css/style.scss */
.bter-0 {
  border-top-right-radius: 0 !important;
}

/* line 1419, app/assets/stylesheets/theme/css/style.scss */
.bber-0 {
  border-bottom-right-radius: 0 !important;
}

/* line 1423, app/assets/stylesheets/theme/css/style.scss */
.btsr-0 {
  border-top-left-radius: 0 !important;
}

/* line 1427, app/assets/stylesheets/theme/css/style.scss */
.bbsr-0 {
  border-bottom-left-radius: 0 !important;
}

/* line 1431, app/assets/stylesheets/theme/css/style.scss */
.ber-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 1436, app/assets/stylesheets/theme/css/style.scss */
.bsr-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* line 1441, app/assets/stylesheets/theme/css/style.scss */
.bar-0 {
  border-radius: 0 !important;
}

/*---vertical-align---*/
/* line 1446, app/assets/stylesheets/theme/css/style.scss */
.vertical-align {
  font-size: 0;
}

/* line 1450, app/assets/stylesheets/theme/css/style.scss */
.vertical-align:before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
}

/* line 1457, app/assets/stylesheets/theme/css/style.scss */
.vertical-align-middle,
.vertical-align-bottom {
  display: inline-block;
  max-width: 100%;
}

/* line 1463, app/assets/stylesheets/theme/css/style.scss */
.vertical-align-middle {
  vertical-align: middle;
}

/* line 1467, app/assets/stylesheets/theme/css/style.scss */
.vertical-align-bottom {
  vertical-align: bottom;
}

/* line 1471, app/assets/stylesheets/theme/css/style.scss */
.nowrap {
  white-space: nowrap;
}

/* line 1475, app/assets/stylesheets/theme/css/style.scss */
.r-0 {
  right: 0;
}

/* line 1479, app/assets/stylesheets/theme/css/style.scss */
.l-0 {
  left: 0;
}

/* line 1483, app/assets/stylesheets/theme/css/style.scss */
.bg-none {
  background: none !important;
}

@media (max-width: 991px) {
  /* line 1488, app/assets/stylesheets/theme/css/style.scss */
  .bg-none-lg {
    background: none !important;
  }
}

@media (max-width: 1024px) {
  /* line 1493, app/assets/stylesheets/theme/css/style.scss */
  .bg-none-tl {
    background: none !important;
  }
}

@media (max-width: 991px) {
  /* line 1498, app/assets/stylesheets/theme/css/style.scss */
  .bg-none-md {
    background: none !important;
  }
}

@media (max-width: 767px) {
  /* line 1503, app/assets/stylesheets/theme/css/style.scss */
  .bg-none-sm {
    background: none !important;
  }
}

@media (max-width: 575px) {
  /* line 1508, app/assets/stylesheets/theme/css/style.scss */
  .bg-none-xs {
    background: none !important;
  }
}

@media (max-width: 370px) {
  /* line 1513, app/assets/stylesheets/theme/css/style.scss */
  .bg-none-small {
    background: none !important;
  }
}

/* line 1517, app/assets/stylesheets/theme/css/style.scss */
.input-group-prepend,
.input-group-append {
  display: flex;
}

@media (max-width: 575px) {
  /* line 1523, app/assets/stylesheets/theme/css/style.scss */
  .xs-nowrap {
    white-space: nowrap;
  }
  /* line 1527, app/assets/stylesheets/theme/css/style.scss */
  .xs-position-static {
    position: static !important;
  }
  /* line 1531, app/assets/stylesheets/theme/css/style.scss */
  .xs-position-relative {
    position: relative !important;
  }
  /* line 1535, app/assets/stylesheets/theme/css/style.scss */
  .xs-position-absolute {
    position: absolute !important;
  }
  /* line 1539, app/assets/stylesheets/theme/css/style.scss */
  .xs-position-fixed {
    position: fixed !important;
  }
  /* line 1543, app/assets/stylesheets/theme/css/style.scss */
  .xs-position-sticky {
    position: sticky !important;
  }
  /* line 1547, app/assets/stylesheets/theme/css/style.scss */
  .xs-r-0 {
    right: 0rem !important;
  }
  /* line 1551, app/assets/stylesheets/theme/css/style.scss */
  .xs-r-10 {
    right: 0.7142857143rem !important;
  }
  /* line 1555, app/assets/stylesheets/theme/css/style.scss */
  .xs-r-12 {
    right: 0.8571428571rem !important;
  }
  /* line 1559, app/assets/stylesheets/theme/css/style.scss */
  .xs-r-14 {
    right: 1rem !important;
  }
  /* line 1563, app/assets/stylesheets/theme/css/style.scss */
  .xs-r-16 {
    right: 1.1428571429rem !important;
  }
  /* line 1567, app/assets/stylesheets/theme/css/style.scss */
  .xs-r-18 {
    right: 1.2857142857rem !important;
  }
  /* line 1571, app/assets/stylesheets/theme/css/style.scss */
  .xs-r-20 {
    right: 1.4285714286rem !important;
  }
  /* line 1575, app/assets/stylesheets/theme/css/style.scss */
  .xs-r-22 {
    right: 1.5714285714rem !important;
  }
  /* line 1579, app/assets/stylesheets/theme/css/style.scss */
  .xs-r-24 {
    right: 1.7142857143rem !important;
  }
  /* line 1583, app/assets/stylesheets/theme/css/style.scss */
  .xs-r-26 {
    right: 1.8571428571rem !important;
  }
  /* line 1587, app/assets/stylesheets/theme/css/style.scss */
  .xs-r-30 {
    right: 2.1428571429rem !important;
  }
  /* line 1591, app/assets/stylesheets/theme/css/style.scss */
  .xs-r-32 {
    right: 2.2857142857rem !important;
  }
  /* line 1595, app/assets/stylesheets/theme/css/style.scss */
  .xs-r-36 {
    right: 2.5714285714rem !important;
  }
  /* line 1599, app/assets/stylesheets/theme/css/style.scss */
  .xs-r-38 {
    right: 2.7142857143rem !important;
  }
  /* line 1603, app/assets/stylesheets/theme/css/style.scss */
  .xs-r-40 {
    right: 2.8571428571rem !important;
  }
  /* line 1607, app/assets/stylesheets/theme/css/style.scss */
  .xs-r-42 {
    right: 3rem !important;
  }
  /* line 1611, app/assets/stylesheets/theme/css/style.scss */
  .xs-r-46 {
    right: 3.2857142857rem !important;
  }
  /* line 1615, app/assets/stylesheets/theme/css/style.scss */
  .xs-r-48 {
    right: 3.4285714286rem !important;
  }
  /* line 1619, app/assets/stylesheets/theme/css/style.scss */
  .xs-r-50 {
    right: 3.5714285714rem !important;
  }
  /* line 1623, app/assets/stylesheets/theme/css/style.scss */
  .xs-r-60 {
    right: 4.2857142857rem !important;
  }
  /* line 1627, app/assets/stylesheets/theme/css/style.scss */
  .xs-r-70 {
    right: 5rem !important;
  }
  /* line 1631, app/assets/stylesheets/theme/css/style.scss */
  .xs-r-80 {
    right: 5.7142857143rem !important;
  }
  /* line 1635, app/assets/stylesheets/theme/css/style.scss */
  .xs-r-90 {
    right: 6.4285714286rem !important;
  }
  /* line 1639, app/assets/stylesheets/theme/css/style.scss */
  .xs-r-100 {
    right: 7.1428571429rem !important;
  }
  /* line 1643, app/assets/stylesheets/theme/css/style.scss */
  .xs-r-110 {
    right: 7.8571428571rem !important;
  }
  /* line 1647, app/assets/stylesheets/theme/css/style.scss */
  .xs-r-120 {
    right: 8.5714285714rem !important;
  }
  /* line 1651, app/assets/stylesheets/theme/css/style.scss */
  .xs-r-130 {
    right: 9.2857142857rem !important;
  }
  /* line 1655, app/assets/stylesheets/theme/css/style.scss */
  .xs-r-140 {
    right: 10rem !important;
  }
  /* line 1659, app/assets/stylesheets/theme/css/style.scss */
  .xs-r-150 {
    right: 10.7142857143rem !important;
  }
  /* line 1663, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-0 {
    left: 0rem !important;
  }
  /* line 1667, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-10 {
    left: 0.7142857143rem !important;
  }
  /* line 1671, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-12 {
    left: 0.8571428571rem !important;
  }
  /* line 1675, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-14 {
    left: 1rem !important;
  }
  /* line 1679, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-16 {
    left: 1.1428571429rem !important;
  }
  /* line 1683, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-18 {
    left: 1.2857142857rem !important;
  }
  /* line 1687, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-20 {
    left: 1.4285714286rem !important;
  }
  /* line 1691, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-22 {
    left: 1.5714285714rem !important;
  }
  /* line 1695, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-24 {
    left: 1.7142857143rem !important;
  }
  /* line 1699, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-26 {
    left: 1.8571428571rem !important;
  }
  /* line 1703, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-30 {
    left: 2.1428571429rem !important;
  }
  /* line 1707, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-32 {
    left: 2.2857142857rem !important;
  }
  /* line 1711, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-36 {
    left: 2.5714285714rem !important;
  }
  /* line 1715, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-38 {
    left: 2.7142857143rem !important;
  }
  /* line 1719, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-40 {
    left: 2.8571428571rem !important;
  }
  /* line 1723, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-42 {
    left: 3rem !important;
  }
  /* line 1727, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-46 {
    left: 3.2857142857rem !important;
  }
  /* line 1731, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-48 {
    left: 3.4285714286rem !important;
  }
  /* line 1735, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-50 {
    left: 3.5714285714rem !important;
  }
  /* line 1739, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-60 {
    left: 4.2857142857rem !important;
  }
  /* line 1743, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-70 {
    left: 5rem !important;
  }
  /* line 1747, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-80 {
    left: 5.7142857143rem !important;
  }
  /* line 1751, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-90 {
    left: 6.4285714286rem !important;
  }
  /* line 1755, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-100 {
    left: 7.1428571429rem !important;
  }
  /* line 1759, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-110 {
    left: 7.8571428571rem !important;
  }
  /* line 1763, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-120 {
    left: 8.5714285714rem !important;
  }
  /* line 1767, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-130 {
    left: 9.2857142857rem !important;
  }
  /* line 1771, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-140 {
    left: 10rem !important;
  }
  /* line 1775, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-150 {
    left: 10.7142857143rem !important;
  }
  /* line 1779, app/assets/stylesheets/theme/css/style.scss */
  .xs-t-0 {
    top: 0rem !important;
  }
  /* line 1783, app/assets/stylesheets/theme/css/style.scss */
  .xs-t-10 {
    top: 0.7142857143rem !important;
  }
  /* line 1787, app/assets/stylesheets/theme/css/style.scss */
  .xs-t-12 {
    top: 0.8571428571rem !important;
  }
  /* line 1791, app/assets/stylesheets/theme/css/style.scss */
  .xs-t-14 {
    top: 1rem !important;
  }
  /* line 1795, app/assets/stylesheets/theme/css/style.scss */
  .xs-t-16 {
    top: 1.1428571429rem !important;
  }
  /* line 1799, app/assets/stylesheets/theme/css/style.scss */
  .xs-t-18 {
    top: 1.2857142857rem !important;
  }
  /* line 1803, app/assets/stylesheets/theme/css/style.scss */
  .xs-t-20 {
    top: 1.4285714286rem !important;
  }
  /* line 1807, app/assets/stylesheets/theme/css/style.scss */
  .xs-t-22 {
    top: 1.5714285714rem !important;
  }
  /* line 1811, app/assets/stylesheets/theme/css/style.scss */
  .xs-t-24 {
    top: 1.7142857143rem !important;
  }
  /* line 1815, app/assets/stylesheets/theme/css/style.scss */
  .xs-t-26 {
    top: 1.8571428571rem !important;
  }
  /* line 1819, app/assets/stylesheets/theme/css/style.scss */
  .xs-t-30 {
    top: 2.1428571429rem !important;
  }
  /* line 1823, app/assets/stylesheets/theme/css/style.scss */
  .xs-t-32 {
    top: 2.2857142857rem !important;
  }
  /* line 1827, app/assets/stylesheets/theme/css/style.scss */
  .xs-t-36 {
    top: 2.5714285714rem !important;
  }
  /* line 1831, app/assets/stylesheets/theme/css/style.scss */
  .xs-t-38 {
    top: 2.7142857143rem !important;
  }
  /* line 1835, app/assets/stylesheets/theme/css/style.scss */
  .xs-t-40 {
    top: 2.8571428571rem !important;
  }
  /* line 1839, app/assets/stylesheets/theme/css/style.scss */
  .xs-t-42 {
    top: 3rem !important;
  }
  /* line 1843, app/assets/stylesheets/theme/css/style.scss */
  .xs-t-46 {
    top: 3.2857142857rem !important;
  }
  /* line 1847, app/assets/stylesheets/theme/css/style.scss */
  .xs-t-48 {
    top: 3.4285714286rem !important;
  }
  /* line 1851, app/assets/stylesheets/theme/css/style.scss */
  .xs-t-50 {
    top: 3.5714285714rem !important;
  }
  /* line 1855, app/assets/stylesheets/theme/css/style.scss */
  .xs-t-60 {
    top: 4.2857142857rem !important;
  }
  /* line 1859, app/assets/stylesheets/theme/css/style.scss */
  .xs-t-70 {
    top: 5rem !important;
  }
  /* line 1863, app/assets/stylesheets/theme/css/style.scss */
  .xs-t-80 {
    top: 5.7142857143rem !important;
  }
  /* line 1867, app/assets/stylesheets/theme/css/style.scss */
  .xs-t-90 {
    top: 6.4285714286rem !important;
  }
  /* line 1871, app/assets/stylesheets/theme/css/style.scss */
  .xs-t-100 {
    top: 7.1428571429rem !important;
  }
  /* line 1875, app/assets/stylesheets/theme/css/style.scss */
  .xs-t-110 {
    top: 7.8571428571rem !important;
  }
  /* line 1879, app/assets/stylesheets/theme/css/style.scss */
  .xs-t-120 {
    top: 8.5714285714rem !important;
  }
  /* line 1883, app/assets/stylesheets/theme/css/style.scss */
  .xs-t-130 {
    top: 9.2857142857rem !important;
  }
  /* line 1887, app/assets/stylesheets/theme/css/style.scss */
  .xs-t-140 {
    top: 10rem !important;
  }
  /* line 1891, app/assets/stylesheets/theme/css/style.scss */
  .xs-t-150 {
    top: 10.7142857143rem !important;
  }
  /* line 1895, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-0 {
    bottom: 0rem !important;
  }
  /* line 1899, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-10 {
    bottom: 0.7142857143rem !important;
  }
  /* line 1903, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-12 {
    bottom: 0.8571428571rem !important;
  }
  /* line 1907, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-14 {
    bottom: 1rem !important;
  }
  /* line 1911, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-16 {
    bottom: 1.1428571429rem !important;
  }
  /* line 1915, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-18 {
    bottom: 1.2857142857rem !important;
  }
  /* line 1919, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-20 {
    bottom: 1.4285714286rem !important;
  }
  /* line 1923, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-22 {
    bottom: 1.5714285714rem !important;
  }
  /* line 1927, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-24 {
    bottom: 1.7142857143rem !important;
  }
  /* line 1931, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-26 {
    bottom: 1.8571428571rem !important;
  }
  /* line 1935, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-30 {
    bottom: 2.1428571429rem !important;
  }
  /* line 1939, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-32 {
    bottom: 2.2857142857rem !important;
  }
  /* line 1943, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-36 {
    bottom: 2.5714285714rem !important;
  }
  /* line 1947, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-38 {
    bottom: 2.7142857143rem !important;
  }
  /* line 1951, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-40 {
    bottom: 2.8571428571rem !important;
  }
  /* line 1955, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-42 {
    bottom: 3rem !important;
  }
  /* line 1959, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-46 {
    bottom: 3.2857142857rem !important;
  }
  /* line 1963, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-48 {
    bottom: 3.4285714286rem !important;
  }
  /* line 1967, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-50 {
    bottom: 3.5714285714rem !important;
  }
  /* line 1971, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-60 {
    bottom: 4.2857142857rem !important;
  }
  /* line 1975, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-70 {
    bottom: 5rem !important;
  }
  /* line 1979, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-80 {
    bottom: 5.7142857143rem !important;
  }
  /* line 1983, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-90 {
    bottom: 6.4285714286rem !important;
  }
  /* line 1987, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-100 {
    bottom: 7.1428571429rem !important;
  }
  /* line 1991, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-110 {
    bottom: 7.8571428571rem !important;
  }
  /* line 1995, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-120 {
    bottom: 8.5714285714rem !important;
  }
  /* line 1999, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-130 {
    bottom: 9.2857142857rem !important;
  }
  /* line 2003, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-140 {
    bottom: 10rem !important;
  }
  /* line 2007, app/assets/stylesheets/theme/css/style.scss */
  .xs-l-150 {
    bottom: 10.7142857143rem !important;
  }
}

@media (min-width: 576px) {
  /* line 2012, app/assets/stylesheets/theme/css/style.scss */
  .sm-nowrap {
    white-space: nowrap;
  }
  /* line 2016, app/assets/stylesheets/theme/css/style.scss */
  .sm-position-static {
    position: static !important;
  }
  /* line 2020, app/assets/stylesheets/theme/css/style.scss */
  .sm-position-relative {
    position: relative !important;
  }
  /* line 2024, app/assets/stylesheets/theme/css/style.scss */
  .sm-position-absolute {
    position: absolute !important;
  }
  /* line 2028, app/assets/stylesheets/theme/css/style.scss */
  .sm-position-fixed {
    position: fixed !important;
  }
  /* line 2032, app/assets/stylesheets/theme/css/style.scss */
  .sm-position-sticky {
    position: sticky !important;
  }
  /* line 2036, app/assets/stylesheets/theme/css/style.scss */
  .sm-r-0 {
    right: 0rem !important;
  }
  /* line 2040, app/assets/stylesheets/theme/css/style.scss */
  .sm-r-10 {
    right: 0.7142857143rem !important;
  }
  /* line 2044, app/assets/stylesheets/theme/css/style.scss */
  .sm-r-12 {
    right: 0.8571428571rem !important;
  }
  /* line 2048, app/assets/stylesheets/theme/css/style.scss */
  .sm-r-14 {
    right: 1rem !important;
  }
  /* line 2052, app/assets/stylesheets/theme/css/style.scss */
  .sm-r-16 {
    right: 1.1428571429rem !important;
  }
  /* line 2056, app/assets/stylesheets/theme/css/style.scss */
  .sm-r-18 {
    right: 1.2857142857rem !important;
  }
  /* line 2060, app/assets/stylesheets/theme/css/style.scss */
  .sm-r-20 {
    right: 1.4285714286rem !important;
  }
  /* line 2064, app/assets/stylesheets/theme/css/style.scss */
  .sm-r-22 {
    right: 1.5714285714rem !important;
  }
  /* line 2068, app/assets/stylesheets/theme/css/style.scss */
  .sm-r-24 {
    right: 1.7142857143rem !important;
  }
  /* line 2072, app/assets/stylesheets/theme/css/style.scss */
  .sm-r-26 {
    right: 1.8571428571rem !important;
  }
  /* line 2076, app/assets/stylesheets/theme/css/style.scss */
  .sm-r-30 {
    right: 2.1428571429rem !important;
  }
  /* line 2080, app/assets/stylesheets/theme/css/style.scss */
  .sm-r-32 {
    right: 2.2857142857rem !important;
  }
  /* line 2084, app/assets/stylesheets/theme/css/style.scss */
  .sm-r-36 {
    right: 2.5714285714rem !important;
  }
  /* line 2088, app/assets/stylesheets/theme/css/style.scss */
  .sm-r-38 {
    right: 2.7142857143rem !important;
  }
  /* line 2092, app/assets/stylesheets/theme/css/style.scss */
  .sm-r-40 {
    right: 2.8571428571rem !important;
  }
  /* line 2096, app/assets/stylesheets/theme/css/style.scss */
  .sm-r-42 {
    right: 3rem !important;
  }
  /* line 2100, app/assets/stylesheets/theme/css/style.scss */
  .sm-r-46 {
    right: 3.2857142857rem !important;
  }
  /* line 2104, app/assets/stylesheets/theme/css/style.scss */
  .sm-r-48 {
    right: 3.4285714286rem !important;
  }
  /* line 2108, app/assets/stylesheets/theme/css/style.scss */
  .sm-r-50 {
    right: 3.5714285714rem !important;
  }
  /* line 2112, app/assets/stylesheets/theme/css/style.scss */
  .sm-r-60 {
    right: 4.2857142857rem !important;
  }
  /* line 2116, app/assets/stylesheets/theme/css/style.scss */
  .sm-r-70 {
    right: 5rem !important;
  }
  /* line 2120, app/assets/stylesheets/theme/css/style.scss */
  .sm-r-80 {
    right: 5.7142857143rem !important;
  }
  /* line 2124, app/assets/stylesheets/theme/css/style.scss */
  .sm-r-90 {
    right: 6.4285714286rem !important;
  }
  /* line 2128, app/assets/stylesheets/theme/css/style.scss */
  .sm-r-100 {
    right: 7.1428571429rem !important;
  }
  /* line 2132, app/assets/stylesheets/theme/css/style.scss */
  .sm-r-110 {
    right: 7.8571428571rem !important;
  }
  /* line 2136, app/assets/stylesheets/theme/css/style.scss */
  .sm-r-120 {
    right: 8.5714285714rem !important;
  }
  /* line 2140, app/assets/stylesheets/theme/css/style.scss */
  .sm-r-130 {
    right: 9.2857142857rem !important;
  }
  /* line 2144, app/assets/stylesheets/theme/css/style.scss */
  .sm-r-140 {
    right: 10rem !important;
  }
  /* line 2148, app/assets/stylesheets/theme/css/style.scss */
  .sm-r-150 {
    right: 10.7142857143rem !important;
  }
  /* line 2152, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-0 {
    left: 0rem !important;
  }
  /* line 2156, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-10 {
    left: 0.7142857143rem !important;
  }
  /* line 2160, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-12 {
    left: 0.8571428571rem !important;
  }
  /* line 2164, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-14 {
    left: 1rem !important;
  }
  /* line 2168, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-16 {
    left: 1.1428571429rem !important;
  }
  /* line 2172, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-18 {
    left: 1.2857142857rem !important;
  }
  /* line 2176, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-20 {
    left: 1.4285714286rem !important;
  }
  /* line 2180, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-22 {
    left: 1.5714285714rem !important;
  }
  /* line 2184, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-24 {
    left: 1.7142857143rem !important;
  }
  /* line 2188, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-26 {
    left: 1.8571428571rem !important;
  }
  /* line 2192, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-30 {
    left: 2.1428571429rem !important;
  }
  /* line 2196, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-32 {
    left: 2.2857142857rem !important;
  }
  /* line 2200, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-36 {
    left: 2.5714285714rem !important;
  }
  /* line 2204, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-38 {
    left: 2.7142857143rem !important;
  }
  /* line 2208, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-40 {
    left: 2.8571428571rem !important;
  }
  /* line 2212, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-42 {
    left: 3rem !important;
  }
  /* line 2216, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-46 {
    left: 3.2857142857rem !important;
  }
  /* line 2220, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-48 {
    left: 3.4285714286rem !important;
  }
  /* line 2224, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-50 {
    left: 3.5714285714rem !important;
  }
  /* line 2228, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-60 {
    left: 4.2857142857rem !important;
  }
  /* line 2232, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-70 {
    left: 5rem !important;
  }
  /* line 2236, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-80 {
    left: 5.7142857143rem !important;
  }
  /* line 2240, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-90 {
    left: 6.4285714286rem !important;
  }
  /* line 2244, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-100 {
    left: 7.1428571429rem !important;
  }
  /* line 2248, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-110 {
    left: 7.8571428571rem !important;
  }
  /* line 2252, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-120 {
    left: 8.5714285714rem !important;
  }
  /* line 2256, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-130 {
    left: 9.2857142857rem !important;
  }
  /* line 2260, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-140 {
    left: 10rem !important;
  }
  /* line 2264, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-150 {
    left: 10.7142857143rem !important;
  }
  /* line 2268, app/assets/stylesheets/theme/css/style.scss */
  .sm-t-0 {
    top: 0rem !important;
  }
  /* line 2272, app/assets/stylesheets/theme/css/style.scss */
  .sm-t-10 {
    top: 0.7142857143rem !important;
  }
  /* line 2276, app/assets/stylesheets/theme/css/style.scss */
  .sm-t-12 {
    top: 0.8571428571rem !important;
  }
  /* line 2280, app/assets/stylesheets/theme/css/style.scss */
  .sm-t-14 {
    top: 1rem !important;
  }
  /* line 2284, app/assets/stylesheets/theme/css/style.scss */
  .sm-t-16 {
    top: 1.1428571429rem !important;
  }
  /* line 2288, app/assets/stylesheets/theme/css/style.scss */
  .sm-t-18 {
    top: 1.2857142857rem !important;
  }
  /* line 2292, app/assets/stylesheets/theme/css/style.scss */
  .sm-t-20 {
    top: 1.4285714286rem !important;
  }
  /* line 2296, app/assets/stylesheets/theme/css/style.scss */
  .sm-t-22 {
    top: 1.5714285714rem !important;
  }
  /* line 2300, app/assets/stylesheets/theme/css/style.scss */
  .sm-t-24 {
    top: 1.7142857143rem !important;
  }
  /* line 2304, app/assets/stylesheets/theme/css/style.scss */
  .sm-t-26 {
    top: 1.8571428571rem !important;
  }
  /* line 2308, app/assets/stylesheets/theme/css/style.scss */
  .sm-t-30 {
    top: 2.1428571429rem !important;
  }
  /* line 2312, app/assets/stylesheets/theme/css/style.scss */
  .sm-t-32 {
    top: 2.2857142857rem !important;
  }
  /* line 2316, app/assets/stylesheets/theme/css/style.scss */
  .sm-t-36 {
    top: 2.5714285714rem !important;
  }
  /* line 2320, app/assets/stylesheets/theme/css/style.scss */
  .sm-t-38 {
    top: 2.7142857143rem !important;
  }
  /* line 2324, app/assets/stylesheets/theme/css/style.scss */
  .sm-t-40 {
    top: 2.8571428571rem !important;
  }
  /* line 2328, app/assets/stylesheets/theme/css/style.scss */
  .sm-t-42 {
    top: 3rem !important;
  }
  /* line 2332, app/assets/stylesheets/theme/css/style.scss */
  .sm-t-46 {
    top: 3.2857142857rem !important;
  }
  /* line 2336, app/assets/stylesheets/theme/css/style.scss */
  .sm-t-48 {
    top: 3.4285714286rem !important;
  }
  /* line 2340, app/assets/stylesheets/theme/css/style.scss */
  .sm-t-50 {
    top: 3.5714285714rem !important;
  }
  /* line 2344, app/assets/stylesheets/theme/css/style.scss */
  .sm-t-60 {
    top: 4.2857142857rem !important;
  }
  /* line 2348, app/assets/stylesheets/theme/css/style.scss */
  .sm-t-70 {
    top: 5rem !important;
  }
  /* line 2352, app/assets/stylesheets/theme/css/style.scss */
  .sm-t-80 {
    top: 5.7142857143rem !important;
  }
  /* line 2356, app/assets/stylesheets/theme/css/style.scss */
  .sm-t-90 {
    top: 6.4285714286rem !important;
  }
  /* line 2360, app/assets/stylesheets/theme/css/style.scss */
  .sm-t-100 {
    top: 7.1428571429rem !important;
  }
  /* line 2364, app/assets/stylesheets/theme/css/style.scss */
  .sm-t-110 {
    top: 7.8571428571rem !important;
  }
  /* line 2368, app/assets/stylesheets/theme/css/style.scss */
  .sm-t-120 {
    top: 8.5714285714rem !important;
  }
  /* line 2372, app/assets/stylesheets/theme/css/style.scss */
  .sm-t-130 {
    top: 9.2857142857rem !important;
  }
  /* line 2376, app/assets/stylesheets/theme/css/style.scss */
  .sm-t-140 {
    top: 10rem !important;
  }
  /* line 2380, app/assets/stylesheets/theme/css/style.scss */
  .sm-t-150 {
    top: 10.7142857143rem !important;
  }
  /* line 2384, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-0 {
    bottom: 0rem !important;
  }
  /* line 2388, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-10 {
    bottom: 0.7142857143rem !important;
  }
  /* line 2392, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-12 {
    bottom: 0.8571428571rem !important;
  }
  /* line 2396, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-14 {
    bottom: 1rem !important;
  }
  /* line 2400, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-16 {
    bottom: 1.1428571429rem !important;
  }
  /* line 2404, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-18 {
    bottom: 1.2857142857rem !important;
  }
  /* line 2408, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-20 {
    bottom: 1.4285714286rem !important;
  }
  /* line 2412, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-22 {
    bottom: 1.5714285714rem !important;
  }
  /* line 2416, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-24 {
    bottom: 1.7142857143rem !important;
  }
  /* line 2420, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-26 {
    bottom: 1.8571428571rem !important;
  }
  /* line 2424, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-30 {
    bottom: 2.1428571429rem !important;
  }
  /* line 2428, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-32 {
    bottom: 2.2857142857rem !important;
  }
  /* line 2432, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-36 {
    bottom: 2.5714285714rem !important;
  }
  /* line 2436, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-38 {
    bottom: 2.7142857143rem !important;
  }
  /* line 2440, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-40 {
    bottom: 2.8571428571rem !important;
  }
  /* line 2444, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-42 {
    bottom: 3rem !important;
  }
  /* line 2448, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-46 {
    bottom: 3.2857142857rem !important;
  }
  /* line 2452, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-48 {
    bottom: 3.4285714286rem !important;
  }
  /* line 2456, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-50 {
    bottom: 3.5714285714rem !important;
  }
  /* line 2460, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-60 {
    bottom: 4.2857142857rem !important;
  }
  /* line 2464, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-70 {
    bottom: 5rem !important;
  }
  /* line 2468, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-80 {
    bottom: 5.7142857143rem !important;
  }
  /* line 2472, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-90 {
    bottom: 6.4285714286rem !important;
  }
  /* line 2476, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-100 {
    bottom: 7.1428571429rem !important;
  }
  /* line 2480, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-110 {
    bottom: 7.8571428571rem !important;
  }
  /* line 2484, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-120 {
    bottom: 8.5714285714rem !important;
  }
  /* line 2488, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-130 {
    bottom: 9.2857142857rem !important;
  }
  /* line 2492, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-140 {
    bottom: 10rem !important;
  }
  /* line 2496, app/assets/stylesheets/theme/css/style.scss */
  .sm-l-150 {
    bottom: 10.7142857143rem !important;
  }
}

@media (max-width: 767px) {
  /* line 2501, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-nowrap {
    white-space: nowrap;
  }
  /* line 2505, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-position-static {
    position: static !important;
  }
  /* line 2509, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-position-relative {
    position: relative !important;
  }
  /* line 2513, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-position-absolute {
    position: absolute !important;
  }
  /* line 2517, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-position-fixed {
    position: fixed !important;
  }
  /* line 2521, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-position-sticky {
    position: sticky !important;
  }
  /* line 2525, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-r-0 {
    right: 0rem !important;
  }
  /* line 2529, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-r-10 {
    right: 0.7142857143rem !important;
  }
  /* line 2533, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-r-12 {
    right: 0.8571428571rem !important;
  }
  /* line 2537, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-r-14 {
    right: 1rem !important;
  }
  /* line 2541, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-r-16 {
    right: 1.1428571429rem !important;
  }
  /* line 2545, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-r-18 {
    right: 1.2857142857rem !important;
  }
  /* line 2549, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-r-20 {
    right: 1.4285714286rem !important;
  }
  /* line 2553, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-r-22 {
    right: 1.5714285714rem !important;
  }
  /* line 2557, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-r-24 {
    right: 1.7142857143rem !important;
  }
  /* line 2561, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-r-26 {
    right: 1.8571428571rem !important;
  }
  /* line 2565, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-r-30 {
    right: 2.1428571429rem !important;
  }
  /* line 2569, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-r-32 {
    right: 2.2857142857rem !important;
  }
  /* line 2573, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-r-36 {
    right: 2.5714285714rem !important;
  }
  /* line 2577, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-r-38 {
    right: 2.7142857143rem !important;
  }
  /* line 2581, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-r-40 {
    right: 2.8571428571rem !important;
  }
  /* line 2585, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-r-42 {
    right: 3rem !important;
  }
  /* line 2589, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-r-46 {
    right: 3.2857142857rem !important;
  }
  /* line 2593, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-r-48 {
    right: 3.4285714286rem !important;
  }
  /* line 2597, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-r-50 {
    right: 3.5714285714rem !important;
  }
  /* line 2601, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-r-60 {
    right: 4.2857142857rem !important;
  }
  /* line 2605, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-r-70 {
    right: 5rem !important;
  }
  /* line 2609, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-r-80 {
    right: 5.7142857143rem !important;
  }
  /* line 2613, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-r-90 {
    right: 6.4285714286rem !important;
  }
  /* line 2617, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-r-100 {
    right: 7.1428571429rem !important;
  }
  /* line 2621, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-r-110 {
    right: 7.8571428571rem !important;
  }
  /* line 2625, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-r-120 {
    right: 8.5714285714rem !important;
  }
  /* line 2629, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-r-130 {
    right: 9.2857142857rem !important;
  }
  /* line 2633, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-r-140 {
    right: 10rem !important;
  }
  /* line 2637, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-r-150 {
    right: 10.7142857143rem !important;
  }
  /* line 2641, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-0 {
    left: 0rem !important;
  }
  /* line 2645, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-10 {
    left: 0.7142857143rem !important;
  }
  /* line 2649, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-12 {
    left: 0.8571428571rem !important;
  }
  /* line 2653, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-14 {
    left: 1rem !important;
  }
  /* line 2657, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-16 {
    left: 1.1428571429rem !important;
  }
  /* line 2661, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-18 {
    left: 1.2857142857rem !important;
  }
  /* line 2665, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-20 {
    left: 1.4285714286rem !important;
  }
  /* line 2669, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-22 {
    left: 1.5714285714rem !important;
  }
  /* line 2673, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-24 {
    left: 1.7142857143rem !important;
  }
  /* line 2677, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-26 {
    left: 1.8571428571rem !important;
  }
  /* line 2681, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-30 {
    left: 2.1428571429rem !important;
  }
  /* line 2685, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-32 {
    left: 2.2857142857rem !important;
  }
  /* line 2689, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-36 {
    left: 2.5714285714rem !important;
  }
  /* line 2693, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-38 {
    left: 2.7142857143rem !important;
  }
  /* line 2697, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-40 {
    left: 2.8571428571rem !important;
  }
  /* line 2701, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-42 {
    left: 3rem !important;
  }
  /* line 2705, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-46 {
    left: 3.2857142857rem !important;
  }
  /* line 2709, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-48 {
    left: 3.4285714286rem !important;
  }
  /* line 2713, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-50 {
    left: 3.5714285714rem !important;
  }
  /* line 2717, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-60 {
    left: 4.2857142857rem !important;
  }
  /* line 2721, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-70 {
    left: 5rem !important;
  }
  /* line 2725, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-80 {
    left: 5.7142857143rem !important;
  }
  /* line 2729, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-90 {
    left: 6.4285714286rem !important;
  }
  /* line 2733, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-100 {
    left: 7.1428571429rem !important;
  }
  /* line 2737, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-110 {
    left: 7.8571428571rem !important;
  }
  /* line 2741, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-120 {
    left: 8.5714285714rem !important;
  }
  /* line 2745, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-130 {
    left: 9.2857142857rem !important;
  }
  /* line 2749, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-140 {
    left: 10rem !important;
  }
  /* line 2753, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-150 {
    left: 10.7142857143rem !important;
  }
  /* line 2757, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-t-0 {
    top: 0rem !important;
  }
  /* line 2761, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-t-10 {
    top: 0.7142857143rem !important;
  }
  /* line 2765, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-t-12 {
    top: 0.8571428571rem !important;
  }
  /* line 2769, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-t-14 {
    top: 1rem !important;
  }
  /* line 2773, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-t-16 {
    top: 1.1428571429rem !important;
  }
  /* line 2777, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-t-18 {
    top: 1.2857142857rem !important;
  }
  /* line 2781, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-t-20 {
    top: 1.4285714286rem !important;
  }
  /* line 2785, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-t-22 {
    top: 1.5714285714rem !important;
  }
  /* line 2789, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-t-24 {
    top: 1.7142857143rem !important;
  }
  /* line 2793, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-t-26 {
    top: 1.8571428571rem !important;
  }
  /* line 2797, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-t-30 {
    top: 2.1428571429rem !important;
  }
  /* line 2801, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-t-32 {
    top: 2.2857142857rem !important;
  }
  /* line 2805, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-t-36 {
    top: 2.5714285714rem !important;
  }
  /* line 2809, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-t-38 {
    top: 2.7142857143rem !important;
  }
  /* line 2813, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-t-40 {
    top: 2.8571428571rem !important;
  }
  /* line 2817, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-t-42 {
    top: 3rem !important;
  }
  /* line 2821, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-t-46 {
    top: 3.2857142857rem !important;
  }
  /* line 2825, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-t-48 {
    top: 3.4285714286rem !important;
  }
  /* line 2829, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-t-50 {
    top: 3.5714285714rem !important;
  }
  /* line 2833, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-t-60 {
    top: 4.2857142857rem !important;
  }
  /* line 2837, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-t-70 {
    top: 5rem !important;
  }
  /* line 2841, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-t-80 {
    top: 5.7142857143rem !important;
  }
  /* line 2845, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-t-90 {
    top: 6.4285714286rem !important;
  }
  /* line 2849, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-t-100 {
    top: 7.1428571429rem !important;
  }
  /* line 2853, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-t-110 {
    top: 7.8571428571rem !important;
  }
  /* line 2857, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-t-120 {
    top: 8.5714285714rem !important;
  }
  /* line 2861, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-t-130 {
    top: 9.2857142857rem !important;
  }
  /* line 2865, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-t-140 {
    top: 10rem !important;
  }
  /* line 2869, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-t-150 {
    top: 10.7142857143rem !important;
  }
  /* line 2873, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-0 {
    bottom: 0rem !important;
  }
  /* line 2877, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-10 {
    bottom: 0.7142857143rem !important;
  }
  /* line 2881, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-12 {
    bottom: 0.8571428571rem !important;
  }
  /* line 2885, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-14 {
    bottom: 1rem !important;
  }
  /* line 2889, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-16 {
    bottom: 1.1428571429rem !important;
  }
  /* line 2893, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-18 {
    bottom: 1.2857142857rem !important;
  }
  /* line 2897, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-20 {
    bottom: 1.4285714286rem !important;
  }
  /* line 2901, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-22 {
    bottom: 1.5714285714rem !important;
  }
  /* line 2905, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-24 {
    bottom: 1.7142857143rem !important;
  }
  /* line 2909, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-26 {
    bottom: 1.8571428571rem !important;
  }
  /* line 2913, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-30 {
    bottom: 2.1428571429rem !important;
  }
  /* line 2917, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-32 {
    bottom: 2.2857142857rem !important;
  }
  /* line 2921, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-36 {
    bottom: 2.5714285714rem !important;
  }
  /* line 2925, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-38 {
    bottom: 2.7142857143rem !important;
  }
  /* line 2929, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-40 {
    bottom: 2.8571428571rem !important;
  }
  /* line 2933, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-42 {
    bottom: 3rem !important;
  }
  /* line 2937, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-46 {
    bottom: 3.2857142857rem !important;
  }
  /* line 2941, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-48 {
    bottom: 3.4285714286rem !important;
  }
  /* line 2945, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-50 {
    bottom: 3.5714285714rem !important;
  }
  /* line 2949, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-60 {
    bottom: 4.2857142857rem !important;
  }
  /* line 2953, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-70 {
    bottom: 5rem !important;
  }
  /* line 2957, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-80 {
    bottom: 5.7142857143rem !important;
  }
  /* line 2961, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-90 {
    bottom: 6.4285714286rem !important;
  }
  /* line 2965, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-100 {
    bottom: 7.1428571429rem !important;
  }
  /* line 2969, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-110 {
    bottom: 7.8571428571rem !important;
  }
  /* line 2973, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-120 {
    bottom: 8.5714285714rem !important;
  }
  /* line 2977, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-130 {
    bottom: 9.2857142857rem !important;
  }
  /* line 2981, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-140 {
    bottom: 10rem !important;
  }
  /* line 2985, app/assets/stylesheets/theme/css/style.scss */
  .sm-max-l-150 {
    bottom: 10.7142857143rem !important;
  }
}

@media (min-width: 768px) {
  /* line 2990, app/assets/stylesheets/theme/css/style.scss */
  .md-nowrap {
    white-space: nowrap;
  }
  /* line 2994, app/assets/stylesheets/theme/css/style.scss */
  .md-position-static {
    position: static !important;
  }
  /* line 2998, app/assets/stylesheets/theme/css/style.scss */
  .md-position-relative {
    position: relative !important;
  }
  /* line 3002, app/assets/stylesheets/theme/css/style.scss */
  .md-position-absolute {
    position: absolute !important;
  }
  /* line 3006, app/assets/stylesheets/theme/css/style.scss */
  .md-position-fixed {
    position: fixed !important;
  }
  /* line 3010, app/assets/stylesheets/theme/css/style.scss */
  .md-position-sticky {
    position: sticky !important;
  }
  /* line 3014, app/assets/stylesheets/theme/css/style.scss */
  .md-r-0 {
    right: 0rem !important;
  }
  /* line 3018, app/assets/stylesheets/theme/css/style.scss */
  .md-r-10 {
    right: 0.7142857143rem !important;
  }
  /* line 3022, app/assets/stylesheets/theme/css/style.scss */
  .md-r-12 {
    right: 0.8571428571rem !important;
  }
  /* line 3026, app/assets/stylesheets/theme/css/style.scss */
  .md-r-14 {
    right: 1rem !important;
  }
  /* line 3030, app/assets/stylesheets/theme/css/style.scss */
  .md-r-16 {
    right: 1.1428571429rem !important;
  }
  /* line 3034, app/assets/stylesheets/theme/css/style.scss */
  .md-r-18 {
    right: 1.2857142857rem !important;
  }
  /* line 3038, app/assets/stylesheets/theme/css/style.scss */
  .md-r-20 {
    right: 1.4285714286rem !important;
  }
  /* line 3042, app/assets/stylesheets/theme/css/style.scss */
  .md-r-22 {
    right: 1.5714285714rem !important;
  }
  /* line 3046, app/assets/stylesheets/theme/css/style.scss */
  .md-r-24 {
    right: 1.7142857143rem !important;
  }
  /* line 3050, app/assets/stylesheets/theme/css/style.scss */
  .md-r-26 {
    right: 1.8571428571rem !important;
  }
  /* line 3054, app/assets/stylesheets/theme/css/style.scss */
  .md-r-30 {
    right: 2.1428571429rem !important;
  }
  /* line 3058, app/assets/stylesheets/theme/css/style.scss */
  .md-r-32 {
    right: 2.2857142857rem !important;
  }
  /* line 3062, app/assets/stylesheets/theme/css/style.scss */
  .md-r-36 {
    right: 2.5714285714rem !important;
  }
  /* line 3066, app/assets/stylesheets/theme/css/style.scss */
  .md-r-38 {
    right: 2.7142857143rem !important;
  }
  /* line 3070, app/assets/stylesheets/theme/css/style.scss */
  .md-r-40 {
    right: 2.8571428571rem !important;
  }
  /* line 3074, app/assets/stylesheets/theme/css/style.scss */
  .md-r-42 {
    right: 3rem !important;
  }
  /* line 3078, app/assets/stylesheets/theme/css/style.scss */
  .md-r-46 {
    right: 3.2857142857rem !important;
  }
  /* line 3082, app/assets/stylesheets/theme/css/style.scss */
  .md-r-48 {
    right: 3.4285714286rem !important;
  }
  /* line 3086, app/assets/stylesheets/theme/css/style.scss */
  .md-r-50 {
    right: 3.5714285714rem !important;
  }
  /* line 3090, app/assets/stylesheets/theme/css/style.scss */
  .md-r-60 {
    right: 4.2857142857rem !important;
  }
  /* line 3094, app/assets/stylesheets/theme/css/style.scss */
  .md-r-70 {
    right: 5rem !important;
  }
  /* line 3098, app/assets/stylesheets/theme/css/style.scss */
  .md-r-80 {
    right: 5.7142857143rem !important;
  }
  /* line 3102, app/assets/stylesheets/theme/css/style.scss */
  .md-r-90 {
    right: 6.4285714286rem !important;
  }
  /* line 3106, app/assets/stylesheets/theme/css/style.scss */
  .md-r-100 {
    right: 7.1428571429rem !important;
  }
  /* line 3110, app/assets/stylesheets/theme/css/style.scss */
  .md-r-110 {
    right: 7.8571428571rem !important;
  }
  /* line 3114, app/assets/stylesheets/theme/css/style.scss */
  .md-r-120 {
    right: 8.5714285714rem !important;
  }
  /* line 3118, app/assets/stylesheets/theme/css/style.scss */
  .md-r-130 {
    right: 9.2857142857rem !important;
  }
  /* line 3122, app/assets/stylesheets/theme/css/style.scss */
  .md-r-140 {
    right: 10rem !important;
  }
  /* line 3126, app/assets/stylesheets/theme/css/style.scss */
  .md-r-150 {
    right: 10.7142857143rem !important;
  }
  /* line 3130, app/assets/stylesheets/theme/css/style.scss */
  .md-l-0 {
    left: 0rem !important;
  }
  /* line 3134, app/assets/stylesheets/theme/css/style.scss */
  .md-l-10 {
    left: 0.7142857143rem !important;
  }
  /* line 3138, app/assets/stylesheets/theme/css/style.scss */
  .md-l-12 {
    left: 0.8571428571rem !important;
  }
  /* line 3142, app/assets/stylesheets/theme/css/style.scss */
  .md-l-14 {
    left: 1rem !important;
  }
  /* line 3146, app/assets/stylesheets/theme/css/style.scss */
  .md-l-16 {
    left: 1.1428571429rem !important;
  }
  /* line 3150, app/assets/stylesheets/theme/css/style.scss */
  .md-l-18 {
    left: 1.2857142857rem !important;
  }
  /* line 3154, app/assets/stylesheets/theme/css/style.scss */
  .md-l-20 {
    left: 1.4285714286rem !important;
  }
  /* line 3158, app/assets/stylesheets/theme/css/style.scss */
  .md-l-22 {
    left: 1.5714285714rem !important;
  }
  /* line 3162, app/assets/stylesheets/theme/css/style.scss */
  .md-l-24 {
    left: 1.7142857143rem !important;
  }
  /* line 3166, app/assets/stylesheets/theme/css/style.scss */
  .md-l-26 {
    left: 1.8571428571rem !important;
  }
  /* line 3170, app/assets/stylesheets/theme/css/style.scss */
  .md-l-30 {
    left: 2.1428571429rem !important;
  }
  /* line 3174, app/assets/stylesheets/theme/css/style.scss */
  .md-l-32 {
    left: 2.2857142857rem !important;
  }
  /* line 3178, app/assets/stylesheets/theme/css/style.scss */
  .md-l-36 {
    left: 2.5714285714rem !important;
  }
  /* line 3182, app/assets/stylesheets/theme/css/style.scss */
  .md-l-38 {
    left: 2.7142857143rem !important;
  }
  /* line 3186, app/assets/stylesheets/theme/css/style.scss */
  .md-l-40 {
    left: 2.8571428571rem !important;
  }
  /* line 3190, app/assets/stylesheets/theme/css/style.scss */
  .md-l-42 {
    left: 3rem !important;
  }
  /* line 3194, app/assets/stylesheets/theme/css/style.scss */
  .md-l-46 {
    left: 3.2857142857rem !important;
  }
  /* line 3198, app/assets/stylesheets/theme/css/style.scss */
  .md-l-48 {
    left: 3.4285714286rem !important;
  }
  /* line 3202, app/assets/stylesheets/theme/css/style.scss */
  .md-l-50 {
    left: 3.5714285714rem !important;
  }
  /* line 3206, app/assets/stylesheets/theme/css/style.scss */
  .md-l-60 {
    left: 4.2857142857rem !important;
  }
  /* line 3210, app/assets/stylesheets/theme/css/style.scss */
  .md-l-70 {
    left: 5rem !important;
  }
  /* line 3214, app/assets/stylesheets/theme/css/style.scss */
  .md-l-80 {
    left: 5.7142857143rem !important;
  }
  /* line 3218, app/assets/stylesheets/theme/css/style.scss */
  .md-l-90 {
    left: 6.4285714286rem !important;
  }
  /* line 3222, app/assets/stylesheets/theme/css/style.scss */
  .md-l-100 {
    left: 7.1428571429rem !important;
  }
  /* line 3226, app/assets/stylesheets/theme/css/style.scss */
  .md-l-110 {
    left: 7.8571428571rem !important;
  }
  /* line 3230, app/assets/stylesheets/theme/css/style.scss */
  .md-l-120 {
    left: 8.5714285714rem !important;
  }
  /* line 3234, app/assets/stylesheets/theme/css/style.scss */
  .md-l-130 {
    left: 9.2857142857rem !important;
  }
  /* line 3238, app/assets/stylesheets/theme/css/style.scss */
  .md-l-140 {
    left: 10rem !important;
  }
  /* line 3242, app/assets/stylesheets/theme/css/style.scss */
  .md-l-150 {
    left: 10.7142857143rem !important;
  }
  /* line 3246, app/assets/stylesheets/theme/css/style.scss */
  .md-t-0 {
    top: 0rem !important;
  }
  /* line 3250, app/assets/stylesheets/theme/css/style.scss */
  .md-t-10 {
    top: 0.7142857143rem !important;
  }
  /* line 3254, app/assets/stylesheets/theme/css/style.scss */
  .md-t-12 {
    top: 0.8571428571rem !important;
  }
  /* line 3258, app/assets/stylesheets/theme/css/style.scss */
  .md-t-14 {
    top: 1rem !important;
  }
  /* line 3262, app/assets/stylesheets/theme/css/style.scss */
  .md-t-16 {
    top: 1.1428571429rem !important;
  }
  /* line 3266, app/assets/stylesheets/theme/css/style.scss */
  .md-t-18 {
    top: 1.2857142857rem !important;
  }
  /* line 3270, app/assets/stylesheets/theme/css/style.scss */
  .md-t-20 {
    top: 1.4285714286rem !important;
  }
  /* line 3274, app/assets/stylesheets/theme/css/style.scss */
  .md-t-22 {
    top: 1.5714285714rem !important;
  }
  /* line 3278, app/assets/stylesheets/theme/css/style.scss */
  .md-t-24 {
    top: 1.7142857143rem !important;
  }
  /* line 3282, app/assets/stylesheets/theme/css/style.scss */
  .md-t-26 {
    top: 1.8571428571rem !important;
  }
  /* line 3286, app/assets/stylesheets/theme/css/style.scss */
  .md-t-30 {
    top: 2.1428571429rem !important;
  }
  /* line 3290, app/assets/stylesheets/theme/css/style.scss */
  .md-t-32 {
    top: 2.2857142857rem !important;
  }
  /* line 3294, app/assets/stylesheets/theme/css/style.scss */
  .md-t-36 {
    top: 2.5714285714rem !important;
  }
  /* line 3298, app/assets/stylesheets/theme/css/style.scss */
  .md-t-38 {
    top: 2.7142857143rem !important;
  }
  /* line 3302, app/assets/stylesheets/theme/css/style.scss */
  .md-t-40 {
    top: 2.8571428571rem !important;
  }
  /* line 3306, app/assets/stylesheets/theme/css/style.scss */
  .md-t-42 {
    top: 3rem !important;
  }
  /* line 3310, app/assets/stylesheets/theme/css/style.scss */
  .md-t-46 {
    top: 3.2857142857rem !important;
  }
  /* line 3314, app/assets/stylesheets/theme/css/style.scss */
  .md-t-48 {
    top: 3.4285714286rem !important;
  }
  /* line 3318, app/assets/stylesheets/theme/css/style.scss */
  .md-t-50 {
    top: 3.5714285714rem !important;
  }
  /* line 3322, app/assets/stylesheets/theme/css/style.scss */
  .md-t-60 {
    top: 4.2857142857rem !important;
  }
  /* line 3326, app/assets/stylesheets/theme/css/style.scss */
  .md-t-70 {
    top: 5rem !important;
  }
  /* line 3330, app/assets/stylesheets/theme/css/style.scss */
  .md-t-80 {
    top: 5.7142857143rem !important;
  }
  /* line 3334, app/assets/stylesheets/theme/css/style.scss */
  .md-t-90 {
    top: 6.4285714286rem !important;
  }
  /* line 3338, app/assets/stylesheets/theme/css/style.scss */
  .md-t-100 {
    top: 7.1428571429rem !important;
  }
  /* line 3342, app/assets/stylesheets/theme/css/style.scss */
  .md-t-110 {
    top: 7.8571428571rem !important;
  }
  /* line 3346, app/assets/stylesheets/theme/css/style.scss */
  .md-t-120 {
    top: 8.5714285714rem !important;
  }
  /* line 3350, app/assets/stylesheets/theme/css/style.scss */
  .md-t-130 {
    top: 9.2857142857rem !important;
  }
  /* line 3354, app/assets/stylesheets/theme/css/style.scss */
  .md-t-140 {
    top: 10rem !important;
  }
  /* line 3358, app/assets/stylesheets/theme/css/style.scss */
  .md-t-150 {
    top: 10.7142857143rem !important;
  }
  /* line 3362, app/assets/stylesheets/theme/css/style.scss */
  .md-l-0 {
    bottom: 0rem !important;
  }
  /* line 3366, app/assets/stylesheets/theme/css/style.scss */
  .md-l-10 {
    bottom: 0.7142857143rem !important;
  }
  /* line 3370, app/assets/stylesheets/theme/css/style.scss */
  .md-l-12 {
    bottom: 0.8571428571rem !important;
  }
  /* line 3374, app/assets/stylesheets/theme/css/style.scss */
  .md-l-14 {
    bottom: 1rem !important;
  }
  /* line 3378, app/assets/stylesheets/theme/css/style.scss */
  .md-l-16 {
    bottom: 1.1428571429rem !important;
  }
  /* line 3382, app/assets/stylesheets/theme/css/style.scss */
  .md-l-18 {
    bottom: 1.2857142857rem !important;
  }
  /* line 3386, app/assets/stylesheets/theme/css/style.scss */
  .md-l-20 {
    bottom: 1.4285714286rem !important;
  }
  /* line 3390, app/assets/stylesheets/theme/css/style.scss */
  .md-l-22 {
    bottom: 1.5714285714rem !important;
  }
  /* line 3394, app/assets/stylesheets/theme/css/style.scss */
  .md-l-24 {
    bottom: 1.7142857143rem !important;
  }
  /* line 3398, app/assets/stylesheets/theme/css/style.scss */
  .md-l-26 {
    bottom: 1.8571428571rem !important;
  }
  /* line 3402, app/assets/stylesheets/theme/css/style.scss */
  .md-l-30 {
    bottom: 2.1428571429rem !important;
  }
  /* line 3406, app/assets/stylesheets/theme/css/style.scss */
  .md-l-32 {
    bottom: 2.2857142857rem !important;
  }
  /* line 3410, app/assets/stylesheets/theme/css/style.scss */
  .md-l-36 {
    bottom: 2.5714285714rem !important;
  }
  /* line 3414, app/assets/stylesheets/theme/css/style.scss */
  .md-l-38 {
    bottom: 2.7142857143rem !important;
  }
  /* line 3418, app/assets/stylesheets/theme/css/style.scss */
  .md-l-40 {
    bottom: 2.8571428571rem !important;
  }
  /* line 3422, app/assets/stylesheets/theme/css/style.scss */
  .md-l-42 {
    bottom: 3rem !important;
  }
  /* line 3426, app/assets/stylesheets/theme/css/style.scss */
  .md-l-46 {
    bottom: 3.2857142857rem !important;
  }
  /* line 3430, app/assets/stylesheets/theme/css/style.scss */
  .md-l-48 {
    bottom: 3.4285714286rem !important;
  }
  /* line 3434, app/assets/stylesheets/theme/css/style.scss */
  .md-l-50 {
    bottom: 3.5714285714rem !important;
  }
  /* line 3438, app/assets/stylesheets/theme/css/style.scss */
  .md-l-60 {
    bottom: 4.2857142857rem !important;
  }
  /* line 3442, app/assets/stylesheets/theme/css/style.scss */
  .md-l-70 {
    bottom: 5rem !important;
  }
  /* line 3446, app/assets/stylesheets/theme/css/style.scss */
  .md-l-80 {
    bottom: 5.7142857143rem !important;
  }
  /* line 3450, app/assets/stylesheets/theme/css/style.scss */
  .md-l-90 {
    bottom: 6.4285714286rem !important;
  }
  /* line 3454, app/assets/stylesheets/theme/css/style.scss */
  .md-l-100 {
    bottom: 7.1428571429rem !important;
  }
  /* line 3458, app/assets/stylesheets/theme/css/style.scss */
  .md-l-110 {
    bottom: 7.8571428571rem !important;
  }
  /* line 3462, app/assets/stylesheets/theme/css/style.scss */
  .md-l-120 {
    bottom: 8.5714285714rem !important;
  }
  /* line 3466, app/assets/stylesheets/theme/css/style.scss */
  .md-l-130 {
    bottom: 9.2857142857rem !important;
  }
  /* line 3470, app/assets/stylesheets/theme/css/style.scss */
  .md-l-140 {
    bottom: 10rem !important;
  }
  /* line 3474, app/assets/stylesheets/theme/css/style.scss */
  .md-l-150 {
    bottom: 10.7142857143rem !important;
  }
}

@media (max-width: 991px) {
  /* line 3479, app/assets/stylesheets/theme/css/style.scss */
  .md-max-nowrap {
    white-space: nowrap;
  }
  /* line 3483, app/assets/stylesheets/theme/css/style.scss */
  .md-max-position-static {
    position: static !important;
  }
  /* line 3487, app/assets/stylesheets/theme/css/style.scss */
  .md-max-position-relative {
    position: relative !important;
  }
  /* line 3491, app/assets/stylesheets/theme/css/style.scss */
  .md-max-position-absolute {
    position: absolute !important;
  }
  /* line 3495, app/assets/stylesheets/theme/css/style.scss */
  .md-max-position-fixed {
    position: fixed !important;
  }
  /* line 3499, app/assets/stylesheets/theme/css/style.scss */
  .md-max-position-sticky {
    position: sticky !important;
  }
  /* line 3503, app/assets/stylesheets/theme/css/style.scss */
  .md-max-r-0 {
    right: 0rem !important;
  }
  /* line 3507, app/assets/stylesheets/theme/css/style.scss */
  .md-max-r-10 {
    right: 0.7142857143rem !important;
  }
  /* line 3511, app/assets/stylesheets/theme/css/style.scss */
  .md-max-r-12 {
    right: 0.8571428571rem !important;
  }
  /* line 3515, app/assets/stylesheets/theme/css/style.scss */
  .md-max-r-14 {
    right: 1rem !important;
  }
  /* line 3519, app/assets/stylesheets/theme/css/style.scss */
  .md-max-r-16 {
    right: 1.1428571429rem !important;
  }
  /* line 3523, app/assets/stylesheets/theme/css/style.scss */
  .md-max-r-18 {
    right: 1.2857142857rem !important;
  }
  /* line 3527, app/assets/stylesheets/theme/css/style.scss */
  .md-max-r-20 {
    right: 1.4285714286rem !important;
  }
  /* line 3531, app/assets/stylesheets/theme/css/style.scss */
  .md-max-r-22 {
    right: 1.5714285714rem !important;
  }
  /* line 3535, app/assets/stylesheets/theme/css/style.scss */
  .md-max-r-24 {
    right: 1.7142857143rem !important;
  }
  /* line 3539, app/assets/stylesheets/theme/css/style.scss */
  .md-max-r-26 {
    right: 1.8571428571rem !important;
  }
  /* line 3543, app/assets/stylesheets/theme/css/style.scss */
  .md-max-r-30 {
    right: 2.1428571429rem !important;
  }
  /* line 3547, app/assets/stylesheets/theme/css/style.scss */
  .md-max-r-32 {
    right: 2.2857142857rem !important;
  }
  /* line 3551, app/assets/stylesheets/theme/css/style.scss */
  .md-max-r-36 {
    right: 2.5714285714rem !important;
  }
  /* line 3555, app/assets/stylesheets/theme/css/style.scss */
  .md-max-r-38 {
    right: 2.7142857143rem !important;
  }
  /* line 3559, app/assets/stylesheets/theme/css/style.scss */
  .md-max-r-40 {
    right: 2.8571428571rem !important;
  }
  /* line 3563, app/assets/stylesheets/theme/css/style.scss */
  .md-max-r-42 {
    right: 3rem !important;
  }
  /* line 3567, app/assets/stylesheets/theme/css/style.scss */
  .md-max-r-46 {
    right: 3.2857142857rem !important;
  }
  /* line 3571, app/assets/stylesheets/theme/css/style.scss */
  .md-max-r-48 {
    right: 3.4285714286rem !important;
  }
  /* line 3575, app/assets/stylesheets/theme/css/style.scss */
  .md-max-r-50 {
    right: 3.5714285714rem !important;
  }
  /* line 3579, app/assets/stylesheets/theme/css/style.scss */
  .md-max-r-60 {
    right: 4.2857142857rem !important;
  }
  /* line 3583, app/assets/stylesheets/theme/css/style.scss */
  .md-max-r-70 {
    right: 5rem !important;
  }
  /* line 3587, app/assets/stylesheets/theme/css/style.scss */
  .md-max-r-80 {
    right: 5.7142857143rem !important;
  }
  /* line 3591, app/assets/stylesheets/theme/css/style.scss */
  .md-max-r-90 {
    right: 6.4285714286rem !important;
  }
  /* line 3595, app/assets/stylesheets/theme/css/style.scss */
  .md-max-r-100 {
    right: 7.1428571429rem !important;
  }
  /* line 3599, app/assets/stylesheets/theme/css/style.scss */
  .md-max-r-110 {
    right: 7.8571428571rem !important;
  }
  /* line 3603, app/assets/stylesheets/theme/css/style.scss */
  .md-max-r-120 {
    right: 8.5714285714rem !important;
  }
  /* line 3607, app/assets/stylesheets/theme/css/style.scss */
  .md-max-r-130 {
    right: 9.2857142857rem !important;
  }
  /* line 3611, app/assets/stylesheets/theme/css/style.scss */
  .md-max-r-140 {
    right: 10rem !important;
  }
  /* line 3615, app/assets/stylesheets/theme/css/style.scss */
  .md-max-r-150 {
    right: 10.7142857143rem !important;
  }
  /* line 3619, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-0 {
    left: 0rem !important;
  }
  /* line 3623, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-10 {
    left: 0.7142857143rem !important;
  }
  /* line 3627, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-12 {
    left: 0.8571428571rem !important;
  }
  /* line 3631, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-14 {
    left: 1rem !important;
  }
  /* line 3635, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-16 {
    left: 1.1428571429rem !important;
  }
  /* line 3639, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-18 {
    left: 1.2857142857rem !important;
  }
  /* line 3643, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-20 {
    left: 1.4285714286rem !important;
  }
  /* line 3647, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-22 {
    left: 1.5714285714rem !important;
  }
  /* line 3651, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-24 {
    left: 1.7142857143rem !important;
  }
  /* line 3655, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-26 {
    left: 1.8571428571rem !important;
  }
  /* line 3659, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-30 {
    left: 2.1428571429rem !important;
  }
  /* line 3663, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-32 {
    left: 2.2857142857rem !important;
  }
  /* line 3667, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-36 {
    left: 2.5714285714rem !important;
  }
  /* line 3671, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-38 {
    left: 2.7142857143rem !important;
  }
  /* line 3675, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-40 {
    left: 2.8571428571rem !important;
  }
  /* line 3679, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-42 {
    left: 3rem !important;
  }
  /* line 3683, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-46 {
    left: 3.2857142857rem !important;
  }
  /* line 3687, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-48 {
    left: 3.4285714286rem !important;
  }
  /* line 3691, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-50 {
    left: 3.5714285714rem !important;
  }
  /* line 3695, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-60 {
    left: 4.2857142857rem !important;
  }
  /* line 3699, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-70 {
    left: 5rem !important;
  }
  /* line 3703, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-80 {
    left: 5.7142857143rem !important;
  }
  /* line 3707, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-90 {
    left: 6.4285714286rem !important;
  }
  /* line 3711, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-100 {
    left: 7.1428571429rem !important;
  }
  /* line 3715, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-110 {
    left: 7.8571428571rem !important;
  }
  /* line 3719, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-120 {
    left: 8.5714285714rem !important;
  }
  /* line 3723, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-130 {
    left: 9.2857142857rem !important;
  }
  /* line 3727, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-140 {
    left: 10rem !important;
  }
  /* line 3731, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-150 {
    left: 10.7142857143rem !important;
  }
  /* line 3735, app/assets/stylesheets/theme/css/style.scss */
  .md-max-t-0 {
    top: 0rem !important;
  }
  /* line 3739, app/assets/stylesheets/theme/css/style.scss */
  .md-max-t-10 {
    top: 0.7142857143rem !important;
  }
  /* line 3743, app/assets/stylesheets/theme/css/style.scss */
  .md-max-t-12 {
    top: 0.8571428571rem !important;
  }
  /* line 3747, app/assets/stylesheets/theme/css/style.scss */
  .md-max-t-14 {
    top: 1rem !important;
  }
  /* line 3751, app/assets/stylesheets/theme/css/style.scss */
  .md-max-t-16 {
    top: 1.1428571429rem !important;
  }
  /* line 3755, app/assets/stylesheets/theme/css/style.scss */
  .md-max-t-18 {
    top: 1.2857142857rem !important;
  }
  /* line 3759, app/assets/stylesheets/theme/css/style.scss */
  .md-max-t-20 {
    top: 1.4285714286rem !important;
  }
  /* line 3763, app/assets/stylesheets/theme/css/style.scss */
  .md-max-t-22 {
    top: 1.5714285714rem !important;
  }
  /* line 3767, app/assets/stylesheets/theme/css/style.scss */
  .md-max-t-24 {
    top: 1.7142857143rem !important;
  }
  /* line 3771, app/assets/stylesheets/theme/css/style.scss */
  .md-max-t-26 {
    top: 1.8571428571rem !important;
  }
  /* line 3775, app/assets/stylesheets/theme/css/style.scss */
  .md-max-t-30 {
    top: 2.1428571429rem !important;
  }
  /* line 3779, app/assets/stylesheets/theme/css/style.scss */
  .md-max-t-32 {
    top: 2.2857142857rem !important;
  }
  /* line 3783, app/assets/stylesheets/theme/css/style.scss */
  .md-max-t-36 {
    top: 2.5714285714rem !important;
  }
  /* line 3787, app/assets/stylesheets/theme/css/style.scss */
  .md-max-t-38 {
    top: 2.7142857143rem !important;
  }
  /* line 3791, app/assets/stylesheets/theme/css/style.scss */
  .md-max-t-40 {
    top: 2.8571428571rem !important;
  }
  /* line 3795, app/assets/stylesheets/theme/css/style.scss */
  .md-max-t-42 {
    top: 3rem !important;
  }
  /* line 3799, app/assets/stylesheets/theme/css/style.scss */
  .md-max-t-46 {
    top: 3.2857142857rem !important;
  }
  /* line 3803, app/assets/stylesheets/theme/css/style.scss */
  .md-max-t-48 {
    top: 3.4285714286rem !important;
  }
  /* line 3807, app/assets/stylesheets/theme/css/style.scss */
  .md-max-t-50 {
    top: 3.5714285714rem !important;
  }
  /* line 3811, app/assets/stylesheets/theme/css/style.scss */
  .md-max-t-60 {
    top: 4.2857142857rem !important;
  }
  /* line 3815, app/assets/stylesheets/theme/css/style.scss */
  .md-max-t-70 {
    top: 5rem !important;
  }
  /* line 3819, app/assets/stylesheets/theme/css/style.scss */
  .md-max-t-80 {
    top: 5.7142857143rem !important;
  }
  /* line 3823, app/assets/stylesheets/theme/css/style.scss */
  .md-max-t-90 {
    top: 6.4285714286rem !important;
  }
  /* line 3827, app/assets/stylesheets/theme/css/style.scss */
  .md-max-t-100 {
    top: 7.1428571429rem !important;
  }
  /* line 3831, app/assets/stylesheets/theme/css/style.scss */
  .md-max-t-110 {
    top: 7.8571428571rem !important;
  }
  /* line 3835, app/assets/stylesheets/theme/css/style.scss */
  .md-max-t-120 {
    top: 8.5714285714rem !important;
  }
  /* line 3839, app/assets/stylesheets/theme/css/style.scss */
  .md-max-t-130 {
    top: 9.2857142857rem !important;
  }
  /* line 3843, app/assets/stylesheets/theme/css/style.scss */
  .md-max-t-140 {
    top: 10rem !important;
  }
  /* line 3847, app/assets/stylesheets/theme/css/style.scss */
  .md-max-t-150 {
    top: 10.7142857143rem !important;
  }
  /* line 3851, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-0 {
    bottom: 0rem !important;
  }
  /* line 3855, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-10 {
    bottom: 0.7142857143rem !important;
  }
  /* line 3859, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-12 {
    bottom: 0.8571428571rem !important;
  }
  /* line 3863, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-14 {
    bottom: 1rem !important;
  }
  /* line 3867, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-16 {
    bottom: 1.1428571429rem !important;
  }
  /* line 3871, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-18 {
    bottom: 1.2857142857rem !important;
  }
  /* line 3875, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-20 {
    bottom: 1.4285714286rem !important;
  }
  /* line 3879, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-22 {
    bottom: 1.5714285714rem !important;
  }
  /* line 3883, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-24 {
    bottom: 1.7142857143rem !important;
  }
  /* line 3887, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-26 {
    bottom: 1.8571428571rem !important;
  }
  /* line 3891, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-30 {
    bottom: 2.1428571429rem !important;
  }
  /* line 3895, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-32 {
    bottom: 2.2857142857rem !important;
  }
  /* line 3899, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-36 {
    bottom: 2.5714285714rem !important;
  }
  /* line 3903, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-38 {
    bottom: 2.7142857143rem !important;
  }
  /* line 3907, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-40 {
    bottom: 2.8571428571rem !important;
  }
  /* line 3911, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-42 {
    bottom: 3rem !important;
  }
  /* line 3915, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-46 {
    bottom: 3.2857142857rem !important;
  }
  /* line 3919, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-48 {
    bottom: 3.4285714286rem !important;
  }
  /* line 3923, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-50 {
    bottom: 3.5714285714rem !important;
  }
  /* line 3927, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-60 {
    bottom: 4.2857142857rem !important;
  }
  /* line 3931, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-70 {
    bottom: 5rem !important;
  }
  /* line 3935, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-80 {
    bottom: 5.7142857143rem !important;
  }
  /* line 3939, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-90 {
    bottom: 6.4285714286rem !important;
  }
  /* line 3943, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-100 {
    bottom: 7.1428571429rem !important;
  }
  /* line 3947, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-110 {
    bottom: 7.8571428571rem !important;
  }
  /* line 3951, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-120 {
    bottom: 8.5714285714rem !important;
  }
  /* line 3955, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-130 {
    bottom: 9.2857142857rem !important;
  }
  /* line 3959, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-140 {
    bottom: 10rem !important;
  }
  /* line 3963, app/assets/stylesheets/theme/css/style.scss */
  .md-max-l-150 {
    bottom: 10.7142857143rem !important;
  }
}

@media (min-width: 992px) {
  /* line 3968, app/assets/stylesheets/theme/css/style.scss */
  .lg-nowrap {
    white-space: nowrap;
  }
  /* line 3972, app/assets/stylesheets/theme/css/style.scss */
  .lg-position-static {
    position: static !important;
  }
  /* line 3976, app/assets/stylesheets/theme/css/style.scss */
  .lg-position-relative {
    position: relative !important;
  }
  /* line 3980, app/assets/stylesheets/theme/css/style.scss */
  .lg-position-absolute {
    position: absolute !important;
  }
  /* line 3984, app/assets/stylesheets/theme/css/style.scss */
  .lg-position-fixed {
    position: fixed !important;
  }
  /* line 3988, app/assets/stylesheets/theme/css/style.scss */
  .lg-position-sticky {
    position: sticky !important;
  }
  /* line 3992, app/assets/stylesheets/theme/css/style.scss */
  .lg-r-0 {
    right: 0rem !important;
  }
  /* line 3996, app/assets/stylesheets/theme/css/style.scss */
  .lg-r-10 {
    right: 0.7142857143rem !important;
  }
  /* line 4000, app/assets/stylesheets/theme/css/style.scss */
  .lg-r-12 {
    right: 0.8571428571rem !important;
  }
  /* line 4004, app/assets/stylesheets/theme/css/style.scss */
  .lg-r-14 {
    right: 1rem !important;
  }
  /* line 4008, app/assets/stylesheets/theme/css/style.scss */
  .lg-r-16 {
    right: 1.1428571429rem !important;
  }
  /* line 4012, app/assets/stylesheets/theme/css/style.scss */
  .lg-r-18 {
    right: 1.2857142857rem !important;
  }
  /* line 4016, app/assets/stylesheets/theme/css/style.scss */
  .lg-r-20 {
    right: 1.4285714286rem !important;
  }
  /* line 4020, app/assets/stylesheets/theme/css/style.scss */
  .lg-r-22 {
    right: 1.5714285714rem !important;
  }
  /* line 4024, app/assets/stylesheets/theme/css/style.scss */
  .lg-r-24 {
    right: 1.7142857143rem !important;
  }
  /* line 4028, app/assets/stylesheets/theme/css/style.scss */
  .lg-r-26 {
    right: 1.8571428571rem !important;
  }
  /* line 4032, app/assets/stylesheets/theme/css/style.scss */
  .lg-r-30 {
    right: 2.1428571429rem !important;
  }
  /* line 4036, app/assets/stylesheets/theme/css/style.scss */
  .lg-r-32 {
    right: 2.2857142857rem !important;
  }
  /* line 4040, app/assets/stylesheets/theme/css/style.scss */
  .lg-r-36 {
    right: 2.5714285714rem !important;
  }
  /* line 4044, app/assets/stylesheets/theme/css/style.scss */
  .lg-r-38 {
    right: 2.7142857143rem !important;
  }
  /* line 4048, app/assets/stylesheets/theme/css/style.scss */
  .lg-r-40 {
    right: 2.8571428571rem !important;
  }
  /* line 4052, app/assets/stylesheets/theme/css/style.scss */
  .lg-r-42 {
    right: 3rem !important;
  }
  /* line 4056, app/assets/stylesheets/theme/css/style.scss */
  .lg-r-46 {
    right: 3.2857142857rem !important;
  }
  /* line 4060, app/assets/stylesheets/theme/css/style.scss */
  .lg-r-48 {
    right: 3.4285714286rem !important;
  }
  /* line 4064, app/assets/stylesheets/theme/css/style.scss */
  .lg-r-50 {
    right: 3.5714285714rem !important;
  }
  /* line 4068, app/assets/stylesheets/theme/css/style.scss */
  .lg-r-60 {
    right: 4.2857142857rem !important;
  }
  /* line 4072, app/assets/stylesheets/theme/css/style.scss */
  .lg-r-70 {
    right: 5rem !important;
  }
  /* line 4076, app/assets/stylesheets/theme/css/style.scss */
  .lg-r-80 {
    right: 5.7142857143rem !important;
  }
  /* line 4080, app/assets/stylesheets/theme/css/style.scss */
  .lg-r-90 {
    right: 6.4285714286rem !important;
  }
  /* line 4084, app/assets/stylesheets/theme/css/style.scss */
  .lg-r-100 {
    right: 7.1428571429rem !important;
  }
  /* line 4088, app/assets/stylesheets/theme/css/style.scss */
  .lg-r-110 {
    right: 7.8571428571rem !important;
  }
  /* line 4092, app/assets/stylesheets/theme/css/style.scss */
  .lg-r-120 {
    right: 8.5714285714rem !important;
  }
  /* line 4096, app/assets/stylesheets/theme/css/style.scss */
  .lg-r-130 {
    right: 9.2857142857rem !important;
  }
  /* line 4100, app/assets/stylesheets/theme/css/style.scss */
  .lg-r-140 {
    right: 10rem !important;
  }
  /* line 4104, app/assets/stylesheets/theme/css/style.scss */
  .lg-r-150 {
    right: 10.7142857143rem !important;
  }
  /* line 4108, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-0 {
    left: 0rem !important;
  }
  /* line 4112, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-10 {
    left: 0.7142857143rem !important;
  }
  /* line 4116, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-12 {
    left: 0.8571428571rem !important;
  }
  /* line 4120, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-14 {
    left: 1rem !important;
  }
  /* line 4124, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-16 {
    left: 1.1428571429rem !important;
  }
  /* line 4128, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-18 {
    left: 1.2857142857rem !important;
  }
  /* line 4132, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-20 {
    left: 1.4285714286rem !important;
  }
  /* line 4136, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-22 {
    left: 1.5714285714rem !important;
  }
  /* line 4140, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-24 {
    left: 1.7142857143rem !important;
  }
  /* line 4144, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-26 {
    left: 1.8571428571rem !important;
  }
  /* line 4148, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-30 {
    left: 2.1428571429rem !important;
  }
  /* line 4152, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-32 {
    left: 2.2857142857rem !important;
  }
  /* line 4156, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-36 {
    left: 2.5714285714rem !important;
  }
  /* line 4160, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-38 {
    left: 2.7142857143rem !important;
  }
  /* line 4164, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-40 {
    left: 2.8571428571rem !important;
  }
  /* line 4168, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-42 {
    left: 3rem !important;
  }
  /* line 4172, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-46 {
    left: 3.2857142857rem !important;
  }
  /* line 4176, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-48 {
    left: 3.4285714286rem !important;
  }
  /* line 4180, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-50 {
    left: 3.5714285714rem !important;
  }
  /* line 4184, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-60 {
    left: 4.2857142857rem !important;
  }
  /* line 4188, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-70 {
    left: 5rem !important;
  }
  /* line 4192, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-80 {
    left: 5.7142857143rem !important;
  }
  /* line 4196, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-90 {
    left: 6.4285714286rem !important;
  }
  /* line 4200, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-100 {
    left: 7.1428571429rem !important;
  }
  /* line 4204, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-110 {
    left: 7.8571428571rem !important;
  }
  /* line 4208, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-120 {
    left: 8.5714285714rem !important;
  }
  /* line 4212, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-130 {
    left: 9.2857142857rem !important;
  }
  /* line 4216, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-140 {
    left: 10rem !important;
  }
  /* line 4220, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-150 {
    left: 10.7142857143rem !important;
  }
  /* line 4224, app/assets/stylesheets/theme/css/style.scss */
  .lg-t-0 {
    top: 0rem !important;
  }
  /* line 4228, app/assets/stylesheets/theme/css/style.scss */
  .lg-t-10 {
    top: 0.7142857143rem !important;
  }
  /* line 4232, app/assets/stylesheets/theme/css/style.scss */
  .lg-t-12 {
    top: 0.8571428571rem !important;
  }
  /* line 4236, app/assets/stylesheets/theme/css/style.scss */
  .lg-t-14 {
    top: 1rem !important;
  }
  /* line 4240, app/assets/stylesheets/theme/css/style.scss */
  .lg-t-16 {
    top: 1.1428571429rem !important;
  }
  /* line 4244, app/assets/stylesheets/theme/css/style.scss */
  .lg-t-18 {
    top: 1.2857142857rem !important;
  }
  /* line 4248, app/assets/stylesheets/theme/css/style.scss */
  .lg-t-20 {
    top: 1.4285714286rem !important;
  }
  /* line 4252, app/assets/stylesheets/theme/css/style.scss */
  .lg-t-22 {
    top: 1.5714285714rem !important;
  }
  /* line 4256, app/assets/stylesheets/theme/css/style.scss */
  .lg-t-24 {
    top: 1.7142857143rem !important;
  }
  /* line 4260, app/assets/stylesheets/theme/css/style.scss */
  .lg-t-26 {
    top: 1.8571428571rem !important;
  }
  /* line 4264, app/assets/stylesheets/theme/css/style.scss */
  .lg-t-30 {
    top: 2.1428571429rem !important;
  }
  /* line 4268, app/assets/stylesheets/theme/css/style.scss */
  .lg-t-32 {
    top: 2.2857142857rem !important;
  }
  /* line 4272, app/assets/stylesheets/theme/css/style.scss */
  .lg-t-36 {
    top: 2.5714285714rem !important;
  }
  /* line 4276, app/assets/stylesheets/theme/css/style.scss */
  .lg-t-38 {
    top: 2.7142857143rem !important;
  }
  /* line 4280, app/assets/stylesheets/theme/css/style.scss */
  .lg-t-40 {
    top: 2.8571428571rem !important;
  }
  /* line 4284, app/assets/stylesheets/theme/css/style.scss */
  .lg-t-42 {
    top: 3rem !important;
  }
  /* line 4288, app/assets/stylesheets/theme/css/style.scss */
  .lg-t-46 {
    top: 3.2857142857rem !important;
  }
  /* line 4292, app/assets/stylesheets/theme/css/style.scss */
  .lg-t-48 {
    top: 3.4285714286rem !important;
  }
  /* line 4296, app/assets/stylesheets/theme/css/style.scss */
  .lg-t-50 {
    top: 3.5714285714rem !important;
  }
  /* line 4300, app/assets/stylesheets/theme/css/style.scss */
  .lg-t-60 {
    top: 4.2857142857rem !important;
  }
  /* line 4304, app/assets/stylesheets/theme/css/style.scss */
  .lg-t-70 {
    top: 5rem !important;
  }
  /* line 4308, app/assets/stylesheets/theme/css/style.scss */
  .lg-t-80 {
    top: 5.7142857143rem !important;
  }
  /* line 4312, app/assets/stylesheets/theme/css/style.scss */
  .lg-t-90 {
    top: 6.4285714286rem !important;
  }
  /* line 4316, app/assets/stylesheets/theme/css/style.scss */
  .lg-t-100 {
    top: 7.1428571429rem !important;
  }
  /* line 4320, app/assets/stylesheets/theme/css/style.scss */
  .lg-t-110 {
    top: 7.8571428571rem !important;
  }
  /* line 4324, app/assets/stylesheets/theme/css/style.scss */
  .lg-t-120 {
    top: 8.5714285714rem !important;
  }
  /* line 4328, app/assets/stylesheets/theme/css/style.scss */
  .lg-t-130 {
    top: 9.2857142857rem !important;
  }
  /* line 4332, app/assets/stylesheets/theme/css/style.scss */
  .lg-t-140 {
    top: 10rem !important;
  }
  /* line 4336, app/assets/stylesheets/theme/css/style.scss */
  .lg-t-150 {
    top: 10.7142857143rem !important;
  }
  /* line 4340, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-0 {
    bottom: 0rem !important;
  }
  /* line 4344, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-10 {
    bottom: 0.7142857143rem !important;
  }
  /* line 4348, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-12 {
    bottom: 0.8571428571rem !important;
  }
  /* line 4352, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-14 {
    bottom: 1rem !important;
  }
  /* line 4356, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-16 {
    bottom: 1.1428571429rem !important;
  }
  /* line 4360, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-18 {
    bottom: 1.2857142857rem !important;
  }
  /* line 4364, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-20 {
    bottom: 1.4285714286rem !important;
  }
  /* line 4368, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-22 {
    bottom: 1.5714285714rem !important;
  }
  /* line 4372, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-24 {
    bottom: 1.7142857143rem !important;
  }
  /* line 4376, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-26 {
    bottom: 1.8571428571rem !important;
  }
  /* line 4380, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-30 {
    bottom: 2.1428571429rem !important;
  }
  /* line 4384, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-32 {
    bottom: 2.2857142857rem !important;
  }
  /* line 4388, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-36 {
    bottom: 2.5714285714rem !important;
  }
  /* line 4392, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-38 {
    bottom: 2.7142857143rem !important;
  }
  /* line 4396, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-40 {
    bottom: 2.8571428571rem !important;
  }
  /* line 4400, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-42 {
    bottom: 3rem !important;
  }
  /* line 4404, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-46 {
    bottom: 3.2857142857rem !important;
  }
  /* line 4408, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-48 {
    bottom: 3.4285714286rem !important;
  }
  /* line 4412, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-50 {
    bottom: 3.5714285714rem !important;
  }
  /* line 4416, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-60 {
    bottom: 4.2857142857rem !important;
  }
  /* line 4420, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-70 {
    bottom: 5rem !important;
  }
  /* line 4424, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-80 {
    bottom: 5.7142857143rem !important;
  }
  /* line 4428, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-90 {
    bottom: 6.4285714286rem !important;
  }
  /* line 4432, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-100 {
    bottom: 7.1428571429rem !important;
  }
  /* line 4436, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-110 {
    bottom: 7.8571428571rem !important;
  }
  /* line 4440, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-120 {
    bottom: 8.5714285714rem !important;
  }
  /* line 4444, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-130 {
    bottom: 9.2857142857rem !important;
  }
  /* line 4448, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-140 {
    bottom: 10rem !important;
  }
  /* line 4452, app/assets/stylesheets/theme/css/style.scss */
  .lg-l-150 {
    bottom: 10.7142857143rem !important;
  }
}

@media (max-width: 1024px) {
  /* line 4457, app/assets/stylesheets/theme/css/style.scss */
  .tl-nowrap {
    white-space: nowrap;
  }
  /* line 4461, app/assets/stylesheets/theme/css/style.scss */
  .tl-position-static {
    position: static !important;
  }
  /* line 4465, app/assets/stylesheets/theme/css/style.scss */
  .tl-position-relative {
    position: relative !important;
  }
  /* line 4469, app/assets/stylesheets/theme/css/style.scss */
  .tl-position-absolute {
    position: absolute !important;
  }
  /* line 4473, app/assets/stylesheets/theme/css/style.scss */
  .tl-position-fixed {
    position: fixed !important;
  }
  /* line 4477, app/assets/stylesheets/theme/css/style.scss */
  .tl-position-sticky {
    position: sticky !important;
  }
  /* line 4481, app/assets/stylesheets/theme/css/style.scss */
  .tl-r-0 {
    right: 0rem !important;
  }
  /* line 4485, app/assets/stylesheets/theme/css/style.scss */
  .tl-r-10 {
    right: 0.7142857143rem !important;
  }
  /* line 4489, app/assets/stylesheets/theme/css/style.scss */
  .tl-r-12 {
    right: 0.8571428571rem !important;
  }
  /* line 4493, app/assets/stylesheets/theme/css/style.scss */
  .tl-r-14 {
    right: 1rem !important;
  }
  /* line 4497, app/assets/stylesheets/theme/css/style.scss */
  .tl-r-16 {
    right: 1.1428571429rem !important;
  }
  /* line 4501, app/assets/stylesheets/theme/css/style.scss */
  .tl-r-18 {
    right: 1.2857142857rem !important;
  }
  /* line 4505, app/assets/stylesheets/theme/css/style.scss */
  .tl-r-20 {
    right: 1.4285714286rem !important;
  }
  /* line 4509, app/assets/stylesheets/theme/css/style.scss */
  .tl-r-22 {
    right: 1.5714285714rem !important;
  }
  /* line 4513, app/assets/stylesheets/theme/css/style.scss */
  .tl-r-24 {
    right: 1.7142857143rem !important;
  }
  /* line 4517, app/assets/stylesheets/theme/css/style.scss */
  .tl-r-26 {
    right: 1.8571428571rem !important;
  }
  /* line 4521, app/assets/stylesheets/theme/css/style.scss */
  .tl-r-30 {
    right: 2.1428571429rem !important;
  }
  /* line 4525, app/assets/stylesheets/theme/css/style.scss */
  .tl-r-32 {
    right: 2.2857142857rem !important;
  }
  /* line 4529, app/assets/stylesheets/theme/css/style.scss */
  .tl-r-36 {
    right: 2.5714285714rem !important;
  }
  /* line 4533, app/assets/stylesheets/theme/css/style.scss */
  .tl-r-38 {
    right: 2.7142857143rem !important;
  }
  /* line 4537, app/assets/stylesheets/theme/css/style.scss */
  .tl-r-40 {
    right: 2.8571428571rem !important;
  }
  /* line 4541, app/assets/stylesheets/theme/css/style.scss */
  .tl-r-42 {
    right: 3rem !important;
  }
  /* line 4545, app/assets/stylesheets/theme/css/style.scss */
  .tl-r-46 {
    right: 3.2857142857rem !important;
  }
  /* line 4549, app/assets/stylesheets/theme/css/style.scss */
  .tl-r-48 {
    right: 3.4285714286rem !important;
  }
  /* line 4553, app/assets/stylesheets/theme/css/style.scss */
  .tl-r-50 {
    right: 3.5714285714rem !important;
  }
  /* line 4557, app/assets/stylesheets/theme/css/style.scss */
  .tl-r-60 {
    right: 4.2857142857rem !important;
  }
  /* line 4561, app/assets/stylesheets/theme/css/style.scss */
  .tl-r-70 {
    right: 5rem !important;
  }
  /* line 4565, app/assets/stylesheets/theme/css/style.scss */
  .tl-r-80 {
    right: 5.7142857143rem !important;
  }
  /* line 4569, app/assets/stylesheets/theme/css/style.scss */
  .tl-r-90 {
    right: 6.4285714286rem !important;
  }
  /* line 4573, app/assets/stylesheets/theme/css/style.scss */
  .tl-r-100 {
    right: 7.1428571429rem !important;
  }
  /* line 4577, app/assets/stylesheets/theme/css/style.scss */
  .tl-r-110 {
    right: 7.8571428571rem !important;
  }
  /* line 4581, app/assets/stylesheets/theme/css/style.scss */
  .tl-r-120 {
    right: 8.5714285714rem !important;
  }
  /* line 4585, app/assets/stylesheets/theme/css/style.scss */
  .tl-r-130 {
    right: 9.2857142857rem !important;
  }
  /* line 4589, app/assets/stylesheets/theme/css/style.scss */
  .tl-r-140 {
    right: 10rem !important;
  }
  /* line 4593, app/assets/stylesheets/theme/css/style.scss */
  .tl-r-150 {
    right: 10.7142857143rem !important;
  }
  /* line 4597, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-0 {
    left: 0rem !important;
  }
  /* line 4601, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-10 {
    left: 0.7142857143rem !important;
  }
  /* line 4605, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-12 {
    left: 0.8571428571rem !important;
  }
  /* line 4609, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-14 {
    left: 1rem !important;
  }
  /* line 4613, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-16 {
    left: 1.1428571429rem !important;
  }
  /* line 4617, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-18 {
    left: 1.2857142857rem !important;
  }
  /* line 4621, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-20 {
    left: 1.4285714286rem !important;
  }
  /* line 4625, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-22 {
    left: 1.5714285714rem !important;
  }
  /* line 4629, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-24 {
    left: 1.7142857143rem !important;
  }
  /* line 4633, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-26 {
    left: 1.8571428571rem !important;
  }
  /* line 4637, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-30 {
    left: 2.1428571429rem !important;
  }
  /* line 4641, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-32 {
    left: 2.2857142857rem !important;
  }
  /* line 4645, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-36 {
    left: 2.5714285714rem !important;
  }
  /* line 4649, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-38 {
    left: 2.7142857143rem !important;
  }
  /* line 4653, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-40 {
    left: 2.8571428571rem !important;
  }
  /* line 4657, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-42 {
    left: 3rem !important;
  }
  /* line 4661, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-46 {
    left: 3.2857142857rem !important;
  }
  /* line 4665, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-48 {
    left: 3.4285714286rem !important;
  }
  /* line 4669, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-50 {
    left: 3.5714285714rem !important;
  }
  /* line 4673, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-60 {
    left: 4.2857142857rem !important;
  }
  /* line 4677, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-70 {
    left: 5rem !important;
  }
  /* line 4681, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-80 {
    left: 5.7142857143rem !important;
  }
  /* line 4685, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-90 {
    left: 6.4285714286rem !important;
  }
  /* line 4689, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-100 {
    left: 7.1428571429rem !important;
  }
  /* line 4693, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-110 {
    left: 7.8571428571rem !important;
  }
  /* line 4697, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-120 {
    left: 8.5714285714rem !important;
  }
  /* line 4701, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-130 {
    left: 9.2857142857rem !important;
  }
  /* line 4705, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-140 {
    left: 10rem !important;
  }
  /* line 4709, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-150 {
    left: 10.7142857143rem !important;
  }
  /* line 4713, app/assets/stylesheets/theme/css/style.scss */
  .tl-t-0 {
    top: 0rem !important;
  }
  /* line 4717, app/assets/stylesheets/theme/css/style.scss */
  .tl-t-10 {
    top: 0.7142857143rem !important;
  }
  /* line 4721, app/assets/stylesheets/theme/css/style.scss */
  .tl-t-12 {
    top: 0.8571428571rem !important;
  }
  /* line 4725, app/assets/stylesheets/theme/css/style.scss */
  .tl-t-14 {
    top: 1rem !important;
  }
  /* line 4729, app/assets/stylesheets/theme/css/style.scss */
  .tl-t-16 {
    top: 1.1428571429rem !important;
  }
  /* line 4733, app/assets/stylesheets/theme/css/style.scss */
  .tl-t-18 {
    top: 1.2857142857rem !important;
  }
  /* line 4737, app/assets/stylesheets/theme/css/style.scss */
  .tl-t-20 {
    top: 1.4285714286rem !important;
  }
  /* line 4741, app/assets/stylesheets/theme/css/style.scss */
  .tl-t-22 {
    top: 1.5714285714rem !important;
  }
  /* line 4745, app/assets/stylesheets/theme/css/style.scss */
  .tl-t-24 {
    top: 1.7142857143rem !important;
  }
  /* line 4749, app/assets/stylesheets/theme/css/style.scss */
  .tl-t-26 {
    top: 1.8571428571rem !important;
  }
  /* line 4753, app/assets/stylesheets/theme/css/style.scss */
  .tl-t-30 {
    top: 2.1428571429rem !important;
  }
  /* line 4757, app/assets/stylesheets/theme/css/style.scss */
  .tl-t-32 {
    top: 2.2857142857rem !important;
  }
  /* line 4761, app/assets/stylesheets/theme/css/style.scss */
  .tl-t-36 {
    top: 2.5714285714rem !important;
  }
  /* line 4765, app/assets/stylesheets/theme/css/style.scss */
  .tl-t-38 {
    top: 2.7142857143rem !important;
  }
  /* line 4769, app/assets/stylesheets/theme/css/style.scss */
  .tl-t-40 {
    top: 2.8571428571rem !important;
  }
  /* line 4773, app/assets/stylesheets/theme/css/style.scss */
  .tl-t-42 {
    top: 3rem !important;
  }
  /* line 4777, app/assets/stylesheets/theme/css/style.scss */
  .tl-t-46 {
    top: 3.2857142857rem !important;
  }
  /* line 4781, app/assets/stylesheets/theme/css/style.scss */
  .tl-t-48 {
    top: 3.4285714286rem !important;
  }
  /* line 4785, app/assets/stylesheets/theme/css/style.scss */
  .tl-t-50 {
    top: 3.5714285714rem !important;
  }
  /* line 4789, app/assets/stylesheets/theme/css/style.scss */
  .tl-t-60 {
    top: 4.2857142857rem !important;
  }
  /* line 4793, app/assets/stylesheets/theme/css/style.scss */
  .tl-t-70 {
    top: 5rem !important;
  }
  /* line 4797, app/assets/stylesheets/theme/css/style.scss */
  .tl-t-80 {
    top: 5.7142857143rem !important;
  }
  /* line 4801, app/assets/stylesheets/theme/css/style.scss */
  .tl-t-90 {
    top: 6.4285714286rem !important;
  }
  /* line 4805, app/assets/stylesheets/theme/css/style.scss */
  .tl-t-100 {
    top: 7.1428571429rem !important;
  }
  /* line 4809, app/assets/stylesheets/theme/css/style.scss */
  .tl-t-110 {
    top: 7.8571428571rem !important;
  }
  /* line 4813, app/assets/stylesheets/theme/css/style.scss */
  .tl-t-120 {
    top: 8.5714285714rem !important;
  }
  /* line 4817, app/assets/stylesheets/theme/css/style.scss */
  .tl-t-130 {
    top: 9.2857142857rem !important;
  }
  /* line 4821, app/assets/stylesheets/theme/css/style.scss */
  .tl-t-140 {
    top: 10rem !important;
  }
  /* line 4825, app/assets/stylesheets/theme/css/style.scss */
  .tl-t-150 {
    top: 10.7142857143rem !important;
  }
  /* line 4829, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-0 {
    bottom: 0rem !important;
  }
  /* line 4833, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-10 {
    bottom: 0.7142857143rem !important;
  }
  /* line 4837, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-12 {
    bottom: 0.8571428571rem !important;
  }
  /* line 4841, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-14 {
    bottom: 1rem !important;
  }
  /* line 4845, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-16 {
    bottom: 1.1428571429rem !important;
  }
  /* line 4849, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-18 {
    bottom: 1.2857142857rem !important;
  }
  /* line 4853, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-20 {
    bottom: 1.4285714286rem !important;
  }
  /* line 4857, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-22 {
    bottom: 1.5714285714rem !important;
  }
  /* line 4861, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-24 {
    bottom: 1.7142857143rem !important;
  }
  /* line 4865, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-26 {
    bottom: 1.8571428571rem !important;
  }
  /* line 4869, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-30 {
    bottom: 2.1428571429rem !important;
  }
  /* line 4873, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-32 {
    bottom: 2.2857142857rem !important;
  }
  /* line 4877, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-36 {
    bottom: 2.5714285714rem !important;
  }
  /* line 4881, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-38 {
    bottom: 2.7142857143rem !important;
  }
  /* line 4885, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-40 {
    bottom: 2.8571428571rem !important;
  }
  /* line 4889, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-42 {
    bottom: 3rem !important;
  }
  /* line 4893, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-46 {
    bottom: 3.2857142857rem !important;
  }
  /* line 4897, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-48 {
    bottom: 3.4285714286rem !important;
  }
  /* line 4901, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-50 {
    bottom: 3.5714285714rem !important;
  }
  /* line 4905, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-60 {
    bottom: 4.2857142857rem !important;
  }
  /* line 4909, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-70 {
    bottom: 5rem !important;
  }
  /* line 4913, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-80 {
    bottom: 5.7142857143rem !important;
  }
  /* line 4917, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-90 {
    bottom: 6.4285714286rem !important;
  }
  /* line 4921, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-100 {
    bottom: 7.1428571429rem !important;
  }
  /* line 4925, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-110 {
    bottom: 7.8571428571rem !important;
  }
  /* line 4929, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-120 {
    bottom: 8.5714285714rem !important;
  }
  /* line 4933, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-130 {
    bottom: 9.2857142857rem !important;
  }
  /* line 4937, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-140 {
    bottom: 10rem !important;
  }
  /* line 4941, app/assets/stylesheets/theme/css/style.scss */
  .tl-l-150 {
    bottom: 10.7142857143rem !important;
  }
}

@media (max-width: 991px) {
  /* line 4946, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-nowrap {
    white-space: nowrap;
  }
  /* line 4950, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-position-static {
    position: static !important;
  }
  /* line 4954, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-position-relative {
    position: relative !important;
  }
  /* line 4958, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-position-absolute {
    position: absolute !important;
  }
  /* line 4962, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-position-fixed {
    position: fixed !important;
  }
  /* line 4966, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-position-sticky {
    position: sticky !important;
  }
  /* line 4970, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-r-0 {
    right: 0rem !important;
  }
  /* line 4974, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-r-10 {
    right: 0.7142857143rem !important;
  }
  /* line 4978, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-r-12 {
    right: 0.8571428571rem !important;
  }
  /* line 4982, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-r-14 {
    right: 1rem !important;
  }
  /* line 4986, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-r-16 {
    right: 1.1428571429rem !important;
  }
  /* line 4990, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-r-18 {
    right: 1.2857142857rem !important;
  }
  /* line 4994, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-r-20 {
    right: 1.4285714286rem !important;
  }
  /* line 4998, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-r-22 {
    right: 1.5714285714rem !important;
  }
  /* line 5002, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-r-24 {
    right: 1.7142857143rem !important;
  }
  /* line 5006, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-r-26 {
    right: 1.8571428571rem !important;
  }
  /* line 5010, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-r-30 {
    right: 2.1428571429rem !important;
  }
  /* line 5014, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-r-32 {
    right: 2.2857142857rem !important;
  }
  /* line 5018, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-r-36 {
    right: 2.5714285714rem !important;
  }
  /* line 5022, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-r-38 {
    right: 2.7142857143rem !important;
  }
  /* line 5026, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-r-40 {
    right: 2.8571428571rem !important;
  }
  /* line 5030, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-r-42 {
    right: 3rem !important;
  }
  /* line 5034, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-r-46 {
    right: 3.2857142857rem !important;
  }
  /* line 5038, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-r-48 {
    right: 3.4285714286rem !important;
  }
  /* line 5042, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-r-50 {
    right: 3.5714285714rem !important;
  }
  /* line 5046, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-r-60 {
    right: 4.2857142857rem !important;
  }
  /* line 5050, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-r-70 {
    right: 5rem !important;
  }
  /* line 5054, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-r-80 {
    right: 5.7142857143rem !important;
  }
  /* line 5058, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-r-90 {
    right: 6.4285714286rem !important;
  }
  /* line 5062, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-r-100 {
    right: 7.1428571429rem !important;
  }
  /* line 5066, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-r-110 {
    right: 7.8571428571rem !important;
  }
  /* line 5070, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-r-120 {
    right: 8.5714285714rem !important;
  }
  /* line 5074, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-r-130 {
    right: 9.2857142857rem !important;
  }
  /* line 5078, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-r-140 {
    right: 10rem !important;
  }
  /* line 5082, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-r-150 {
    right: 10.7142857143rem !important;
  }
  /* line 5086, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-0 {
    left: 0rem !important;
  }
  /* line 5090, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-10 {
    left: 0.7142857143rem !important;
  }
  /* line 5094, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-12 {
    left: 0.8571428571rem !important;
  }
  /* line 5098, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-14 {
    left: 1rem !important;
  }
  /* line 5102, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-16 {
    left: 1.1428571429rem !important;
  }
  /* line 5106, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-18 {
    left: 1.2857142857rem !important;
  }
  /* line 5110, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-20 {
    left: 1.4285714286rem !important;
  }
  /* line 5114, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-22 {
    left: 1.5714285714rem !important;
  }
  /* line 5118, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-24 {
    left: 1.7142857143rem !important;
  }
  /* line 5122, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-26 {
    left: 1.8571428571rem !important;
  }
  /* line 5126, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-30 {
    left: 2.1428571429rem !important;
  }
  /* line 5130, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-32 {
    left: 2.2857142857rem !important;
  }
  /* line 5134, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-36 {
    left: 2.5714285714rem !important;
  }
  /* line 5138, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-38 {
    left: 2.7142857143rem !important;
  }
  /* line 5142, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-40 {
    left: 2.8571428571rem !important;
  }
  /* line 5146, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-42 {
    left: 3rem !important;
  }
  /* line 5150, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-46 {
    left: 3.2857142857rem !important;
  }
  /* line 5154, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-48 {
    left: 3.4285714286rem !important;
  }
  /* line 5158, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-50 {
    left: 3.5714285714rem !important;
  }
  /* line 5162, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-60 {
    left: 4.2857142857rem !important;
  }
  /* line 5166, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-70 {
    left: 5rem !important;
  }
  /* line 5170, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-80 {
    left: 5.7142857143rem !important;
  }
  /* line 5174, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-90 {
    left: 6.4285714286rem !important;
  }
  /* line 5178, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-100 {
    left: 7.1428571429rem !important;
  }
  /* line 5182, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-110 {
    left: 7.8571428571rem !important;
  }
  /* line 5186, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-120 {
    left: 8.5714285714rem !important;
  }
  /* line 5190, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-130 {
    left: 9.2857142857rem !important;
  }
  /* line 5194, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-140 {
    left: 10rem !important;
  }
  /* line 5198, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-150 {
    left: 10.7142857143rem !important;
  }
  /* line 5202, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-t-0 {
    top: 0rem !important;
  }
  /* line 5206, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-t-10 {
    top: 0.7142857143rem !important;
  }
  /* line 5210, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-t-12 {
    top: 0.8571428571rem !important;
  }
  /* line 5214, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-t-14 {
    top: 1rem !important;
  }
  /* line 5218, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-t-16 {
    top: 1.1428571429rem !important;
  }
  /* line 5222, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-t-18 {
    top: 1.2857142857rem !important;
  }
  /* line 5226, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-t-20 {
    top: 1.4285714286rem !important;
  }
  /* line 5230, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-t-22 {
    top: 1.5714285714rem !important;
  }
  /* line 5234, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-t-24 {
    top: 1.7142857143rem !important;
  }
  /* line 5238, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-t-26 {
    top: 1.8571428571rem !important;
  }
  /* line 5242, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-t-30 {
    top: 2.1428571429rem !important;
  }
  /* line 5246, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-t-32 {
    top: 2.2857142857rem !important;
  }
  /* line 5250, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-t-36 {
    top: 2.5714285714rem !important;
  }
  /* line 5254, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-t-38 {
    top: 2.7142857143rem !important;
  }
  /* line 5258, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-t-40 {
    top: 2.8571428571rem !important;
  }
  /* line 5262, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-t-42 {
    top: 3rem !important;
  }
  /* line 5266, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-t-46 {
    top: 3.2857142857rem !important;
  }
  /* line 5270, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-t-48 {
    top: 3.4285714286rem !important;
  }
  /* line 5274, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-t-50 {
    top: 3.5714285714rem !important;
  }
  /* line 5278, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-t-60 {
    top: 4.2857142857rem !important;
  }
  /* line 5282, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-t-70 {
    top: 5rem !important;
  }
  /* line 5286, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-t-80 {
    top: 5.7142857143rem !important;
  }
  /* line 5290, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-t-90 {
    top: 6.4285714286rem !important;
  }
  /* line 5294, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-t-100 {
    top: 7.1428571429rem !important;
  }
  /* line 5298, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-t-110 {
    top: 7.8571428571rem !important;
  }
  /* line 5302, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-t-120 {
    top: 8.5714285714rem !important;
  }
  /* line 5306, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-t-130 {
    top: 9.2857142857rem !important;
  }
  /* line 5310, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-t-140 {
    top: 10rem !important;
  }
  /* line 5314, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-t-150 {
    top: 10.7142857143rem !important;
  }
  /* line 5318, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-0 {
    bottom: 0rem !important;
  }
  /* line 5322, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-10 {
    bottom: 0.7142857143rem !important;
  }
  /* line 5326, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-12 {
    bottom: 0.8571428571rem !important;
  }
  /* line 5330, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-14 {
    bottom: 1rem !important;
  }
  /* line 5334, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-16 {
    bottom: 1.1428571429rem !important;
  }
  /* line 5338, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-18 {
    bottom: 1.2857142857rem !important;
  }
  /* line 5342, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-20 {
    bottom: 1.4285714286rem !important;
  }
  /* line 5346, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-22 {
    bottom: 1.5714285714rem !important;
  }
  /* line 5350, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-24 {
    bottom: 1.7142857143rem !important;
  }
  /* line 5354, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-26 {
    bottom: 1.8571428571rem !important;
  }
  /* line 5358, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-30 {
    bottom: 2.1428571429rem !important;
  }
  /* line 5362, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-32 {
    bottom: 2.2857142857rem !important;
  }
  /* line 5366, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-36 {
    bottom: 2.5714285714rem !important;
  }
  /* line 5370, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-38 {
    bottom: 2.7142857143rem !important;
  }
  /* line 5374, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-40 {
    bottom: 2.8571428571rem !important;
  }
  /* line 5378, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-42 {
    bottom: 3rem !important;
  }
  /* line 5382, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-46 {
    bottom: 3.2857142857rem !important;
  }
  /* line 5386, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-48 {
    bottom: 3.4285714286rem !important;
  }
  /* line 5390, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-50 {
    bottom: 3.5714285714rem !important;
  }
  /* line 5394, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-60 {
    bottom: 4.2857142857rem !important;
  }
  /* line 5398, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-70 {
    bottom: 5rem !important;
  }
  /* line 5402, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-80 {
    bottom: 5.7142857143rem !important;
  }
  /* line 5406, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-90 {
    bottom: 6.4285714286rem !important;
  }
  /* line 5410, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-100 {
    bottom: 7.1428571429rem !important;
  }
  /* line 5414, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-110 {
    bottom: 7.8571428571rem !important;
  }
  /* line 5418, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-120 {
    bottom: 8.5714285714rem !important;
  }
  /* line 5422, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-130 {
    bottom: 9.2857142857rem !important;
  }
  /* line 5426, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-140 {
    bottom: 10rem !important;
  }
  /* line 5430, app/assets/stylesheets/theme/css/style.scss */
  .lg-max-l-150 {
    bottom: 10.7142857143rem !important;
  }
}

@media (min-width: 1200px) {
  /* line 5435, app/assets/stylesheets/theme/css/style.scss */
  .xl-nowrap {
    white-space: nowrap;
  }
  /* line 5439, app/assets/stylesheets/theme/css/style.scss */
  .xl-position-static {
    position: static !important;
  }
  /* line 5443, app/assets/stylesheets/theme/css/style.scss */
  .xl-position-relative {
    position: relative !important;
  }
  /* line 5447, app/assets/stylesheets/theme/css/style.scss */
  .xl-position-absolute {
    position: absolute !important;
  }
  /* line 5451, app/assets/stylesheets/theme/css/style.scss */
  .xl-position-fixed {
    position: fixed !important;
  }
  /* line 5455, app/assets/stylesheets/theme/css/style.scss */
  .xl-position-sticky {
    position: sticky !important;
  }
  /* line 5459, app/assets/stylesheets/theme/css/style.scss */
  .xl-r-0 {
    right: 0rem !important;
  }
  /* line 5463, app/assets/stylesheets/theme/css/style.scss */
  .xl-r-10 {
    right: 0.7142857143rem !important;
  }
  /* line 5467, app/assets/stylesheets/theme/css/style.scss */
  .xl-r-12 {
    right: 0.8571428571rem !important;
  }
  /* line 5471, app/assets/stylesheets/theme/css/style.scss */
  .xl-r-14 {
    right: 1rem !important;
  }
  /* line 5475, app/assets/stylesheets/theme/css/style.scss */
  .xl-r-16 {
    right: 1.1428571429rem !important;
  }
  /* line 5479, app/assets/stylesheets/theme/css/style.scss */
  .xl-r-18 {
    right: 1.2857142857rem !important;
  }
  /* line 5483, app/assets/stylesheets/theme/css/style.scss */
  .xl-r-20 {
    right: 1.4285714286rem !important;
  }
  /* line 5487, app/assets/stylesheets/theme/css/style.scss */
  .xl-r-22 {
    right: 1.5714285714rem !important;
  }
  /* line 5491, app/assets/stylesheets/theme/css/style.scss */
  .xl-r-24 {
    right: 1.7142857143rem !important;
  }
  /* line 5495, app/assets/stylesheets/theme/css/style.scss */
  .xl-r-26 {
    right: 1.8571428571rem !important;
  }
  /* line 5499, app/assets/stylesheets/theme/css/style.scss */
  .xl-r-30 {
    right: 2.1428571429rem !important;
  }
  /* line 5503, app/assets/stylesheets/theme/css/style.scss */
  .xl-r-32 {
    right: 2.2857142857rem !important;
  }
  /* line 5507, app/assets/stylesheets/theme/css/style.scss */
  .xl-r-36 {
    right: 2.5714285714rem !important;
  }
  /* line 5511, app/assets/stylesheets/theme/css/style.scss */
  .xl-r-38 {
    right: 2.7142857143rem !important;
  }
  /* line 5515, app/assets/stylesheets/theme/css/style.scss */
  .xl-r-40 {
    right: 2.8571428571rem !important;
  }
  /* line 5519, app/assets/stylesheets/theme/css/style.scss */
  .xl-r-42 {
    right: 3rem !important;
  }
  /* line 5523, app/assets/stylesheets/theme/css/style.scss */
  .xl-r-46 {
    right: 3.2857142857rem !important;
  }
  /* line 5527, app/assets/stylesheets/theme/css/style.scss */
  .xl-r-48 {
    right: 3.4285714286rem !important;
  }
  /* line 5531, app/assets/stylesheets/theme/css/style.scss */
  .xl-r-50 {
    right: 3.5714285714rem !important;
  }
  /* line 5535, app/assets/stylesheets/theme/css/style.scss */
  .xl-r-60 {
    right: 4.2857142857rem !important;
  }
  /* line 5539, app/assets/stylesheets/theme/css/style.scss */
  .xl-r-70 {
    right: 5rem !important;
  }
  /* line 5543, app/assets/stylesheets/theme/css/style.scss */
  .xl-r-80 {
    right: 5.7142857143rem !important;
  }
  /* line 5547, app/assets/stylesheets/theme/css/style.scss */
  .xl-r-90 {
    right: 6.4285714286rem !important;
  }
  /* line 5551, app/assets/stylesheets/theme/css/style.scss */
  .xl-r-100 {
    right: 7.1428571429rem !important;
  }
  /* line 5555, app/assets/stylesheets/theme/css/style.scss */
  .xl-r-110 {
    right: 7.8571428571rem !important;
  }
  /* line 5559, app/assets/stylesheets/theme/css/style.scss */
  .xl-r-120 {
    right: 8.5714285714rem !important;
  }
  /* line 5563, app/assets/stylesheets/theme/css/style.scss */
  .xl-r-130 {
    right: 9.2857142857rem !important;
  }
  /* line 5567, app/assets/stylesheets/theme/css/style.scss */
  .xl-r-140 {
    right: 10rem !important;
  }
  /* line 5571, app/assets/stylesheets/theme/css/style.scss */
  .xl-r-150 {
    right: 10.7142857143rem !important;
  }
  /* line 5575, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-0 {
    left: 0rem !important;
  }
  /* line 5579, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-10 {
    left: 0.7142857143rem !important;
  }
  /* line 5583, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-12 {
    left: 0.8571428571rem !important;
  }
  /* line 5587, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-14 {
    left: 1rem !important;
  }
  /* line 5591, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-16 {
    left: 1.1428571429rem !important;
  }
  /* line 5595, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-18 {
    left: 1.2857142857rem !important;
  }
  /* line 5599, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-20 {
    left: 1.4285714286rem !important;
  }
  /* line 5603, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-22 {
    left: 1.5714285714rem !important;
  }
  /* line 5607, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-24 {
    left: 1.7142857143rem !important;
  }
  /* line 5611, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-26 {
    left: 1.8571428571rem !important;
  }
  /* line 5615, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-30 {
    left: 2.1428571429rem !important;
  }
  /* line 5619, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-32 {
    left: 2.2857142857rem !important;
  }
  /* line 5623, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-36 {
    left: 2.5714285714rem !important;
  }
  /* line 5627, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-38 {
    left: 2.7142857143rem !important;
  }
  /* line 5631, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-40 {
    left: 2.8571428571rem !important;
  }
  /* line 5635, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-42 {
    left: 3rem !important;
  }
  /* line 5639, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-46 {
    left: 3.2857142857rem !important;
  }
  /* line 5643, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-48 {
    left: 3.4285714286rem !important;
  }
  /* line 5647, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-50 {
    left: 3.5714285714rem !important;
  }
  /* line 5651, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-60 {
    left: 4.2857142857rem !important;
  }
  /* line 5655, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-70 {
    left: 5rem !important;
  }
  /* line 5659, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-80 {
    left: 5.7142857143rem !important;
  }
  /* line 5663, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-90 {
    left: 6.4285714286rem !important;
  }
  /* line 5667, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-100 {
    left: 7.1428571429rem !important;
  }
  /* line 5671, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-110 {
    left: 7.8571428571rem !important;
  }
  /* line 5675, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-120 {
    left: 8.5714285714rem !important;
  }
  /* line 5679, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-130 {
    left: 9.2857142857rem !important;
  }
  /* line 5683, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-140 {
    left: 10rem !important;
  }
  /* line 5687, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-150 {
    left: 10.7142857143rem !important;
  }
  /* line 5691, app/assets/stylesheets/theme/css/style.scss */
  .xl-t-0 {
    top: 0rem !important;
  }
  /* line 5695, app/assets/stylesheets/theme/css/style.scss */
  .xl-t-10 {
    top: 0.7142857143rem !important;
  }
  /* line 5699, app/assets/stylesheets/theme/css/style.scss */
  .xl-t-12 {
    top: 0.8571428571rem !important;
  }
  /* line 5703, app/assets/stylesheets/theme/css/style.scss */
  .xl-t-14 {
    top: 1rem !important;
  }
  /* line 5707, app/assets/stylesheets/theme/css/style.scss */
  .xl-t-16 {
    top: 1.1428571429rem !important;
  }
  /* line 5711, app/assets/stylesheets/theme/css/style.scss */
  .xl-t-18 {
    top: 1.2857142857rem !important;
  }
  /* line 5715, app/assets/stylesheets/theme/css/style.scss */
  .xl-t-20 {
    top: 1.4285714286rem !important;
  }
  /* line 5719, app/assets/stylesheets/theme/css/style.scss */
  .xl-t-22 {
    top: 1.5714285714rem !important;
  }
  /* line 5723, app/assets/stylesheets/theme/css/style.scss */
  .xl-t-24 {
    top: 1.7142857143rem !important;
  }
  /* line 5727, app/assets/stylesheets/theme/css/style.scss */
  .xl-t-26 {
    top: 1.8571428571rem !important;
  }
  /* line 5731, app/assets/stylesheets/theme/css/style.scss */
  .xl-t-30 {
    top: 2.1428571429rem !important;
  }
  /* line 5735, app/assets/stylesheets/theme/css/style.scss */
  .xl-t-32 {
    top: 2.2857142857rem !important;
  }
  /* line 5739, app/assets/stylesheets/theme/css/style.scss */
  .xl-t-36 {
    top: 2.5714285714rem !important;
  }
  /* line 5743, app/assets/stylesheets/theme/css/style.scss */
  .xl-t-38 {
    top: 2.7142857143rem !important;
  }
  /* line 5747, app/assets/stylesheets/theme/css/style.scss */
  .xl-t-40 {
    top: 2.8571428571rem !important;
  }
  /* line 5751, app/assets/stylesheets/theme/css/style.scss */
  .xl-t-42 {
    top: 3rem !important;
  }
  /* line 5755, app/assets/stylesheets/theme/css/style.scss */
  .xl-t-46 {
    top: 3.2857142857rem !important;
  }
  /* line 5759, app/assets/stylesheets/theme/css/style.scss */
  .xl-t-48 {
    top: 3.4285714286rem !important;
  }
  /* line 5763, app/assets/stylesheets/theme/css/style.scss */
  .xl-t-50 {
    top: 3.5714285714rem !important;
  }
  /* line 5767, app/assets/stylesheets/theme/css/style.scss */
  .xl-t-60 {
    top: 4.2857142857rem !important;
  }
  /* line 5771, app/assets/stylesheets/theme/css/style.scss */
  .xl-t-70 {
    top: 5rem !important;
  }
  /* line 5775, app/assets/stylesheets/theme/css/style.scss */
  .xl-t-80 {
    top: 5.7142857143rem !important;
  }
  /* line 5779, app/assets/stylesheets/theme/css/style.scss */
  .xl-t-90 {
    top: 6.4285714286rem !important;
  }
  /* line 5783, app/assets/stylesheets/theme/css/style.scss */
  .xl-t-100 {
    top: 7.1428571429rem !important;
  }
  /* line 5787, app/assets/stylesheets/theme/css/style.scss */
  .xl-t-110 {
    top: 7.8571428571rem !important;
  }
  /* line 5791, app/assets/stylesheets/theme/css/style.scss */
  .xl-t-120 {
    top: 8.5714285714rem !important;
  }
  /* line 5795, app/assets/stylesheets/theme/css/style.scss */
  .xl-t-130 {
    top: 9.2857142857rem !important;
  }
  /* line 5799, app/assets/stylesheets/theme/css/style.scss */
  .xl-t-140 {
    top: 10rem !important;
  }
  /* line 5803, app/assets/stylesheets/theme/css/style.scss */
  .xl-t-150 {
    top: 10.7142857143rem !important;
  }
  /* line 5807, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-0 {
    bottom: 0rem !important;
  }
  /* line 5811, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-10 {
    bottom: 0.7142857143rem !important;
  }
  /* line 5815, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-12 {
    bottom: 0.8571428571rem !important;
  }
  /* line 5819, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-14 {
    bottom: 1rem !important;
  }
  /* line 5823, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-16 {
    bottom: 1.1428571429rem !important;
  }
  /* line 5827, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-18 {
    bottom: 1.2857142857rem !important;
  }
  /* line 5831, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-20 {
    bottom: 1.4285714286rem !important;
  }
  /* line 5835, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-22 {
    bottom: 1.5714285714rem !important;
  }
  /* line 5839, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-24 {
    bottom: 1.7142857143rem !important;
  }
  /* line 5843, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-26 {
    bottom: 1.8571428571rem !important;
  }
  /* line 5847, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-30 {
    bottom: 2.1428571429rem !important;
  }
  /* line 5851, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-32 {
    bottom: 2.2857142857rem !important;
  }
  /* line 5855, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-36 {
    bottom: 2.5714285714rem !important;
  }
  /* line 5859, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-38 {
    bottom: 2.7142857143rem !important;
  }
  /* line 5863, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-40 {
    bottom: 2.8571428571rem !important;
  }
  /* line 5867, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-42 {
    bottom: 3rem !important;
  }
  /* line 5871, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-46 {
    bottom: 3.2857142857rem !important;
  }
  /* line 5875, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-48 {
    bottom: 3.4285714286rem !important;
  }
  /* line 5879, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-50 {
    bottom: 3.5714285714rem !important;
  }
  /* line 5883, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-60 {
    bottom: 4.2857142857rem !important;
  }
  /* line 5887, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-70 {
    bottom: 5rem !important;
  }
  /* line 5891, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-80 {
    bottom: 5.7142857143rem !important;
  }
  /* line 5895, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-90 {
    bottom: 6.4285714286rem !important;
  }
  /* line 5899, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-100 {
    bottom: 7.1428571429rem !important;
  }
  /* line 5903, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-110 {
    bottom: 7.8571428571rem !important;
  }
  /* line 5907, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-120 {
    bottom: 8.5714285714rem !important;
  }
  /* line 5911, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-130 {
    bottom: 9.2857142857rem !important;
  }
  /* line 5915, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-140 {
    bottom: 10rem !important;
  }
  /* line 5919, app/assets/stylesheets/theme/css/style.scss */
  .xl-l-150 {
    bottom: 10.7142857143rem !important;
  }
}

@media (min-width: 1440px) {
  /* line 5924, app/assets/stylesheets/theme/css/style.scss */
  .xxl-nowrap {
    white-space: nowrap;
  }
  /* line 5928, app/assets/stylesheets/theme/css/style.scss */
  .xxl-position-static {
    position: static !important;
  }
  /* line 5932, app/assets/stylesheets/theme/css/style.scss */
  .xxl-position-relative {
    position: relative !important;
  }
  /* line 5936, app/assets/stylesheets/theme/css/style.scss */
  .xxl-position-absolute {
    position: absolute !important;
  }
  /* line 5940, app/assets/stylesheets/theme/css/style.scss */
  .xxl-position-fixed {
    position: fixed !important;
  }
  /* line 5944, app/assets/stylesheets/theme/css/style.scss */
  .xxl-position-sticky {
    position: sticky !important;
  }
  /* line 5948, app/assets/stylesheets/theme/css/style.scss */
  .xxl-r-0 {
    right: 0rem !important;
  }
  /* line 5952, app/assets/stylesheets/theme/css/style.scss */
  .xxl-r-10 {
    right: 0.7142857143rem !important;
  }
  /* line 5956, app/assets/stylesheets/theme/css/style.scss */
  .xxl-r-12 {
    right: 0.8571428571rem !important;
  }
  /* line 5960, app/assets/stylesheets/theme/css/style.scss */
  .xxl-r-14 {
    right: 1rem !important;
  }
  /* line 5964, app/assets/stylesheets/theme/css/style.scss */
  .xxl-r-16 {
    right: 1.1428571429rem !important;
  }
  /* line 5968, app/assets/stylesheets/theme/css/style.scss */
  .xxl-r-18 {
    right: 1.2857142857rem !important;
  }
  /* line 5972, app/assets/stylesheets/theme/css/style.scss */
  .xxl-r-20 {
    right: 1.4285714286rem !important;
  }
  /* line 5976, app/assets/stylesheets/theme/css/style.scss */
  .xxl-r-22 {
    right: 1.5714285714rem !important;
  }
  /* line 5980, app/assets/stylesheets/theme/css/style.scss */
  .xxl-r-24 {
    right: 1.7142857143rem !important;
  }
  /* line 5984, app/assets/stylesheets/theme/css/style.scss */
  .xxl-r-26 {
    right: 1.8571428571rem !important;
  }
  /* line 5988, app/assets/stylesheets/theme/css/style.scss */
  .xxl-r-30 {
    right: 2.1428571429rem !important;
  }
  /* line 5992, app/assets/stylesheets/theme/css/style.scss */
  .xxl-r-32 {
    right: 2.2857142857rem !important;
  }
  /* line 5996, app/assets/stylesheets/theme/css/style.scss */
  .xxl-r-36 {
    right: 2.5714285714rem !important;
  }
  /* line 6000, app/assets/stylesheets/theme/css/style.scss */
  .xxl-r-38 {
    right: 2.7142857143rem !important;
  }
  /* line 6004, app/assets/stylesheets/theme/css/style.scss */
  .xxl-r-40 {
    right: 2.8571428571rem !important;
  }
  /* line 6008, app/assets/stylesheets/theme/css/style.scss */
  .xxl-r-42 {
    right: 3rem !important;
  }
  /* line 6012, app/assets/stylesheets/theme/css/style.scss */
  .xxl-r-46 {
    right: 3.2857142857rem !important;
  }
  /* line 6016, app/assets/stylesheets/theme/css/style.scss */
  .xxl-r-48 {
    right: 3.4285714286rem !important;
  }
  /* line 6020, app/assets/stylesheets/theme/css/style.scss */
  .xxl-r-50 {
    right: 3.5714285714rem !important;
  }
  /* line 6024, app/assets/stylesheets/theme/css/style.scss */
  .xxl-r-60 {
    right: 4.2857142857rem !important;
  }
  /* line 6028, app/assets/stylesheets/theme/css/style.scss */
  .xxl-r-70 {
    right: 5rem !important;
  }
  /* line 6032, app/assets/stylesheets/theme/css/style.scss */
  .xxl-r-80 {
    right: 5.7142857143rem !important;
  }
  /* line 6036, app/assets/stylesheets/theme/css/style.scss */
  .xxl-r-90 {
    right: 6.4285714286rem !important;
  }
  /* line 6040, app/assets/stylesheets/theme/css/style.scss */
  .xxl-r-100 {
    right: 7.1428571429rem !important;
  }
  /* line 6044, app/assets/stylesheets/theme/css/style.scss */
  .xxl-r-110 {
    right: 7.8571428571rem !important;
  }
  /* line 6048, app/assets/stylesheets/theme/css/style.scss */
  .xxl-r-120 {
    right: 8.5714285714rem !important;
  }
  /* line 6052, app/assets/stylesheets/theme/css/style.scss */
  .xxl-r-130 {
    right: 9.2857142857rem !important;
  }
  /* line 6056, app/assets/stylesheets/theme/css/style.scss */
  .xxl-r-140 {
    right: 10rem !important;
  }
  /* line 6060, app/assets/stylesheets/theme/css/style.scss */
  .xxl-r-150 {
    right: 10.7142857143rem !important;
  }
  /* line 6064, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-0 {
    left: 0rem !important;
  }
  /* line 6068, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-10 {
    left: 0.7142857143rem !important;
  }
  /* line 6072, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-12 {
    left: 0.8571428571rem !important;
  }
  /* line 6076, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-14 {
    left: 1rem !important;
  }
  /* line 6080, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-16 {
    left: 1.1428571429rem !important;
  }
  /* line 6084, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-18 {
    left: 1.2857142857rem !important;
  }
  /* line 6088, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-20 {
    left: 1.4285714286rem !important;
  }
  /* line 6092, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-22 {
    left: 1.5714285714rem !important;
  }
  /* line 6096, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-24 {
    left: 1.7142857143rem !important;
  }
  /* line 6100, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-26 {
    left: 1.8571428571rem !important;
  }
  /* line 6104, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-30 {
    left: 2.1428571429rem !important;
  }
  /* line 6108, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-32 {
    left: 2.2857142857rem !important;
  }
  /* line 6112, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-36 {
    left: 2.5714285714rem !important;
  }
  /* line 6116, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-38 {
    left: 2.7142857143rem !important;
  }
  /* line 6120, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-40 {
    left: 2.8571428571rem !important;
  }
  /* line 6124, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-42 {
    left: 3rem !important;
  }
  /* line 6128, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-46 {
    left: 3.2857142857rem !important;
  }
  /* line 6132, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-48 {
    left: 3.4285714286rem !important;
  }
  /* line 6136, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-50 {
    left: 3.5714285714rem !important;
  }
  /* line 6140, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-60 {
    left: 4.2857142857rem !important;
  }
  /* line 6144, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-70 {
    left: 5rem !important;
  }
  /* line 6148, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-80 {
    left: 5.7142857143rem !important;
  }
  /* line 6152, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-90 {
    left: 6.4285714286rem !important;
  }
  /* line 6156, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-100 {
    left: 7.1428571429rem !important;
  }
  /* line 6160, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-110 {
    left: 7.8571428571rem !important;
  }
  /* line 6164, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-120 {
    left: 8.5714285714rem !important;
  }
  /* line 6168, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-130 {
    left: 9.2857142857rem !important;
  }
  /* line 6172, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-140 {
    left: 10rem !important;
  }
  /* line 6176, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-150 {
    left: 10.7142857143rem !important;
  }
  /* line 6180, app/assets/stylesheets/theme/css/style.scss */
  .xxl-t-0 {
    top: 0rem !important;
  }
  /* line 6184, app/assets/stylesheets/theme/css/style.scss */
  .xxl-t-10 {
    top: 0.7142857143rem !important;
  }
  /* line 6188, app/assets/stylesheets/theme/css/style.scss */
  .xxl-t-12 {
    top: 0.8571428571rem !important;
  }
  /* line 6192, app/assets/stylesheets/theme/css/style.scss */
  .xxl-t-14 {
    top: 1rem !important;
  }
  /* line 6196, app/assets/stylesheets/theme/css/style.scss */
  .xxl-t-16 {
    top: 1.1428571429rem !important;
  }
  /* line 6200, app/assets/stylesheets/theme/css/style.scss */
  .xxl-t-18 {
    top: 1.2857142857rem !important;
  }
  /* line 6204, app/assets/stylesheets/theme/css/style.scss */
  .xxl-t-20 {
    top: 1.4285714286rem !important;
  }
  /* line 6208, app/assets/stylesheets/theme/css/style.scss */
  .xxl-t-22 {
    top: 1.5714285714rem !important;
  }
  /* line 6212, app/assets/stylesheets/theme/css/style.scss */
  .xxl-t-24 {
    top: 1.7142857143rem !important;
  }
  /* line 6216, app/assets/stylesheets/theme/css/style.scss */
  .xxl-t-26 {
    top: 1.8571428571rem !important;
  }
  /* line 6220, app/assets/stylesheets/theme/css/style.scss */
  .xxl-t-30 {
    top: 2.1428571429rem !important;
  }
  /* line 6224, app/assets/stylesheets/theme/css/style.scss */
  .xxl-t-32 {
    top: 2.2857142857rem !important;
  }
  /* line 6228, app/assets/stylesheets/theme/css/style.scss */
  .xxl-t-36 {
    top: 2.5714285714rem !important;
  }
  /* line 6232, app/assets/stylesheets/theme/css/style.scss */
  .xxl-t-38 {
    top: 2.7142857143rem !important;
  }
  /* line 6236, app/assets/stylesheets/theme/css/style.scss */
  .xxl-t-40 {
    top: 2.8571428571rem !important;
  }
  /* line 6240, app/assets/stylesheets/theme/css/style.scss */
  .xxl-t-42 {
    top: 3rem !important;
  }
  /* line 6244, app/assets/stylesheets/theme/css/style.scss */
  .xxl-t-46 {
    top: 3.2857142857rem !important;
  }
  /* line 6248, app/assets/stylesheets/theme/css/style.scss */
  .xxl-t-48 {
    top: 3.4285714286rem !important;
  }
  /* line 6252, app/assets/stylesheets/theme/css/style.scss */
  .xxl-t-50 {
    top: 3.5714285714rem !important;
  }
  /* line 6256, app/assets/stylesheets/theme/css/style.scss */
  .xxl-t-60 {
    top: 4.2857142857rem !important;
  }
  /* line 6260, app/assets/stylesheets/theme/css/style.scss */
  .xxl-t-70 {
    top: 5rem !important;
  }
  /* line 6264, app/assets/stylesheets/theme/css/style.scss */
  .xxl-t-80 {
    top: 5.7142857143rem !important;
  }
  /* line 6268, app/assets/stylesheets/theme/css/style.scss */
  .xxl-t-90 {
    top: 6.4285714286rem !important;
  }
  /* line 6272, app/assets/stylesheets/theme/css/style.scss */
  .xxl-t-100 {
    top: 7.1428571429rem !important;
  }
  /* line 6276, app/assets/stylesheets/theme/css/style.scss */
  .xxl-t-110 {
    top: 7.8571428571rem !important;
  }
  /* line 6280, app/assets/stylesheets/theme/css/style.scss */
  .xxl-t-120 {
    top: 8.5714285714rem !important;
  }
  /* line 6284, app/assets/stylesheets/theme/css/style.scss */
  .xxl-t-130 {
    top: 9.2857142857rem !important;
  }
  /* line 6288, app/assets/stylesheets/theme/css/style.scss */
  .xxl-t-140 {
    top: 10rem !important;
  }
  /* line 6292, app/assets/stylesheets/theme/css/style.scss */
  .xxl-t-150 {
    top: 10.7142857143rem !important;
  }
  /* line 6296, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-0 {
    bottom: 0rem !important;
  }
  /* line 6300, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-10 {
    bottom: 0.7142857143rem !important;
  }
  /* line 6304, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-12 {
    bottom: 0.8571428571rem !important;
  }
  /* line 6308, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-14 {
    bottom: 1rem !important;
  }
  /* line 6312, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-16 {
    bottom: 1.1428571429rem !important;
  }
  /* line 6316, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-18 {
    bottom: 1.2857142857rem !important;
  }
  /* line 6320, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-20 {
    bottom: 1.4285714286rem !important;
  }
  /* line 6324, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-22 {
    bottom: 1.5714285714rem !important;
  }
  /* line 6328, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-24 {
    bottom: 1.7142857143rem !important;
  }
  /* line 6332, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-26 {
    bottom: 1.8571428571rem !important;
  }
  /* line 6336, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-30 {
    bottom: 2.1428571429rem !important;
  }
  /* line 6340, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-32 {
    bottom: 2.2857142857rem !important;
  }
  /* line 6344, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-36 {
    bottom: 2.5714285714rem !important;
  }
  /* line 6348, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-38 {
    bottom: 2.7142857143rem !important;
  }
  /* line 6352, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-40 {
    bottom: 2.8571428571rem !important;
  }
  /* line 6356, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-42 {
    bottom: 3rem !important;
  }
  /* line 6360, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-46 {
    bottom: 3.2857142857rem !important;
  }
  /* line 6364, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-48 {
    bottom: 3.4285714286rem !important;
  }
  /* line 6368, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-50 {
    bottom: 3.5714285714rem !important;
  }
  /* line 6372, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-60 {
    bottom: 4.2857142857rem !important;
  }
  /* line 6376, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-70 {
    bottom: 5rem !important;
  }
  /* line 6380, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-80 {
    bottom: 5.7142857143rem !important;
  }
  /* line 6384, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-90 {
    bottom: 6.4285714286rem !important;
  }
  /* line 6388, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-100 {
    bottom: 7.1428571429rem !important;
  }
  /* line 6392, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-110 {
    bottom: 7.8571428571rem !important;
  }
  /* line 6396, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-120 {
    bottom: 8.5714285714rem !important;
  }
  /* line 6400, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-130 {
    bottom: 9.2857142857rem !important;
  }
  /* line 6404, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-140 {
    bottom: 10rem !important;
  }
  /* line 6408, app/assets/stylesheets/theme/css/style.scss */
  .xxl-l-150 {
    bottom: 10.7142857143rem !important;
  }
}

@media (min-width: 1599px) {
  /* line 6413, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-nowrap {
    white-space: nowrap;
  }
  /* line 6417, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-position-static {
    position: static !important;
  }
  /* line 6421, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-position-relative {
    position: relative !important;
  }
  /* line 6425, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-position-absolute {
    position: absolute !important;
  }
  /* line 6429, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-position-fixed {
    position: fixed !important;
  }
  /* line 6433, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-position-sticky {
    position: sticky !important;
  }
  /* line 6437, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-r-0 {
    right: 0rem !important;
  }
  /* line 6441, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-r-10 {
    right: 0.7142857143rem !important;
  }
  /* line 6445, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-r-12 {
    right: 0.8571428571rem !important;
  }
  /* line 6449, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-r-14 {
    right: 1rem !important;
  }
  /* line 6453, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-r-16 {
    right: 1.1428571429rem !important;
  }
  /* line 6457, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-r-18 {
    right: 1.2857142857rem !important;
  }
  /* line 6461, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-r-20 {
    right: 1.4285714286rem !important;
  }
  /* line 6465, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-r-22 {
    right: 1.5714285714rem !important;
  }
  /* line 6469, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-r-24 {
    right: 1.7142857143rem !important;
  }
  /* line 6473, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-r-26 {
    right: 1.8571428571rem !important;
  }
  /* line 6477, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-r-30 {
    right: 2.1428571429rem !important;
  }
  /* line 6481, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-r-32 {
    right: 2.2857142857rem !important;
  }
  /* line 6485, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-r-36 {
    right: 2.5714285714rem !important;
  }
  /* line 6489, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-r-38 {
    right: 2.7142857143rem !important;
  }
  /* line 6493, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-r-40 {
    right: 2.8571428571rem !important;
  }
  /* line 6497, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-r-42 {
    right: 3rem !important;
  }
  /* line 6501, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-r-46 {
    right: 3.2857142857rem !important;
  }
  /* line 6505, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-r-48 {
    right: 3.4285714286rem !important;
  }
  /* line 6509, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-r-50 {
    right: 3.5714285714rem !important;
  }
  /* line 6513, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-r-60 {
    right: 4.2857142857rem !important;
  }
  /* line 6517, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-r-70 {
    right: 5rem !important;
  }
  /* line 6521, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-r-80 {
    right: 5.7142857143rem !important;
  }
  /* line 6525, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-r-90 {
    right: 6.4285714286rem !important;
  }
  /* line 6529, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-r-100 {
    right: 7.1428571429rem !important;
  }
  /* line 6533, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-r-110 {
    right: 7.8571428571rem !important;
  }
  /* line 6537, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-r-120 {
    right: 8.5714285714rem !important;
  }
  /* line 6541, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-r-130 {
    right: 9.2857142857rem !important;
  }
  /* line 6545, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-r-140 {
    right: 10rem !important;
  }
  /* line 6549, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-r-150 {
    right: 10.7142857143rem !important;
  }
  /* line 6553, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-0 {
    left: 0rem !important;
  }
  /* line 6557, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-10 {
    left: 0.7142857143rem !important;
  }
  /* line 6561, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-12 {
    left: 0.8571428571rem !important;
  }
  /* line 6565, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-14 {
    left: 1rem !important;
  }
  /* line 6569, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-16 {
    left: 1.1428571429rem !important;
  }
  /* line 6573, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-18 {
    left: 1.2857142857rem !important;
  }
  /* line 6577, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-20 {
    left: 1.4285714286rem !important;
  }
  /* line 6581, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-22 {
    left: 1.5714285714rem !important;
  }
  /* line 6585, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-24 {
    left: 1.7142857143rem !important;
  }
  /* line 6589, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-26 {
    left: 1.8571428571rem !important;
  }
  /* line 6593, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-30 {
    left: 2.1428571429rem !important;
  }
  /* line 6597, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-32 {
    left: 2.2857142857rem !important;
  }
  /* line 6601, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-36 {
    left: 2.5714285714rem !important;
  }
  /* line 6605, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-38 {
    left: 2.7142857143rem !important;
  }
  /* line 6609, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-40 {
    left: 2.8571428571rem !important;
  }
  /* line 6613, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-42 {
    left: 3rem !important;
  }
  /* line 6617, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-46 {
    left: 3.2857142857rem !important;
  }
  /* line 6621, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-48 {
    left: 3.4285714286rem !important;
  }
  /* line 6625, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-50 {
    left: 3.5714285714rem !important;
  }
  /* line 6629, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-60 {
    left: 4.2857142857rem !important;
  }
  /* line 6633, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-70 {
    left: 5rem !important;
  }
  /* line 6637, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-80 {
    left: 5.7142857143rem !important;
  }
  /* line 6641, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-90 {
    left: 6.4285714286rem !important;
  }
  /* line 6645, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-100 {
    left: 7.1428571429rem !important;
  }
  /* line 6649, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-110 {
    left: 7.8571428571rem !important;
  }
  /* line 6653, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-120 {
    left: 8.5714285714rem !important;
  }
  /* line 6657, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-130 {
    left: 9.2857142857rem !important;
  }
  /* line 6661, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-140 {
    left: 10rem !important;
  }
  /* line 6665, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-150 {
    left: 10.7142857143rem !important;
  }
  /* line 6669, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-t-0 {
    top: 0rem !important;
  }
  /* line 6673, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-t-10 {
    top: 0.7142857143rem !important;
  }
  /* line 6677, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-t-12 {
    top: 0.8571428571rem !important;
  }
  /* line 6681, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-t-14 {
    top: 1rem !important;
  }
  /* line 6685, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-t-16 {
    top: 1.1428571429rem !important;
  }
  /* line 6689, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-t-18 {
    top: 1.2857142857rem !important;
  }
  /* line 6693, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-t-20 {
    top: 1.4285714286rem !important;
  }
  /* line 6697, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-t-22 {
    top: 1.5714285714rem !important;
  }
  /* line 6701, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-t-24 {
    top: 1.7142857143rem !important;
  }
  /* line 6705, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-t-26 {
    top: 1.8571428571rem !important;
  }
  /* line 6709, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-t-30 {
    top: 2.1428571429rem !important;
  }
  /* line 6713, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-t-32 {
    top: 2.2857142857rem !important;
  }
  /* line 6717, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-t-36 {
    top: 2.5714285714rem !important;
  }
  /* line 6721, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-t-38 {
    top: 2.7142857143rem !important;
  }
  /* line 6725, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-t-40 {
    top: 2.8571428571rem !important;
  }
  /* line 6729, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-t-42 {
    top: 3rem !important;
  }
  /* line 6733, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-t-46 {
    top: 3.2857142857rem !important;
  }
  /* line 6737, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-t-48 {
    top: 3.4285714286rem !important;
  }
  /* line 6741, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-t-50 {
    top: 3.5714285714rem !important;
  }
  /* line 6745, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-t-60 {
    top: 4.2857142857rem !important;
  }
  /* line 6749, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-t-70 {
    top: 5rem !important;
  }
  /* line 6753, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-t-80 {
    top: 5.7142857143rem !important;
  }
  /* line 6757, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-t-90 {
    top: 6.4285714286rem !important;
  }
  /* line 6761, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-t-100 {
    top: 7.1428571429rem !important;
  }
  /* line 6765, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-t-110 {
    top: 7.8571428571rem !important;
  }
  /* line 6769, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-t-120 {
    top: 8.5714285714rem !important;
  }
  /* line 6773, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-t-130 {
    top: 9.2857142857rem !important;
  }
  /* line 6777, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-t-140 {
    top: 10rem !important;
  }
  /* line 6781, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-t-150 {
    top: 10.7142857143rem !important;
  }
  /* line 6785, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-0 {
    bottom: 0rem !important;
  }
  /* line 6789, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-10 {
    bottom: 0.7142857143rem !important;
  }
  /* line 6793, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-12 {
    bottom: 0.8571428571rem !important;
  }
  /* line 6797, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-14 {
    bottom: 1rem !important;
  }
  /* line 6801, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-16 {
    bottom: 1.1428571429rem !important;
  }
  /* line 6805, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-18 {
    bottom: 1.2857142857rem !important;
  }
  /* line 6809, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-20 {
    bottom: 1.4285714286rem !important;
  }
  /* line 6813, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-22 {
    bottom: 1.5714285714rem !important;
  }
  /* line 6817, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-24 {
    bottom: 1.7142857143rem !important;
  }
  /* line 6821, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-26 {
    bottom: 1.8571428571rem !important;
  }
  /* line 6825, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-30 {
    bottom: 2.1428571429rem !important;
  }
  /* line 6829, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-32 {
    bottom: 2.2857142857rem !important;
  }
  /* line 6833, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-36 {
    bottom: 2.5714285714rem !important;
  }
  /* line 6837, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-38 {
    bottom: 2.7142857143rem !important;
  }
  /* line 6841, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-40 {
    bottom: 2.8571428571rem !important;
  }
  /* line 6845, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-42 {
    bottom: 3rem !important;
  }
  /* line 6849, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-46 {
    bottom: 3.2857142857rem !important;
  }
  /* line 6853, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-48 {
    bottom: 3.4285714286rem !important;
  }
  /* line 6857, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-50 {
    bottom: 3.5714285714rem !important;
  }
  /* line 6861, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-60 {
    bottom: 4.2857142857rem !important;
  }
  /* line 6865, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-70 {
    bottom: 5rem !important;
  }
  /* line 6869, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-80 {
    bottom: 5.7142857143rem !important;
  }
  /* line 6873, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-90 {
    bottom: 6.4285714286rem !important;
  }
  /* line 6877, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-100 {
    bottom: 7.1428571429rem !important;
  }
  /* line 6881, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-110 {
    bottom: 7.8571428571rem !important;
  }
  /* line 6885, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-120 {
    bottom: 8.5714285714rem !important;
  }
  /* line 6889, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-130 {
    bottom: 9.2857142857rem !important;
  }
  /* line 6893, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-140 {
    bottom: 10rem !important;
  }
  /* line 6897, app/assets/stylesheets/theme/css/style.scss */
  .xxxl-l-150 {
    bottom: 10.7142857143rem !important;
  }
}

/* line 6901, app/assets/stylesheets/theme/css/style.scss */
.r-0 {
  right: 0rem !important;
}

/* line 6905, app/assets/stylesheets/theme/css/style.scss */
.r-10 {
  right: 0.7142857143rem !important;
}

/* line 6909, app/assets/stylesheets/theme/css/style.scss */
.r-12 {
  right: 0.8571428571rem !important;
}

/* line 6913, app/assets/stylesheets/theme/css/style.scss */
.r-14 {
  right: 1rem !important;
}

/* line 6917, app/assets/stylesheets/theme/css/style.scss */
.r-16 {
  right: 1.1428571429rem !important;
}

/* line 6921, app/assets/stylesheets/theme/css/style.scss */
.r-18 {
  right: 1.2857142857rem !important;
}

/* line 6925, app/assets/stylesheets/theme/css/style.scss */
.r-20 {
  right: 1.4285714286rem !important;
}

/* line 6929, app/assets/stylesheets/theme/css/style.scss */
.r-22 {
  right: 1.5714285714rem !important;
}

/* line 6933, app/assets/stylesheets/theme/css/style.scss */
.r-24 {
  right: 1.7142857143rem !important;
}

/* line 6937, app/assets/stylesheets/theme/css/style.scss */
.r-26 {
  right: 1.8571428571rem !important;
}

/* line 6941, app/assets/stylesheets/theme/css/style.scss */
.r-30 {
  right: 2.1428571429rem !important;
}

/* line 6945, app/assets/stylesheets/theme/css/style.scss */
.r-32 {
  right: 2.2857142857rem !important;
}

/* line 6949, app/assets/stylesheets/theme/css/style.scss */
.r-36 {
  right: 2.5714285714rem !important;
}

/* line 6953, app/assets/stylesheets/theme/css/style.scss */
.r-38 {
  right: 2.7142857143rem !important;
}

/* line 6957, app/assets/stylesheets/theme/css/style.scss */
.r-40 {
  right: 2.8571428571rem !important;
}

/* line 6961, app/assets/stylesheets/theme/css/style.scss */
.r-42 {
  right: 3rem !important;
}

/* line 6965, app/assets/stylesheets/theme/css/style.scss */
.r-46 {
  right: 3.2857142857rem !important;
}

/* line 6969, app/assets/stylesheets/theme/css/style.scss */
.r-48 {
  right: 3.4285714286rem !important;
}

/* line 6973, app/assets/stylesheets/theme/css/style.scss */
.r-50 {
  right: 3.5714285714rem !important;
}

/* line 6977, app/assets/stylesheets/theme/css/style.scss */
.r-60 {
  right: 4.2857142857rem !important;
}

/* line 6981, app/assets/stylesheets/theme/css/style.scss */
.r-70 {
  right: 5rem !important;
}

/* line 6985, app/assets/stylesheets/theme/css/style.scss */
.r-80 {
  right: 5.7142857143rem !important;
}

/* line 6989, app/assets/stylesheets/theme/css/style.scss */
.r-90 {
  right: 6.4285714286rem !important;
}

/* line 6993, app/assets/stylesheets/theme/css/style.scss */
.r-100 {
  right: 7.1428571429rem !important;
}

/* line 6997, app/assets/stylesheets/theme/css/style.scss */
.r-110 {
  right: 7.8571428571rem !important;
}

/* line 7001, app/assets/stylesheets/theme/css/style.scss */
.r-120 {
  right: 8.5714285714rem !important;
}

/* line 7005, app/assets/stylesheets/theme/css/style.scss */
.r-130 {
  right: 9.2857142857rem !important;
}

/* line 7009, app/assets/stylesheets/theme/css/style.scss */
.r-140 {
  right: 10rem !important;
}

/* line 7013, app/assets/stylesheets/theme/css/style.scss */
.r-150 {
  right: 10.7142857143rem !important;
}

/* line 7017, app/assets/stylesheets/theme/css/style.scss */
.l-0 {
  left: 0rem !important;
}

/* line 7021, app/assets/stylesheets/theme/css/style.scss */
.l-10 {
  left: 0.7142857143rem !important;
}

/* line 7025, app/assets/stylesheets/theme/css/style.scss */
.l-12 {
  left: 0.8571428571rem !important;
}

/* line 7029, app/assets/stylesheets/theme/css/style.scss */
.l-14 {
  left: 1rem !important;
}

/* line 7033, app/assets/stylesheets/theme/css/style.scss */
.l-16 {
  left: 1.1428571429rem !important;
}

/* line 7037, app/assets/stylesheets/theme/css/style.scss */
.l-18 {
  left: 1.2857142857rem !important;
}

/* line 7041, app/assets/stylesheets/theme/css/style.scss */
.l-20 {
  left: 1.4285714286rem !important;
}

/* line 7045, app/assets/stylesheets/theme/css/style.scss */
.l-22 {
  left: 1.5714285714rem !important;
}

/* line 7049, app/assets/stylesheets/theme/css/style.scss */
.l-24 {
  left: 1.7142857143rem !important;
}

/* line 7053, app/assets/stylesheets/theme/css/style.scss */
.l-26 {
  left: 1.8571428571rem !important;
}

/* line 7057, app/assets/stylesheets/theme/css/style.scss */
.l-30 {
  left: 2.1428571429rem !important;
}

/* line 7061, app/assets/stylesheets/theme/css/style.scss */
.l-32 {
  left: 2.2857142857rem !important;
}

/* line 7065, app/assets/stylesheets/theme/css/style.scss */
.l-36 {
  left: 2.5714285714rem !important;
}

/* line 7069, app/assets/stylesheets/theme/css/style.scss */
.l-38 {
  left: 2.7142857143rem !important;
}

/* line 7073, app/assets/stylesheets/theme/css/style.scss */
.l-40 {
  left: 2.8571428571rem !important;
}

/* line 7077, app/assets/stylesheets/theme/css/style.scss */
.l-42 {
  left: 3rem !important;
}

/* line 7081, app/assets/stylesheets/theme/css/style.scss */
.l-46 {
  left: 3.2857142857rem !important;
}

/* line 7085, app/assets/stylesheets/theme/css/style.scss */
.l-48 {
  left: 3.4285714286rem !important;
}

/* line 7089, app/assets/stylesheets/theme/css/style.scss */
.l-50 {
  left: 3.5714285714rem !important;
}

/* line 7093, app/assets/stylesheets/theme/css/style.scss */
.l-60 {
  left: 4.2857142857rem !important;
}

/* line 7097, app/assets/stylesheets/theme/css/style.scss */
.l-70 {
  left: 5rem !important;
}

/* line 7101, app/assets/stylesheets/theme/css/style.scss */
.l-80 {
  left: 5.7142857143rem !important;
}

/* line 7105, app/assets/stylesheets/theme/css/style.scss */
.l-90 {
  left: 6.4285714286rem !important;
}

/* line 7109, app/assets/stylesheets/theme/css/style.scss */
.l-100 {
  left: 7.1428571429rem !important;
}

/* line 7113, app/assets/stylesheets/theme/css/style.scss */
.l-110 {
  left: 7.8571428571rem !important;
}

/* line 7117, app/assets/stylesheets/theme/css/style.scss */
.l-120 {
  left: 8.5714285714rem !important;
}

/* line 7121, app/assets/stylesheets/theme/css/style.scss */
.l-130 {
  left: 9.2857142857rem !important;
}

/* line 7125, app/assets/stylesheets/theme/css/style.scss */
.l-140 {
  left: 10rem !important;
}

/* line 7129, app/assets/stylesheets/theme/css/style.scss */
.l-150 {
  left: 10.7142857143rem !important;
}

/* line 7133, app/assets/stylesheets/theme/css/style.scss */
.t-0 {
  top: 0rem !important;
}

/* line 7137, app/assets/stylesheets/theme/css/style.scss */
.t-10 {
  top: 0.7142857143rem !important;
}

/* line 7141, app/assets/stylesheets/theme/css/style.scss */
.t-12 {
  top: 0.8571428571rem !important;
}

/* line 7145, app/assets/stylesheets/theme/css/style.scss */
.t-14 {
  top: 1rem !important;
}

/* line 7149, app/assets/stylesheets/theme/css/style.scss */
.t-16 {
  top: 1.1428571429rem !important;
}

/* line 7153, app/assets/stylesheets/theme/css/style.scss */
.t-18 {
  top: 1.2857142857rem !important;
}

/* line 7157, app/assets/stylesheets/theme/css/style.scss */
.t-20 {
  top: 1.4285714286rem !important;
}

/* line 7161, app/assets/stylesheets/theme/css/style.scss */
.t-22 {
  top: 1.5714285714rem !important;
}

/* line 7165, app/assets/stylesheets/theme/css/style.scss */
.t-24 {
  top: 1.7142857143rem !important;
}

/* line 7169, app/assets/stylesheets/theme/css/style.scss */
.t-26 {
  top: 1.8571428571rem !important;
}

/* line 7173, app/assets/stylesheets/theme/css/style.scss */
.t-30 {
  top: 2.1428571429rem !important;
}

/* line 7177, app/assets/stylesheets/theme/css/style.scss */
.t-32 {
  top: 2.2857142857rem !important;
}

/* line 7181, app/assets/stylesheets/theme/css/style.scss */
.t-36 {
  top: 2.5714285714rem !important;
}

/* line 7185, app/assets/stylesheets/theme/css/style.scss */
.t-38 {
  top: 2.7142857143rem !important;
}

/* line 7189, app/assets/stylesheets/theme/css/style.scss */
.t-40 {
  top: 2.8571428571rem !important;
}

/* line 7193, app/assets/stylesheets/theme/css/style.scss */
.t-42 {
  top: 3rem !important;
}

/* line 7197, app/assets/stylesheets/theme/css/style.scss */
.t-46 {
  top: 3.2857142857rem !important;
}

/* line 7201, app/assets/stylesheets/theme/css/style.scss */
.t-48 {
  top: 3.4285714286rem !important;
}

/* line 7205, app/assets/stylesheets/theme/css/style.scss */
.t-50 {
  top: 3.5714285714rem !important;
}

/* line 7209, app/assets/stylesheets/theme/css/style.scss */
.t-60 {
  top: 4.2857142857rem !important;
}

/* line 7213, app/assets/stylesheets/theme/css/style.scss */
.t-70 {
  top: 5rem !important;
}

/* line 7217, app/assets/stylesheets/theme/css/style.scss */
.t-80 {
  top: 5.7142857143rem !important;
}

/* line 7221, app/assets/stylesheets/theme/css/style.scss */
.t-90 {
  top: 6.4285714286rem !important;
}

/* line 7225, app/assets/stylesheets/theme/css/style.scss */
.t-100 {
  top: 7.1428571429rem !important;
}

/* line 7229, app/assets/stylesheets/theme/css/style.scss */
.t-110 {
  top: 7.8571428571rem !important;
}

/* line 7233, app/assets/stylesheets/theme/css/style.scss */
.t-120 {
  top: 8.5714285714rem !important;
}

/* line 7237, app/assets/stylesheets/theme/css/style.scss */
.t-130 {
  top: 9.2857142857rem !important;
}

/* line 7241, app/assets/stylesheets/theme/css/style.scss */
.t-140 {
  top: 10rem !important;
}

/* line 7245, app/assets/stylesheets/theme/css/style.scss */
.t-150 {
  top: 10.7142857143rem !important;
}

/* line 7249, app/assets/stylesheets/theme/css/style.scss */
.b-0 {
  bottom: 0rem !important;
}

/* line 7253, app/assets/stylesheets/theme/css/style.scss */
.b-10 {
  bottom: 0.7142857143rem !important;
}

/* line 7257, app/assets/stylesheets/theme/css/style.scss */
.b-12 {
  bottom: 0.8571428571rem !important;
}

/* line 7261, app/assets/stylesheets/theme/css/style.scss */
.b-14 {
  bottom: 1rem !important;
}

/* line 7265, app/assets/stylesheets/theme/css/style.scss */
.b-16 {
  bottom: 1.1428571429rem !important;
}

/* line 7269, app/assets/stylesheets/theme/css/style.scss */
.b-18 {
  bottom: 1.2857142857rem !important;
}

/* line 7273, app/assets/stylesheets/theme/css/style.scss */
.b-20 {
  bottom: 1.4285714286rem !important;
}

/* line 7277, app/assets/stylesheets/theme/css/style.scss */
.b-22 {
  bottom: 1.5714285714rem !important;
}

/* line 7281, app/assets/stylesheets/theme/css/style.scss */
.b-24 {
  bottom: 1.7142857143rem !important;
}

/* line 7285, app/assets/stylesheets/theme/css/style.scss */
.b-26 {
  bottom: 1.8571428571rem !important;
}

/* line 7289, app/assets/stylesheets/theme/css/style.scss */
.b-30 {
  bottom: 2.1428571429rem !important;
}

/* line 7293, app/assets/stylesheets/theme/css/style.scss */
.b-32 {
  bottom: 2.2857142857rem !important;
}

/* line 7297, app/assets/stylesheets/theme/css/style.scss */
.b-36 {
  bottom: 2.5714285714rem !important;
}

/* line 7301, app/assets/stylesheets/theme/css/style.scss */
.b-38 {
  bottom: 2.7142857143rem !important;
}

/* line 7305, app/assets/stylesheets/theme/css/style.scss */
.b-40 {
  bottom: 2.8571428571rem !important;
}

/* line 7309, app/assets/stylesheets/theme/css/style.scss */
.b-42 {
  bottom: 3rem !important;
}

/* line 7313, app/assets/stylesheets/theme/css/style.scss */
.b-46 {
  bottom: 3.2857142857rem !important;
}

/* line 7317, app/assets/stylesheets/theme/css/style.scss */
.b-48 {
  bottom: 3.4285714286rem !important;
}

/* line 7321, app/assets/stylesheets/theme/css/style.scss */
.b-50 {
  bottom: 3.5714285714rem !important;
}

/* line 7325, app/assets/stylesheets/theme/css/style.scss */
.b-60 {
  bottom: 4.2857142857rem !important;
}

/* line 7329, app/assets/stylesheets/theme/css/style.scss */
.b-70 {
  bottom: 5rem !important;
}

/* line 7333, app/assets/stylesheets/theme/css/style.scss */
.b-80 {
  bottom: 5.7142857143rem !important;
}

/* line 7337, app/assets/stylesheets/theme/css/style.scss */
.b-90 {
  bottom: 6.4285714286rem !important;
}

/* line 7341, app/assets/stylesheets/theme/css/style.scss */
.b-100 {
  bottom: 7.1428571429rem !important;
}

/* line 7345, app/assets/stylesheets/theme/css/style.scss */
.b-110 {
  bottom: 7.8571428571rem !important;
}

/* line 7349, app/assets/stylesheets/theme/css/style.scss */
.b-120 {
  bottom: 8.5714285714rem !important;
}

/* line 7353, app/assets/stylesheets/theme/css/style.scss */
.b-130 {
  bottom: 9.2857142857rem !important;
}

/* line 7357, app/assets/stylesheets/theme/css/style.scss */
.b-140 {
  bottom: 10rem !important;
}

/* line 7361, app/assets/stylesheets/theme/css/style.scss */
.b-150 {
  bottom: 10.7142857143rem !important;
}

/* line 7365, app/assets/stylesheets/theme/css/style.scss */
button:focus {
  outline: none;
}

/* line 7369, app/assets/stylesheets/theme/css/style.scss */
.media {
  display: flex;
  align-items: flex-start;
}

/* line 7374, app/assets/stylesheets/theme/css/style.scss */
.media-body {
  flex: 1;
}

/* line 7378, app/assets/stylesheets/theme/css/style.scss */
small,
.small {
  font-weight: 400;
}

/*******************
Padding property 
*******************/
/* line 7386, app/assets/stylesheets/theme/css/style.scss */
.p-0 {
  padding: 0px !important;
}

/* line 7390, app/assets/stylesheets/theme/css/style.scss */
.p-5 {
  padding: 5px !important;
}

/* line 7394, app/assets/stylesheets/theme/css/style.scss */
.p-10 {
  padding: 10px !important;
}

/* line 7398, app/assets/stylesheets/theme/css/style.scss */
.p-15 {
  padding: 15px !important;
}

/* line 7402, app/assets/stylesheets/theme/css/style.scss */
.p-20 {
  padding: 20px !important;
}

/* line 7406, app/assets/stylesheets/theme/css/style.scss */
.p-25 {
  padding: 25px !important;
}

/* line 7410, app/assets/stylesheets/theme/css/style.scss */
.p-30 {
  padding: 30px !important;
}

/* line 7414, app/assets/stylesheets/theme/css/style.scss */
.p-35 {
  padding: 35px !important;
}

/* line 7418, app/assets/stylesheets/theme/css/style.scss */
.p-40 {
  padding: 40px !important;
}

/* line 7422, app/assets/stylesheets/theme/css/style.scss */
.p-45 {
  padding: 45px !important;
}

/* line 7426, app/assets/stylesheets/theme/css/style.scss */
.p-50 {
  padding: 50px !important;
}

/* line 7430, app/assets/stylesheets/theme/css/style.scss */
.p-55 {
  padding: 55px !important;
}

/* line 7434, app/assets/stylesheets/theme/css/style.scss */
.p-60 {
  padding: 60px !important;
}

/* line 7438, app/assets/stylesheets/theme/css/style.scss */
.p-65 {
  padding: 65px !important;
}

/* line 7442, app/assets/stylesheets/theme/css/style.scss */
.p-70 {
  padding: 70px !important;
}

/* line 7446, app/assets/stylesheets/theme/css/style.scss */
.p-75 {
  padding: 75px !important;
}

/* line 7450, app/assets/stylesheets/theme/css/style.scss */
.p-80 {
  padding: 80px !important;
}

/* line 7454, app/assets/stylesheets/theme/css/style.scss */
.p-85 {
  padding: 85px !important;
}

/* line 7458, app/assets/stylesheets/theme/css/style.scss */
.p-90 {
  padding: 90px !important;
}

/* line 7462, app/assets/stylesheets/theme/css/style.scss */
.p-95 {
  padding: 95px !important;
}

/* line 7466, app/assets/stylesheets/theme/css/style.scss */
.p-100 {
  padding: 100px !important;
}

/* line 7470, app/assets/stylesheets/theme/css/style.scss */
.p-105 {
  padding: 105px !important;
}

/* line 7474, app/assets/stylesheets/theme/css/style.scss */
.p-110 {
  padding: 110px !important;
}

/* line 7478, app/assets/stylesheets/theme/css/style.scss */
.p-115 {
  padding: 115px !important;
}

/* line 7482, app/assets/stylesheets/theme/css/style.scss */
.p-120 {
  padding: 120px !important;
}

/* line 7486, app/assets/stylesheets/theme/css/style.scss */
.p-125 {
  padding: 125px !important;
}

/* line 7490, app/assets/stylesheets/theme/css/style.scss */
.p-130 {
  padding: 130px !important;
}

/* line 7494, app/assets/stylesheets/theme/css/style.scss */
.p-135 {
  padding: 135px !important;
}

/* line 7498, app/assets/stylesheets/theme/css/style.scss */
.p-140 {
  padding: 140px !important;
}

/* line 7502, app/assets/stylesheets/theme/css/style.scss */
.p-145 {
  padding: 145px !important;
}

/* line 7506, app/assets/stylesheets/theme/css/style.scss */
.p-150 {
  padding: 150px !important;
}

/* line 7510, app/assets/stylesheets/theme/css/style.scss */
.p-155 {
  padding: 155px !important;
}

/* line 7514, app/assets/stylesheets/theme/css/style.scss */
.p-160 {
  padding: 160px !important;
}

/* line 7518, app/assets/stylesheets/theme/css/style.scss */
.p-165 {
  padding: 165px !important;
}

/* line 7522, app/assets/stylesheets/theme/css/style.scss */
.p-170 {
  padding: 170px !important;
}

/* line 7526, app/assets/stylesheets/theme/css/style.scss */
.p-175 {
  padding: 175px !important;
}

/* line 7530, app/assets/stylesheets/theme/css/style.scss */
.p-180 {
  padding: 180px !important;
}

/* line 7534, app/assets/stylesheets/theme/css/style.scss */
.p-185 {
  padding: 185px !important;
}

/* line 7538, app/assets/stylesheets/theme/css/style.scss */
.p-190 {
  padding: 190px !important;
}

/* line 7542, app/assets/stylesheets/theme/css/style.scss */
.p-195 {
  padding: 195px !important;
}

/* line 7546, app/assets/stylesheets/theme/css/style.scss */
.p-200 {
  padding: 200px !important;
}

/* line 7550, app/assets/stylesheets/theme/css/style.scss */
.pt-0 {
  padding-top: 0px !important;
}

/* line 7554, app/assets/stylesheets/theme/css/style.scss */
.pt-5 {
  padding-top: 5px !important;
}

/* line 7558, app/assets/stylesheets/theme/css/style.scss */
.pt-10 {
  padding-top: 10px !important;
}

/* line 7562, app/assets/stylesheets/theme/css/style.scss */
.pt-15 {
  padding-top: 15px !important;
}

/* line 7566, app/assets/stylesheets/theme/css/style.scss */
.pt-20 {
  padding-top: 20px !important;
}

/* line 7570, app/assets/stylesheets/theme/css/style.scss */
.pt-25 {
  padding-top: 25px !important;
}

/* line 7574, app/assets/stylesheets/theme/css/style.scss */
.pt-30 {
  padding-top: 30px !important;
}

/* line 7578, app/assets/stylesheets/theme/css/style.scss */
.pt-35 {
  padding-top: 35px !important;
}

/* line 7582, app/assets/stylesheets/theme/css/style.scss */
.pt-40 {
  padding-top: 40px !important;
}

/* line 7586, app/assets/stylesheets/theme/css/style.scss */
.pt-45 {
  padding-top: 45px !important;
}

/* line 7590, app/assets/stylesheets/theme/css/style.scss */
.pt-50 {
  padding-top: 50px !important;
}

/* line 7594, app/assets/stylesheets/theme/css/style.scss */
.pt-55 {
  padding-top: 55px !important;
}

/* line 7598, app/assets/stylesheets/theme/css/style.scss */
.pt-60 {
  padding-top: 60px !important;
}

/* line 7602, app/assets/stylesheets/theme/css/style.scss */
.pt-65 {
  padding-top: 65px !important;
}

/* line 7606, app/assets/stylesheets/theme/css/style.scss */
.pt-70 {
  padding-top: 70px !important;
}

/* line 7610, app/assets/stylesheets/theme/css/style.scss */
.pt-75 {
  padding-top: 75px !important;
}

/* line 7614, app/assets/stylesheets/theme/css/style.scss */
.pt-80 {
  padding-top: 80px !important;
}

/* line 7618, app/assets/stylesheets/theme/css/style.scss */
.pt-85 {
  padding-top: 85px !important;
}

/* line 7622, app/assets/stylesheets/theme/css/style.scss */
.pt-90 {
  padding-top: 90px !important;
}

/* line 7626, app/assets/stylesheets/theme/css/style.scss */
.pt-95 {
  padding-top: 95px !important;
}

/* line 7630, app/assets/stylesheets/theme/css/style.scss */
.pt-100 {
  padding-top: 100px !important;
}

/* line 7634, app/assets/stylesheets/theme/css/style.scss */
.pt-105 {
  padding-top: 105px !important;
}

/* line 7638, app/assets/stylesheets/theme/css/style.scss */
.pt-110 {
  padding-top: 110px !important;
}

/* line 7642, app/assets/stylesheets/theme/css/style.scss */
.pt-115 {
  padding-top: 115px !important;
}

/* line 7646, app/assets/stylesheets/theme/css/style.scss */
.pt-120 {
  padding-top: 120px !important;
}

/* line 7650, app/assets/stylesheets/theme/css/style.scss */
.pt-125 {
  padding-top: 125px !important;
}

/* line 7654, app/assets/stylesheets/theme/css/style.scss */
.pt-130 {
  padding-top: 130px !important;
}

/* line 7658, app/assets/stylesheets/theme/css/style.scss */
.pt-135 {
  padding-top: 135px !important;
}

/* line 7662, app/assets/stylesheets/theme/css/style.scss */
.pt-140 {
  padding-top: 140px !important;
}

/* line 7666, app/assets/stylesheets/theme/css/style.scss */
.pt-145 {
  padding-top: 145px !important;
}

/* line 7670, app/assets/stylesheets/theme/css/style.scss */
.pt-150 {
  padding-top: 150px !important;
}

/* line 7674, app/assets/stylesheets/theme/css/style.scss */
.pt-155 {
  padding-top: 155px !important;
}

/* line 7678, app/assets/stylesheets/theme/css/style.scss */
.pt-160 {
  padding-top: 160px !important;
}

/* line 7682, app/assets/stylesheets/theme/css/style.scss */
.pt-165 {
  padding-top: 165px !important;
}

/* line 7686, app/assets/stylesheets/theme/css/style.scss */
.pt-170 {
  padding-top: 170px !important;
}

/* line 7690, app/assets/stylesheets/theme/css/style.scss */
.pt-175 {
  padding-top: 175px !important;
}

/* line 7694, app/assets/stylesheets/theme/css/style.scss */
.pt-180 {
  padding-top: 180px !important;
}

/* line 7698, app/assets/stylesheets/theme/css/style.scss */
.pt-185 {
  padding-top: 185px !important;
}

/* line 7702, app/assets/stylesheets/theme/css/style.scss */
.pt-190 {
  padding-top: 190px !important;
}

/* line 7706, app/assets/stylesheets/theme/css/style.scss */
.pt-195 {
  padding-top: 195px !important;
}

/* line 7710, app/assets/stylesheets/theme/css/style.scss */
.pt-200 {
  padding-top: 200px !important;
}

/* line 7714, app/assets/stylesheets/theme/css/style.scss */
.pb-0 {
  padding-bottom: 0px !important;
}

/* line 7718, app/assets/stylesheets/theme/css/style.scss */
.pb-5 {
  padding-bottom: 5px !important;
}

/* line 7722, app/assets/stylesheets/theme/css/style.scss */
.pb-10 {
  padding-bottom: 10px !important;
}

/* line 7726, app/assets/stylesheets/theme/css/style.scss */
.pb-15 {
  padding-bottom: 15px !important;
}

/* line 7730, app/assets/stylesheets/theme/css/style.scss */
.pb-20 {
  padding-bottom: 20px !important;
}

/* line 7734, app/assets/stylesheets/theme/css/style.scss */
.pb-25 {
  padding-bottom: 25px !important;
}

/* line 7738, app/assets/stylesheets/theme/css/style.scss */
.pb-30 {
  padding-bottom: 30px !important;
}

/* line 7742, app/assets/stylesheets/theme/css/style.scss */
.pb-35 {
  padding-bottom: 35px !important;
}

/* line 7746, app/assets/stylesheets/theme/css/style.scss */
.pb-40 {
  padding-bottom: 40px !important;
}

/* line 7750, app/assets/stylesheets/theme/css/style.scss */
.pb-45 {
  padding-bottom: 45px !important;
}

/* line 7754, app/assets/stylesheets/theme/css/style.scss */
.pb-50 {
  padding-bottom: 50px !important;
}

/* line 7758, app/assets/stylesheets/theme/css/style.scss */
.pb-55 {
  padding-bottom: 55px !important;
}

/* line 7762, app/assets/stylesheets/theme/css/style.scss */
.pb-60 {
  padding-bottom: 60px !important;
}

/* line 7766, app/assets/stylesheets/theme/css/style.scss */
.pb-65 {
  padding-bottom: 65px !important;
}

/* line 7770, app/assets/stylesheets/theme/css/style.scss */
.pb-70 {
  padding-bottom: 70px !important;
}

/* line 7774, app/assets/stylesheets/theme/css/style.scss */
.pb-75 {
  padding-bottom: 75px !important;
}

/* line 7778, app/assets/stylesheets/theme/css/style.scss */
.pb-80 {
  padding-bottom: 80px !important;
}

/* line 7782, app/assets/stylesheets/theme/css/style.scss */
.pb-85 {
  padding-bottom: 85px !important;
}

/* line 7786, app/assets/stylesheets/theme/css/style.scss */
.pb-90 {
  padding-bottom: 90px !important;
}

/* line 7790, app/assets/stylesheets/theme/css/style.scss */
.pb-95 {
  padding-bottom: 95px !important;
}

/* line 7794, app/assets/stylesheets/theme/css/style.scss */
.pb-100 {
  padding-bottom: 100px !important;
}

/* line 7798, app/assets/stylesheets/theme/css/style.scss */
.pb-105 {
  padding-bottom: 105px !important;
}

/* line 7802, app/assets/stylesheets/theme/css/style.scss */
.pb-110 {
  padding-bottom: 110px !important;
}

/* line 7806, app/assets/stylesheets/theme/css/style.scss */
.pb-115 {
  padding-bottom: 115px !important;
}

/* line 7810, app/assets/stylesheets/theme/css/style.scss */
.pb-120 {
  padding-bottom: 120px !important;
}

/* line 7814, app/assets/stylesheets/theme/css/style.scss */
.pb-125 {
  padding-bottom: 125px !important;
}

/* line 7818, app/assets/stylesheets/theme/css/style.scss */
.pb-130 {
  padding-bottom: 130px !important;
}

/* line 7822, app/assets/stylesheets/theme/css/style.scss */
.pb-135 {
  padding-bottom: 135px !important;
}

/* line 7826, app/assets/stylesheets/theme/css/style.scss */
.pb-140 {
  padding-bottom: 140px !important;
}

/* line 7830, app/assets/stylesheets/theme/css/style.scss */
.pb-145 {
  padding-bottom: 145px !important;
}

/* line 7834, app/assets/stylesheets/theme/css/style.scss */
.pb-150 {
  padding-bottom: 150px !important;
}

/* line 7838, app/assets/stylesheets/theme/css/style.scss */
.pb-155 {
  padding-bottom: 155px !important;
}

/* line 7842, app/assets/stylesheets/theme/css/style.scss */
.pb-160 {
  padding-bottom: 160px !important;
}

/* line 7846, app/assets/stylesheets/theme/css/style.scss */
.pb-165 {
  padding-bottom: 165px !important;
}

/* line 7850, app/assets/stylesheets/theme/css/style.scss */
.pb-170 {
  padding-bottom: 170px !important;
}

/* line 7854, app/assets/stylesheets/theme/css/style.scss */
.pb-175 {
  padding-bottom: 175px !important;
}

/* line 7858, app/assets/stylesheets/theme/css/style.scss */
.pb-180 {
  padding-bottom: 180px !important;
}

/* line 7862, app/assets/stylesheets/theme/css/style.scss */
.pb-185 {
  padding-bottom: 185px !important;
}

/* line 7866, app/assets/stylesheets/theme/css/style.scss */
.pb-190 {
  padding-bottom: 190px !important;
}

/* line 7870, app/assets/stylesheets/theme/css/style.scss */
.pb-195 {
  padding-bottom: 195px !important;
}

/* line 7874, app/assets/stylesheets/theme/css/style.scss */
.pb-200 {
  padding-bottom: 200px !important;
}

/* line 7878, app/assets/stylesheets/theme/css/style.scss */
.ps-0 {
  padding-left: 0px !important;
}

/* line 7882, app/assets/stylesheets/theme/css/style.scss */
.ps-5 {
  padding-left: 5px !important;
}

/* line 7886, app/assets/stylesheets/theme/css/style.scss */
.ps-10 {
  padding-left: 10px !important;
}

/* line 7890, app/assets/stylesheets/theme/css/style.scss */
.ps-15 {
  padding-left: 15px !important;
}

/* line 7894, app/assets/stylesheets/theme/css/style.scss */
.ps-20 {
  padding-left: 20px !important;
}

/* line 7898, app/assets/stylesheets/theme/css/style.scss */
.ps-25 {
  padding-left: 25px !important;
}

/* line 7902, app/assets/stylesheets/theme/css/style.scss */
.ps-30 {
  padding-left: 30px !important;
}

/* line 7906, app/assets/stylesheets/theme/css/style.scss */
.ps-35 {
  padding-left: 35px !important;
}

/* line 7910, app/assets/stylesheets/theme/css/style.scss */
.ps-40 {
  padding-left: 40px !important;
}

/* line 7914, app/assets/stylesheets/theme/css/style.scss */
.ps-45 {
  padding-left: 45px !important;
}

/* line 7918, app/assets/stylesheets/theme/css/style.scss */
.ps-50 {
  padding-left: 50px !important;
}

/* line 7922, app/assets/stylesheets/theme/css/style.scss */
.ps-55 {
  padding-left: 55px !important;
}

/* line 7926, app/assets/stylesheets/theme/css/style.scss */
.ps-60 {
  padding-left: 60px !important;
}

/* line 7930, app/assets/stylesheets/theme/css/style.scss */
.ps-65 {
  padding-left: 65px !important;
}

/* line 7934, app/assets/stylesheets/theme/css/style.scss */
.ps-70 {
  padding-left: 70px !important;
}

/* line 7938, app/assets/stylesheets/theme/css/style.scss */
.ps-75 {
  padding-left: 75px !important;
}

/* line 7942, app/assets/stylesheets/theme/css/style.scss */
.ps-80 {
  padding-left: 80px !important;
}

/* line 7946, app/assets/stylesheets/theme/css/style.scss */
.ps-85 {
  padding-left: 85px !important;
}

/* line 7950, app/assets/stylesheets/theme/css/style.scss */
.ps-90 {
  padding-left: 90px !important;
}

/* line 7954, app/assets/stylesheets/theme/css/style.scss */
.ps-95 {
  padding-left: 95px !important;
}

/* line 7958, app/assets/stylesheets/theme/css/style.scss */
.ps-100 {
  padding-left: 100px !important;
}

/* line 7962, app/assets/stylesheets/theme/css/style.scss */
.ps-105 {
  padding-left: 105px !important;
}

/* line 7966, app/assets/stylesheets/theme/css/style.scss */
.ps-110 {
  padding-left: 110px !important;
}

/* line 7970, app/assets/stylesheets/theme/css/style.scss */
.ps-115 {
  padding-left: 115px !important;
}

/* line 7974, app/assets/stylesheets/theme/css/style.scss */
.ps-120 {
  padding-left: 120px !important;
}

/* line 7978, app/assets/stylesheets/theme/css/style.scss */
.ps-125 {
  padding-left: 125px !important;
}

/* line 7982, app/assets/stylesheets/theme/css/style.scss */
.ps-130 {
  padding-left: 130px !important;
}

/* line 7986, app/assets/stylesheets/theme/css/style.scss */
.ps-135 {
  padding-left: 135px !important;
}

/* line 7990, app/assets/stylesheets/theme/css/style.scss */
.ps-140 {
  padding-left: 140px !important;
}

/* line 7994, app/assets/stylesheets/theme/css/style.scss */
.ps-145 {
  padding-left: 145px !important;
}

/* line 7998, app/assets/stylesheets/theme/css/style.scss */
.ps-150 {
  padding-left: 150px !important;
}

/* line 8002, app/assets/stylesheets/theme/css/style.scss */
.ps-155 {
  padding-left: 155px !important;
}

/* line 8006, app/assets/stylesheets/theme/css/style.scss */
.ps-160 {
  padding-left: 160px !important;
}

/* line 8010, app/assets/stylesheets/theme/css/style.scss */
.ps-165 {
  padding-left: 165px !important;
}

/* line 8014, app/assets/stylesheets/theme/css/style.scss */
.ps-170 {
  padding-left: 170px !important;
}

/* line 8018, app/assets/stylesheets/theme/css/style.scss */
.ps-175 {
  padding-left: 175px !important;
}

/* line 8022, app/assets/stylesheets/theme/css/style.scss */
.ps-180 {
  padding-left: 180px !important;
}

/* line 8026, app/assets/stylesheets/theme/css/style.scss */
.ps-185 {
  padding-left: 185px !important;
}

/* line 8030, app/assets/stylesheets/theme/css/style.scss */
.ps-190 {
  padding-left: 190px !important;
}

/* line 8034, app/assets/stylesheets/theme/css/style.scss */
.ps-195 {
  padding-left: 195px !important;
}

/* line 8038, app/assets/stylesheets/theme/css/style.scss */
.ps-200 {
  padding-left: 200px !important;
}

/* line 8042, app/assets/stylesheets/theme/css/style.scss */
.pe-0 {
  padding-right: 0px !important;
}

/* line 8046, app/assets/stylesheets/theme/css/style.scss */
.pe-5 {
  padding-right: 5px !important;
}

/* line 8050, app/assets/stylesheets/theme/css/style.scss */
.pe-10 {
  padding-right: 10px !important;
}

/* line 8054, app/assets/stylesheets/theme/css/style.scss */
.pe-15 {
  padding-right: 15px !important;
}

/* line 8058, app/assets/stylesheets/theme/css/style.scss */
.pe-20 {
  padding-right: 20px !important;
}

/* line 8062, app/assets/stylesheets/theme/css/style.scss */
.pe-25 {
  padding-right: 25px !important;
}

/* line 8066, app/assets/stylesheets/theme/css/style.scss */
.pe-30 {
  padding-right: 30px !important;
}

/* line 8070, app/assets/stylesheets/theme/css/style.scss */
.pe-35 {
  padding-right: 35px !important;
}

/* line 8074, app/assets/stylesheets/theme/css/style.scss */
.pe-40 {
  padding-right: 40px !important;
}

/* line 8078, app/assets/stylesheets/theme/css/style.scss */
.pe-45 {
  padding-right: 45px !important;
}

/* line 8082, app/assets/stylesheets/theme/css/style.scss */
.pe-50 {
  padding-right: 50px !important;
}

/* line 8086, app/assets/stylesheets/theme/css/style.scss */
.pe-55 {
  padding-right: 55px !important;
}

/* line 8090, app/assets/stylesheets/theme/css/style.scss */
.pe-60 {
  padding-right: 60px !important;
}

/* line 8094, app/assets/stylesheets/theme/css/style.scss */
.pe-65 {
  padding-right: 65px !important;
}

/* line 8098, app/assets/stylesheets/theme/css/style.scss */
.pe-70 {
  padding-right: 70px !important;
}

/* line 8102, app/assets/stylesheets/theme/css/style.scss */
.pe-75 {
  padding-right: 75px !important;
}

/* line 8106, app/assets/stylesheets/theme/css/style.scss */
.pe-80 {
  padding-right: 80px !important;
}

/* line 8110, app/assets/stylesheets/theme/css/style.scss */
.pe-85 {
  padding-right: 85px !important;
}

/* line 8114, app/assets/stylesheets/theme/css/style.scss */
.pe-90 {
  padding-right: 90px !important;
}

/* line 8118, app/assets/stylesheets/theme/css/style.scss */
.pe-95 {
  padding-right: 95px !important;
}

/* line 8122, app/assets/stylesheets/theme/css/style.scss */
.pe-100 {
  padding-right: 100px !important;
}

/* line 8126, app/assets/stylesheets/theme/css/style.scss */
.pe-105 {
  padding-right: 105px !important;
}

/* line 8130, app/assets/stylesheets/theme/css/style.scss */
.pe-110 {
  padding-right: 110px !important;
}

/* line 8134, app/assets/stylesheets/theme/css/style.scss */
.pe-115 {
  padding-right: 115px !important;
}

/* line 8138, app/assets/stylesheets/theme/css/style.scss */
.pe-120 {
  padding-right: 120px !important;
}

/* line 8142, app/assets/stylesheets/theme/css/style.scss */
.pe-125 {
  padding-right: 125px !important;
}

/* line 8146, app/assets/stylesheets/theme/css/style.scss */
.pe-130 {
  padding-right: 130px !important;
}

/* line 8150, app/assets/stylesheets/theme/css/style.scss */
.pe-135 {
  padding-right: 135px !important;
}

/* line 8154, app/assets/stylesheets/theme/css/style.scss */
.pe-140 {
  padding-right: 140px !important;
}

/* line 8158, app/assets/stylesheets/theme/css/style.scss */
.pe-145 {
  padding-right: 145px !important;
}

/* line 8162, app/assets/stylesheets/theme/css/style.scss */
.pe-150 {
  padding-right: 150px !important;
}

/* line 8166, app/assets/stylesheets/theme/css/style.scss */
.pe-155 {
  padding-right: 155px !important;
}

/* line 8170, app/assets/stylesheets/theme/css/style.scss */
.pe-160 {
  padding-right: 160px !important;
}

/* line 8174, app/assets/stylesheets/theme/css/style.scss */
.pe-165 {
  padding-right: 165px !important;
}

/* line 8178, app/assets/stylesheets/theme/css/style.scss */
.pe-170 {
  padding-right: 170px !important;
}

/* line 8182, app/assets/stylesheets/theme/css/style.scss */
.pe-175 {
  padding-right: 175px !important;
}

/* line 8186, app/assets/stylesheets/theme/css/style.scss */
.pe-180 {
  padding-right: 180px !important;
}

/* line 8190, app/assets/stylesheets/theme/css/style.scss */
.pe-185 {
  padding-right: 185px !important;
}

/* line 8194, app/assets/stylesheets/theme/css/style.scss */
.pe-190 {
  padding-right: 190px !important;
}

/* line 8198, app/assets/stylesheets/theme/css/style.scss */
.pe-195 {
  padding-right: 195px !important;
}

/* line 8202, app/assets/stylesheets/theme/css/style.scss */
.pe-200 {
  padding-right: 200px !important;
}

/* line 8206, app/assets/stylesheets/theme/css/style.scss */
.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* line 8211, app/assets/stylesheets/theme/css/style.scss */
.px-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

/* line 8216, app/assets/stylesheets/theme/css/style.scss */
.px-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

/* line 8221, app/assets/stylesheets/theme/css/style.scss */
.px-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/* line 8226, app/assets/stylesheets/theme/css/style.scss */
.px-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* line 8231, app/assets/stylesheets/theme/css/style.scss */
.px-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

/* line 8236, app/assets/stylesheets/theme/css/style.scss */
.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

/* line 8241, app/assets/stylesheets/theme/css/style.scss */
.px-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}

/* line 8246, app/assets/stylesheets/theme/css/style.scss */
.px-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

/* line 8251, app/assets/stylesheets/theme/css/style.scss */
.px-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}

/* line 8256, app/assets/stylesheets/theme/css/style.scss */
.px-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

/* line 8261, app/assets/stylesheets/theme/css/style.scss */
.px-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}

/* line 8266, app/assets/stylesheets/theme/css/style.scss */
.px-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

/* line 8271, app/assets/stylesheets/theme/css/style.scss */
.px-65 {
  padding-left: 65px !important;
  padding-right: 65px !important;
}

/* line 8276, app/assets/stylesheets/theme/css/style.scss */
.px-70 {
  padding-left: 70px !important;
  padding-right: 70px !important;
}

/* line 8281, app/assets/stylesheets/theme/css/style.scss */
.px-75 {
  padding-left: 75px !important;
  padding-right: 75px !important;
}

/* line 8286, app/assets/stylesheets/theme/css/style.scss */
.px-80 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

/* line 8291, app/assets/stylesheets/theme/css/style.scss */
.px-85 {
  padding-left: 85px !important;
  padding-right: 85px !important;
}

/* line 8296, app/assets/stylesheets/theme/css/style.scss */
.px-90 {
  padding-left: 90px !important;
  padding-right: 90px !important;
}

/* line 8301, app/assets/stylesheets/theme/css/style.scss */
.px-95 {
  padding-left: 95px !important;
  padding-right: 95px !important;
}

/* line 8306, app/assets/stylesheets/theme/css/style.scss */
.px-100 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

/* line 8311, app/assets/stylesheets/theme/css/style.scss */
.px-105 {
  padding-left: 105px !important;
  padding-right: 105px !important;
}

/* line 8316, app/assets/stylesheets/theme/css/style.scss */
.px-110 {
  padding-left: 110px !important;
  padding-right: 110px !important;
}

/* line 8321, app/assets/stylesheets/theme/css/style.scss */
.px-115 {
  padding-left: 115px !important;
  padding-right: 115px !important;
}

/* line 8326, app/assets/stylesheets/theme/css/style.scss */
.px-120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

/* line 8331, app/assets/stylesheets/theme/css/style.scss */
.px-125 {
  padding-left: 125px !important;
  padding-right: 125px !important;
}

/* line 8336, app/assets/stylesheets/theme/css/style.scss */
.px-130 {
  padding-left: 130px !important;
  padding-right: 130px !important;
}

/* line 8341, app/assets/stylesheets/theme/css/style.scss */
.px-135 {
  padding-left: 135px !important;
  padding-right: 135px !important;
}

/* line 8346, app/assets/stylesheets/theme/css/style.scss */
.px-140 {
  padding-left: 140px !important;
  padding-right: 140px !important;
}

/* line 8351, app/assets/stylesheets/theme/css/style.scss */
.px-145 {
  padding-left: 145px !important;
  padding-right: 145px !important;
}

/* line 8356, app/assets/stylesheets/theme/css/style.scss */
.px-150 {
  padding-left: 150px !important;
  padding-right: 150px !important;
}

/* line 8361, app/assets/stylesheets/theme/css/style.scss */
.px-155 {
  padding-left: 155px !important;
  padding-right: 155px !important;
}

/* line 8366, app/assets/stylesheets/theme/css/style.scss */
.px-160 {
  padding-left: 160px !important;
  padding-right: 160px !important;
}

/* line 8371, app/assets/stylesheets/theme/css/style.scss */
.px-165 {
  padding-left: 165px !important;
  padding-right: 165px !important;
}

/* line 8376, app/assets/stylesheets/theme/css/style.scss */
.px-170 {
  padding-left: 170px !important;
  padding-right: 170px !important;
}

/* line 8381, app/assets/stylesheets/theme/css/style.scss */
.px-175 {
  padding-left: 175px !important;
  padding-right: 175px !important;
}

/* line 8386, app/assets/stylesheets/theme/css/style.scss */
.px-180 {
  padding-left: 180px !important;
  padding-right: 180px !important;
}

/* line 8391, app/assets/stylesheets/theme/css/style.scss */
.px-185 {
  padding-left: 185px !important;
  padding-right: 185px !important;
}

/* line 8396, app/assets/stylesheets/theme/css/style.scss */
.px-190 {
  padding-left: 190px !important;
  padding-right: 190px !important;
}

/* line 8401, app/assets/stylesheets/theme/css/style.scss */
.px-195 {
  padding-left: 195px !important;
  padding-right: 195px !important;
}

/* line 8406, app/assets/stylesheets/theme/css/style.scss */
.px-200 {
  padding-left: 200px !important;
  padding-right: 200px !important;
}

/* line 8411, app/assets/stylesheets/theme/css/style.scss */
.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/* line 8416, app/assets/stylesheets/theme/css/style.scss */
.py-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

/* line 8421, app/assets/stylesheets/theme/css/style.scss */
.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

/* line 8426, app/assets/stylesheets/theme/css/style.scss */
.py-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

/* line 8431, app/assets/stylesheets/theme/css/style.scss */
.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* line 8436, app/assets/stylesheets/theme/css/style.scss */
.py-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

/* line 8441, app/assets/stylesheets/theme/css/style.scss */
.py-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

/* line 8446, app/assets/stylesheets/theme/css/style.scss */
.py-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

/* line 8451, app/assets/stylesheets/theme/css/style.scss */
.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

/* line 8456, app/assets/stylesheets/theme/css/style.scss */
.py-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

/* line 8461, app/assets/stylesheets/theme/css/style.scss */
.py-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

/* line 8466, app/assets/stylesheets/theme/css/style.scss */
.py-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

/* line 8471, app/assets/stylesheets/theme/css/style.scss */
.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

/* line 8476, app/assets/stylesheets/theme/css/style.scss */
.py-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

/* line 8481, app/assets/stylesheets/theme/css/style.scss */
.py-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

/* line 8486, app/assets/stylesheets/theme/css/style.scss */
.py-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}

/* line 8491, app/assets/stylesheets/theme/css/style.scss */
.py-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

/* line 8496, app/assets/stylesheets/theme/css/style.scss */
.py-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}

/* line 8501, app/assets/stylesheets/theme/css/style.scss */
.py-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

/* line 8506, app/assets/stylesheets/theme/css/style.scss */
.py-95 {
  padding-top: 95px !important;
  padding-bottom: 95px !important;
}

/* line 8511, app/assets/stylesheets/theme/css/style.scss */
.py-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

/* line 8516, app/assets/stylesheets/theme/css/style.scss */
.py-105 {
  padding-top: 105px !important;
  padding-bottom: 105px !important;
}

/* line 8521, app/assets/stylesheets/theme/css/style.scss */
.py-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
}

/* line 8526, app/assets/stylesheets/theme/css/style.scss */
.py-115 {
  padding-top: 115px !important;
  padding-bottom: 115px !important;
}

/* line 8531, app/assets/stylesheets/theme/css/style.scss */
.py-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

/* line 8536, app/assets/stylesheets/theme/css/style.scss */
.py-125 {
  padding-top: 125px !important;
  padding-bottom: 125px !important;
}

/* line 8541, app/assets/stylesheets/theme/css/style.scss */
.py-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important;
}

/* line 8546, app/assets/stylesheets/theme/css/style.scss */
.py-135 {
  padding-top: 135px !important;
  padding-bottom: 135px !important;
}

/* line 8551, app/assets/stylesheets/theme/css/style.scss */
.py-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}

/* line 8556, app/assets/stylesheets/theme/css/style.scss */
.py-145 {
  padding-top: 145px !important;
  padding-bottom: 145px !important;
}

/* line 8561, app/assets/stylesheets/theme/css/style.scss */
.py-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important;
}

/* line 8566, app/assets/stylesheets/theme/css/style.scss */
.py-155 {
  padding-top: 155px !important;
  padding-bottom: 155px !important;
}

/* line 8571, app/assets/stylesheets/theme/css/style.scss */
.py-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important;
}

/* line 8576, app/assets/stylesheets/theme/css/style.scss */
.py-165 {
  padding-top: 165px !important;
  padding-bottom: 165px !important;
}

/* line 8581, app/assets/stylesheets/theme/css/style.scss */
.py-170 {
  padding-top: 170px !important;
  padding-bottom: 170px !important;
}

/* line 8586, app/assets/stylesheets/theme/css/style.scss */
.py-175 {
  padding-top: 175px !important;
  padding-bottom: 175px !important;
}

/* line 8591, app/assets/stylesheets/theme/css/style.scss */
.py-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}

/* line 8596, app/assets/stylesheets/theme/css/style.scss */
.py-185 {
  padding-top: 185px !important;
  padding-bottom: 185px !important;
}

/* line 8601, app/assets/stylesheets/theme/css/style.scss */
.py-190 {
  padding-top: 190px !important;
  padding-bottom: 190px !important;
}

/* line 8606, app/assets/stylesheets/theme/css/style.scss */
.py-195 {
  padding-top: 195px !important;
  padding-bottom: 195px !important;
}

/* line 8611, app/assets/stylesheets/theme/css/style.scss */
.py-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important;
}

@media (max-width: 575px) {
  /* line 8617, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-0 {
    padding: 0px !important;
  }
  /* line 8621, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-5 {
    padding: 5px !important;
  }
  /* line 8625, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-10 {
    padding: 10px !important;
  }
  /* line 8629, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-15 {
    padding: 15px !important;
  }
  /* line 8633, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-20 {
    padding: 20px !important;
  }
  /* line 8637, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-25 {
    padding: 25px !important;
  }
  /* line 8641, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-30 {
    padding: 30px !important;
  }
  /* line 8645, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-35 {
    padding: 35px !important;
  }
  /* line 8649, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-40 {
    padding: 40px !important;
  }
  /* line 8653, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-45 {
    padding: 45px !important;
  }
  /* line 8657, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-50 {
    padding: 50px !important;
  }
  /* line 8661, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-55 {
    padding: 55px !important;
  }
  /* line 8665, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-60 {
    padding: 60px !important;
  }
  /* line 8669, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-65 {
    padding: 65px !important;
  }
  /* line 8673, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-70 {
    padding: 70px !important;
  }
  /* line 8677, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-75 {
    padding: 75px !important;
  }
  /* line 8681, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-80 {
    padding: 80px !important;
  }
  /* line 8685, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-85 {
    padding: 85px !important;
  }
  /* line 8689, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-90 {
    padding: 90px !important;
  }
  /* line 8693, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-95 {
    padding: 95px !important;
  }
  /* line 8697, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-100 {
    padding: 100px !important;
  }
  /* line 8701, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-105 {
    padding: 105px !important;
  }
  /* line 8705, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-110 {
    padding: 110px !important;
  }
  /* line 8709, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-115 {
    padding: 115px !important;
  }
  /* line 8713, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-120 {
    padding: 120px !important;
  }
  /* line 8717, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-125 {
    padding: 125px !important;
  }
  /* line 8721, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-130 {
    padding: 130px !important;
  }
  /* line 8725, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-135 {
    padding: 135px !important;
  }
  /* line 8729, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-140 {
    padding: 140px !important;
  }
  /* line 8733, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-145 {
    padding: 145px !important;
  }
  /* line 8737, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-150 {
    padding: 150px !important;
  }
  /* line 8741, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-155 {
    padding: 155px !important;
  }
  /* line 8745, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-160 {
    padding: 160px !important;
  }
  /* line 8749, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-165 {
    padding: 165px !important;
  }
  /* line 8753, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-170 {
    padding: 170px !important;
  }
  /* line 8757, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-175 {
    padding: 175px !important;
  }
  /* line 8761, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-180 {
    padding: 180px !important;
  }
  /* line 8765, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-185 {
    padding: 185px !important;
  }
  /* line 8769, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-190 {
    padding: 190px !important;
  }
  /* line 8773, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-195 {
    padding: 195px !important;
  }
  /* line 8777, app/assets/stylesheets/theme/css/style.scss */
  .p-xs-200 {
    padding: 200px !important;
  }
  /* line 8781, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-0 {
    padding-top: 0px !important;
  }
  /* line 8785, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-5 {
    padding-top: 5px !important;
  }
  /* line 8789, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-10 {
    padding-top: 10px !important;
  }
  /* line 8793, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-15 {
    padding-top: 15px !important;
  }
  /* line 8797, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-20 {
    padding-top: 20px !important;
  }
  /* line 8801, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-25 {
    padding-top: 25px !important;
  }
  /* line 8805, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-30 {
    padding-top: 30px !important;
  }
  /* line 8809, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-35 {
    padding-top: 35px !important;
  }
  /* line 8813, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-40 {
    padding-top: 40px !important;
  }
  /* line 8817, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-45 {
    padding-top: 45px !important;
  }
  /* line 8821, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-50 {
    padding-top: 50px !important;
  }
  /* line 8825, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-55 {
    padding-top: 55px !important;
  }
  /* line 8829, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-60 {
    padding-top: 60px !important;
  }
  /* line 8833, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-65 {
    padding-top: 65px !important;
  }
  /* line 8837, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-70 {
    padding-top: 70px !important;
  }
  /* line 8841, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-75 {
    padding-top: 75px !important;
  }
  /* line 8845, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-80 {
    padding-top: 80px !important;
  }
  /* line 8849, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-85 {
    padding-top: 85px !important;
  }
  /* line 8853, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-90 {
    padding-top: 90px !important;
  }
  /* line 8857, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-95 {
    padding-top: 95px !important;
  }
  /* line 8861, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-100 {
    padding-top: 100px !important;
  }
  /* line 8865, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-105 {
    padding-top: 105px !important;
  }
  /* line 8869, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-110 {
    padding-top: 110px !important;
  }
  /* line 8873, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-115 {
    padding-top: 115px !important;
  }
  /* line 8877, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-120 {
    padding-top: 120px !important;
  }
  /* line 8881, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-125 {
    padding-top: 125px !important;
  }
  /* line 8885, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-130 {
    padding-top: 130px !important;
  }
  /* line 8889, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-135 {
    padding-top: 135px !important;
  }
  /* line 8893, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-140 {
    padding-top: 140px !important;
  }
  /* line 8897, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-145 {
    padding-top: 145px !important;
  }
  /* line 8901, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-150 {
    padding-top: 150px !important;
  }
  /* line 8905, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-155 {
    padding-top: 155px !important;
  }
  /* line 8909, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-160 {
    padding-top: 160px !important;
  }
  /* line 8913, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-165 {
    padding-top: 165px !important;
  }
  /* line 8917, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-170 {
    padding-top: 170px !important;
  }
  /* line 8921, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-175 {
    padding-top: 175px !important;
  }
  /* line 8925, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-180 {
    padding-top: 180px !important;
  }
  /* line 8929, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-185 {
    padding-top: 185px !important;
  }
  /* line 8933, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-190 {
    padding-top: 190px !important;
  }
  /* line 8937, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-195 {
    padding-top: 195px !important;
  }
  /* line 8941, app/assets/stylesheets/theme/css/style.scss */
  .pt-xs-200 {
    padding-top: 200px !important;
  }
  /* line 8945, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-0 {
    padding-bottom: 0px !important;
  }
  /* line 8949, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-5 {
    padding-bottom: 5px !important;
  }
  /* line 8953, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-10 {
    padding-bottom: 10px !important;
  }
  /* line 8957, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-15 {
    padding-bottom: 15px !important;
  }
  /* line 8961, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-20 {
    padding-bottom: 20px !important;
  }
  /* line 8965, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-25 {
    padding-bottom: 25px !important;
  }
  /* line 8969, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-30 {
    padding-bottom: 30px !important;
  }
  /* line 8973, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-35 {
    padding-bottom: 35px !important;
  }
  /* line 8977, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-40 {
    padding-bottom: 40px !important;
  }
  /* line 8981, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-45 {
    padding-bottom: 45px !important;
  }
  /* line 8985, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-50 {
    padding-bottom: 50px !important;
  }
  /* line 8989, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-55 {
    padding-bottom: 55px !important;
  }
  /* line 8993, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-60 {
    padding-bottom: 60px !important;
  }
  /* line 8997, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-65 {
    padding-bottom: 65px !important;
  }
  /* line 9001, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-70 {
    padding-bottom: 70px !important;
  }
  /* line 9005, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-75 {
    padding-bottom: 75px !important;
  }
  /* line 9009, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-80 {
    padding-bottom: 80px !important;
  }
  /* line 9013, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-85 {
    padding-bottom: 85px !important;
  }
  /* line 9017, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-90 {
    padding-bottom: 90px !important;
  }
  /* line 9021, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-95 {
    padding-bottom: 95px !important;
  }
  /* line 9025, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-100 {
    padding-bottom: 100px !important;
  }
  /* line 9029, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-105 {
    padding-bottom: 105px !important;
  }
  /* line 9033, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-110 {
    padding-bottom: 110px !important;
  }
  /* line 9037, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-115 {
    padding-bottom: 115px !important;
  }
  /* line 9041, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-120 {
    padding-bottom: 120px !important;
  }
  /* line 9045, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-125 {
    padding-bottom: 125px !important;
  }
  /* line 9049, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-130 {
    padding-bottom: 130px !important;
  }
  /* line 9053, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-135 {
    padding-bottom: 135px !important;
  }
  /* line 9057, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-140 {
    padding-bottom: 140px !important;
  }
  /* line 9061, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-145 {
    padding-bottom: 145px !important;
  }
  /* line 9065, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-150 {
    padding-bottom: 150px !important;
  }
  /* line 9069, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-155 {
    padding-bottom: 155px !important;
  }
  /* line 9073, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-160 {
    padding-bottom: 160px !important;
  }
  /* line 9077, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-165 {
    padding-bottom: 165px !important;
  }
  /* line 9081, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-170 {
    padding-bottom: 170px !important;
  }
  /* line 9085, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-175 {
    padding-bottom: 175px !important;
  }
  /* line 9089, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-180 {
    padding-bottom: 180px !important;
  }
  /* line 9093, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-185 {
    padding-bottom: 185px !important;
  }
  /* line 9097, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-190 {
    padding-bottom: 190px !important;
  }
  /* line 9101, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-195 {
    padding-bottom: 195px !important;
  }
  /* line 9105, app/assets/stylesheets/theme/css/style.scss */
  .pb-xs-200 {
    padding-bottom: 200px !important;
  }
  /* line 9109, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-0 {
    padding-left: 0px !important;
  }
  /* line 9113, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-5 {
    padding-left: 5px !important;
  }
  /* line 9117, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-10 {
    padding-left: 10px !important;
  }
  /* line 9121, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-15 {
    padding-left: 15px !important;
  }
  /* line 9125, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-20 {
    padding-left: 20px !important;
  }
  /* line 9129, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-25 {
    padding-left: 25px !important;
  }
  /* line 9133, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-30 {
    padding-left: 30px !important;
  }
  /* line 9137, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-35 {
    padding-left: 35px !important;
  }
  /* line 9141, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-40 {
    padding-left: 40px !important;
  }
  /* line 9145, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-45 {
    padding-left: 45px !important;
  }
  /* line 9149, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-50 {
    padding-left: 50px !important;
  }
  /* line 9153, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-55 {
    padding-left: 55px !important;
  }
  /* line 9157, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-60 {
    padding-left: 60px !important;
  }
  /* line 9161, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-65 {
    padding-left: 65px !important;
  }
  /* line 9165, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-70 {
    padding-left: 70px !important;
  }
  /* line 9169, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-75 {
    padding-left: 75px !important;
  }
  /* line 9173, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-80 {
    padding-left: 80px !important;
  }
  /* line 9177, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-85 {
    padding-left: 85px !important;
  }
  /* line 9181, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-90 {
    padding-left: 90px !important;
  }
  /* line 9185, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-95 {
    padding-left: 95px !important;
  }
  /* line 9189, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-100 {
    padding-left: 100px !important;
  }
  /* line 9193, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-105 {
    padding-left: 105px !important;
  }
  /* line 9197, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-110 {
    padding-left: 110px !important;
  }
  /* line 9201, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-115 {
    padding-left: 115px !important;
  }
  /* line 9205, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-120 {
    padding-left: 120px !important;
  }
  /* line 9209, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-125 {
    padding-left: 125px !important;
  }
  /* line 9213, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-130 {
    padding-left: 130px !important;
  }
  /* line 9217, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-135 {
    padding-left: 135px !important;
  }
  /* line 9221, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-140 {
    padding-left: 140px !important;
  }
  /* line 9225, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-145 {
    padding-left: 145px !important;
  }
  /* line 9229, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-150 {
    padding-left: 150px !important;
  }
  /* line 9233, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-155 {
    padding-left: 155px !important;
  }
  /* line 9237, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-160 {
    padding-left: 160px !important;
  }
  /* line 9241, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-165 {
    padding-left: 165px !important;
  }
  /* line 9245, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-170 {
    padding-left: 170px !important;
  }
  /* line 9249, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-175 {
    padding-left: 175px !important;
  }
  /* line 9253, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-180 {
    padding-left: 180px !important;
  }
  /* line 9257, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-185 {
    padding-left: 185px !important;
  }
  /* line 9261, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-190 {
    padding-left: 190px !important;
  }
  /* line 9265, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-195 {
    padding-left: 195px !important;
  }
  /* line 9269, app/assets/stylesheets/theme/css/style.scss */
  .ps-xs-200 {
    padding-left: 200px !important;
  }
  /* line 9273, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-0 {
    padding-right: 0px !important;
  }
  /* line 9277, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-5 {
    padding-right: 5px !important;
  }
  /* line 9281, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-10 {
    padding-right: 10px !important;
  }
  /* line 9285, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-15 {
    padding-right: 15px !important;
  }
  /* line 9289, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-20 {
    padding-right: 20px !important;
  }
  /* line 9293, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-25 {
    padding-right: 25px !important;
  }
  /* line 9297, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-30 {
    padding-right: 30px !important;
  }
  /* line 9301, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-35 {
    padding-right: 35px !important;
  }
  /* line 9305, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-40 {
    padding-right: 40px !important;
  }
  /* line 9309, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-45 {
    padding-right: 45px !important;
  }
  /* line 9313, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-50 {
    padding-right: 50px !important;
  }
  /* line 9317, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-55 {
    padding-right: 55px !important;
  }
  /* line 9321, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-60 {
    padding-right: 60px !important;
  }
  /* line 9325, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-65 {
    padding-right: 65px !important;
  }
  /* line 9329, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-70 {
    padding-right: 70px !important;
  }
  /* line 9333, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-75 {
    padding-right: 75px !important;
  }
  /* line 9337, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-80 {
    padding-right: 80px !important;
  }
  /* line 9341, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-85 {
    padding-right: 85px !important;
  }
  /* line 9345, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-90 {
    padding-right: 90px !important;
  }
  /* line 9349, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-95 {
    padding-right: 95px !important;
  }
  /* line 9353, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-100 {
    padding-right: 100px !important;
  }
  /* line 9357, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-105 {
    padding-right: 105px !important;
  }
  /* line 9361, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-110 {
    padding-right: 110px !important;
  }
  /* line 9365, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-115 {
    padding-right: 115px !important;
  }
  /* line 9369, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-120 {
    padding-right: 120px !important;
  }
  /* line 9373, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-125 {
    padding-right: 125px !important;
  }
  /* line 9377, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-130 {
    padding-right: 130px !important;
  }
  /* line 9381, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-135 {
    padding-right: 135px !important;
  }
  /* line 9385, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-140 {
    padding-right: 140px !important;
  }
  /* line 9389, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-145 {
    padding-right: 145px !important;
  }
  /* line 9393, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-150 {
    padding-right: 150px !important;
  }
  /* line 9397, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-155 {
    padding-right: 155px !important;
  }
  /* line 9401, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-160 {
    padding-right: 160px !important;
  }
  /* line 9405, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-165 {
    padding-right: 165px !important;
  }
  /* line 9409, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-170 {
    padding-right: 170px !important;
  }
  /* line 9413, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-175 {
    padding-right: 175px !important;
  }
  /* line 9417, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-180 {
    padding-right: 180px !important;
  }
  /* line 9421, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-185 {
    padding-right: 185px !important;
  }
  /* line 9425, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-190 {
    padding-right: 190px !important;
  }
  /* line 9429, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-195 {
    padding-right: 195px !important;
  }
  /* line 9433, app/assets/stylesheets/theme/css/style.scss */
  .pe-xs-200 {
    padding-right: 200px !important;
  }
  /* line 9437, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  /* line 9442, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  /* line 9447, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  /* line 9452, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  /* line 9457, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  /* line 9462, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  /* line 9467, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  /* line 9472, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  /* line 9477, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  /* line 9482, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  /* line 9487, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  /* line 9492, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  /* line 9497, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  /* line 9502, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  /* line 9507, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  /* line 9512, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  /* line 9517, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  /* line 9522, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  /* line 9527, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  /* line 9532, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  /* line 9537, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  /* line 9542, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }
  /* line 9547, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  /* line 9552, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }
  /* line 9557, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  /* line 9562, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-125 {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }
  /* line 9567, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  /* line 9572, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-135 {
    padding-left: 135px !important;
    padding-right: 135px !important;
  }
  /* line 9577, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  /* line 9582, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-145 {
    padding-left: 145px !important;
    padding-right: 145px !important;
  }
  /* line 9587, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  /* line 9592, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-155 {
    padding-left: 155px !important;
    padding-right: 155px !important;
  }
  /* line 9597, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  /* line 9602, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-165 {
    padding-left: 165px !important;
    padding-right: 165px !important;
  }
  /* line 9607, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-170 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
  /* line 9612, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-175 {
    padding-left: 175px !important;
    padding-right: 175px !important;
  }
  /* line 9617, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-180 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  /* line 9622, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-185 {
    padding-left: 185px !important;
    padding-right: 185px !important;
  }
  /* line 9627, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-190 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
  /* line 9632, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-195 {
    padding-left: 195px !important;
    padding-right: 195px !important;
  }
  /* line 9637, app/assets/stylesheets/theme/css/style.scss */
  .px-xs-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  /* line 9642, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  /* line 9647, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  /* line 9652, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  /* line 9657, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  /* line 9662, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  /* line 9667, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  /* line 9672, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  /* line 9677, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  /* line 9682, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  /* line 9687, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  /* line 9692, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  /* line 9697, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  /* line 9702, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  /* line 9707, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  /* line 9712, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  /* line 9717, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  /* line 9722, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  /* line 9727, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  /* line 9732, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  /* line 9737, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  /* line 9742, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  /* line 9747, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  /* line 9752, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  /* line 9757, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  /* line 9762, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  /* line 9767, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
  /* line 9772, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  /* line 9777, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }
  /* line 9782, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  /* line 9787, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }
  /* line 9792, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  /* line 9797, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important;
  }
  /* line 9802, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  /* line 9807, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
  }
  /* line 9812, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  /* line 9817, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }
  /* line 9822, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  /* line 9827, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
  }
  /* line 9832, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  /* line 9837, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important;
  }
  /* line 9842, app/assets/stylesheets/theme/css/style.scss */
  .py-xs-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
}

@media (min-width: 576px) {
  /* line 9848, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-0 {
    padding: 0px !important;
  }
  /* line 9852, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-5 {
    padding: 5px !important;
  }
  /* line 9856, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-10 {
    padding: 10px !important;
  }
  /* line 9860, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-15 {
    padding: 15px !important;
  }
  /* line 9864, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-20 {
    padding: 20px !important;
  }
  /* line 9868, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-25 {
    padding: 25px !important;
  }
  /* line 9872, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-30 {
    padding: 30px !important;
  }
  /* line 9876, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-35 {
    padding: 35px !important;
  }
  /* line 9880, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-40 {
    padding: 40px !important;
  }
  /* line 9884, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-45 {
    padding: 45px !important;
  }
  /* line 9888, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-50 {
    padding: 50px !important;
  }
  /* line 9892, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-55 {
    padding: 55px !important;
  }
  /* line 9896, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-60 {
    padding: 60px !important;
  }
  /* line 9900, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-65 {
    padding: 65px !important;
  }
  /* line 9904, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-70 {
    padding: 70px !important;
  }
  /* line 9908, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-75 {
    padding: 75px !important;
  }
  /* line 9912, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-80 {
    padding: 80px !important;
  }
  /* line 9916, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-85 {
    padding: 85px !important;
  }
  /* line 9920, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-90 {
    padding: 90px !important;
  }
  /* line 9924, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-95 {
    padding: 95px !important;
  }
  /* line 9928, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-100 {
    padding: 100px !important;
  }
  /* line 9932, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-105 {
    padding: 105px !important;
  }
  /* line 9936, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-110 {
    padding: 110px !important;
  }
  /* line 9940, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-115 {
    padding: 115px !important;
  }
  /* line 9944, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-120 {
    padding: 120px !important;
  }
  /* line 9948, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-125 {
    padding: 125px !important;
  }
  /* line 9952, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-130 {
    padding: 130px !important;
  }
  /* line 9956, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-135 {
    padding: 135px !important;
  }
  /* line 9960, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-140 {
    padding: 140px !important;
  }
  /* line 9964, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-145 {
    padding: 145px !important;
  }
  /* line 9968, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-150 {
    padding: 150px !important;
  }
  /* line 9972, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-155 {
    padding: 155px !important;
  }
  /* line 9976, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-160 {
    padding: 160px !important;
  }
  /* line 9980, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-165 {
    padding: 165px !important;
  }
  /* line 9984, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-170 {
    padding: 170px !important;
  }
  /* line 9988, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-175 {
    padding: 175px !important;
  }
  /* line 9992, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-180 {
    padding: 180px !important;
  }
  /* line 9996, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-185 {
    padding: 185px !important;
  }
  /* line 10000, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-190 {
    padding: 190px !important;
  }
  /* line 10004, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-195 {
    padding: 195px !important;
  }
  /* line 10008, app/assets/stylesheets/theme/css/style.scss */
  .p-sm-200 {
    padding: 200px !important;
  }
  /* line 10012, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-0 {
    padding-top: 0px !important;
  }
  /* line 10016, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-5 {
    padding-top: 5px !important;
  }
  /* line 10020, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-10 {
    padding-top: 10px !important;
  }
  /* line 10024, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-15 {
    padding-top: 15px !important;
  }
  /* line 10028, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-20 {
    padding-top: 20px !important;
  }
  /* line 10032, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-25 {
    padding-top: 25px !important;
  }
  /* line 10036, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-30 {
    padding-top: 30px !important;
  }
  /* line 10040, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-35 {
    padding-top: 35px !important;
  }
  /* line 10044, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-40 {
    padding-top: 40px !important;
  }
  /* line 10048, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-45 {
    padding-top: 45px !important;
  }
  /* line 10052, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-50 {
    padding-top: 50px !important;
  }
  /* line 10056, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-55 {
    padding-top: 55px !important;
  }
  /* line 10060, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-60 {
    padding-top: 60px !important;
  }
  /* line 10064, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-65 {
    padding-top: 65px !important;
  }
  /* line 10068, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-70 {
    padding-top: 70px !important;
  }
  /* line 10072, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-75 {
    padding-top: 75px !important;
  }
  /* line 10076, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-80 {
    padding-top: 80px !important;
  }
  /* line 10080, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-85 {
    padding-top: 85px !important;
  }
  /* line 10084, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-90 {
    padding-top: 90px !important;
  }
  /* line 10088, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-95 {
    padding-top: 95px !important;
  }
  /* line 10092, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-100 {
    padding-top: 100px !important;
  }
  /* line 10096, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-105 {
    padding-top: 105px !important;
  }
  /* line 10100, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-110 {
    padding-top: 110px !important;
  }
  /* line 10104, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-115 {
    padding-top: 115px !important;
  }
  /* line 10108, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-120 {
    padding-top: 120px !important;
  }
  /* line 10112, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-125 {
    padding-top: 125px !important;
  }
  /* line 10116, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-130 {
    padding-top: 130px !important;
  }
  /* line 10120, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-135 {
    padding-top: 135px !important;
  }
  /* line 10124, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-140 {
    padding-top: 140px !important;
  }
  /* line 10128, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-145 {
    padding-top: 145px !important;
  }
  /* line 10132, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-150 {
    padding-top: 150px !important;
  }
  /* line 10136, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-155 {
    padding-top: 155px !important;
  }
  /* line 10140, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-160 {
    padding-top: 160px !important;
  }
  /* line 10144, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-165 {
    padding-top: 165px !important;
  }
  /* line 10148, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-170 {
    padding-top: 170px !important;
  }
  /* line 10152, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-175 {
    padding-top: 175px !important;
  }
  /* line 10156, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-180 {
    padding-top: 180px !important;
  }
  /* line 10160, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-185 {
    padding-top: 185px !important;
  }
  /* line 10164, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-190 {
    padding-top: 190px !important;
  }
  /* line 10168, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-195 {
    padding-top: 195px !important;
  }
  /* line 10172, app/assets/stylesheets/theme/css/style.scss */
  .pt-sm-200 {
    padding-top: 200px !important;
  }
  /* line 10176, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-0 {
    padding-bottom: 0px !important;
  }
  /* line 10180, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-5 {
    padding-bottom: 5px !important;
  }
  /* line 10184, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
  /* line 10188, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-15 {
    padding-bottom: 15px !important;
  }
  /* line 10192, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
  /* line 10196, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-25 {
    padding-bottom: 25px !important;
  }
  /* line 10200, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
  /* line 10204, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-35 {
    padding-bottom: 35px !important;
  }
  /* line 10208, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
  /* line 10212, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-45 {
    padding-bottom: 45px !important;
  }
  /* line 10216, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
  /* line 10220, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-55 {
    padding-bottom: 55px !important;
  }
  /* line 10224, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-60 {
    padding-bottom: 60px !important;
  }
  /* line 10228, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-65 {
    padding-bottom: 65px !important;
  }
  /* line 10232, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-70 {
    padding-bottom: 70px !important;
  }
  /* line 10236, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-75 {
    padding-bottom: 75px !important;
  }
  /* line 10240, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-80 {
    padding-bottom: 80px !important;
  }
  /* line 10244, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-85 {
    padding-bottom: 85px !important;
  }
  /* line 10248, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-90 {
    padding-bottom: 90px !important;
  }
  /* line 10252, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-95 {
    padding-bottom: 95px !important;
  }
  /* line 10256, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-100 {
    padding-bottom: 100px !important;
  }
  /* line 10260, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-105 {
    padding-bottom: 105px !important;
  }
  /* line 10264, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-110 {
    padding-bottom: 110px !important;
  }
  /* line 10268, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-115 {
    padding-bottom: 115px !important;
  }
  /* line 10272, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-120 {
    padding-bottom: 120px !important;
  }
  /* line 10276, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-125 {
    padding-bottom: 125px !important;
  }
  /* line 10280, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-130 {
    padding-bottom: 130px !important;
  }
  /* line 10284, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-135 {
    padding-bottom: 135px !important;
  }
  /* line 10288, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-140 {
    padding-bottom: 140px !important;
  }
  /* line 10292, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-145 {
    padding-bottom: 145px !important;
  }
  /* line 10296, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-150 {
    padding-bottom: 150px !important;
  }
  /* line 10300, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-155 {
    padding-bottom: 155px !important;
  }
  /* line 10304, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-160 {
    padding-bottom: 160px !important;
  }
  /* line 10308, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-165 {
    padding-bottom: 165px !important;
  }
  /* line 10312, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-170 {
    padding-bottom: 170px !important;
  }
  /* line 10316, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-175 {
    padding-bottom: 175px !important;
  }
  /* line 10320, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-180 {
    padding-bottom: 180px !important;
  }
  /* line 10324, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-185 {
    padding-bottom: 185px !important;
  }
  /* line 10328, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-190 {
    padding-bottom: 190px !important;
  }
  /* line 10332, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-195 {
    padding-bottom: 195px !important;
  }
  /* line 10336, app/assets/stylesheets/theme/css/style.scss */
  .pb-sm-200 {
    padding-bottom: 200px !important;
  }
  /* line 10340, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-0 {
    padding-left: 0px !important;
  }
  /* line 10344, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-5 {
    padding-left: 5px !important;
  }
  /* line 10348, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-10 {
    padding-left: 10px !important;
  }
  /* line 10352, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-15 {
    padding-left: 15px !important;
  }
  /* line 10356, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-20 {
    padding-left: 20px !important;
  }
  /* line 10360, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-25 {
    padding-left: 25px !important;
  }
  /* line 10364, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-30 {
    padding-left: 30px !important;
  }
  /* line 10368, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-35 {
    padding-left: 35px !important;
  }
  /* line 10372, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-40 {
    padding-left: 40px !important;
  }
  /* line 10376, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-45 {
    padding-left: 45px !important;
  }
  /* line 10380, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-50 {
    padding-left: 50px !important;
  }
  /* line 10384, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-55 {
    padding-left: 55px !important;
  }
  /* line 10388, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-60 {
    padding-left: 60px !important;
  }
  /* line 10392, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-65 {
    padding-left: 65px !important;
  }
  /* line 10396, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-70 {
    padding-left: 70px !important;
  }
  /* line 10400, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-75 {
    padding-left: 75px !important;
  }
  /* line 10404, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-80 {
    padding-left: 80px !important;
  }
  /* line 10408, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-85 {
    padding-left: 85px !important;
  }
  /* line 10412, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-90 {
    padding-left: 90px !important;
  }
  /* line 10416, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-95 {
    padding-left: 95px !important;
  }
  /* line 10420, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-100 {
    padding-left: 100px !important;
  }
  /* line 10424, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-105 {
    padding-left: 105px !important;
  }
  /* line 10428, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-110 {
    padding-left: 110px !important;
  }
  /* line 10432, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-115 {
    padding-left: 115px !important;
  }
  /* line 10436, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-120 {
    padding-left: 120px !important;
  }
  /* line 10440, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-125 {
    padding-left: 125px !important;
  }
  /* line 10444, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-130 {
    padding-left: 130px !important;
  }
  /* line 10448, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-135 {
    padding-left: 135px !important;
  }
  /* line 10452, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-140 {
    padding-left: 140px !important;
  }
  /* line 10456, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-145 {
    padding-left: 145px !important;
  }
  /* line 10460, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-150 {
    padding-left: 150px !important;
  }
  /* line 10464, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-155 {
    padding-left: 155px !important;
  }
  /* line 10468, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-160 {
    padding-left: 160px !important;
  }
  /* line 10472, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-165 {
    padding-left: 165px !important;
  }
  /* line 10476, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-170 {
    padding-left: 170px !important;
  }
  /* line 10480, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-175 {
    padding-left: 175px !important;
  }
  /* line 10484, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-180 {
    padding-left: 180px !important;
  }
  /* line 10488, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-185 {
    padding-left: 185px !important;
  }
  /* line 10492, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-190 {
    padding-left: 190px !important;
  }
  /* line 10496, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-195 {
    padding-left: 195px !important;
  }
  /* line 10500, app/assets/stylesheets/theme/css/style.scss */
  .ps-sm-200 {
    padding-left: 200px !important;
  }
  /* line 10504, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-0 {
    padding-right: 0px !important;
  }
  /* line 10508, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-5 {
    padding-right: 5px !important;
  }
  /* line 10512, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-10 {
    padding-right: 10px !important;
  }
  /* line 10516, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-15 {
    padding-right: 15px !important;
  }
  /* line 10520, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-20 {
    padding-right: 20px !important;
  }
  /* line 10524, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-25 {
    padding-right: 25px !important;
  }
  /* line 10528, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-30 {
    padding-right: 30px !important;
  }
  /* line 10532, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-35 {
    padding-right: 35px !important;
  }
  /* line 10536, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-40 {
    padding-right: 40px !important;
  }
  /* line 10540, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-45 {
    padding-right: 45px !important;
  }
  /* line 10544, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-50 {
    padding-right: 50px !important;
  }
  /* line 10548, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-55 {
    padding-right: 55px !important;
  }
  /* line 10552, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-60 {
    padding-right: 60px !important;
  }
  /* line 10556, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-65 {
    padding-right: 65px !important;
  }
  /* line 10560, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-70 {
    padding-right: 70px !important;
  }
  /* line 10564, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-75 {
    padding-right: 75px !important;
  }
  /* line 10568, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-80 {
    padding-right: 80px !important;
  }
  /* line 10572, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-85 {
    padding-right: 85px !important;
  }
  /* line 10576, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-90 {
    padding-right: 90px !important;
  }
  /* line 10580, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-95 {
    padding-right: 95px !important;
  }
  /* line 10584, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-100 {
    padding-right: 100px !important;
  }
  /* line 10588, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-105 {
    padding-right: 105px !important;
  }
  /* line 10592, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-110 {
    padding-right: 110px !important;
  }
  /* line 10596, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-115 {
    padding-right: 115px !important;
  }
  /* line 10600, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-120 {
    padding-right: 120px !important;
  }
  /* line 10604, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-125 {
    padding-right: 125px !important;
  }
  /* line 10608, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-130 {
    padding-right: 130px !important;
  }
  /* line 10612, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-135 {
    padding-right: 135px !important;
  }
  /* line 10616, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-140 {
    padding-right: 140px !important;
  }
  /* line 10620, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-145 {
    padding-right: 145px !important;
  }
  /* line 10624, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-150 {
    padding-right: 150px !important;
  }
  /* line 10628, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-155 {
    padding-right: 155px !important;
  }
  /* line 10632, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-160 {
    padding-right: 160px !important;
  }
  /* line 10636, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-165 {
    padding-right: 165px !important;
  }
  /* line 10640, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-170 {
    padding-right: 170px !important;
  }
  /* line 10644, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-175 {
    padding-right: 175px !important;
  }
  /* line 10648, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-180 {
    padding-right: 180px !important;
  }
  /* line 10652, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-185 {
    padding-right: 185px !important;
  }
  /* line 10656, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-190 {
    padding-right: 190px !important;
  }
  /* line 10660, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-195 {
    padding-right: 195px !important;
  }
  /* line 10664, app/assets/stylesheets/theme/css/style.scss */
  .pe-sm-200 {
    padding-right: 200px !important;
  }
  /* line 10668, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  /* line 10673, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  /* line 10678, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  /* line 10683, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  /* line 10688, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  /* line 10693, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  /* line 10698, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  /* line 10703, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  /* line 10708, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  /* line 10713, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  /* line 10718, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  /* line 10723, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  /* line 10728, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  /* line 10733, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  /* line 10738, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  /* line 10743, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  /* line 10748, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  /* line 10753, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  /* line 10758, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  /* line 10763, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  /* line 10768, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  /* line 10773, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }
  /* line 10778, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  /* line 10783, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }
  /* line 10788, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  /* line 10793, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-125 {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }
  /* line 10798, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  /* line 10803, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-135 {
    padding-left: 135px !important;
    padding-right: 135px !important;
  }
  /* line 10808, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  /* line 10813, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-145 {
    padding-left: 145px !important;
    padding-right: 145px !important;
  }
  /* line 10818, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  /* line 10823, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-155 {
    padding-left: 155px !important;
    padding-right: 155px !important;
  }
  /* line 10828, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  /* line 10833, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-165 {
    padding-left: 165px !important;
    padding-right: 165px !important;
  }
  /* line 10838, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-170 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
  /* line 10843, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-175 {
    padding-left: 175px !important;
    padding-right: 175px !important;
  }
  /* line 10848, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-180 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  /* line 10853, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-185 {
    padding-left: 185px !important;
    padding-right: 185px !important;
  }
  /* line 10858, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-190 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
  /* line 10863, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-195 {
    padding-left: 195px !important;
    padding-right: 195px !important;
  }
  /* line 10868, app/assets/stylesheets/theme/css/style.scss */
  .px-sm-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  /* line 10873, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  /* line 10878, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  /* line 10883, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  /* line 10888, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  /* line 10893, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  /* line 10898, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  /* line 10903, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  /* line 10908, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  /* line 10913, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  /* line 10918, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  /* line 10923, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  /* line 10928, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  /* line 10933, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  /* line 10938, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  /* line 10943, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  /* line 10948, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  /* line 10953, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  /* line 10958, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  /* line 10963, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  /* line 10968, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  /* line 10973, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  /* line 10978, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  /* line 10983, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  /* line 10988, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  /* line 10993, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  /* line 10998, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
  /* line 11003, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  /* line 11008, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }
  /* line 11013, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  /* line 11018, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }
  /* line 11023, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  /* line 11028, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important;
  }
  /* line 11033, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  /* line 11038, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
  }
  /* line 11043, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  /* line 11048, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }
  /* line 11053, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  /* line 11058, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
  }
  /* line 11063, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  /* line 11068, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important;
  }
  /* line 11073, app/assets/stylesheets/theme/css/style.scss */
  .py-sm-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
}

@media (min-width: 768px) {
  /* line 11079, app/assets/stylesheets/theme/css/style.scss */
  .p-md-0 {
    padding: 0px !important;
  }
  /* line 11083, app/assets/stylesheets/theme/css/style.scss */
  .p-md-5 {
    padding: 5px !important;
  }
  /* line 11087, app/assets/stylesheets/theme/css/style.scss */
  .p-md-10 {
    padding: 10px !important;
  }
  /* line 11091, app/assets/stylesheets/theme/css/style.scss */
  .p-md-15 {
    padding: 15px !important;
  }
  /* line 11095, app/assets/stylesheets/theme/css/style.scss */
  .p-md-20 {
    padding: 20px !important;
  }
  /* line 11099, app/assets/stylesheets/theme/css/style.scss */
  .p-md-25 {
    padding: 25px !important;
  }
  /* line 11103, app/assets/stylesheets/theme/css/style.scss */
  .p-md-30 {
    padding: 30px !important;
  }
  /* line 11107, app/assets/stylesheets/theme/css/style.scss */
  .p-md-35 {
    padding: 35px !important;
  }
  /* line 11111, app/assets/stylesheets/theme/css/style.scss */
  .p-md-40 {
    padding: 40px !important;
  }
  /* line 11115, app/assets/stylesheets/theme/css/style.scss */
  .p-md-45 {
    padding: 45px !important;
  }
  /* line 11119, app/assets/stylesheets/theme/css/style.scss */
  .p-md-50 {
    padding: 50px !important;
  }
  /* line 11123, app/assets/stylesheets/theme/css/style.scss */
  .p-md-55 {
    padding: 55px !important;
  }
  /* line 11127, app/assets/stylesheets/theme/css/style.scss */
  .p-md-60 {
    padding: 60px !important;
  }
  /* line 11131, app/assets/stylesheets/theme/css/style.scss */
  .p-md-65 {
    padding: 65px !important;
  }
  /* line 11135, app/assets/stylesheets/theme/css/style.scss */
  .p-md-70 {
    padding: 70px !important;
  }
  /* line 11139, app/assets/stylesheets/theme/css/style.scss */
  .p-md-75 {
    padding: 75px !important;
  }
  /* line 11143, app/assets/stylesheets/theme/css/style.scss */
  .p-md-80 {
    padding: 80px !important;
  }
  /* line 11147, app/assets/stylesheets/theme/css/style.scss */
  .p-md-85 {
    padding: 85px !important;
  }
  /* line 11151, app/assets/stylesheets/theme/css/style.scss */
  .p-md-90 {
    padding: 90px !important;
  }
  /* line 11155, app/assets/stylesheets/theme/css/style.scss */
  .p-md-95 {
    padding: 95px !important;
  }
  /* line 11159, app/assets/stylesheets/theme/css/style.scss */
  .p-md-100 {
    padding: 100px !important;
  }
  /* line 11163, app/assets/stylesheets/theme/css/style.scss */
  .p-md-105 {
    padding: 105px !important;
  }
  /* line 11167, app/assets/stylesheets/theme/css/style.scss */
  .p-md-110 {
    padding: 110px !important;
  }
  /* line 11171, app/assets/stylesheets/theme/css/style.scss */
  .p-md-115 {
    padding: 115px !important;
  }
  /* line 11175, app/assets/stylesheets/theme/css/style.scss */
  .p-md-120 {
    padding: 120px !important;
  }
  /* line 11179, app/assets/stylesheets/theme/css/style.scss */
  .p-md-125 {
    padding: 125px !important;
  }
  /* line 11183, app/assets/stylesheets/theme/css/style.scss */
  .p-md-130 {
    padding: 130px !important;
  }
  /* line 11187, app/assets/stylesheets/theme/css/style.scss */
  .p-md-135 {
    padding: 135px !important;
  }
  /* line 11191, app/assets/stylesheets/theme/css/style.scss */
  .p-md-140 {
    padding: 140px !important;
  }
  /* line 11195, app/assets/stylesheets/theme/css/style.scss */
  .p-md-145 {
    padding: 145px !important;
  }
  /* line 11199, app/assets/stylesheets/theme/css/style.scss */
  .p-md-150 {
    padding: 150px !important;
  }
  /* line 11203, app/assets/stylesheets/theme/css/style.scss */
  .p-md-155 {
    padding: 155px !important;
  }
  /* line 11207, app/assets/stylesheets/theme/css/style.scss */
  .p-md-160 {
    padding: 160px !important;
  }
  /* line 11211, app/assets/stylesheets/theme/css/style.scss */
  .p-md-165 {
    padding: 165px !important;
  }
  /* line 11215, app/assets/stylesheets/theme/css/style.scss */
  .p-md-170 {
    padding: 170px !important;
  }
  /* line 11219, app/assets/stylesheets/theme/css/style.scss */
  .p-md-175 {
    padding: 175px !important;
  }
  /* line 11223, app/assets/stylesheets/theme/css/style.scss */
  .p-md-180 {
    padding: 180px !important;
  }
  /* line 11227, app/assets/stylesheets/theme/css/style.scss */
  .p-md-185 {
    padding: 185px !important;
  }
  /* line 11231, app/assets/stylesheets/theme/css/style.scss */
  .p-md-190 {
    padding: 190px !important;
  }
  /* line 11235, app/assets/stylesheets/theme/css/style.scss */
  .p-md-195 {
    padding: 195px !important;
  }
  /* line 11239, app/assets/stylesheets/theme/css/style.scss */
  .p-md-200 {
    padding: 200px !important;
  }
  /* line 11243, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-0 {
    padding-top: 0px !important;
  }
  /* line 11247, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-5 {
    padding-top: 5px !important;
  }
  /* line 11251, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-10 {
    padding-top: 10px !important;
  }
  /* line 11255, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-15 {
    padding-top: 15px !important;
  }
  /* line 11259, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-20 {
    padding-top: 20px !important;
  }
  /* line 11263, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-25 {
    padding-top: 25px !important;
  }
  /* line 11267, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-30 {
    padding-top: 30px !important;
  }
  /* line 11271, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-35 {
    padding-top: 35px !important;
  }
  /* line 11275, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-40 {
    padding-top: 40px !important;
  }
  /* line 11279, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-45 {
    padding-top: 45px !important;
  }
  /* line 11283, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-50 {
    padding-top: 50px !important;
  }
  /* line 11287, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-55 {
    padding-top: 55px !important;
  }
  /* line 11291, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-60 {
    padding-top: 60px !important;
  }
  /* line 11295, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-65 {
    padding-top: 65px !important;
  }
  /* line 11299, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-70 {
    padding-top: 70px !important;
  }
  /* line 11303, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-75 {
    padding-top: 75px !important;
  }
  /* line 11307, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-80 {
    padding-top: 80px !important;
  }
  /* line 11311, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-85 {
    padding-top: 85px !important;
  }
  /* line 11315, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-90 {
    padding-top: 90px !important;
  }
  /* line 11319, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-95 {
    padding-top: 95px !important;
  }
  /* line 11323, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-100 {
    padding-top: 100px !important;
  }
  /* line 11327, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-105 {
    padding-top: 105px !important;
  }
  /* line 11331, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-110 {
    padding-top: 110px !important;
  }
  /* line 11335, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-115 {
    padding-top: 115px !important;
  }
  /* line 11339, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-120 {
    padding-top: 120px !important;
  }
  /* line 11343, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-125 {
    padding-top: 125px !important;
  }
  /* line 11347, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-130 {
    padding-top: 130px !important;
  }
  /* line 11351, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-135 {
    padding-top: 135px !important;
  }
  /* line 11355, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-140 {
    padding-top: 140px !important;
  }
  /* line 11359, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-145 {
    padding-top: 145px !important;
  }
  /* line 11363, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-150 {
    padding-top: 150px !important;
  }
  /* line 11367, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-155 {
    padding-top: 155px !important;
  }
  /* line 11371, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-160 {
    padding-top: 160px !important;
  }
  /* line 11375, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-165 {
    padding-top: 165px !important;
  }
  /* line 11379, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-170 {
    padding-top: 170px !important;
  }
  /* line 11383, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-175 {
    padding-top: 175px !important;
  }
  /* line 11387, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-180 {
    padding-top: 180px !important;
  }
  /* line 11391, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-185 {
    padding-top: 185px !important;
  }
  /* line 11395, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-190 {
    padding-top: 190px !important;
  }
  /* line 11399, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-195 {
    padding-top: 195px !important;
  }
  /* line 11403, app/assets/stylesheets/theme/css/style.scss */
  .pt-md-200 {
    padding-top: 200px !important;
  }
  /* line 11407, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-0 {
    padding-bottom: 0px !important;
  }
  /* line 11411, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-5 {
    padding-bottom: 5px !important;
  }
  /* line 11415, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
  /* line 11419, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-15 {
    padding-bottom: 15px !important;
  }
  /* line 11423, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
  /* line 11427, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-25 {
    padding-bottom: 25px !important;
  }
  /* line 11431, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
  /* line 11435, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-35 {
    padding-bottom: 35px !important;
  }
  /* line 11439, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
  /* line 11443, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-45 {
    padding-bottom: 45px !important;
  }
  /* line 11447, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-50 {
    padding-bottom: 50px !important;
  }
  /* line 11451, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-55 {
    padding-bottom: 55px !important;
  }
  /* line 11455, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-60 {
    padding-bottom: 60px !important;
  }
  /* line 11459, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-65 {
    padding-bottom: 65px !important;
  }
  /* line 11463, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-70 {
    padding-bottom: 70px !important;
  }
  /* line 11467, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-75 {
    padding-bottom: 75px !important;
  }
  /* line 11471, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
  /* line 11475, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-85 {
    padding-bottom: 85px !important;
  }
  /* line 11479, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-90 {
    padding-bottom: 90px !important;
  }
  /* line 11483, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-95 {
    padding-bottom: 95px !important;
  }
  /* line 11487, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
  /* line 11491, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-105 {
    padding-bottom: 105px !important;
  }
  /* line 11495, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-110 {
    padding-bottom: 110px !important;
  }
  /* line 11499, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-115 {
    padding-bottom: 115px !important;
  }
  /* line 11503, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-120 {
    padding-bottom: 120px !important;
  }
  /* line 11507, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-125 {
    padding-bottom: 125px !important;
  }
  /* line 11511, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-130 {
    padding-bottom: 130px !important;
  }
  /* line 11515, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-135 {
    padding-bottom: 135px !important;
  }
  /* line 11519, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-140 {
    padding-bottom: 140px !important;
  }
  /* line 11523, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-145 {
    padding-bottom: 145px !important;
  }
  /* line 11527, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-150 {
    padding-bottom: 150px !important;
  }
  /* line 11531, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-155 {
    padding-bottom: 155px !important;
  }
  /* line 11535, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-160 {
    padding-bottom: 160px !important;
  }
  /* line 11539, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-165 {
    padding-bottom: 165px !important;
  }
  /* line 11543, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-170 {
    padding-bottom: 170px !important;
  }
  /* line 11547, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-175 {
    padding-bottom: 175px !important;
  }
  /* line 11551, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-180 {
    padding-bottom: 180px !important;
  }
  /* line 11555, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-185 {
    padding-bottom: 185px !important;
  }
  /* line 11559, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-190 {
    padding-bottom: 190px !important;
  }
  /* line 11563, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-195 {
    padding-bottom: 195px !important;
  }
  /* line 11567, app/assets/stylesheets/theme/css/style.scss */
  .pb-md-200 {
    padding-bottom: 200px !important;
  }
  /* line 11571, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-0 {
    padding-left: 0px !important;
  }
  /* line 11575, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-5 {
    padding-left: 5px !important;
  }
  /* line 11579, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-10 {
    padding-left: 10px !important;
  }
  /* line 11583, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-15 {
    padding-left: 15px !important;
  }
  /* line 11587, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-20 {
    padding-left: 20px !important;
  }
  /* line 11591, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-25 {
    padding-left: 25px !important;
  }
  /* line 11595, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-30 {
    padding-left: 30px !important;
  }
  /* line 11599, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-35 {
    padding-left: 35px !important;
  }
  /* line 11603, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-40 {
    padding-left: 40px !important;
  }
  /* line 11607, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-45 {
    padding-left: 45px !important;
  }
  /* line 11611, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-50 {
    padding-left: 50px !important;
  }
  /* line 11615, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-55 {
    padding-left: 55px !important;
  }
  /* line 11619, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-60 {
    padding-left: 60px !important;
  }
  /* line 11623, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-65 {
    padding-left: 65px !important;
  }
  /* line 11627, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-70 {
    padding-left: 70px !important;
  }
  /* line 11631, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-75 {
    padding-left: 75px !important;
  }
  /* line 11635, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-80 {
    padding-left: 80px !important;
  }
  /* line 11639, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-85 {
    padding-left: 85px !important;
  }
  /* line 11643, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-90 {
    padding-left: 90px !important;
  }
  /* line 11647, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-95 {
    padding-left: 95px !important;
  }
  /* line 11651, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-100 {
    padding-left: 100px !important;
  }
  /* line 11655, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-105 {
    padding-left: 105px !important;
  }
  /* line 11659, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-110 {
    padding-left: 110px !important;
  }
  /* line 11663, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-115 {
    padding-left: 115px !important;
  }
  /* line 11667, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-120 {
    padding-left: 120px !important;
  }
  /* line 11671, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-125 {
    padding-left: 125px !important;
  }
  /* line 11675, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-130 {
    padding-left: 130px !important;
  }
  /* line 11679, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-135 {
    padding-left: 135px !important;
  }
  /* line 11683, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-140 {
    padding-left: 140px !important;
  }
  /* line 11687, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-145 {
    padding-left: 145px !important;
  }
  /* line 11691, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-150 {
    padding-left: 150px !important;
  }
  /* line 11695, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-155 {
    padding-left: 155px !important;
  }
  /* line 11699, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-160 {
    padding-left: 160px !important;
  }
  /* line 11703, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-165 {
    padding-left: 165px !important;
  }
  /* line 11707, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-170 {
    padding-left: 170px !important;
  }
  /* line 11711, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-175 {
    padding-left: 175px !important;
  }
  /* line 11715, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-180 {
    padding-left: 180px !important;
  }
  /* line 11719, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-185 {
    padding-left: 185px !important;
  }
  /* line 11723, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-190 {
    padding-left: 190px !important;
  }
  /* line 11727, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-195 {
    padding-left: 195px !important;
  }
  /* line 11731, app/assets/stylesheets/theme/css/style.scss */
  .ps-md-200 {
    padding-left: 200px !important;
  }
  /* line 11735, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-0 {
    padding-right: 0px !important;
  }
  /* line 11739, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-5 {
    padding-right: 5px !important;
  }
  /* line 11743, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-10 {
    padding-right: 10px !important;
  }
  /* line 11747, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-15 {
    padding-right: 15px !important;
  }
  /* line 11751, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-20 {
    padding-right: 20px !important;
  }
  /* line 11755, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-25 {
    padding-right: 25px !important;
  }
  /* line 11759, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-30 {
    padding-right: 30px !important;
  }
  /* line 11763, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-35 {
    padding-right: 35px !important;
  }
  /* line 11767, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-40 {
    padding-right: 40px !important;
  }
  /* line 11771, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-45 {
    padding-right: 45px !important;
  }
  /* line 11775, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-50 {
    padding-right: 50px !important;
  }
  /* line 11779, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-55 {
    padding-right: 55px !important;
  }
  /* line 11783, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-60 {
    padding-right: 60px !important;
  }
  /* line 11787, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-65 {
    padding-right: 65px !important;
  }
  /* line 11791, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-70 {
    padding-right: 70px !important;
  }
  /* line 11795, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-75 {
    padding-right: 75px !important;
  }
  /* line 11799, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-80 {
    padding-right: 80px !important;
  }
  /* line 11803, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-85 {
    padding-right: 85px !important;
  }
  /* line 11807, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-90 {
    padding-right: 90px !important;
  }
  /* line 11811, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-95 {
    padding-right: 95px !important;
  }
  /* line 11815, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-100 {
    padding-right: 100px !important;
  }
  /* line 11819, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-105 {
    padding-right: 105px !important;
  }
  /* line 11823, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-110 {
    padding-right: 110px !important;
  }
  /* line 11827, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-115 {
    padding-right: 115px !important;
  }
  /* line 11831, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-120 {
    padding-right: 120px !important;
  }
  /* line 11835, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-125 {
    padding-right: 125px !important;
  }
  /* line 11839, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-130 {
    padding-right: 130px !important;
  }
  /* line 11843, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-135 {
    padding-right: 135px !important;
  }
  /* line 11847, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-140 {
    padding-right: 140px !important;
  }
  /* line 11851, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-145 {
    padding-right: 145px !important;
  }
  /* line 11855, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-150 {
    padding-right: 150px !important;
  }
  /* line 11859, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-155 {
    padding-right: 155px !important;
  }
  /* line 11863, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-160 {
    padding-right: 160px !important;
  }
  /* line 11867, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-165 {
    padding-right: 165px !important;
  }
  /* line 11871, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-170 {
    padding-right: 170px !important;
  }
  /* line 11875, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-175 {
    padding-right: 175px !important;
  }
  /* line 11879, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-180 {
    padding-right: 180px !important;
  }
  /* line 11883, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-185 {
    padding-right: 185px !important;
  }
  /* line 11887, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-190 {
    padding-right: 190px !important;
  }
  /* line 11891, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-195 {
    padding-right: 195px !important;
  }
  /* line 11895, app/assets/stylesheets/theme/css/style.scss */
  .pe-md-200 {
    padding-right: 200px !important;
  }
  /* line 11899, app/assets/stylesheets/theme/css/style.scss */
  .px-md-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  /* line 11904, app/assets/stylesheets/theme/css/style.scss */
  .px-md-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  /* line 11909, app/assets/stylesheets/theme/css/style.scss */
  .px-md-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  /* line 11914, app/assets/stylesheets/theme/css/style.scss */
  .px-md-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  /* line 11919, app/assets/stylesheets/theme/css/style.scss */
  .px-md-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  /* line 11924, app/assets/stylesheets/theme/css/style.scss */
  .px-md-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  /* line 11929, app/assets/stylesheets/theme/css/style.scss */
  .px-md-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  /* line 11934, app/assets/stylesheets/theme/css/style.scss */
  .px-md-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  /* line 11939, app/assets/stylesheets/theme/css/style.scss */
  .px-md-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  /* line 11944, app/assets/stylesheets/theme/css/style.scss */
  .px-md-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  /* line 11949, app/assets/stylesheets/theme/css/style.scss */
  .px-md-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  /* line 11954, app/assets/stylesheets/theme/css/style.scss */
  .px-md-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  /* line 11959, app/assets/stylesheets/theme/css/style.scss */
  .px-md-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  /* line 11964, app/assets/stylesheets/theme/css/style.scss */
  .px-md-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  /* line 11969, app/assets/stylesheets/theme/css/style.scss */
  .px-md-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  /* line 11974, app/assets/stylesheets/theme/css/style.scss */
  .px-md-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  /* line 11979, app/assets/stylesheets/theme/css/style.scss */
  .px-md-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  /* line 11984, app/assets/stylesheets/theme/css/style.scss */
  .px-md-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  /* line 11989, app/assets/stylesheets/theme/css/style.scss */
  .px-md-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  /* line 11994, app/assets/stylesheets/theme/css/style.scss */
  .px-md-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  /* line 11999, app/assets/stylesheets/theme/css/style.scss */
  .px-md-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  /* line 12004, app/assets/stylesheets/theme/css/style.scss */
  .px-md-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }
  /* line 12009, app/assets/stylesheets/theme/css/style.scss */
  .px-md-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  /* line 12014, app/assets/stylesheets/theme/css/style.scss */
  .px-md-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }
  /* line 12019, app/assets/stylesheets/theme/css/style.scss */
  .px-md-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  /* line 12024, app/assets/stylesheets/theme/css/style.scss */
  .px-md-125 {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }
  /* line 12029, app/assets/stylesheets/theme/css/style.scss */
  .px-md-130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  /* line 12034, app/assets/stylesheets/theme/css/style.scss */
  .px-md-135 {
    padding-left: 135px !important;
    padding-right: 135px !important;
  }
  /* line 12039, app/assets/stylesheets/theme/css/style.scss */
  .px-md-140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  /* line 12044, app/assets/stylesheets/theme/css/style.scss */
  .px-md-145 {
    padding-left: 145px !important;
    padding-right: 145px !important;
  }
  /* line 12049, app/assets/stylesheets/theme/css/style.scss */
  .px-md-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  /* line 12054, app/assets/stylesheets/theme/css/style.scss */
  .px-md-155 {
    padding-left: 155px !important;
    padding-right: 155px !important;
  }
  /* line 12059, app/assets/stylesheets/theme/css/style.scss */
  .px-md-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  /* line 12064, app/assets/stylesheets/theme/css/style.scss */
  .px-md-165 {
    padding-left: 165px !important;
    padding-right: 165px !important;
  }
  /* line 12069, app/assets/stylesheets/theme/css/style.scss */
  .px-md-170 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
  /* line 12074, app/assets/stylesheets/theme/css/style.scss */
  .px-md-175 {
    padding-left: 175px !important;
    padding-right: 175px !important;
  }
  /* line 12079, app/assets/stylesheets/theme/css/style.scss */
  .px-md-180 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  /* line 12084, app/assets/stylesheets/theme/css/style.scss */
  .px-md-185 {
    padding-left: 185px !important;
    padding-right: 185px !important;
  }
  /* line 12089, app/assets/stylesheets/theme/css/style.scss */
  .px-md-190 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
  /* line 12094, app/assets/stylesheets/theme/css/style.scss */
  .px-md-195 {
    padding-left: 195px !important;
    padding-right: 195px !important;
  }
  /* line 12099, app/assets/stylesheets/theme/css/style.scss */
  .px-md-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  /* line 12104, app/assets/stylesheets/theme/css/style.scss */
  .py-md-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  /* line 12109, app/assets/stylesheets/theme/css/style.scss */
  .py-md-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  /* line 12114, app/assets/stylesheets/theme/css/style.scss */
  .py-md-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  /* line 12119, app/assets/stylesheets/theme/css/style.scss */
  .py-md-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  /* line 12124, app/assets/stylesheets/theme/css/style.scss */
  .py-md-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  /* line 12129, app/assets/stylesheets/theme/css/style.scss */
  .py-md-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  /* line 12134, app/assets/stylesheets/theme/css/style.scss */
  .py-md-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  /* line 12139, app/assets/stylesheets/theme/css/style.scss */
  .py-md-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  /* line 12144, app/assets/stylesheets/theme/css/style.scss */
  .py-md-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  /* line 12149, app/assets/stylesheets/theme/css/style.scss */
  .py-md-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  /* line 12154, app/assets/stylesheets/theme/css/style.scss */
  .py-md-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  /* line 12159, app/assets/stylesheets/theme/css/style.scss */
  .py-md-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  /* line 12164, app/assets/stylesheets/theme/css/style.scss */
  .py-md-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  /* line 12169, app/assets/stylesheets/theme/css/style.scss */
  .py-md-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  /* line 12174, app/assets/stylesheets/theme/css/style.scss */
  .py-md-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  /* line 12179, app/assets/stylesheets/theme/css/style.scss */
  .py-md-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  /* line 12184, app/assets/stylesheets/theme/css/style.scss */
  .py-md-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  /* line 12189, app/assets/stylesheets/theme/css/style.scss */
  .py-md-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  /* line 12194, app/assets/stylesheets/theme/css/style.scss */
  .py-md-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  /* line 12199, app/assets/stylesheets/theme/css/style.scss */
  .py-md-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  /* line 12204, app/assets/stylesheets/theme/css/style.scss */
  .py-md-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  /* line 12209, app/assets/stylesheets/theme/css/style.scss */
  .py-md-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  /* line 12214, app/assets/stylesheets/theme/css/style.scss */
  .py-md-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  /* line 12219, app/assets/stylesheets/theme/css/style.scss */
  .py-md-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  /* line 12224, app/assets/stylesheets/theme/css/style.scss */
  .py-md-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  /* line 12229, app/assets/stylesheets/theme/css/style.scss */
  .py-md-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
  /* line 12234, app/assets/stylesheets/theme/css/style.scss */
  .py-md-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  /* line 12239, app/assets/stylesheets/theme/css/style.scss */
  .py-md-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }
  /* line 12244, app/assets/stylesheets/theme/css/style.scss */
  .py-md-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  /* line 12249, app/assets/stylesheets/theme/css/style.scss */
  .py-md-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }
  /* line 12254, app/assets/stylesheets/theme/css/style.scss */
  .py-md-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  /* line 12259, app/assets/stylesheets/theme/css/style.scss */
  .py-md-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important;
  }
  /* line 12264, app/assets/stylesheets/theme/css/style.scss */
  .py-md-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  /* line 12269, app/assets/stylesheets/theme/css/style.scss */
  .py-md-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
  }
  /* line 12274, app/assets/stylesheets/theme/css/style.scss */
  .py-md-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  /* line 12279, app/assets/stylesheets/theme/css/style.scss */
  .py-md-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }
  /* line 12284, app/assets/stylesheets/theme/css/style.scss */
  .py-md-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  /* line 12289, app/assets/stylesheets/theme/css/style.scss */
  .py-md-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
  }
  /* line 12294, app/assets/stylesheets/theme/css/style.scss */
  .py-md-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  /* line 12299, app/assets/stylesheets/theme/css/style.scss */
  .py-md-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important;
  }
  /* line 12304, app/assets/stylesheets/theme/css/style.scss */
  .py-md-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
}

@media (min-width: 992px) {
  /* line 12310, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-0 {
    padding: 0px !important;
  }
  /* line 12314, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-5 {
    padding: 5px !important;
  }
  /* line 12318, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-10 {
    padding: 10px !important;
  }
  /* line 12322, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-15 {
    padding: 15px !important;
  }
  /* line 12326, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-20 {
    padding: 20px !important;
  }
  /* line 12330, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-25 {
    padding: 25px !important;
  }
  /* line 12334, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-30 {
    padding: 30px !important;
  }
  /* line 12338, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-35 {
    padding: 35px !important;
  }
  /* line 12342, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-40 {
    padding: 40px !important;
  }
  /* line 12346, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-45 {
    padding: 45px !important;
  }
  /* line 12350, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-50 {
    padding: 50px !important;
  }
  /* line 12354, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-55 {
    padding: 55px !important;
  }
  /* line 12358, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-60 {
    padding: 60px !important;
  }
  /* line 12362, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-65 {
    padding: 65px !important;
  }
  /* line 12366, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-70 {
    padding: 70px !important;
  }
  /* line 12370, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-75 {
    padding: 75px !important;
  }
  /* line 12374, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-80 {
    padding: 80px !important;
  }
  /* line 12378, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-85 {
    padding: 85px !important;
  }
  /* line 12382, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-90 {
    padding: 90px !important;
  }
  /* line 12386, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-95 {
    padding: 95px !important;
  }
  /* line 12390, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-100 {
    padding: 100px !important;
  }
  /* line 12394, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-105 {
    padding: 105px !important;
  }
  /* line 12398, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-110 {
    padding: 110px !important;
  }
  /* line 12402, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-115 {
    padding: 115px !important;
  }
  /* line 12406, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-120 {
    padding: 120px !important;
  }
  /* line 12410, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-125 {
    padding: 125px !important;
  }
  /* line 12414, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-130 {
    padding: 130px !important;
  }
  /* line 12418, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-135 {
    padding: 135px !important;
  }
  /* line 12422, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-140 {
    padding: 140px !important;
  }
  /* line 12426, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-145 {
    padding: 145px !important;
  }
  /* line 12430, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-150 {
    padding: 150px !important;
  }
  /* line 12434, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-155 {
    padding: 155px !important;
  }
  /* line 12438, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-160 {
    padding: 160px !important;
  }
  /* line 12442, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-165 {
    padding: 165px !important;
  }
  /* line 12446, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-170 {
    padding: 170px !important;
  }
  /* line 12450, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-175 {
    padding: 175px !important;
  }
  /* line 12454, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-180 {
    padding: 180px !important;
  }
  /* line 12458, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-185 {
    padding: 185px !important;
  }
  /* line 12462, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-190 {
    padding: 190px !important;
  }
  /* line 12466, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-195 {
    padding: 195px !important;
  }
  /* line 12470, app/assets/stylesheets/theme/css/style.scss */
  .p-lg-200 {
    padding: 200px !important;
  }
  /* line 12474, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-0 {
    padding-top: 0px !important;
  }
  /* line 12478, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-5 {
    padding-top: 5px !important;
  }
  /* line 12482, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-10 {
    padding-top: 10px !important;
  }
  /* line 12486, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-15 {
    padding-top: 15px !important;
  }
  /* line 12490, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-20 {
    padding-top: 20px !important;
  }
  /* line 12494, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-25 {
    padding-top: 25px !important;
  }
  /* line 12498, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-30 {
    padding-top: 30px !important;
  }
  /* line 12502, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-35 {
    padding-top: 35px !important;
  }
  /* line 12506, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-40 {
    padding-top: 40px !important;
  }
  /* line 12510, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-45 {
    padding-top: 45px !important;
  }
  /* line 12514, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-50 {
    padding-top: 50px !important;
  }
  /* line 12518, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-55 {
    padding-top: 55px !important;
  }
  /* line 12522, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-60 {
    padding-top: 60px !important;
  }
  /* line 12526, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-65 {
    padding-top: 65px !important;
  }
  /* line 12530, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-70 {
    padding-top: 70px !important;
  }
  /* line 12534, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-75 {
    padding-top: 75px !important;
  }
  /* line 12538, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-80 {
    padding-top: 80px !important;
  }
  /* line 12542, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-85 {
    padding-top: 85px !important;
  }
  /* line 12546, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-90 {
    padding-top: 90px !important;
  }
  /* line 12550, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-95 {
    padding-top: 95px !important;
  }
  /* line 12554, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-100 {
    padding-top: 100px !important;
  }
  /* line 12558, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-105 {
    padding-top: 105px !important;
  }
  /* line 12562, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-110 {
    padding-top: 110px !important;
  }
  /* line 12566, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-115 {
    padding-top: 115px !important;
  }
  /* line 12570, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-120 {
    padding-top: 120px !important;
  }
  /* line 12574, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-125 {
    padding-top: 125px !important;
  }
  /* line 12578, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-130 {
    padding-top: 130px !important;
  }
  /* line 12582, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-135 {
    padding-top: 135px !important;
  }
  /* line 12586, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-140 {
    padding-top: 140px !important;
  }
  /* line 12590, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-145 {
    padding-top: 145px !important;
  }
  /* line 12594, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-150 {
    padding-top: 150px !important;
  }
  /* line 12598, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-155 {
    padding-top: 155px !important;
  }
  /* line 12602, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-160 {
    padding-top: 160px !important;
  }
  /* line 12606, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-165 {
    padding-top: 165px !important;
  }
  /* line 12610, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-170 {
    padding-top: 170px !important;
  }
  /* line 12614, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-175 {
    padding-top: 175px !important;
  }
  /* line 12618, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-180 {
    padding-top: 180px !important;
  }
  /* line 12622, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-185 {
    padding-top: 185px !important;
  }
  /* line 12626, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-190 {
    padding-top: 190px !important;
  }
  /* line 12630, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-195 {
    padding-top: 195px !important;
  }
  /* line 12634, app/assets/stylesheets/theme/css/style.scss */
  .pt-lg-200 {
    padding-top: 200px !important;
  }
  /* line 12638, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-0 {
    padding-bottom: 0px !important;
  }
  /* line 12642, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-5 {
    padding-bottom: 5px !important;
  }
  /* line 12646, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }
  /* line 12650, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-15 {
    padding-bottom: 15px !important;
  }
  /* line 12654, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-20 {
    padding-bottom: 20px !important;
  }
  /* line 12658, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-25 {
    padding-bottom: 25px !important;
  }
  /* line 12662, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-30 {
    padding-bottom: 30px !important;
  }
  /* line 12666, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-35 {
    padding-bottom: 35px !important;
  }
  /* line 12670, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-40 {
    padding-bottom: 40px !important;
  }
  /* line 12674, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-45 {
    padding-bottom: 45px !important;
  }
  /* line 12678, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-50 {
    padding-bottom: 50px !important;
  }
  /* line 12682, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-55 {
    padding-bottom: 55px !important;
  }
  /* line 12686, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-60 {
    padding-bottom: 60px !important;
  }
  /* line 12690, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-65 {
    padding-bottom: 65px !important;
  }
  /* line 12694, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-70 {
    padding-bottom: 70px !important;
  }
  /* line 12698, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-75 {
    padding-bottom: 75px !important;
  }
  /* line 12702, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-80 {
    padding-bottom: 80px !important;
  }
  /* line 12706, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-85 {
    padding-bottom: 85px !important;
  }
  /* line 12710, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-90 {
    padding-bottom: 90px !important;
  }
  /* line 12714, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-95 {
    padding-bottom: 95px !important;
  }
  /* line 12718, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-100 {
    padding-bottom: 100px !important;
  }
  /* line 12722, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-105 {
    padding-bottom: 105px !important;
  }
  /* line 12726, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-110 {
    padding-bottom: 110px !important;
  }
  /* line 12730, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-115 {
    padding-bottom: 115px !important;
  }
  /* line 12734, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-120 {
    padding-bottom: 120px !important;
  }
  /* line 12738, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-125 {
    padding-bottom: 125px !important;
  }
  /* line 12742, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-130 {
    padding-bottom: 130px !important;
  }
  /* line 12746, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-135 {
    padding-bottom: 135px !important;
  }
  /* line 12750, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-140 {
    padding-bottom: 140px !important;
  }
  /* line 12754, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-145 {
    padding-bottom: 145px !important;
  }
  /* line 12758, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-150 {
    padding-bottom: 150px !important;
  }
  /* line 12762, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-155 {
    padding-bottom: 155px !important;
  }
  /* line 12766, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-160 {
    padding-bottom: 160px !important;
  }
  /* line 12770, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-165 {
    padding-bottom: 165px !important;
  }
  /* line 12774, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-170 {
    padding-bottom: 170px !important;
  }
  /* line 12778, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-175 {
    padding-bottom: 175px !important;
  }
  /* line 12782, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-180 {
    padding-bottom: 180px !important;
  }
  /* line 12786, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-185 {
    padding-bottom: 185px !important;
  }
  /* line 12790, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-190 {
    padding-bottom: 190px !important;
  }
  /* line 12794, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-195 {
    padding-bottom: 195px !important;
  }
  /* line 12798, app/assets/stylesheets/theme/css/style.scss */
  .pb-lg-200 {
    padding-bottom: 200px !important;
  }
  /* line 12802, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-0 {
    padding-left: 0px !important;
  }
  /* line 12806, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-5 {
    padding-left: 5px !important;
  }
  /* line 12810, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-10 {
    padding-left: 10px !important;
  }
  /* line 12814, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-15 {
    padding-left: 15px !important;
  }
  /* line 12818, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-20 {
    padding-left: 20px !important;
  }
  /* line 12822, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-25 {
    padding-left: 25px !important;
  }
  /* line 12826, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-30 {
    padding-left: 30px !important;
  }
  /* line 12830, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-35 {
    padding-left: 35px !important;
  }
  /* line 12834, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-40 {
    padding-left: 40px !important;
  }
  /* line 12838, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-45 {
    padding-left: 45px !important;
  }
  /* line 12842, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-50 {
    padding-left: 50px !important;
  }
  /* line 12846, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-55 {
    padding-left: 55px !important;
  }
  /* line 12850, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-60 {
    padding-left: 60px !important;
  }
  /* line 12854, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-65 {
    padding-left: 65px !important;
  }
  /* line 12858, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-70 {
    padding-left: 70px !important;
  }
  /* line 12862, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-75 {
    padding-left: 75px !important;
  }
  /* line 12866, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-80 {
    padding-left: 80px !important;
  }
  /* line 12870, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-85 {
    padding-left: 85px !important;
  }
  /* line 12874, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-90 {
    padding-left: 90px !important;
  }
  /* line 12878, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-95 {
    padding-left: 95px !important;
  }
  /* line 12882, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-100 {
    padding-left: 100px !important;
  }
  /* line 12886, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-105 {
    padding-left: 105px !important;
  }
  /* line 12890, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-110 {
    padding-left: 110px !important;
  }
  /* line 12894, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-115 {
    padding-left: 115px !important;
  }
  /* line 12898, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-120 {
    padding-left: 120px !important;
  }
  /* line 12902, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-125 {
    padding-left: 125px !important;
  }
  /* line 12906, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-130 {
    padding-left: 130px !important;
  }
  /* line 12910, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-135 {
    padding-left: 135px !important;
  }
  /* line 12914, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-140 {
    padding-left: 140px !important;
  }
  /* line 12918, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-145 {
    padding-left: 145px !important;
  }
  /* line 12922, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-150 {
    padding-left: 150px !important;
  }
  /* line 12926, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-155 {
    padding-left: 155px !important;
  }
  /* line 12930, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-160 {
    padding-left: 160px !important;
  }
  /* line 12934, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-165 {
    padding-left: 165px !important;
  }
  /* line 12938, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-170 {
    padding-left: 170px !important;
  }
  /* line 12942, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-175 {
    padding-left: 175px !important;
  }
  /* line 12946, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-180 {
    padding-left: 180px !important;
  }
  /* line 12950, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-185 {
    padding-left: 185px !important;
  }
  /* line 12954, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-190 {
    padding-left: 190px !important;
  }
  /* line 12958, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-195 {
    padding-left: 195px !important;
  }
  /* line 12962, app/assets/stylesheets/theme/css/style.scss */
  .ps-lg-200 {
    padding-left: 200px !important;
  }
  /* line 12966, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-0 {
    padding-right: 0px !important;
  }
  /* line 12970, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-5 {
    padding-right: 5px !important;
  }
  /* line 12974, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-10 {
    padding-right: 10px !important;
  }
  /* line 12978, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-15 {
    padding-right: 15px !important;
  }
  /* line 12982, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-20 {
    padding-right: 20px !important;
  }
  /* line 12986, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-25 {
    padding-right: 25px !important;
  }
  /* line 12990, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-30 {
    padding-right: 30px !important;
  }
  /* line 12994, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-35 {
    padding-right: 35px !important;
  }
  /* line 12998, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-40 {
    padding-right: 40px !important;
  }
  /* line 13002, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-45 {
    padding-right: 45px !important;
  }
  /* line 13006, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-50 {
    padding-right: 50px !important;
  }
  /* line 13010, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-55 {
    padding-right: 55px !important;
  }
  /* line 13014, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-60 {
    padding-right: 60px !important;
  }
  /* line 13018, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-65 {
    padding-right: 65px !important;
  }
  /* line 13022, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-70 {
    padding-right: 70px !important;
  }
  /* line 13026, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-75 {
    padding-right: 75px !important;
  }
  /* line 13030, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-80 {
    padding-right: 80px !important;
  }
  /* line 13034, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-85 {
    padding-right: 85px !important;
  }
  /* line 13038, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-90 {
    padding-right: 90px !important;
  }
  /* line 13042, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-95 {
    padding-right: 95px !important;
  }
  /* line 13046, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-100 {
    padding-right: 100px !important;
  }
  /* line 13050, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-105 {
    padding-right: 105px !important;
  }
  /* line 13054, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-110 {
    padding-right: 110px !important;
  }
  /* line 13058, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-115 {
    padding-right: 115px !important;
  }
  /* line 13062, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-120 {
    padding-right: 120px !important;
  }
  /* line 13066, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-125 {
    padding-right: 125px !important;
  }
  /* line 13070, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-130 {
    padding-right: 130px !important;
  }
  /* line 13074, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-135 {
    padding-right: 135px !important;
  }
  /* line 13078, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-140 {
    padding-right: 140px !important;
  }
  /* line 13082, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-145 {
    padding-right: 145px !important;
  }
  /* line 13086, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-150 {
    padding-right: 150px !important;
  }
  /* line 13090, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-155 {
    padding-right: 155px !important;
  }
  /* line 13094, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-160 {
    padding-right: 160px !important;
  }
  /* line 13098, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-165 {
    padding-right: 165px !important;
  }
  /* line 13102, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-170 {
    padding-right: 170px !important;
  }
  /* line 13106, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-175 {
    padding-right: 175px !important;
  }
  /* line 13110, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-180 {
    padding-right: 180px !important;
  }
  /* line 13114, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-185 {
    padding-right: 185px !important;
  }
  /* line 13118, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-190 {
    padding-right: 190px !important;
  }
  /* line 13122, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-195 {
    padding-right: 195px !important;
  }
  /* line 13126, app/assets/stylesheets/theme/css/style.scss */
  .pe-lg-200 {
    padding-right: 200px !important;
  }
  /* line 13130, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  /* line 13135, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  /* line 13140, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  /* line 13145, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  /* line 13150, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  /* line 13155, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  /* line 13160, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  /* line 13165, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  /* line 13170, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  /* line 13175, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  /* line 13180, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  /* line 13185, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  /* line 13190, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  /* line 13195, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  /* line 13200, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  /* line 13205, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  /* line 13210, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  /* line 13215, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  /* line 13220, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  /* line 13225, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  /* line 13230, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  /* line 13235, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }
  /* line 13240, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  /* line 13245, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }
  /* line 13250, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  /* line 13255, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-125 {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }
  /* line 13260, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  /* line 13265, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-135 {
    padding-left: 135px !important;
    padding-right: 135px !important;
  }
  /* line 13270, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  /* line 13275, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-145 {
    padding-left: 145px !important;
    padding-right: 145px !important;
  }
  /* line 13280, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  /* line 13285, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-155 {
    padding-left: 155px !important;
    padding-right: 155px !important;
  }
  /* line 13290, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  /* line 13295, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-165 {
    padding-left: 165px !important;
    padding-right: 165px !important;
  }
  /* line 13300, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-170 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
  /* line 13305, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-175 {
    padding-left: 175px !important;
    padding-right: 175px !important;
  }
  /* line 13310, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-180 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  /* line 13315, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-185 {
    padding-left: 185px !important;
    padding-right: 185px !important;
  }
  /* line 13320, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-190 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
  /* line 13325, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-195 {
    padding-left: 195px !important;
    padding-right: 195px !important;
  }
  /* line 13330, app/assets/stylesheets/theme/css/style.scss */
  .px-lg-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  /* line 13335, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  /* line 13340, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  /* line 13345, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  /* line 13350, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  /* line 13355, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  /* line 13360, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  /* line 13365, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  /* line 13370, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  /* line 13375, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  /* line 13380, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  /* line 13385, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  /* line 13390, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  /* line 13395, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  /* line 13400, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  /* line 13405, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  /* line 13410, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  /* line 13415, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  /* line 13420, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  /* line 13425, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  /* line 13430, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  /* line 13435, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  /* line 13440, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  /* line 13445, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  /* line 13450, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  /* line 13455, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  /* line 13460, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
  /* line 13465, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  /* line 13470, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }
  /* line 13475, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  /* line 13480, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }
  /* line 13485, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  /* line 13490, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important;
  }
  /* line 13495, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  /* line 13500, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
  }
  /* line 13505, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  /* line 13510, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }
  /* line 13515, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  /* line 13520, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
  }
  /* line 13525, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  /* line 13530, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important;
  }
  /* line 13535, app/assets/stylesheets/theme/css/style.scss */
  .py-lg-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
}

@media (min-width: 1200px) {
  /* line 13541, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-0 {
    padding: 0px !important;
  }
  /* line 13545, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-5 {
    padding: 5px !important;
  }
  /* line 13549, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-10 {
    padding: 10px !important;
  }
  /* line 13553, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-15 {
    padding: 15px !important;
  }
  /* line 13557, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-20 {
    padding: 20px !important;
  }
  /* line 13561, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-25 {
    padding: 25px !important;
  }
  /* line 13565, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-30 {
    padding: 30px !important;
  }
  /* line 13569, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-35 {
    padding: 35px !important;
  }
  /* line 13573, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-40 {
    padding: 40px !important;
  }
  /* line 13577, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-45 {
    padding: 45px !important;
  }
  /* line 13581, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-50 {
    padding: 50px !important;
  }
  /* line 13585, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-55 {
    padding: 55px !important;
  }
  /* line 13589, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-60 {
    padding: 60px !important;
  }
  /* line 13593, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-65 {
    padding: 65px !important;
  }
  /* line 13597, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-70 {
    padding: 70px !important;
  }
  /* line 13601, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-75 {
    padding: 75px !important;
  }
  /* line 13605, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-80 {
    padding: 80px !important;
  }
  /* line 13609, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-85 {
    padding: 85px !important;
  }
  /* line 13613, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-90 {
    padding: 90px !important;
  }
  /* line 13617, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-95 {
    padding: 95px !important;
  }
  /* line 13621, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-100 {
    padding: 100px !important;
  }
  /* line 13625, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-105 {
    padding: 105px !important;
  }
  /* line 13629, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-110 {
    padding: 110px !important;
  }
  /* line 13633, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-115 {
    padding: 115px !important;
  }
  /* line 13637, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-120 {
    padding: 120px !important;
  }
  /* line 13641, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-125 {
    padding: 125px !important;
  }
  /* line 13645, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-130 {
    padding: 130px !important;
  }
  /* line 13649, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-135 {
    padding: 135px !important;
  }
  /* line 13653, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-140 {
    padding: 140px !important;
  }
  /* line 13657, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-145 {
    padding: 145px !important;
  }
  /* line 13661, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-150 {
    padding: 150px !important;
  }
  /* line 13665, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-155 {
    padding: 155px !important;
  }
  /* line 13669, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-160 {
    padding: 160px !important;
  }
  /* line 13673, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-165 {
    padding: 165px !important;
  }
  /* line 13677, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-170 {
    padding: 170px !important;
  }
  /* line 13681, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-175 {
    padding: 175px !important;
  }
  /* line 13685, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-180 {
    padding: 180px !important;
  }
  /* line 13689, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-185 {
    padding: 185px !important;
  }
  /* line 13693, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-190 {
    padding: 190px !important;
  }
  /* line 13697, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-195 {
    padding: 195px !important;
  }
  /* line 13701, app/assets/stylesheets/theme/css/style.scss */
  .p-xl-200 {
    padding: 200px !important;
  }
  /* line 13705, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-0 {
    padding-top: 0px !important;
  }
  /* line 13709, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-5 {
    padding-top: 5px !important;
  }
  /* line 13713, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-10 {
    padding-top: 10px !important;
  }
  /* line 13717, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-15 {
    padding-top: 15px !important;
  }
  /* line 13721, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-20 {
    padding-top: 20px !important;
  }
  /* line 13725, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-25 {
    padding-top: 25px !important;
  }
  /* line 13729, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-30 {
    padding-top: 30px !important;
  }
  /* line 13733, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-35 {
    padding-top: 35px !important;
  }
  /* line 13737, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-40 {
    padding-top: 40px !important;
  }
  /* line 13741, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-45 {
    padding-top: 45px !important;
  }
  /* line 13745, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-50 {
    padding-top: 50px !important;
  }
  /* line 13749, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-55 {
    padding-top: 55px !important;
  }
  /* line 13753, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-60 {
    padding-top: 60px !important;
  }
  /* line 13757, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-65 {
    padding-top: 65px !important;
  }
  /* line 13761, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-70 {
    padding-top: 70px !important;
  }
  /* line 13765, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-75 {
    padding-top: 75px !important;
  }
  /* line 13769, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-80 {
    padding-top: 80px !important;
  }
  /* line 13773, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-85 {
    padding-top: 85px !important;
  }
  /* line 13777, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-90 {
    padding-top: 90px !important;
  }
  /* line 13781, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-95 {
    padding-top: 95px !important;
  }
  /* line 13785, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-100 {
    padding-top: 100px !important;
  }
  /* line 13789, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-105 {
    padding-top: 105px !important;
  }
  /* line 13793, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-110 {
    padding-top: 110px !important;
  }
  /* line 13797, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-115 {
    padding-top: 115px !important;
  }
  /* line 13801, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-120 {
    padding-top: 120px !important;
  }
  /* line 13805, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-125 {
    padding-top: 125px !important;
  }
  /* line 13809, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-130 {
    padding-top: 130px !important;
  }
  /* line 13813, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-135 {
    padding-top: 135px !important;
  }
  /* line 13817, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-140 {
    padding-top: 140px !important;
  }
  /* line 13821, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-145 {
    padding-top: 145px !important;
  }
  /* line 13825, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-150 {
    padding-top: 150px !important;
  }
  /* line 13829, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-155 {
    padding-top: 155px !important;
  }
  /* line 13833, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-160 {
    padding-top: 160px !important;
  }
  /* line 13837, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-165 {
    padding-top: 165px !important;
  }
  /* line 13841, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-170 {
    padding-top: 170px !important;
  }
  /* line 13845, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-175 {
    padding-top: 175px !important;
  }
  /* line 13849, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-180 {
    padding-top: 180px !important;
  }
  /* line 13853, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-185 {
    padding-top: 185px !important;
  }
  /* line 13857, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-190 {
    padding-top: 190px !important;
  }
  /* line 13861, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-195 {
    padding-top: 195px !important;
  }
  /* line 13865, app/assets/stylesheets/theme/css/style.scss */
  .pt-xl-200 {
    padding-top: 200px !important;
  }
  /* line 13869, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-0 {
    padding-bottom: 0px !important;
  }
  /* line 13873, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-5 {
    padding-bottom: 5px !important;
  }
  /* line 13877, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-10 {
    padding-bottom: 10px !important;
  }
  /* line 13881, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-15 {
    padding-bottom: 15px !important;
  }
  /* line 13885, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-20 {
    padding-bottom: 20px !important;
  }
  /* line 13889, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-25 {
    padding-bottom: 25px !important;
  }
  /* line 13893, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-30 {
    padding-bottom: 30px !important;
  }
  /* line 13897, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-35 {
    padding-bottom: 35px !important;
  }
  /* line 13901, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-40 {
    padding-bottom: 40px !important;
  }
  /* line 13905, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-45 {
    padding-bottom: 45px !important;
  }
  /* line 13909, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-50 {
    padding-bottom: 50px !important;
  }
  /* line 13913, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-55 {
    padding-bottom: 55px !important;
  }
  /* line 13917, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-60 {
    padding-bottom: 60px !important;
  }
  /* line 13921, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-65 {
    padding-bottom: 65px !important;
  }
  /* line 13925, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-70 {
    padding-bottom: 70px !important;
  }
  /* line 13929, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-75 {
    padding-bottom: 75px !important;
  }
  /* line 13933, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-80 {
    padding-bottom: 80px !important;
  }
  /* line 13937, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-85 {
    padding-bottom: 85px !important;
  }
  /* line 13941, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-90 {
    padding-bottom: 90px !important;
  }
  /* line 13945, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-95 {
    padding-bottom: 95px !important;
  }
  /* line 13949, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-100 {
    padding-bottom: 100px !important;
  }
  /* line 13953, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-105 {
    padding-bottom: 105px !important;
  }
  /* line 13957, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-110 {
    padding-bottom: 110px !important;
  }
  /* line 13961, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-115 {
    padding-bottom: 115px !important;
  }
  /* line 13965, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-120 {
    padding-bottom: 120px !important;
  }
  /* line 13969, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-125 {
    padding-bottom: 125px !important;
  }
  /* line 13973, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-130 {
    padding-bottom: 130px !important;
  }
  /* line 13977, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-135 {
    padding-bottom: 135px !important;
  }
  /* line 13981, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-140 {
    padding-bottom: 140px !important;
  }
  /* line 13985, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-145 {
    padding-bottom: 145px !important;
  }
  /* line 13989, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-150 {
    padding-bottom: 150px !important;
  }
  /* line 13993, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-155 {
    padding-bottom: 155px !important;
  }
  /* line 13997, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-160 {
    padding-bottom: 160px !important;
  }
  /* line 14001, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-165 {
    padding-bottom: 165px !important;
  }
  /* line 14005, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-170 {
    padding-bottom: 170px !important;
  }
  /* line 14009, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-175 {
    padding-bottom: 175px !important;
  }
  /* line 14013, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-180 {
    padding-bottom: 180px !important;
  }
  /* line 14017, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-185 {
    padding-bottom: 185px !important;
  }
  /* line 14021, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-190 {
    padding-bottom: 190px !important;
  }
  /* line 14025, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-195 {
    padding-bottom: 195px !important;
  }
  /* line 14029, app/assets/stylesheets/theme/css/style.scss */
  .pb-xl-200 {
    padding-bottom: 200px !important;
  }
  /* line 14033, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-0 {
    padding-left: 0px !important;
  }
  /* line 14037, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-5 {
    padding-left: 5px !important;
  }
  /* line 14041, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-10 {
    padding-left: 10px !important;
  }
  /* line 14045, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-15 {
    padding-left: 15px !important;
  }
  /* line 14049, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-20 {
    padding-left: 20px !important;
  }
  /* line 14053, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-25 {
    padding-left: 25px !important;
  }
  /* line 14057, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-30 {
    padding-left: 30px !important;
  }
  /* line 14061, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-35 {
    padding-left: 35px !important;
  }
  /* line 14065, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-40 {
    padding-left: 40px !important;
  }
  /* line 14069, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-45 {
    padding-left: 45px !important;
  }
  /* line 14073, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-50 {
    padding-left: 50px !important;
  }
  /* line 14077, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-55 {
    padding-left: 55px !important;
  }
  /* line 14081, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-60 {
    padding-left: 60px !important;
  }
  /* line 14085, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-65 {
    padding-left: 65px !important;
  }
  /* line 14089, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-70 {
    padding-left: 70px !important;
  }
  /* line 14093, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-75 {
    padding-left: 75px !important;
  }
  /* line 14097, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-80 {
    padding-left: 80px !important;
  }
  /* line 14101, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-85 {
    padding-left: 85px !important;
  }
  /* line 14105, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-90 {
    padding-left: 90px !important;
  }
  /* line 14109, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-95 {
    padding-left: 95px !important;
  }
  /* line 14113, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-100 {
    padding-left: 100px !important;
  }
  /* line 14117, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-105 {
    padding-left: 105px !important;
  }
  /* line 14121, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-110 {
    padding-left: 110px !important;
  }
  /* line 14125, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-115 {
    padding-left: 115px !important;
  }
  /* line 14129, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-120 {
    padding-left: 120px !important;
  }
  /* line 14133, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-125 {
    padding-left: 125px !important;
  }
  /* line 14137, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-130 {
    padding-left: 130px !important;
  }
  /* line 14141, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-135 {
    padding-left: 135px !important;
  }
  /* line 14145, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-140 {
    padding-left: 140px !important;
  }
  /* line 14149, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-145 {
    padding-left: 145px !important;
  }
  /* line 14153, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-150 {
    padding-left: 150px !important;
  }
  /* line 14157, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-155 {
    padding-left: 155px !important;
  }
  /* line 14161, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-160 {
    padding-left: 160px !important;
  }
  /* line 14165, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-165 {
    padding-left: 165px !important;
  }
  /* line 14169, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-170 {
    padding-left: 170px !important;
  }
  /* line 14173, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-175 {
    padding-left: 175px !important;
  }
  /* line 14177, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-180 {
    padding-left: 180px !important;
  }
  /* line 14181, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-185 {
    padding-left: 185px !important;
  }
  /* line 14185, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-190 {
    padding-left: 190px !important;
  }
  /* line 14189, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-195 {
    padding-left: 195px !important;
  }
  /* line 14193, app/assets/stylesheets/theme/css/style.scss */
  .ps-xl-200 {
    padding-left: 200px !important;
  }
  /* line 14197, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-0 {
    padding-right: 0px !important;
  }
  /* line 14201, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-5 {
    padding-right: 5px !important;
  }
  /* line 14205, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-10 {
    padding-right: 10px !important;
  }
  /* line 14209, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-15 {
    padding-right: 15px !important;
  }
  /* line 14213, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-20 {
    padding-right: 20px !important;
  }
  /* line 14217, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-25 {
    padding-right: 25px !important;
  }
  /* line 14221, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-30 {
    padding-right: 30px !important;
  }
  /* line 14225, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-35 {
    padding-right: 35px !important;
  }
  /* line 14229, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-40 {
    padding-right: 40px !important;
  }
  /* line 14233, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-45 {
    padding-right: 45px !important;
  }
  /* line 14237, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-50 {
    padding-right: 50px !important;
  }
  /* line 14241, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-55 {
    padding-right: 55px !important;
  }
  /* line 14245, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-60 {
    padding-right: 60px !important;
  }
  /* line 14249, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-65 {
    padding-right: 65px !important;
  }
  /* line 14253, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-70 {
    padding-right: 70px !important;
  }
  /* line 14257, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-75 {
    padding-right: 75px !important;
  }
  /* line 14261, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-80 {
    padding-right: 80px !important;
  }
  /* line 14265, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-85 {
    padding-right: 85px !important;
  }
  /* line 14269, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-90 {
    padding-right: 90px !important;
  }
  /* line 14273, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-95 {
    padding-right: 95px !important;
  }
  /* line 14277, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-100 {
    padding-right: 100px !important;
  }
  /* line 14281, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-105 {
    padding-right: 105px !important;
  }
  /* line 14285, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-110 {
    padding-right: 110px !important;
  }
  /* line 14289, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-115 {
    padding-right: 115px !important;
  }
  /* line 14293, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-120 {
    padding-right: 120px !important;
  }
  /* line 14297, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-125 {
    padding-right: 125px !important;
  }
  /* line 14301, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-130 {
    padding-right: 130px !important;
  }
  /* line 14305, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-135 {
    padding-right: 135px !important;
  }
  /* line 14309, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-140 {
    padding-right: 140px !important;
  }
  /* line 14313, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-145 {
    padding-right: 145px !important;
  }
  /* line 14317, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-150 {
    padding-right: 150px !important;
  }
  /* line 14321, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-155 {
    padding-right: 155px !important;
  }
  /* line 14325, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-160 {
    padding-right: 160px !important;
  }
  /* line 14329, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-165 {
    padding-right: 165px !important;
  }
  /* line 14333, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-170 {
    padding-right: 170px !important;
  }
  /* line 14337, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-175 {
    padding-right: 175px !important;
  }
  /* line 14341, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-180 {
    padding-right: 180px !important;
  }
  /* line 14345, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-185 {
    padding-right: 185px !important;
  }
  /* line 14349, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-190 {
    padding-right: 190px !important;
  }
  /* line 14353, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-195 {
    padding-right: 195px !important;
  }
  /* line 14357, app/assets/stylesheets/theme/css/style.scss */
  .pe-xl-200 {
    padding-right: 200px !important;
  }
  /* line 14361, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  /* line 14366, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  /* line 14371, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  /* line 14376, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  /* line 14381, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  /* line 14386, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  /* line 14391, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  /* line 14396, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  /* line 14401, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  /* line 14406, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  /* line 14411, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  /* line 14416, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  /* line 14421, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  /* line 14426, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  /* line 14431, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  /* line 14436, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  /* line 14441, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  /* line 14446, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  /* line 14451, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  /* line 14456, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  /* line 14461, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  /* line 14466, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }
  /* line 14471, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  /* line 14476, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }
  /* line 14481, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  /* line 14486, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-125 {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }
  /* line 14491, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  /* line 14496, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-135 {
    padding-left: 135px !important;
    padding-right: 135px !important;
  }
  /* line 14501, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  /* line 14506, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-145 {
    padding-left: 145px !important;
    padding-right: 145px !important;
  }
  /* line 14511, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  /* line 14516, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-155 {
    padding-left: 155px !important;
    padding-right: 155px !important;
  }
  /* line 14521, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  /* line 14526, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-165 {
    padding-left: 165px !important;
    padding-right: 165px !important;
  }
  /* line 14531, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-170 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
  /* line 14536, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-175 {
    padding-left: 175px !important;
    padding-right: 175px !important;
  }
  /* line 14541, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-180 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  /* line 14546, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-185 {
    padding-left: 185px !important;
    padding-right: 185px !important;
  }
  /* line 14551, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-190 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
  /* line 14556, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-195 {
    padding-left: 195px !important;
    padding-right: 195px !important;
  }
  /* line 14561, app/assets/stylesheets/theme/css/style.scss */
  .px-xl-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  /* line 14566, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  /* line 14571, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  /* line 14576, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  /* line 14581, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  /* line 14586, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  /* line 14591, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  /* line 14596, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  /* line 14601, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  /* line 14606, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  /* line 14611, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  /* line 14616, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  /* line 14621, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  /* line 14626, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  /* line 14631, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  /* line 14636, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  /* line 14641, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  /* line 14646, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  /* line 14651, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  /* line 14656, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  /* line 14661, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  /* line 14666, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  /* line 14671, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  /* line 14676, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  /* line 14681, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  /* line 14686, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  /* line 14691, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
  /* line 14696, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  /* line 14701, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }
  /* line 14706, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  /* line 14711, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }
  /* line 14716, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  /* line 14721, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important;
  }
  /* line 14726, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  /* line 14731, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
  }
  /* line 14736, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  /* line 14741, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }
  /* line 14746, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  /* line 14751, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
  }
  /* line 14756, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  /* line 14761, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important;
  }
  /* line 14766, app/assets/stylesheets/theme/css/style.scss */
  .py-xl-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
}

@media (min-width: 1440px) {
  /* line 14772, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-0 {
    padding: 0px !important;
  }
  /* line 14776, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-5 {
    padding: 5px !important;
  }
  /* line 14780, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-10 {
    padding: 10px !important;
  }
  /* line 14784, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-15 {
    padding: 15px !important;
  }
  /* line 14788, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-20 {
    padding: 20px !important;
  }
  /* line 14792, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-25 {
    padding: 25px !important;
  }
  /* line 14796, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-30 {
    padding: 30px !important;
  }
  /* line 14800, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-35 {
    padding: 35px !important;
  }
  /* line 14804, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-40 {
    padding: 40px !important;
  }
  /* line 14808, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-45 {
    padding: 45px !important;
  }
  /* line 14812, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-50 {
    padding: 50px !important;
  }
  /* line 14816, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-55 {
    padding: 55px !important;
  }
  /* line 14820, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-60 {
    padding: 60px !important;
  }
  /* line 14824, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-65 {
    padding: 65px !important;
  }
  /* line 14828, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-70 {
    padding: 70px !important;
  }
  /* line 14832, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-75 {
    padding: 75px !important;
  }
  /* line 14836, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-80 {
    padding: 80px !important;
  }
  /* line 14840, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-85 {
    padding: 85px !important;
  }
  /* line 14844, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-90 {
    padding: 90px !important;
  }
  /* line 14848, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-95 {
    padding: 95px !important;
  }
  /* line 14852, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-100 {
    padding: 100px !important;
  }
  /* line 14856, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-105 {
    padding: 105px !important;
  }
  /* line 14860, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-110 {
    padding: 110px !important;
  }
  /* line 14864, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-115 {
    padding: 115px !important;
  }
  /* line 14868, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-120 {
    padding: 120px !important;
  }
  /* line 14872, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-125 {
    padding: 125px !important;
  }
  /* line 14876, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-130 {
    padding: 130px !important;
  }
  /* line 14880, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-135 {
    padding: 135px !important;
  }
  /* line 14884, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-140 {
    padding: 140px !important;
  }
  /* line 14888, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-145 {
    padding: 145px !important;
  }
  /* line 14892, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-150 {
    padding: 150px !important;
  }
  /* line 14896, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-155 {
    padding: 155px !important;
  }
  /* line 14900, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-160 {
    padding: 160px !important;
  }
  /* line 14904, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-165 {
    padding: 165px !important;
  }
  /* line 14908, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-170 {
    padding: 170px !important;
  }
  /* line 14912, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-175 {
    padding: 175px !important;
  }
  /* line 14916, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-180 {
    padding: 180px !important;
  }
  /* line 14920, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-185 {
    padding: 185px !important;
  }
  /* line 14924, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-190 {
    padding: 190px !important;
  }
  /* line 14928, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-195 {
    padding: 195px !important;
  }
  /* line 14932, app/assets/stylesheets/theme/css/style.scss */
  .p-xxl-200 {
    padding: 200px !important;
  }
  /* line 14936, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-0 {
    padding-top: 0px !important;
  }
  /* line 14940, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-5 {
    padding-top: 5px !important;
  }
  /* line 14944, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-10 {
    padding-top: 10px !important;
  }
  /* line 14948, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-15 {
    padding-top: 15px !important;
  }
  /* line 14952, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-20 {
    padding-top: 20px !important;
  }
  /* line 14956, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-25 {
    padding-top: 25px !important;
  }
  /* line 14960, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-30 {
    padding-top: 30px !important;
  }
  /* line 14964, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-35 {
    padding-top: 35px !important;
  }
  /* line 14968, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-40 {
    padding-top: 40px !important;
  }
  /* line 14972, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-45 {
    padding-top: 45px !important;
  }
  /* line 14976, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-50 {
    padding-top: 50px !important;
  }
  /* line 14980, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-55 {
    padding-top: 55px !important;
  }
  /* line 14984, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-60 {
    padding-top: 60px !important;
  }
  /* line 14988, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-65 {
    padding-top: 65px !important;
  }
  /* line 14992, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-70 {
    padding-top: 70px !important;
  }
  /* line 14996, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-75 {
    padding-top: 75px !important;
  }
  /* line 15000, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-80 {
    padding-top: 80px !important;
  }
  /* line 15004, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-85 {
    padding-top: 85px !important;
  }
  /* line 15008, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-90 {
    padding-top: 90px !important;
  }
  /* line 15012, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-95 {
    padding-top: 95px !important;
  }
  /* line 15016, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-100 {
    padding-top: 100px !important;
  }
  /* line 15020, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-105 {
    padding-top: 105px !important;
  }
  /* line 15024, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-110 {
    padding-top: 110px !important;
  }
  /* line 15028, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-115 {
    padding-top: 115px !important;
  }
  /* line 15032, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-120 {
    padding-top: 120px !important;
  }
  /* line 15036, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-125 {
    padding-top: 125px !important;
  }
  /* line 15040, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-130 {
    padding-top: 130px !important;
  }
  /* line 15044, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-135 {
    padding-top: 135px !important;
  }
  /* line 15048, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-140 {
    padding-top: 140px !important;
  }
  /* line 15052, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-145 {
    padding-top: 145px !important;
  }
  /* line 15056, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-150 {
    padding-top: 150px !important;
  }
  /* line 15060, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-155 {
    padding-top: 155px !important;
  }
  /* line 15064, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-160 {
    padding-top: 160px !important;
  }
  /* line 15068, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-165 {
    padding-top: 165px !important;
  }
  /* line 15072, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-170 {
    padding-top: 170px !important;
  }
  /* line 15076, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-175 {
    padding-top: 175px !important;
  }
  /* line 15080, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-180 {
    padding-top: 180px !important;
  }
  /* line 15084, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-185 {
    padding-top: 185px !important;
  }
  /* line 15088, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-190 {
    padding-top: 190px !important;
  }
  /* line 15092, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-195 {
    padding-top: 195px !important;
  }
  /* line 15096, app/assets/stylesheets/theme/css/style.scss */
  .pt-xxl-200 {
    padding-top: 200px !important;
  }
  /* line 15100, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-0 {
    padding-bottom: 0px !important;
  }
  /* line 15104, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-5 {
    padding-bottom: 5px !important;
  }
  /* line 15108, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-10 {
    padding-bottom: 10px !important;
  }
  /* line 15112, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-15 {
    padding-bottom: 15px !important;
  }
  /* line 15116, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-20 {
    padding-bottom: 20px !important;
  }
  /* line 15120, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-25 {
    padding-bottom: 25px !important;
  }
  /* line 15124, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-30 {
    padding-bottom: 30px !important;
  }
  /* line 15128, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-35 {
    padding-bottom: 35px !important;
  }
  /* line 15132, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-40 {
    padding-bottom: 40px !important;
  }
  /* line 15136, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-45 {
    padding-bottom: 45px !important;
  }
  /* line 15140, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-50 {
    padding-bottom: 50px !important;
  }
  /* line 15144, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-55 {
    padding-bottom: 55px !important;
  }
  /* line 15148, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-60 {
    padding-bottom: 60px !important;
  }
  /* line 15152, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-65 {
    padding-bottom: 65px !important;
  }
  /* line 15156, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-70 {
    padding-bottom: 70px !important;
  }
  /* line 15160, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-75 {
    padding-bottom: 75px !important;
  }
  /* line 15164, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-80 {
    padding-bottom: 80px !important;
  }
  /* line 15168, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-85 {
    padding-bottom: 85px !important;
  }
  /* line 15172, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-90 {
    padding-bottom: 90px !important;
  }
  /* line 15176, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-95 {
    padding-bottom: 95px !important;
  }
  /* line 15180, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-100 {
    padding-bottom: 100px !important;
  }
  /* line 15184, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-105 {
    padding-bottom: 105px !important;
  }
  /* line 15188, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-110 {
    padding-bottom: 110px !important;
  }
  /* line 15192, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-115 {
    padding-bottom: 115px !important;
  }
  /* line 15196, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-120 {
    padding-bottom: 120px !important;
  }
  /* line 15200, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-125 {
    padding-bottom: 125px !important;
  }
  /* line 15204, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-130 {
    padding-bottom: 130px !important;
  }
  /* line 15208, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-135 {
    padding-bottom: 135px !important;
  }
  /* line 15212, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-140 {
    padding-bottom: 140px !important;
  }
  /* line 15216, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-145 {
    padding-bottom: 145px !important;
  }
  /* line 15220, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-150 {
    padding-bottom: 150px !important;
  }
  /* line 15224, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-155 {
    padding-bottom: 155px !important;
  }
  /* line 15228, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-160 {
    padding-bottom: 160px !important;
  }
  /* line 15232, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-165 {
    padding-bottom: 165px !important;
  }
  /* line 15236, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-170 {
    padding-bottom: 170px !important;
  }
  /* line 15240, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-175 {
    padding-bottom: 175px !important;
  }
  /* line 15244, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-180 {
    padding-bottom: 180px !important;
  }
  /* line 15248, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-185 {
    padding-bottom: 185px !important;
  }
  /* line 15252, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-190 {
    padding-bottom: 190px !important;
  }
  /* line 15256, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-195 {
    padding-bottom: 195px !important;
  }
  /* line 15260, app/assets/stylesheets/theme/css/style.scss */
  .pb-xxl-200 {
    padding-bottom: 200px !important;
  }
  /* line 15264, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-0 {
    padding-left: 0px !important;
  }
  /* line 15268, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-5 {
    padding-left: 5px !important;
  }
  /* line 15272, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-10 {
    padding-left: 10px !important;
  }
  /* line 15276, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-15 {
    padding-left: 15px !important;
  }
  /* line 15280, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-20 {
    padding-left: 20px !important;
  }
  /* line 15284, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-25 {
    padding-left: 25px !important;
  }
  /* line 15288, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-30 {
    padding-left: 30px !important;
  }
  /* line 15292, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-35 {
    padding-left: 35px !important;
  }
  /* line 15296, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-40 {
    padding-left: 40px !important;
  }
  /* line 15300, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-45 {
    padding-left: 45px !important;
  }
  /* line 15304, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-50 {
    padding-left: 50px !important;
  }
  /* line 15308, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-55 {
    padding-left: 55px !important;
  }
  /* line 15312, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-60 {
    padding-left: 60px !important;
  }
  /* line 15316, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-65 {
    padding-left: 65px !important;
  }
  /* line 15320, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-70 {
    padding-left: 70px !important;
  }
  /* line 15324, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-75 {
    padding-left: 75px !important;
  }
  /* line 15328, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-80 {
    padding-left: 80px !important;
  }
  /* line 15332, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-85 {
    padding-left: 85px !important;
  }
  /* line 15336, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-90 {
    padding-left: 90px !important;
  }
  /* line 15340, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-95 {
    padding-left: 95px !important;
  }
  /* line 15344, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-100 {
    padding-left: 100px !important;
  }
  /* line 15348, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-105 {
    padding-left: 105px !important;
  }
  /* line 15352, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-110 {
    padding-left: 110px !important;
  }
  /* line 15356, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-115 {
    padding-left: 115px !important;
  }
  /* line 15360, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-120 {
    padding-left: 120px !important;
  }
  /* line 15364, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-125 {
    padding-left: 125px !important;
  }
  /* line 15368, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-130 {
    padding-left: 130px !important;
  }
  /* line 15372, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-135 {
    padding-left: 135px !important;
  }
  /* line 15376, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-140 {
    padding-left: 140px !important;
  }
  /* line 15380, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-145 {
    padding-left: 145px !important;
  }
  /* line 15384, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-150 {
    padding-left: 150px !important;
  }
  /* line 15388, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-155 {
    padding-left: 155px !important;
  }
  /* line 15392, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-160 {
    padding-left: 160px !important;
  }
  /* line 15396, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-165 {
    padding-left: 165px !important;
  }
  /* line 15400, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-170 {
    padding-left: 170px !important;
  }
  /* line 15404, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-175 {
    padding-left: 175px !important;
  }
  /* line 15408, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-180 {
    padding-left: 180px !important;
  }
  /* line 15412, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-185 {
    padding-left: 185px !important;
  }
  /* line 15416, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-190 {
    padding-left: 190px !important;
  }
  /* line 15420, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-195 {
    padding-left: 195px !important;
  }
  /* line 15424, app/assets/stylesheets/theme/css/style.scss */
  .ps-xxl-200 {
    padding-left: 200px !important;
  }
  /* line 15428, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-0 {
    padding-right: 0px !important;
  }
  /* line 15432, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-5 {
    padding-right: 5px !important;
  }
  /* line 15436, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-10 {
    padding-right: 10px !important;
  }
  /* line 15440, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-15 {
    padding-right: 15px !important;
  }
  /* line 15444, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-20 {
    padding-right: 20px !important;
  }
  /* line 15448, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-25 {
    padding-right: 25px !important;
  }
  /* line 15452, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-30 {
    padding-right: 30px !important;
  }
  /* line 15456, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-35 {
    padding-right: 35px !important;
  }
  /* line 15460, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-40 {
    padding-right: 40px !important;
  }
  /* line 15464, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-45 {
    padding-right: 45px !important;
  }
  /* line 15468, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-50 {
    padding-right: 50px !important;
  }
  /* line 15472, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-55 {
    padding-right: 55px !important;
  }
  /* line 15476, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-60 {
    padding-right: 60px !important;
  }
  /* line 15480, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-65 {
    padding-right: 65px !important;
  }
  /* line 15484, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-70 {
    padding-right: 70px !important;
  }
  /* line 15488, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-75 {
    padding-right: 75px !important;
  }
  /* line 15492, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-80 {
    padding-right: 80px !important;
  }
  /* line 15496, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-85 {
    padding-right: 85px !important;
  }
  /* line 15500, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-90 {
    padding-right: 90px !important;
  }
  /* line 15504, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-95 {
    padding-right: 95px !important;
  }
  /* line 15508, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-100 {
    padding-right: 100px !important;
  }
  /* line 15512, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-105 {
    padding-right: 105px !important;
  }
  /* line 15516, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-110 {
    padding-right: 110px !important;
  }
  /* line 15520, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-115 {
    padding-right: 115px !important;
  }
  /* line 15524, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-120 {
    padding-right: 120px !important;
  }
  /* line 15528, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-125 {
    padding-right: 125px !important;
  }
  /* line 15532, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-130 {
    padding-right: 130px !important;
  }
  /* line 15536, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-135 {
    padding-right: 135px !important;
  }
  /* line 15540, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-140 {
    padding-right: 140px !important;
  }
  /* line 15544, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-145 {
    padding-right: 145px !important;
  }
  /* line 15548, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-150 {
    padding-right: 150px !important;
  }
  /* line 15552, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-155 {
    padding-right: 155px !important;
  }
  /* line 15556, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-160 {
    padding-right: 160px !important;
  }
  /* line 15560, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-165 {
    padding-right: 165px !important;
  }
  /* line 15564, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-170 {
    padding-right: 170px !important;
  }
  /* line 15568, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-175 {
    padding-right: 175px !important;
  }
  /* line 15572, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-180 {
    padding-right: 180px !important;
  }
  /* line 15576, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-185 {
    padding-right: 185px !important;
  }
  /* line 15580, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-190 {
    padding-right: 190px !important;
  }
  /* line 15584, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-195 {
    padding-right: 195px !important;
  }
  /* line 15588, app/assets/stylesheets/theme/css/style.scss */
  .pe-xxl-200 {
    padding-right: 200px !important;
  }
  /* line 15592, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  /* line 15597, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  /* line 15602, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  /* line 15607, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  /* line 15612, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  /* line 15617, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-25 {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
  /* line 15622, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  /* line 15627, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-35 {
    padding-left: 35px !important;
    padding-right: 35px !important;
  }
  /* line 15632, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-40 {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  /* line 15637, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-45 {
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
  /* line 15642, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-50 {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  /* line 15647, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-55 {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }
  /* line 15652, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-60 {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  /* line 15657, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-65 {
    padding-left: 65px !important;
    padding-right: 65px !important;
  }
  /* line 15662, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-70 {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
  /* line 15667, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-75 {
    padding-left: 75px !important;
    padding-right: 75px !important;
  }
  /* line 15672, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-80 {
    padding-left: 80px !important;
    padding-right: 80px !important;
  }
  /* line 15677, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-85 {
    padding-left: 85px !important;
    padding-right: 85px !important;
  }
  /* line 15682, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
  /* line 15687, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-95 {
    padding-left: 95px !important;
    padding-right: 95px !important;
  }
  /* line 15692, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-100 {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
  /* line 15697, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-105 {
    padding-left: 105px !important;
    padding-right: 105px !important;
  }
  /* line 15702, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-110 {
    padding-left: 110px !important;
    padding-right: 110px !important;
  }
  /* line 15707, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-115 {
    padding-left: 115px !important;
    padding-right: 115px !important;
  }
  /* line 15712, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-120 {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  /* line 15717, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-125 {
    padding-left: 125px !important;
    padding-right: 125px !important;
  }
  /* line 15722, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-130 {
    padding-left: 130px !important;
    padding-right: 130px !important;
  }
  /* line 15727, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-135 {
    padding-left: 135px !important;
    padding-right: 135px !important;
  }
  /* line 15732, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-140 {
    padding-left: 140px !important;
    padding-right: 140px !important;
  }
  /* line 15737, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-145 {
    padding-left: 145px !important;
    padding-right: 145px !important;
  }
  /* line 15742, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-150 {
    padding-left: 150px !important;
    padding-right: 150px !important;
  }
  /* line 15747, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-155 {
    padding-left: 155px !important;
    padding-right: 155px !important;
  }
  /* line 15752, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-160 {
    padding-left: 160px !important;
    padding-right: 160px !important;
  }
  /* line 15757, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-165 {
    padding-left: 165px !important;
    padding-right: 165px !important;
  }
  /* line 15762, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-170 {
    padding-left: 170px !important;
    padding-right: 170px !important;
  }
  /* line 15767, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-175 {
    padding-left: 175px !important;
    padding-right: 175px !important;
  }
  /* line 15772, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-180 {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  /* line 15777, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-185 {
    padding-left: 185px !important;
    padding-right: 185px !important;
  }
  /* line 15782, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-190 {
    padding-left: 190px !important;
    padding-right: 190px !important;
  }
  /* line 15787, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-195 {
    padding-left: 195px !important;
    padding-right: 195px !important;
  }
  /* line 15792, app/assets/stylesheets/theme/css/style.scss */
  .px-xxl-200 {
    padding-left: 200px !important;
    padding-right: 200px !important;
  }
  /* line 15797, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  /* line 15802, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-5 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }
  /* line 15807, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  /* line 15812, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
  /* line 15817, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  /* line 15822, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-25 {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  /* line 15827, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  /* line 15832, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-35 {
    padding-top: 35px !important;
    padding-bottom: 35px !important;
  }
  /* line 15837, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-40 {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  /* line 15842, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-45 {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }
  /* line 15847, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-50 {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  /* line 15852, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-55 {
    padding-top: 55px !important;
    padding-bottom: 55px !important;
  }
  /* line 15857, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  /* line 15862, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-65 {
    padding-top: 65px !important;
    padding-bottom: 65px !important;
  }
  /* line 15867, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-70 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
  /* line 15872, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-75 {
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
  /* line 15877, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-80 {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
  }
  /* line 15882, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-85 {
    padding-top: 85px !important;
    padding-bottom: 85px !important;
  }
  /* line 15887, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-90 {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
  }
  /* line 15892, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-95 {
    padding-top: 95px !important;
    padding-bottom: 95px !important;
  }
  /* line 15897, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  /* line 15902, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-105 {
    padding-top: 105px !important;
    padding-bottom: 105px !important;
  }
  /* line 15907, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-110 {
    padding-top: 110px !important;
    padding-bottom: 110px !important;
  }
  /* line 15912, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-115 {
    padding-top: 115px !important;
    padding-bottom: 115px !important;
  }
  /* line 15917, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-120 {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  /* line 15922, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-125 {
    padding-top: 125px !important;
    padding-bottom: 125px !important;
  }
  /* line 15927, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-130 {
    padding-top: 130px !important;
    padding-bottom: 130px !important;
  }
  /* line 15932, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-135 {
    padding-top: 135px !important;
    padding-bottom: 135px !important;
  }
  /* line 15937, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-140 {
    padding-top: 140px !important;
    padding-bottom: 140px !important;
  }
  /* line 15942, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-145 {
    padding-top: 145px !important;
    padding-bottom: 145px !important;
  }
  /* line 15947, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-150 {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
  }
  /* line 15952, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-155 {
    padding-top: 155px !important;
    padding-bottom: 155px !important;
  }
  /* line 15957, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-160 {
    padding-top: 160px !important;
    padding-bottom: 160px !important;
  }
  /* line 15962, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-165 {
    padding-top: 165px !important;
    padding-bottom: 165px !important;
  }
  /* line 15967, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-170 {
    padding-top: 170px !important;
    padding-bottom: 170px !important;
  }
  /* line 15972, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-175 {
    padding-top: 175px !important;
    padding-bottom: 175px !important;
  }
  /* line 15977, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-180 {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  /* line 15982, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-185 {
    padding-top: 185px !important;
    padding-bottom: 185px !important;
  }
  /* line 15987, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-190 {
    padding-top: 190px !important;
    padding-bottom: 190px !important;
  }
  /* line 15992, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-195 {
    padding-top: 195px !important;
    padding-bottom: 195px !important;
  }
  /* line 15997, app/assets/stylesheets/theme/css/style.scss */
  .py-xxl-200 {
    padding-top: 200px !important;
    padding-bottom: 200px !important;
  }
}

/*******************
Margin property 
*******************/
/* line 16005, app/assets/stylesheets/theme/css/style.scss */
.m-0 {
  margin: 0px !important;
}

/* line 16009, app/assets/stylesheets/theme/css/style.scss */
.m-5 {
  margin: 5px !important;
}

/* line 16013, app/assets/stylesheets/theme/css/style.scss */
.m-10 {
  margin: 10px !important;
}

/* line 16017, app/assets/stylesheets/theme/css/style.scss */
.m-15 {
  margin: 15px !important;
}

/* line 16021, app/assets/stylesheets/theme/css/style.scss */
.m-20 {
  margin: 20px !important;
}

/* line 16025, app/assets/stylesheets/theme/css/style.scss */
.m-25 {
  margin: 25px !important;
}

/* line 16029, app/assets/stylesheets/theme/css/style.scss */
.m-30 {
  margin: 30px !important;
}

/* line 16033, app/assets/stylesheets/theme/css/style.scss */
.m-35 {
  margin: 35px !important;
}

/* line 16037, app/assets/stylesheets/theme/css/style.scss */
.m-40 {
  margin: 40px !important;
}

/* line 16041, app/assets/stylesheets/theme/css/style.scss */
.m-45 {
  margin: 45px !important;
}

/* line 16045, app/assets/stylesheets/theme/css/style.scss */
.m-50 {
  margin: 50px !important;
}

/* line 16049, app/assets/stylesheets/theme/css/style.scss */
.m-55 {
  margin: 55px !important;
}

/* line 16053, app/assets/stylesheets/theme/css/style.scss */
.m-60 {
  margin: 60px !important;
}

/* line 16057, app/assets/stylesheets/theme/css/style.scss */
.m-65 {
  margin: 65px !important;
}

/* line 16061, app/assets/stylesheets/theme/css/style.scss */
.m-70 {
  margin: 70px !important;
}

/* line 16065, app/assets/stylesheets/theme/css/style.scss */
.m-75 {
  margin: 75px !important;
}

/* line 16069, app/assets/stylesheets/theme/css/style.scss */
.m-80 {
  margin: 80px !important;
}

/* line 16073, app/assets/stylesheets/theme/css/style.scss */
.m-85 {
  margin: 85px !important;
}

/* line 16077, app/assets/stylesheets/theme/css/style.scss */
.m-90 {
  margin: 90px !important;
}

/* line 16081, app/assets/stylesheets/theme/css/style.scss */
.m-95 {
  margin: 95px !important;
}

/* line 16085, app/assets/stylesheets/theme/css/style.scss */
.m-100 {
  margin: 100px !important;
}

/* line 16089, app/assets/stylesheets/theme/css/style.scss */
.m-105 {
  margin: 105px !important;
}

/* line 16093, app/assets/stylesheets/theme/css/style.scss */
.m-110 {
  margin: 110px !important;
}

/* line 16097, app/assets/stylesheets/theme/css/style.scss */
.m-115 {
  margin: 115px !important;
}

/* line 16101, app/assets/stylesheets/theme/css/style.scss */
.m-120 {
  margin: 120px !important;
}

/* line 16105, app/assets/stylesheets/theme/css/style.scss */
.m-125 {
  margin: 125px !important;
}

/* line 16109, app/assets/stylesheets/theme/css/style.scss */
.m-130 {
  margin: 130px !important;
}

/* line 16113, app/assets/stylesheets/theme/css/style.scss */
.m-135 {
  margin: 135px !important;
}

/* line 16117, app/assets/stylesheets/theme/css/style.scss */
.m-140 {
  margin: 140px !important;
}

/* line 16121, app/assets/stylesheets/theme/css/style.scss */
.m-145 {
  margin: 145px !important;
}

/* line 16125, app/assets/stylesheets/theme/css/style.scss */
.m-150 {
  margin: 150px !important;
}

/* line 16129, app/assets/stylesheets/theme/css/style.scss */
.m-155 {
  margin: 155px !important;
}

/* line 16133, app/assets/stylesheets/theme/css/style.scss */
.m-160 {
  margin: 160px !important;
}

/* line 16137, app/assets/stylesheets/theme/css/style.scss */
.m-165 {
  margin: 165px !important;
}

/* line 16141, app/assets/stylesheets/theme/css/style.scss */
.m-170 {
  margin: 170px !important;
}

/* line 16145, app/assets/stylesheets/theme/css/style.scss */
.m-175 {
  margin: 175px !important;
}

/* line 16149, app/assets/stylesheets/theme/css/style.scss */
.m-180 {
  margin: 180px !important;
}

/* line 16153, app/assets/stylesheets/theme/css/style.scss */
.m-185 {
  margin: 185px !important;
}

/* line 16157, app/assets/stylesheets/theme/css/style.scss */
.m-190 {
  margin: 190px !important;
}

/* line 16161, app/assets/stylesheets/theme/css/style.scss */
.m-195 {
  margin: 195px !important;
}

/* line 16165, app/assets/stylesheets/theme/css/style.scss */
.m-200 {
  margin: 200px !important;
}

/* line 16169, app/assets/stylesheets/theme/css/style.scss */
.mt-0 {
  margin-top: 0px !important;
}

/* line 16173, app/assets/stylesheets/theme/css/style.scss */
.mt-5 {
  margin-top: 5px !important;
}

/* line 16177, app/assets/stylesheets/theme/css/style.scss */
.mt-10 {
  margin-top: 10px !important;
}

/* line 16181, app/assets/stylesheets/theme/css/style.scss */
.mt-15 {
  margin-top: 15px !important;
}

/* line 16185, app/assets/stylesheets/theme/css/style.scss */
.mt-20 {
  margin-top: 20px !important;
}

/* line 16189, app/assets/stylesheets/theme/css/style.scss */
.mt-25 {
  margin-top: 25px !important;
}

/* line 16193, app/assets/stylesheets/theme/css/style.scss */
.mt-30 {
  margin-top: 30px !important;
}

/* line 16197, app/assets/stylesheets/theme/css/style.scss */
.mt-35 {
  margin-top: 35px !important;
}

/* line 16201, app/assets/stylesheets/theme/css/style.scss */
.mt-40 {
  margin-top: 40px !important;
}

/* line 16205, app/assets/stylesheets/theme/css/style.scss */
.mt-45 {
  margin-top: 45px !important;
}

/* line 16209, app/assets/stylesheets/theme/css/style.scss */
.mt-50 {
  margin-top: 50px !important;
}

/* line 16213, app/assets/stylesheets/theme/css/style.scss */
.mt-55 {
  margin-top: 55px !important;
}

/* line 16217, app/assets/stylesheets/theme/css/style.scss */
.mt-60 {
  margin-top: 60px !important;
}

/* line 16221, app/assets/stylesheets/theme/css/style.scss */
.mt-65 {
  margin-top: 65px !important;
}

/* line 16225, app/assets/stylesheets/theme/css/style.scss */
.mt-70 {
  margin-top: 70px !important;
}

/* line 16229, app/assets/stylesheets/theme/css/style.scss */
.mt-75 {
  margin-top: 75px !important;
}

/* line 16233, app/assets/stylesheets/theme/css/style.scss */
.mt-80 {
  margin-top: 80px !important;
}

/* line 16237, app/assets/stylesheets/theme/css/style.scss */
.mt-85 {
  margin-top: 85px !important;
}

/* line 16241, app/assets/stylesheets/theme/css/style.scss */
.mt-90 {
  margin-top: 90px !important;
}

/* line 16245, app/assets/stylesheets/theme/css/style.scss */
.mt-95 {
  margin-top: 95px !important;
}

/* line 16249, app/assets/stylesheets/theme/css/style.scss */
.mt-100 {
  margin-top: 100px !important;
}

/* line 16253, app/assets/stylesheets/theme/css/style.scss */
.mt-105 {
  margin-top: 105px !important;
}

/* line 16257, app/assets/stylesheets/theme/css/style.scss */
.mt-110 {
  margin-top: 110px !important;
}

/* line 16261, app/assets/stylesheets/theme/css/style.scss */
.mt-115 {
  margin-top: 115px !important;
}

/* line 16265, app/assets/stylesheets/theme/css/style.scss */
.mt-120 {
  margin-top: 120px !important;
}

/* line 16269, app/assets/stylesheets/theme/css/style.scss */
.mt-125 {
  margin-top: 125px !important;
}

/* line 16273, app/assets/stylesheets/theme/css/style.scss */
.mt-130 {
  margin-top: 130px !important;
}

/* line 16277, app/assets/stylesheets/theme/css/style.scss */
.mt-135 {
  margin-top: 135px !important;
}

/* line 16281, app/assets/stylesheets/theme/css/style.scss */
.mt-140 {
  margin-top: 140px !important;
}

/* line 16285, app/assets/stylesheets/theme/css/style.scss */
.mt-145 {
  margin-top: 145px !important;
}

/* line 16289, app/assets/stylesheets/theme/css/style.scss */
.mt-150 {
  margin-top: 150px !important;
}

/* line 16293, app/assets/stylesheets/theme/css/style.scss */
.mt-155 {
  margin-top: 155px !important;
}

/* line 16297, app/assets/stylesheets/theme/css/style.scss */
.mt-160 {
  margin-top: 160px !important;
}

/* line 16301, app/assets/stylesheets/theme/css/style.scss */
.mt-165 {
  margin-top: 165px !important;
}

/* line 16305, app/assets/stylesheets/theme/css/style.scss */
.mt-170 {
  margin-top: 170px !important;
}

/* line 16309, app/assets/stylesheets/theme/css/style.scss */
.mt-175 {
  margin-top: 175px !important;
}

/* line 16313, app/assets/stylesheets/theme/css/style.scss */
.mt-180 {
  margin-top: 180px !important;
}

/* line 16317, app/assets/stylesheets/theme/css/style.scss */
.mt-185 {
  margin-top: 185px !important;
}

/* line 16321, app/assets/stylesheets/theme/css/style.scss */
.mt-190 {
  margin-top: 190px !important;
}

/* line 16325, app/assets/stylesheets/theme/css/style.scss */
.mt-195 {
  margin-top: 195px !important;
}

/* line 16329, app/assets/stylesheets/theme/css/style.scss */
.mt-200 {
  margin-top: 200px !important;
}

/* line 16333, app/assets/stylesheets/theme/css/style.scss */
.mb-0 {
  margin-bottom: 0px !important;
}

/* line 16337, app/assets/stylesheets/theme/css/style.scss */
.mb-5 {
  margin-bottom: 5px !important;
}

/* line 16341, app/assets/stylesheets/theme/css/style.scss */
.mb-10 {
  margin-bottom: 10px !important;
}

/* line 16345, app/assets/stylesheets/theme/css/style.scss */
.mb-15 {
  margin-bottom: 15px !important;
}

/* line 16349, app/assets/stylesheets/theme/css/style.scss */
.mb-20 {
  margin-bottom: 20px !important;
}

/* line 16353, app/assets/stylesheets/theme/css/style.scss */
.mb-25 {
  margin-bottom: 25px !important;
}

/* line 16357, app/assets/stylesheets/theme/css/style.scss */
.mb-30 {
  margin-bottom: 30px !important;
}

/* line 16361, app/assets/stylesheets/theme/css/style.scss */
.mb-35 {
  margin-bottom: 35px !important;
}

/* line 16365, app/assets/stylesheets/theme/css/style.scss */
.mb-40 {
  margin-bottom: 40px !important;
}

/* line 16369, app/assets/stylesheets/theme/css/style.scss */
.mb-45 {
  margin-bottom: 45px !important;
}

/* line 16373, app/assets/stylesheets/theme/css/style.scss */
.mb-50 {
  margin-bottom: 50px !important;
}

/* line 16377, app/assets/stylesheets/theme/css/style.scss */
.mb-55 {
  margin-bottom: 55px !important;
}

/* line 16381, app/assets/stylesheets/theme/css/style.scss */
.mb-60 {
  margin-bottom: 60px !important;
}

/* line 16385, app/assets/stylesheets/theme/css/style.scss */
.mb-65 {
  margin-bottom: 65px !important;
}

/* line 16389, app/assets/stylesheets/theme/css/style.scss */
.mb-70 {
  margin-bottom: 70px !important;
}

/* line 16393, app/assets/stylesheets/theme/css/style.scss */
.mb-75 {
  margin-bottom: 75px !important;
}

/* line 16397, app/assets/stylesheets/theme/css/style.scss */
.mb-80 {
  margin-bottom: 80px !important;
}

/* line 16401, app/assets/stylesheets/theme/css/style.scss */
.mb-85 {
  margin-bottom: 85px !important;
}

/* line 16405, app/assets/stylesheets/theme/css/style.scss */
.mb-90 {
  margin-bottom: 90px !important;
}

/* line 16409, app/assets/stylesheets/theme/css/style.scss */
.mb-95 {
  margin-bottom: 95px !important;
}

/* line 16413, app/assets/stylesheets/theme/css/style.scss */
.mb-100 {
  margin-bottom: 100px !important;
}

/* line 16417, app/assets/stylesheets/theme/css/style.scss */
.mb-105 {
  margin-bottom: 105px !important;
}

/* line 16421, app/assets/stylesheets/theme/css/style.scss */
.mb-110 {
  margin-bottom: 110px !important;
}

/* line 16425, app/assets/stylesheets/theme/css/style.scss */
.mb-115 {
  margin-bottom: 115px !important;
}

/* line 16429, app/assets/stylesheets/theme/css/style.scss */
.mb-120 {
  margin-bottom: 120px !important;
}

/* line 16433, app/assets/stylesheets/theme/css/style.scss */
.mb-125 {
  margin-bottom: 125px !important;
}

/* line 16437, app/assets/stylesheets/theme/css/style.scss */
.mb-130 {
  margin-bottom: 130px !important;
}

/* line 16441, app/assets/stylesheets/theme/css/style.scss */
.mb-135 {
  margin-bottom: 135px !important;
}

/* line 16445, app/assets/stylesheets/theme/css/style.scss */
.mb-140 {
  margin-bottom: 140px !important;
}

/* line 16449, app/assets/stylesheets/theme/css/style.scss */
.mb-145 {
  margin-bottom: 145px !important;
}

/* line 16453, app/assets/stylesheets/theme/css/style.scss */
.mb-150 {
  margin-bottom: 150px !important;
}

/* line 16457, app/assets/stylesheets/theme/css/style.scss */
.mb-155 {
  margin-bottom: 155px !important;
}

/* line 16461, app/assets/stylesheets/theme/css/style.scss */
.mb-160 {
  margin-bottom: 160px !important;
}

/* line 16465, app/assets/stylesheets/theme/css/style.scss */
.mb-165 {
  margin-bottom: 165px !important;
}

/* line 16469, app/assets/stylesheets/theme/css/style.scss */
.mb-170 {
  margin-bottom: 170px !important;
}

/* line 16473, app/assets/stylesheets/theme/css/style.scss */
.mb-175 {
  margin-bottom: 175px !important;
}

/* line 16477, app/assets/stylesheets/theme/css/style.scss */
.mb-180 {
  margin-bottom: 180px !important;
}

/* line 16481, app/assets/stylesheets/theme/css/style.scss */
.mb-185 {
  margin-bottom: 185px !important;
}

/* line 16485, app/assets/stylesheets/theme/css/style.scss */
.mb-190 {
  margin-bottom: 190px !important;
}

/* line 16489, app/assets/stylesheets/theme/css/style.scss */
.mb-195 {
  margin-bottom: 195px !important;
}

/* line 16493, app/assets/stylesheets/theme/css/style.scss */
.mb-200 {
  margin-bottom: 200px !important;
}

/* line 16497, app/assets/stylesheets/theme/css/style.scss */
.ms-0 {
  margin-left: 0px !important;
}

/* line 16501, app/assets/stylesheets/theme/css/style.scss */
.ms-5 {
  margin-left: 5px !important;
}

/* line 16505, app/assets/stylesheets/theme/css/style.scss */
.ms-10 {
  margin-left: 10px !important;
}

/* line 16509, app/assets/stylesheets/theme/css/style.scss */
.ms-15 {
  margin-left: 15px !important;
}

/* line 16513, app/assets/stylesheets/theme/css/style.scss */
.ms-20 {
  margin-left: 20px !important;
}

/* line 16517, app/assets/stylesheets/theme/css/style.scss */
.ms-25 {
  margin-left: 25px !important;
}

/* line 16521, app/assets/stylesheets/theme/css/style.scss */
.ms-30 {
  margin-left: 30px !important;
}

/* line 16525, app/assets/stylesheets/theme/css/style.scss */
.ms-35 {
  margin-left: 35px !important;
}

/* line 16529, app/assets/stylesheets/theme/css/style.scss */
.ms-40 {
  margin-left: 40px !important;
}

/* line 16533, app/assets/stylesheets/theme/css/style.scss */
.ms-45 {
  margin-left: 45px !important;
}

/* line 16537, app/assets/stylesheets/theme/css/style.scss */
.ms-50 {
  margin-left: 50px !important;
}

/* line 16541, app/assets/stylesheets/theme/css/style.scss */
.ms-55 {
  margin-left: 55px !important;
}

/* line 16545, app/assets/stylesheets/theme/css/style.scss */
.ms-60 {
  margin-left: 60px !important;
}

/* line 16549, app/assets/stylesheets/theme/css/style.scss */
.ms-65 {
  margin-left: 65px !important;
}

/* line 16553, app/assets/stylesheets/theme/css/style.scss */
.ms-70 {
  margin-left: 70px !important;
}

/* line 16557, app/assets/stylesheets/theme/css/style.scss */
.ms-75 {
  margin-left: 75px !important;
}

/* line 16561, app/assets/stylesheets/theme/css/style.scss */
.ms-80 {
  margin-left: 80px !important;
}

/* line 16565, app/assets/stylesheets/theme/css/style.scss */
.ms-85 {
  margin-left: 85px !important;
}

/* line 16569, app/assets/stylesheets/theme/css/style.scss */
.ms-90 {
  margin-left: 90px !important;
}

/* line 16573, app/assets/stylesheets/theme/css/style.scss */
.ms-95 {
  margin-left: 95px !important;
}

/* line 16577, app/assets/stylesheets/theme/css/style.scss */
.ms-100 {
  margin-left: 100px !important;
}

/* line 16581, app/assets/stylesheets/theme/css/style.scss */
.ms-105 {
  margin-left: 105px !important;
}

/* line 16585, app/assets/stylesheets/theme/css/style.scss */
.ms-110 {
  margin-left: 110px !important;
}

/* line 16589, app/assets/stylesheets/theme/css/style.scss */
.ms-115 {
  margin-left: 115px !important;
}

/* line 16593, app/assets/stylesheets/theme/css/style.scss */
.ms-120 {
  margin-left: 120px !important;
}

/* line 16597, app/assets/stylesheets/theme/css/style.scss */
.ms-125 {
  margin-left: 125px !important;
}

/* line 16601, app/assets/stylesheets/theme/css/style.scss */
.ms-130 {
  margin-left: 130px !important;
}

/* line 16605, app/assets/stylesheets/theme/css/style.scss */
.ms-135 {
  margin-left: 135px !important;
}

/* line 16609, app/assets/stylesheets/theme/css/style.scss */
.ms-140 {
  margin-left: 140px !important;
}

/* line 16613, app/assets/stylesheets/theme/css/style.scss */
.ms-145 {
  margin-left: 145px !important;
}

/* line 16617, app/assets/stylesheets/theme/css/style.scss */
.ms-150 {
  margin-left: 150px !important;
}

/* line 16621, app/assets/stylesheets/theme/css/style.scss */
.ms-155 {
  margin-left: 155px !important;
}

/* line 16625, app/assets/stylesheets/theme/css/style.scss */
.ms-160 {
  margin-left: 160px !important;
}

/* line 16629, app/assets/stylesheets/theme/css/style.scss */
.ms-165 {
  margin-left: 165px !important;
}

/* line 16633, app/assets/stylesheets/theme/css/style.scss */
.ms-170 {
  margin-left: 170px !important;
}

/* line 16637, app/assets/stylesheets/theme/css/style.scss */
.ms-175 {
  margin-left: 175px !important;
}

/* line 16641, app/assets/stylesheets/theme/css/style.scss */
.ms-180 {
  margin-left: 180px !important;
}

/* line 16645, app/assets/stylesheets/theme/css/style.scss */
.ms-185 {
  margin-left: 185px !important;
}

/* line 16649, app/assets/stylesheets/theme/css/style.scss */
.ms-190 {
  margin-left: 190px !important;
}

/* line 16653, app/assets/stylesheets/theme/css/style.scss */
.ms-195 {
  margin-left: 195px !important;
}

/* line 16657, app/assets/stylesheets/theme/css/style.scss */
.ms-200 {
  margin-left: 200px !important;
}

/* line 16661, app/assets/stylesheets/theme/css/style.scss */
.me-0 {
  margin-right: 0px !important;
}

/* line 16665, app/assets/stylesheets/theme/css/style.scss */
.me-5 {
  margin-right: 5px !important;
}

/* line 16669, app/assets/stylesheets/theme/css/style.scss */
.me-10 {
  margin-right: 10px !important;
}

/* line 16673, app/assets/stylesheets/theme/css/style.scss */
.me-15 {
  margin-right: 15px !important;
}

/* line 16677, app/assets/stylesheets/theme/css/style.scss */
.me-20 {
  margin-right: 20px !important;
}

/* line 16681, app/assets/stylesheets/theme/css/style.scss */
.me-25 {
  margin-right: 25px !important;
}

/* line 16685, app/assets/stylesheets/theme/css/style.scss */
.me-30 {
  margin-right: 30px !important;
}

/* line 16689, app/assets/stylesheets/theme/css/style.scss */
.me-35 {
  margin-right: 35px !important;
}

/* line 16693, app/assets/stylesheets/theme/css/style.scss */
.me-40 {
  margin-right: 40px !important;
}

/* line 16697, app/assets/stylesheets/theme/css/style.scss */
.me-45 {
  margin-right: 45px !important;
}

/* line 16701, app/assets/stylesheets/theme/css/style.scss */
.me-50 {
  margin-right: 50px !important;
}

/* line 16705, app/assets/stylesheets/theme/css/style.scss */
.me-55 {
  margin-right: 55px !important;
}

/* line 16709, app/assets/stylesheets/theme/css/style.scss */
.me-60 {
  margin-right: 60px !important;
}

/* line 16713, app/assets/stylesheets/theme/css/style.scss */
.me-65 {
  margin-right: 65px !important;
}

/* line 16717, app/assets/stylesheets/theme/css/style.scss */
.me-70 {
  margin-right: 70px !important;
}

/* line 16721, app/assets/stylesheets/theme/css/style.scss */
.me-75 {
  margin-right: 75px !important;
}

/* line 16725, app/assets/stylesheets/theme/css/style.scss */
.me-80 {
  margin-right: 80px !important;
}

/* line 16729, app/assets/stylesheets/theme/css/style.scss */
.me-85 {
  margin-right: 85px !important;
}

/* line 16733, app/assets/stylesheets/theme/css/style.scss */
.me-90 {
  margin-right: 90px !important;
}

/* line 16737, app/assets/stylesheets/theme/css/style.scss */
.me-95 {
  margin-right: 95px !important;
}

/* line 16741, app/assets/stylesheets/theme/css/style.scss */
.me-100 {
  margin-right: 100px !important;
}

/* line 16745, app/assets/stylesheets/theme/css/style.scss */
.me-105 {
  margin-right: 105px !important;
}

/* line 16749, app/assets/stylesheets/theme/css/style.scss */
.me-110 {
  margin-right: 110px !important;
}

/* line 16753, app/assets/stylesheets/theme/css/style.scss */
.me-115 {
  margin-right: 115px !important;
}

/* line 16757, app/assets/stylesheets/theme/css/style.scss */
.me-120 {
  margin-right: 120px !important;
}

/* line 16761, app/assets/stylesheets/theme/css/style.scss */
.me-125 {
  margin-right: 125px !important;
}

/* line 16765, app/assets/stylesheets/theme/css/style.scss */
.me-130 {
  margin-right: 130px !important;
}

/* line 16769, app/assets/stylesheets/theme/css/style.scss */
.me-135 {
  margin-right: 135px !important;
}

/* line 16773, app/assets/stylesheets/theme/css/style.scss */
.me-140 {
  margin-right: 140px !important;
}

/* line 16777, app/assets/stylesheets/theme/css/style.scss */
.me-145 {
  margin-right: 145px !important;
}

/* line 16781, app/assets/stylesheets/theme/css/style.scss */
.me-150 {
  margin-right: 150px !important;
}

/* line 16785, app/assets/stylesheets/theme/css/style.scss */
.me-155 {
  margin-right: 155px !important;
}

/* line 16789, app/assets/stylesheets/theme/css/style.scss */
.me-160 {
  margin-right: 160px !important;
}

/* line 16793, app/assets/stylesheets/theme/css/style.scss */
.me-165 {
  margin-right: 165px !important;
}

/* line 16797, app/assets/stylesheets/theme/css/style.scss */
.me-170 {
  margin-right: 170px !important;
}

/* line 16801, app/assets/stylesheets/theme/css/style.scss */
.me-175 {
  margin-right: 175px !important;
}

/* line 16805, app/assets/stylesheets/theme/css/style.scss */
.me-180 {
  margin-right: 180px !important;
}

/* line 16809, app/assets/stylesheets/theme/css/style.scss */
.me-185 {
  margin-right: 185px !important;
}

/* line 16813, app/assets/stylesheets/theme/css/style.scss */
.me-190 {
  margin-right: 190px !important;
}

/* line 16817, app/assets/stylesheets/theme/css/style.scss */
.me-195 {
  margin-right: 195px !important;
}

/* line 16821, app/assets/stylesheets/theme/css/style.scss */
.me-200 {
  margin-right: 200px !important;
}

/* line 16825, app/assets/stylesheets/theme/css/style.scss */
.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

/* line 16830, app/assets/stylesheets/theme/css/style.scss */
.mx-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

/* line 16835, app/assets/stylesheets/theme/css/style.scss */
.mx-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

/* line 16840, app/assets/stylesheets/theme/css/style.scss */
.mx-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

/* line 16845, app/assets/stylesheets/theme/css/style.scss */
.mx-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

/* line 16850, app/assets/stylesheets/theme/css/style.scss */
.mx-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}

/* line 16855, app/assets/stylesheets/theme/css/style.scss */
.mx-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

/* line 16860, app/assets/stylesheets/theme/css/style.scss */
.mx-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}

/* line 16865, app/assets/stylesheets/theme/css/style.scss */
.mx-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

/* line 16870, app/assets/stylesheets/theme/css/style.scss */
.mx-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}

/* line 16875, app/assets/stylesheets/theme/css/style.scss */
.mx-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}

/* line 16880, app/assets/stylesheets/theme/css/style.scss */
.mx-55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}

/* line 16885, app/assets/stylesheets/theme/css/style.scss */
.mx-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

/* line 16890, app/assets/stylesheets/theme/css/style.scss */
.mx-65 {
  margin-left: 65px !important;
  margin-right: 65px !important;
}

/* line 16895, app/assets/stylesheets/theme/css/style.scss */
.mx-70 {
  margin-left: 70px !important;
  margin-right: 70px !important;
}

/* line 16900, app/assets/stylesheets/theme/css/style.scss */
.mx-75 {
  margin-left: 75px !important;
  margin-right: 75px !important;
}

/* line 16905, app/assets/stylesheets/theme/css/style.scss */
.mx-80 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

/* line 16910, app/assets/stylesheets/theme/css/style.scss */
.mx-85 {
  margin-left: 85px !important;
  margin-right: 85px !important;
}

/* line 16915, app/assets/stylesheets/theme/css/style.scss */
.mx-90 {
  margin-left: 90px !important;
  margin-right: 90px !important;
}

/* line 16920, app/assets/stylesheets/theme/css/style.scss */
.mx-95 {
  margin-left: 95px !important;
  margin-right: 95px !important;
}

/* line 16925, app/assets/stylesheets/theme/css/style.scss */
.mx-100 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

/* line 16930, app/assets/stylesheets/theme/css/style.scss */
.mx-105 {
  margin-left: 105px !important;
  margin-right: 105px !important;
}

/* line 16935, app/assets/stylesheets/theme/css/style.scss */
.mx-110 {
  margin-left: 110px !important;
  margin-right: 110px !important;
}

/* line 16940, app/assets/stylesheets/theme/css/style.scss */
.mx-115 {
  margin-left: 115px !important;
  margin-right: 115px !important;
}

/* line 16945, app/assets/stylesheets/theme/css/style.scss */
.mx-120 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

/* line 16950, app/assets/stylesheets/theme/css/style.scss */
.mx-125 {
  margin-left: 125px !important;
  margin-right: 125px !important;
}

/* line 16955, app/assets/stylesheets/theme/css/style.scss */
.mx-130 {
  margin-left: 130px !important;
  margin-right: 130px !important;
}

/* line 16960, app/assets/stylesheets/theme/css/style.scss */
.mx-135 {
  margin-left: 135px !important;
  margin-right: 135px !important;
}

/* line 16965, app/assets/stylesheets/theme/css/style.scss */
.mx-140 {
  margin-left: 140px !important;
  margin-right: 140px !important;
}

/* line 16970, app/assets/stylesheets/theme/css/style.scss */
.mx-145 {
  margin-left: 145px !important;
  margin-right: 145px !important;
}

/* line 16975, app/assets/stylesheets/theme/css/style.scss */
.mx-150 {
  margin-left: 150px !important;
  margin-right: 150px !important;
}

/* line 16980, app/assets/stylesheets/theme/css/style.scss */
.mx-155 {
  margin-left: 155px !important;
  margin-right: 155px !important;
}

/* line 16985, app/assets/stylesheets/theme/css/style.scss */
.mx-160 {
  margin-left: 160px !important;
  margin-right: 160px !important;
}

/* line 16990, app/assets/stylesheets/theme/css/style.scss */
.mx-165 {
  margin-left: 165px !important;
  margin-right: 165px !important;
}

/* line 16995, app/assets/stylesheets/theme/css/style.scss */
.mx-170 {
  margin-left: 170px !important;
  margin-right: 170px !important;
}

/* line 17000, app/assets/stylesheets/theme/css/style.scss */
.mx-175 {
  margin-left: 175px !important;
  margin-right: 175px !important;
}

/* line 17005, app/assets/stylesheets/theme/css/style.scss */
.mx-180 {
  margin-left: 180px !important;
  margin-right: 180px !important;
}

/* line 17010, app/assets/stylesheets/theme/css/style.scss */
.mx-185 {
  margin-left: 185px !important;
  margin-right: 185px !important;
}

/* line 17015, app/assets/stylesheets/theme/css/style.scss */
.mx-190 {
  margin-left: 190px !important;
  margin-right: 190px !important;
}

/* line 17020, app/assets/stylesheets/theme/css/style.scss */
.mx-195 {
  margin-left: 195px !important;
  margin-right: 195px !important;
}

/* line 17025, app/assets/stylesheets/theme/css/style.scss */
.mx-200 {
  margin-left: 200px !important;
  margin-right: 200px !important;
}

/* line 17030, app/assets/stylesheets/theme/css/style.scss */
.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

/* line 17035, app/assets/stylesheets/theme/css/style.scss */
.my-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

/* line 17040, app/assets/stylesheets/theme/css/style.scss */
.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

/* line 17045, app/assets/stylesheets/theme/css/style.scss */
.my-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

/* line 17050, app/assets/stylesheets/theme/css/style.scss */
.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

/* line 17055, app/assets/stylesheets/theme/css/style.scss */
.my-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

/* line 17060, app/assets/stylesheets/theme/css/style.scss */
.my-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

/* line 17065, app/assets/stylesheets/theme/css/style.scss */
.my-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

/* line 17070, app/assets/stylesheets/theme/css/style.scss */
.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

/* line 17075, app/assets/stylesheets/theme/css/style.scss */
.my-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

/* line 17080, app/assets/stylesheets/theme/css/style.scss */
.my-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

/* line 17085, app/assets/stylesheets/theme/css/style.scss */
.my-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

/* line 17090, app/assets/stylesheets/theme/css/style.scss */
.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

/* line 17095, app/assets/stylesheets/theme/css/style.scss */
.my-65 {
  margin-top: 65px !important;
  margin-bottom: 65px !important;
}

/* line 17100, app/assets/stylesheets/theme/css/style.scss */
.my-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}

/* line 17105, app/assets/stylesheets/theme/css/style.scss */
.my-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}

/* line 17110, app/assets/stylesheets/theme/css/style.scss */
.my-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

/* line 17115, app/assets/stylesheets/theme/css/style.scss */
.my-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}

/* line 17120, app/assets/stylesheets/theme/css/style.scss */
.my-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

/* line 17125, app/assets/stylesheets/theme/css/style.scss */
.my-95 {
  margin-top: 95px !important;
  margin-bottom: 95px !important;
}

/* line 17130, app/assets/stylesheets/theme/css/style.scss */
.my-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

/* line 17135, app/assets/stylesheets/theme/css/style.scss */
.my-105 {
  margin-top: 105px !important;
  margin-bottom: 105px !important;
}

/* line 17140, app/assets/stylesheets/theme/css/style.scss */
.my-110 {
  margin-top: 110px !important;
  margin-bottom: 110px !important;
}

/* line 17145, app/assets/stylesheets/theme/css/style.scss */
.my-115 {
  margin-top: 115px !important;
  margin-bottom: 115px !important;
}

/* line 17150, app/assets/stylesheets/theme/css/style.scss */
.my-120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

/* line 17155, app/assets/stylesheets/theme/css/style.scss */
.my-125 {
  margin-top: 125px !important;
  margin-bottom: 125px !important;
}

/* line 17160, app/assets/stylesheets/theme/css/style.scss */
.my-130 {
  margin-top: 130px !important;
  margin-bottom: 130px !important;
}

/* line 17165, app/assets/stylesheets/theme/css/style.scss */
.my-135 {
  margin-top: 135px !important;
  margin-bottom: 135px !important;
}

/* line 17170, app/assets/stylesheets/theme/css/style.scss */
.my-140 {
  margin-top: 140px !important;
  margin-bottom: 140px !important;
}

/* line 17175, app/assets/stylesheets/theme/css/style.scss */
.my-145 {
  margin-top: 145px !important;
  margin-bottom: 145px !important;
}

/* line 17180, app/assets/stylesheets/theme/css/style.scss */
.my-150 {
  margin-top: 150px !important;
  margin-bottom: 150px !important;
}

/* line 17185, app/assets/stylesheets/theme/css/style.scss */
.my-155 {
  margin-top: 155px !important;
  margin-bottom: 155px !important;
}

/* line 17190, app/assets/stylesheets/theme/css/style.scss */
.my-160 {
  margin-top: 160px !important;
  margin-bottom: 160px !important;
}

/* line 17195, app/assets/stylesheets/theme/css/style.scss */
.my-165 {
  margin-top: 165px !important;
  margin-bottom: 165px !important;
}

/* line 17200, app/assets/stylesheets/theme/css/style.scss */
.my-170 {
  margin-top: 170px !important;
  margin-bottom: 170px !important;
}

/* line 17205, app/assets/stylesheets/theme/css/style.scss */
.my-175 {
  margin-top: 175px !important;
  margin-bottom: 175px !important;
}

/* line 17210, app/assets/stylesheets/theme/css/style.scss */
.my-180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}

/* line 17215, app/assets/stylesheets/theme/css/style.scss */
.my-185 {
  margin-top: 185px !important;
  margin-bottom: 185px !important;
}

/* line 17220, app/assets/stylesheets/theme/css/style.scss */
.my-190 {
  margin-top: 190px !important;
  margin-bottom: 190px !important;
}

/* line 17225, app/assets/stylesheets/theme/css/style.scss */
.my-195 {
  margin-top: 195px !important;
  margin-bottom: 195px !important;
}

/* line 17230, app/assets/stylesheets/theme/css/style.scss */
.my-200 {
  margin-top: 200px !important;
  margin-bottom: 200px !important;
}

@media (max-width: 575px) {
  /* line 17236, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-0 {
    margin: 0px !important;
  }
  /* line 17240, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-5 {
    margin: 5px !important;
  }
  /* line 17244, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-10 {
    margin: 10px !important;
  }
  /* line 17248, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-15 {
    margin: 15px !important;
  }
  /* line 17252, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-20 {
    margin: 20px !important;
  }
  /* line 17256, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-25 {
    margin: 25px !important;
  }
  /* line 17260, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-30 {
    margin: 30px !important;
  }
  /* line 17264, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-35 {
    margin: 35px !important;
  }
  /* line 17268, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-40 {
    margin: 40px !important;
  }
  /* line 17272, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-45 {
    margin: 45px !important;
  }
  /* line 17276, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-50 {
    margin: 50px !important;
  }
  /* line 17280, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-55 {
    margin: 55px !important;
  }
  /* line 17284, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-60 {
    margin: 60px !important;
  }
  /* line 17288, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-65 {
    margin: 65px !important;
  }
  /* line 17292, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-70 {
    margin: 70px !important;
  }
  /* line 17296, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-75 {
    margin: 75px !important;
  }
  /* line 17300, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-80 {
    margin: 80px !important;
  }
  /* line 17304, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-85 {
    margin: 85px !important;
  }
  /* line 17308, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-90 {
    margin: 90px !important;
  }
  /* line 17312, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-95 {
    margin: 95px !important;
  }
  /* line 17316, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-100 {
    margin: 100px !important;
  }
  /* line 17320, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-105 {
    margin: 105px !important;
  }
  /* line 17324, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-110 {
    margin: 110px !important;
  }
  /* line 17328, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-115 {
    margin: 115px !important;
  }
  /* line 17332, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-120 {
    margin: 120px !important;
  }
  /* line 17336, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-125 {
    margin: 125px !important;
  }
  /* line 17340, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-130 {
    margin: 130px !important;
  }
  /* line 17344, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-135 {
    margin: 135px !important;
  }
  /* line 17348, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-140 {
    margin: 140px !important;
  }
  /* line 17352, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-145 {
    margin: 145px !important;
  }
  /* line 17356, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-150 {
    margin: 150px !important;
  }
  /* line 17360, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-155 {
    margin: 155px !important;
  }
  /* line 17364, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-160 {
    margin: 160px !important;
  }
  /* line 17368, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-165 {
    margin: 165px !important;
  }
  /* line 17372, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-170 {
    margin: 170px !important;
  }
  /* line 17376, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-175 {
    margin: 175px !important;
  }
  /* line 17380, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-180 {
    margin: 180px !important;
  }
  /* line 17384, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-185 {
    margin: 185px !important;
  }
  /* line 17388, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-190 {
    margin: 190px !important;
  }
  /* line 17392, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-195 {
    margin: 195px !important;
  }
  /* line 17396, app/assets/stylesheets/theme/css/style.scss */
  .m-xs-200 {
    margin: 200px !important;
  }
  /* line 17400, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-0 {
    margin-top: 0px !important;
  }
  /* line 17404, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-5 {
    margin-top: 5px !important;
  }
  /* line 17408, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-10 {
    margin-top: 10px !important;
  }
  /* line 17412, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-15 {
    margin-top: 15px !important;
  }
  /* line 17416, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-20 {
    margin-top: 20px !important;
  }
  /* line 17420, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-25 {
    margin-top: 25px !important;
  }
  /* line 17424, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-30 {
    margin-top: 30px !important;
  }
  /* line 17428, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-35 {
    margin-top: 35px !important;
  }
  /* line 17432, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-40 {
    margin-top: 40px !important;
  }
  /* line 17436, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-45 {
    margin-top: 45px !important;
  }
  /* line 17440, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-50 {
    margin-top: 50px !important;
  }
  /* line 17444, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-55 {
    margin-top: 55px !important;
  }
  /* line 17448, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-60 {
    margin-top: 60px !important;
  }
  /* line 17452, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-65 {
    margin-top: 65px !important;
  }
  /* line 17456, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-70 {
    margin-top: 70px !important;
  }
  /* line 17460, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-75 {
    margin-top: 75px !important;
  }
  /* line 17464, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-80 {
    margin-top: 80px !important;
  }
  /* line 17468, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-85 {
    margin-top: 85px !important;
  }
  /* line 17472, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-90 {
    margin-top: 90px !important;
  }
  /* line 17476, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-95 {
    margin-top: 95px !important;
  }
  /* line 17480, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-100 {
    margin-top: 100px !important;
  }
  /* line 17484, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-105 {
    margin-top: 105px !important;
  }
  /* line 17488, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-110 {
    margin-top: 110px !important;
  }
  /* line 17492, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-115 {
    margin-top: 115px !important;
  }
  /* line 17496, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-120 {
    margin-top: 120px !important;
  }
  /* line 17500, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-125 {
    margin-top: 125px !important;
  }
  /* line 17504, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-130 {
    margin-top: 130px !important;
  }
  /* line 17508, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-135 {
    margin-top: 135px !important;
  }
  /* line 17512, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-140 {
    margin-top: 140px !important;
  }
  /* line 17516, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-145 {
    margin-top: 145px !important;
  }
  /* line 17520, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-150 {
    margin-top: 150px !important;
  }
  /* line 17524, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-155 {
    margin-top: 155px !important;
  }
  /* line 17528, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-160 {
    margin-top: 160px !important;
  }
  /* line 17532, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-165 {
    margin-top: 165px !important;
  }
  /* line 17536, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-170 {
    margin-top: 170px !important;
  }
  /* line 17540, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-175 {
    margin-top: 175px !important;
  }
  /* line 17544, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-180 {
    margin-top: 180px !important;
  }
  /* line 17548, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-185 {
    margin-top: 185px !important;
  }
  /* line 17552, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-190 {
    margin-top: 190px !important;
  }
  /* line 17556, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-195 {
    margin-top: 195px !important;
  }
  /* line 17560, app/assets/stylesheets/theme/css/style.scss */
  .mt-xs-200 {
    margin-top: 200px !important;
  }
  /* line 17564, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-0 {
    margin-bottom: 0px !important;
  }
  /* line 17568, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-5 {
    margin-bottom: 5px !important;
  }
  /* line 17572, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-10 {
    margin-bottom: 10px !important;
  }
  /* line 17576, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-15 {
    margin-bottom: 15px !important;
  }
  /* line 17580, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }
  /* line 17584, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-25 {
    margin-bottom: 25px !important;
  }
  /* line 17588, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }
  /* line 17592, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-35 {
    margin-bottom: 35px !important;
  }
  /* line 17596, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-40 {
    margin-bottom: 40px !important;
  }
  /* line 17600, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-45 {
    margin-bottom: 45px !important;
  }
  /* line 17604, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
  /* line 17608, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-55 {
    margin-bottom: 55px !important;
  }
  /* line 17612, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-60 {
    margin-bottom: 60px !important;
  }
  /* line 17616, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-65 {
    margin-bottom: 65px !important;
  }
  /* line 17620, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-70 {
    margin-bottom: 70px !important;
  }
  /* line 17624, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-75 {
    margin-bottom: 75px !important;
  }
  /* line 17628, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-80 {
    margin-bottom: 80px !important;
  }
  /* line 17632, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-85 {
    margin-bottom: 85px !important;
  }
  /* line 17636, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-90 {
    margin-bottom: 90px !important;
  }
  /* line 17640, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-95 {
    margin-bottom: 95px !important;
  }
  /* line 17644, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-100 {
    margin-bottom: 100px !important;
  }
  /* line 17648, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-105 {
    margin-bottom: 105px !important;
  }
  /* line 17652, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-110 {
    margin-bottom: 110px !important;
  }
  /* line 17656, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-115 {
    margin-bottom: 115px !important;
  }
  /* line 17660, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-120 {
    margin-bottom: 120px !important;
  }
  /* line 17664, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-125 {
    margin-bottom: 125px !important;
  }
  /* line 17668, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-130 {
    margin-bottom: 130px !important;
  }
  /* line 17672, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-135 {
    margin-bottom: 135px !important;
  }
  /* line 17676, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-140 {
    margin-bottom: 140px !important;
  }
  /* line 17680, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-145 {
    margin-bottom: 145px !important;
  }
  /* line 17684, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-150 {
    margin-bottom: 150px !important;
  }
  /* line 17688, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-155 {
    margin-bottom: 155px !important;
  }
  /* line 17692, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-160 {
    margin-bottom: 160px !important;
  }
  /* line 17696, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-165 {
    margin-bottom: 165px !important;
  }
  /* line 17700, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-170 {
    margin-bottom: 170px !important;
  }
  /* line 17704, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-175 {
    margin-bottom: 175px !important;
  }
  /* line 17708, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-180 {
    margin-bottom: 180px !important;
  }
  /* line 17712, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-185 {
    margin-bottom: 185px !important;
  }
  /* line 17716, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-190 {
    margin-bottom: 190px !important;
  }
  /* line 17720, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-195 {
    margin-bottom: 195px !important;
  }
  /* line 17724, app/assets/stylesheets/theme/css/style.scss */
  .mb-xs-200 {
    margin-bottom: 200px !important;
  }
  /* line 17728, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-0 {
    margin-left: 0px !important;
  }
  /* line 17732, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-5 {
    margin-left: 5px !important;
  }
  /* line 17736, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-10 {
    margin-left: 10px !important;
  }
  /* line 17740, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-15 {
    margin-left: 15px !important;
  }
  /* line 17744, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-20 {
    margin-left: 20px !important;
  }
  /* line 17748, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-25 {
    margin-left: 25px !important;
  }
  /* line 17752, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-30 {
    margin-left: 30px !important;
  }
  /* line 17756, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-35 {
    margin-left: 35px !important;
  }
  /* line 17760, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-40 {
    margin-left: 40px !important;
  }
  /* line 17764, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-45 {
    margin-left: 45px !important;
  }
  /* line 17768, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-50 {
    margin-left: 50px !important;
  }
  /* line 17772, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-55 {
    margin-left: 55px !important;
  }
  /* line 17776, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-60 {
    margin-left: 60px !important;
  }
  /* line 17780, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-65 {
    margin-left: 65px !important;
  }
  /* line 17784, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-70 {
    margin-left: 70px !important;
  }
  /* line 17788, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-75 {
    margin-left: 75px !important;
  }
  /* line 17792, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-80 {
    margin-left: 80px !important;
  }
  /* line 17796, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-85 {
    margin-left: 85px !important;
  }
  /* line 17800, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-90 {
    margin-left: 90px !important;
  }
  /* line 17804, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-95 {
    margin-left: 95px !important;
  }
  /* line 17808, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-100 {
    margin-left: 100px !important;
  }
  /* line 17812, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-105 {
    margin-left: 105px !important;
  }
  /* line 17816, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-110 {
    margin-left: 110px !important;
  }
  /* line 17820, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-115 {
    margin-left: 115px !important;
  }
  /* line 17824, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-120 {
    margin-left: 120px !important;
  }
  /* line 17828, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-125 {
    margin-left: 125px !important;
  }
  /* line 17832, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-130 {
    margin-left: 130px !important;
  }
  /* line 17836, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-135 {
    margin-left: 135px !important;
  }
  /* line 17840, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-140 {
    margin-left: 140px !important;
  }
  /* line 17844, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-145 {
    margin-left: 145px !important;
  }
  /* line 17848, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-150 {
    margin-left: 150px !important;
  }
  /* line 17852, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-155 {
    margin-left: 155px !important;
  }
  /* line 17856, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-160 {
    margin-left: 160px !important;
  }
  /* line 17860, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-165 {
    margin-left: 165px !important;
  }
  /* line 17864, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-170 {
    margin-left: 170px !important;
  }
  /* line 17868, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-175 {
    margin-left: 175px !important;
  }
  /* line 17872, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-180 {
    margin-left: 180px !important;
  }
  /* line 17876, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-185 {
    margin-left: 185px !important;
  }
  /* line 17880, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-190 {
    margin-left: 190px !important;
  }
  /* line 17884, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-195 {
    margin-left: 195px !important;
  }
  /* line 17888, app/assets/stylesheets/theme/css/style.scss */
  .ms-xs-200 {
    margin-left: 200px !important;
  }
  /* line 17892, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-0 {
    margin-right: 0px !important;
  }
  /* line 17896, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-5 {
    margin-right: 5px !important;
  }
  /* line 17900, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-10 {
    margin-right: 10px !important;
  }
  /* line 17904, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-15 {
    margin-right: 15px !important;
  }
  /* line 17908, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-20 {
    margin-right: 20px !important;
  }
  /* line 17912, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-25 {
    margin-right: 25px !important;
  }
  /* line 17916, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-30 {
    margin-right: 30px !important;
  }
  /* line 17920, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-35 {
    margin-right: 35px !important;
  }
  /* line 17924, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-40 {
    margin-right: 40px !important;
  }
  /* line 17928, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-45 {
    margin-right: 45px !important;
  }
  /* line 17932, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-50 {
    margin-right: 50px !important;
  }
  /* line 17936, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-55 {
    margin-right: 55px !important;
  }
  /* line 17940, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-60 {
    margin-right: 60px !important;
  }
  /* line 17944, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-65 {
    margin-right: 65px !important;
  }
  /* line 17948, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-70 {
    margin-right: 70px !important;
  }
  /* line 17952, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-75 {
    margin-right: 75px !important;
  }
  /* line 17956, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-80 {
    margin-right: 80px !important;
  }
  /* line 17960, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-85 {
    margin-right: 85px !important;
  }
  /* line 17964, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-90 {
    margin-right: 90px !important;
  }
  /* line 17968, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-95 {
    margin-right: 95px !important;
  }
  /* line 17972, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-100 {
    margin-right: 100px !important;
  }
  /* line 17976, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-105 {
    margin-right: 105px !important;
  }
  /* line 17980, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-110 {
    margin-right: 110px !important;
  }
  /* line 17984, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-115 {
    margin-right: 115px !important;
  }
  /* line 17988, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-120 {
    margin-right: 120px !important;
  }
  /* line 17992, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-125 {
    margin-right: 125px !important;
  }
  /* line 17996, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-130 {
    margin-right: 130px !important;
  }
  /* line 18000, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-135 {
    margin-right: 135px !important;
  }
  /* line 18004, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-140 {
    margin-right: 140px !important;
  }
  /* line 18008, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-145 {
    margin-right: 145px !important;
  }
  /* line 18012, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-150 {
    margin-right: 150px !important;
  }
  /* line 18016, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-155 {
    margin-right: 155px !important;
  }
  /* line 18020, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-160 {
    margin-right: 160px !important;
  }
  /* line 18024, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-165 {
    margin-right: 165px !important;
  }
  /* line 18028, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-170 {
    margin-right: 170px !important;
  }
  /* line 18032, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-175 {
    margin-right: 175px !important;
  }
  /* line 18036, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-180 {
    margin-right: 180px !important;
  }
  /* line 18040, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-185 {
    margin-right: 185px !important;
  }
  /* line 18044, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-190 {
    margin-right: 190px !important;
  }
  /* line 18048, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-195 {
    margin-right: 195px !important;
  }
  /* line 18052, app/assets/stylesheets/theme/css/style.scss */
  .me-xs-200 {
    margin-right: 200px !important;
  }
  /* line 18056, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  /* line 18061, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  /* line 18066, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  /* line 18071, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  /* line 18076, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  /* line 18081, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  /* line 18086, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  /* line 18091, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  /* line 18096, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  /* line 18101, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  /* line 18106, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  /* line 18111, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  /* line 18116, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  /* line 18121, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  /* line 18126, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  /* line 18131, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  /* line 18136, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  /* line 18141, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  /* line 18146, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  /* line 18151, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  /* line 18156, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  /* line 18161, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }
  /* line 18166, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  /* line 18171, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }
  /* line 18176, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  /* line 18181, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-125 {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }
  /* line 18186, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-130 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }
  /* line 18191, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-135 {
    margin-left: 135px !important;
    margin-right: 135px !important;
  }
  /* line 18196, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-140 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }
  /* line 18201, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-145 {
    margin-left: 145px !important;
    margin-right: 145px !important;
  }
  /* line 18206, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  /* line 18211, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-155 {
    margin-left: 155px !important;
    margin-right: 155px !important;
  }
  /* line 18216, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  /* line 18221, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-165 {
    margin-left: 165px !important;
    margin-right: 165px !important;
  }
  /* line 18226, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-170 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }
  /* line 18231, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-175 {
    margin-left: 175px !important;
    margin-right: 175px !important;
  }
  /* line 18236, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-180 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }
  /* line 18241, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-185 {
    margin-left: 185px !important;
    margin-right: 185px !important;
  }
  /* line 18246, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-190 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }
  /* line 18251, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-195 {
    margin-left: 195px !important;
    margin-right: 195px !important;
  }
  /* line 18256, app/assets/stylesheets/theme/css/style.scss */
  .mx-xs-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  /* line 18261, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  /* line 18266, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  /* line 18271, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  /* line 18276, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  /* line 18281, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  /* line 18286, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  /* line 18291, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  /* line 18296, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  /* line 18301, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  /* line 18306, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  /* line 18311, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  /* line 18316, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  /* line 18321, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  /* line 18326, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  /* line 18331, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  /* line 18336, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  /* line 18341, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  /* line 18346, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  /* line 18351, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  /* line 18356, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  /* line 18361, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  /* line 18366, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  /* line 18371, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  /* line 18376, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  /* line 18381, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  /* line 18386, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }
  /* line 18391, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  /* line 18396, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }
  /* line 18401, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  /* line 18406, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }
  /* line 18411, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  /* line 18416, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important;
  }
  /* line 18421, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  /* line 18426, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
  }
  /* line 18431, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  /* line 18436, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
  }
  /* line 18441, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  /* line 18446, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
  }
  /* line 18451, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  /* line 18456, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important;
  }
  /* line 18461, app/assets/stylesheets/theme/css/style.scss */
  .my-xs-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
}

@media (min-width: 576px) {
  /* line 18467, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-0 {
    margin: 0px !important;
  }
  /* line 18471, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-5 {
    margin: 5px !important;
  }
  /* line 18475, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-10 {
    margin: 10px !important;
  }
  /* line 18479, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-15 {
    margin: 15px !important;
  }
  /* line 18483, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-20 {
    margin: 20px !important;
  }
  /* line 18487, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-25 {
    margin: 25px !important;
  }
  /* line 18491, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-30 {
    margin: 30px !important;
  }
  /* line 18495, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-35 {
    margin: 35px !important;
  }
  /* line 18499, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-40 {
    margin: 40px !important;
  }
  /* line 18503, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-45 {
    margin: 45px !important;
  }
  /* line 18507, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-50 {
    margin: 50px !important;
  }
  /* line 18511, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-55 {
    margin: 55px !important;
  }
  /* line 18515, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-60 {
    margin: 60px !important;
  }
  /* line 18519, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-65 {
    margin: 65px !important;
  }
  /* line 18523, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-70 {
    margin: 70px !important;
  }
  /* line 18527, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-75 {
    margin: 75px !important;
  }
  /* line 18531, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-80 {
    margin: 80px !important;
  }
  /* line 18535, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-85 {
    margin: 85px !important;
  }
  /* line 18539, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-90 {
    margin: 90px !important;
  }
  /* line 18543, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-95 {
    margin: 95px !important;
  }
  /* line 18547, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-100 {
    margin: 100px !important;
  }
  /* line 18551, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-105 {
    margin: 105px !important;
  }
  /* line 18555, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-110 {
    margin: 110px !important;
  }
  /* line 18559, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-115 {
    margin: 115px !important;
  }
  /* line 18563, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-120 {
    margin: 120px !important;
  }
  /* line 18567, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-125 {
    margin: 125px !important;
  }
  /* line 18571, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-130 {
    margin: 130px !important;
  }
  /* line 18575, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-135 {
    margin: 135px !important;
  }
  /* line 18579, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-140 {
    margin: 140px !important;
  }
  /* line 18583, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-145 {
    margin: 145px !important;
  }
  /* line 18587, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-150 {
    margin: 150px !important;
  }
  /* line 18591, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-155 {
    margin: 155px !important;
  }
  /* line 18595, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-160 {
    margin: 160px !important;
  }
  /* line 18599, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-165 {
    margin: 165px !important;
  }
  /* line 18603, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-170 {
    margin: 170px !important;
  }
  /* line 18607, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-175 {
    margin: 175px !important;
  }
  /* line 18611, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-180 {
    margin: 180px !important;
  }
  /* line 18615, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-185 {
    margin: 185px !important;
  }
  /* line 18619, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-190 {
    margin: 190px !important;
  }
  /* line 18623, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-195 {
    margin: 195px !important;
  }
  /* line 18627, app/assets/stylesheets/theme/css/style.scss */
  .m-sm-200 {
    margin: 200px !important;
  }
  /* line 18631, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-0 {
    margin-top: 0px !important;
  }
  /* line 18635, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-5 {
    margin-top: 5px !important;
  }
  /* line 18639, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  /* line 18643, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-15 {
    margin-top: 15px !important;
  }
  /* line 18647, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  /* line 18651, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-25 {
    margin-top: 25px !important;
  }
  /* line 18655, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  /* line 18659, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-35 {
    margin-top: 35px !important;
  }
  /* line 18663, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  /* line 18667, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-45 {
    margin-top: 45px !important;
  }
  /* line 18671, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  /* line 18675, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-55 {
    margin-top: 55px !important;
  }
  /* line 18679, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  /* line 18683, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-65 {
    margin-top: 65px !important;
  }
  /* line 18687, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  /* line 18691, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-75 {
    margin-top: 75px !important;
  }
  /* line 18695, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  /* line 18699, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-85 {
    margin-top: 85px !important;
  }
  /* line 18703, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-90 {
    margin-top: 90px !important;
  }
  /* line 18707, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-95 {
    margin-top: 95px !important;
  }
  /* line 18711, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-100 {
    margin-top: 100px !important;
  }
  /* line 18715, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-105 {
    margin-top: 105px !important;
  }
  /* line 18719, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-110 {
    margin-top: 110px !important;
  }
  /* line 18723, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-115 {
    margin-top: 115px !important;
  }
  /* line 18727, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-120 {
    margin-top: 120px !important;
  }
  /* line 18731, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-125 {
    margin-top: 125px !important;
  }
  /* line 18735, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-130 {
    margin-top: 130px !important;
  }
  /* line 18739, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-135 {
    margin-top: 135px !important;
  }
  /* line 18743, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-140 {
    margin-top: 140px !important;
  }
  /* line 18747, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-145 {
    margin-top: 145px !important;
  }
  /* line 18751, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-150 {
    margin-top: 150px !important;
  }
  /* line 18755, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-155 {
    margin-top: 155px !important;
  }
  /* line 18759, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-160 {
    margin-top: 160px !important;
  }
  /* line 18763, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-165 {
    margin-top: 165px !important;
  }
  /* line 18767, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-170 {
    margin-top: 170px !important;
  }
  /* line 18771, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-175 {
    margin-top: 175px !important;
  }
  /* line 18775, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-180 {
    margin-top: 180px !important;
  }
  /* line 18779, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-185 {
    margin-top: 185px !important;
  }
  /* line 18783, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-190 {
    margin-top: 190px !important;
  }
  /* line 18787, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-195 {
    margin-top: 195px !important;
  }
  /* line 18791, app/assets/stylesheets/theme/css/style.scss */
  .mt-sm-200 {
    margin-top: 200px !important;
  }
  /* line 18795, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-0 {
    margin-bottom: 0px !important;
  }
  /* line 18799, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-5 {
    margin-bottom: 5px !important;
  }
  /* line 18803, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  /* line 18807, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-15 {
    margin-bottom: 15px !important;
  }
  /* line 18811, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  /* line 18815, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-25 {
    margin-bottom: 25px !important;
  }
  /* line 18819, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  /* line 18823, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-35 {
    margin-bottom: 35px !important;
  }
  /* line 18827, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  /* line 18831, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-45 {
    margin-bottom: 45px !important;
  }
  /* line 18835, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  /* line 18839, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-55 {
    margin-bottom: 55px !important;
  }
  /* line 18843, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  /* line 18847, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-65 {
    margin-bottom: 65px !important;
  }
  /* line 18851, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  /* line 18855, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-75 {
    margin-bottom: 75px !important;
  }
  /* line 18859, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
  /* line 18863, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-85 {
    margin-bottom: 85px !important;
  }
  /* line 18867, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-90 {
    margin-bottom: 90px !important;
  }
  /* line 18871, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-95 {
    margin-bottom: 95px !important;
  }
  /* line 18875, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-100 {
    margin-bottom: 100px !important;
  }
  /* line 18879, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-105 {
    margin-bottom: 105px !important;
  }
  /* line 18883, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-110 {
    margin-bottom: 110px !important;
  }
  /* line 18887, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-115 {
    margin-bottom: 115px !important;
  }
  /* line 18891, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-120 {
    margin-bottom: 120px !important;
  }
  /* line 18895, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-125 {
    margin-bottom: 125px !important;
  }
  /* line 18899, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-130 {
    margin-bottom: 130px !important;
  }
  /* line 18903, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-135 {
    margin-bottom: 135px !important;
  }
  /* line 18907, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-140 {
    margin-bottom: 140px !important;
  }
  /* line 18911, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-145 {
    margin-bottom: 145px !important;
  }
  /* line 18915, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-150 {
    margin-bottom: 150px !important;
  }
  /* line 18919, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-155 {
    margin-bottom: 155px !important;
  }
  /* line 18923, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-160 {
    margin-bottom: 160px !important;
  }
  /* line 18927, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-165 {
    margin-bottom: 165px !important;
  }
  /* line 18931, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-170 {
    margin-bottom: 170px !important;
  }
  /* line 18935, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-175 {
    margin-bottom: 175px !important;
  }
  /* line 18939, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-180 {
    margin-bottom: 180px !important;
  }
  /* line 18943, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-185 {
    margin-bottom: 185px !important;
  }
  /* line 18947, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-190 {
    margin-bottom: 190px !important;
  }
  /* line 18951, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-195 {
    margin-bottom: 195px !important;
  }
  /* line 18955, app/assets/stylesheets/theme/css/style.scss */
  .mb-sm-200 {
    margin-bottom: 200px !important;
  }
  /* line 18959, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-0 {
    margin-left: 0px !important;
  }
  /* line 18963, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-5 {
    margin-left: 5px !important;
  }
  /* line 18967, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-10 {
    margin-left: 10px !important;
  }
  /* line 18971, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-15 {
    margin-left: 15px !important;
  }
  /* line 18975, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-20 {
    margin-left: 20px !important;
  }
  /* line 18979, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-25 {
    margin-left: 25px !important;
  }
  /* line 18983, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-30 {
    margin-left: 30px !important;
  }
  /* line 18987, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-35 {
    margin-left: 35px !important;
  }
  /* line 18991, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-40 {
    margin-left: 40px !important;
  }
  /* line 18995, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-45 {
    margin-left: 45px !important;
  }
  /* line 18999, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-50 {
    margin-left: 50px !important;
  }
  /* line 19003, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-55 {
    margin-left: 55px !important;
  }
  /* line 19007, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-60 {
    margin-left: 60px !important;
  }
  /* line 19011, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-65 {
    margin-left: 65px !important;
  }
  /* line 19015, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-70 {
    margin-left: 70px !important;
  }
  /* line 19019, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-75 {
    margin-left: 75px !important;
  }
  /* line 19023, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-80 {
    margin-left: 80px !important;
  }
  /* line 19027, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-85 {
    margin-left: 85px !important;
  }
  /* line 19031, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-90 {
    margin-left: 90px !important;
  }
  /* line 19035, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-95 {
    margin-left: 95px !important;
  }
  /* line 19039, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-100 {
    margin-left: 100px !important;
  }
  /* line 19043, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-105 {
    margin-left: 105px !important;
  }
  /* line 19047, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-110 {
    margin-left: 110px !important;
  }
  /* line 19051, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-115 {
    margin-left: 115px !important;
  }
  /* line 19055, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-120 {
    margin-left: 120px !important;
  }
  /* line 19059, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-125 {
    margin-left: 125px !important;
  }
  /* line 19063, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-130 {
    margin-left: 130px !important;
  }
  /* line 19067, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-135 {
    margin-left: 135px !important;
  }
  /* line 19071, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-140 {
    margin-left: 140px !important;
  }
  /* line 19075, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-145 {
    margin-left: 145px !important;
  }
  /* line 19079, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-150 {
    margin-left: 150px !important;
  }
  /* line 19083, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-155 {
    margin-left: 155px !important;
  }
  /* line 19087, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-160 {
    margin-left: 160px !important;
  }
  /* line 19091, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-165 {
    margin-left: 165px !important;
  }
  /* line 19095, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-170 {
    margin-left: 170px !important;
  }
  /* line 19099, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-175 {
    margin-left: 175px !important;
  }
  /* line 19103, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-180 {
    margin-left: 180px !important;
  }
  /* line 19107, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-185 {
    margin-left: 185px !important;
  }
  /* line 19111, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-190 {
    margin-left: 190px !important;
  }
  /* line 19115, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-195 {
    margin-left: 195px !important;
  }
  /* line 19119, app/assets/stylesheets/theme/css/style.scss */
  .ms-sm-200 {
    margin-left: 200px !important;
  }
  /* line 19123, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-0 {
    margin-right: 0px !important;
  }
  /* line 19127, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-5 {
    margin-right: 5px !important;
  }
  /* line 19131, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-10 {
    margin-right: 10px !important;
  }
  /* line 19135, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-15 {
    margin-right: 15px !important;
  }
  /* line 19139, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-20 {
    margin-right: 20px !important;
  }
  /* line 19143, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-25 {
    margin-right: 25px !important;
  }
  /* line 19147, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-30 {
    margin-right: 30px !important;
  }
  /* line 19151, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-35 {
    margin-right: 35px !important;
  }
  /* line 19155, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-40 {
    margin-right: 40px !important;
  }
  /* line 19159, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-45 {
    margin-right: 45px !important;
  }
  /* line 19163, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-50 {
    margin-right: 50px !important;
  }
  /* line 19167, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-55 {
    margin-right: 55px !important;
  }
  /* line 19171, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-60 {
    margin-right: 60px !important;
  }
  /* line 19175, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-65 {
    margin-right: 65px !important;
  }
  /* line 19179, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-70 {
    margin-right: 70px !important;
  }
  /* line 19183, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-75 {
    margin-right: 75px !important;
  }
  /* line 19187, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-80 {
    margin-right: 80px !important;
  }
  /* line 19191, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-85 {
    margin-right: 85px !important;
  }
  /* line 19195, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-90 {
    margin-right: 90px !important;
  }
  /* line 19199, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-95 {
    margin-right: 95px !important;
  }
  /* line 19203, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-100 {
    margin-right: 100px !important;
  }
  /* line 19207, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-105 {
    margin-right: 105px !important;
  }
  /* line 19211, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-110 {
    margin-right: 110px !important;
  }
  /* line 19215, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-115 {
    margin-right: 115px !important;
  }
  /* line 19219, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-120 {
    margin-right: 120px !important;
  }
  /* line 19223, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-125 {
    margin-right: 125px !important;
  }
  /* line 19227, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-130 {
    margin-right: 130px !important;
  }
  /* line 19231, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-135 {
    margin-right: 135px !important;
  }
  /* line 19235, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-140 {
    margin-right: 140px !important;
  }
  /* line 19239, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-145 {
    margin-right: 145px !important;
  }
  /* line 19243, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-150 {
    margin-right: 150px !important;
  }
  /* line 19247, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-155 {
    margin-right: 155px !important;
  }
  /* line 19251, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-160 {
    margin-right: 160px !important;
  }
  /* line 19255, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-165 {
    margin-right: 165px !important;
  }
  /* line 19259, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-170 {
    margin-right: 170px !important;
  }
  /* line 19263, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-175 {
    margin-right: 175px !important;
  }
  /* line 19267, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-180 {
    margin-right: 180px !important;
  }
  /* line 19271, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-185 {
    margin-right: 185px !important;
  }
  /* line 19275, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-190 {
    margin-right: 190px !important;
  }
  /* line 19279, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-195 {
    margin-right: 195px !important;
  }
  /* line 19283, app/assets/stylesheets/theme/css/style.scss */
  .me-sm-200 {
    margin-right: 200px !important;
  }
  /* line 19287, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  /* line 19292, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  /* line 19297, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  /* line 19302, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  /* line 19307, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  /* line 19312, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  /* line 19317, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  /* line 19322, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  /* line 19327, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  /* line 19332, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  /* line 19337, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  /* line 19342, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  /* line 19347, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  /* line 19352, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  /* line 19357, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  /* line 19362, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  /* line 19367, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  /* line 19372, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  /* line 19377, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  /* line 19382, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  /* line 19387, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  /* line 19392, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }
  /* line 19397, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  /* line 19402, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }
  /* line 19407, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  /* line 19412, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-125 {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }
  /* line 19417, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-130 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }
  /* line 19422, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-135 {
    margin-left: 135px !important;
    margin-right: 135px !important;
  }
  /* line 19427, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-140 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }
  /* line 19432, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-145 {
    margin-left: 145px !important;
    margin-right: 145px !important;
  }
  /* line 19437, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  /* line 19442, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-155 {
    margin-left: 155px !important;
    margin-right: 155px !important;
  }
  /* line 19447, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  /* line 19452, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-165 {
    margin-left: 165px !important;
    margin-right: 165px !important;
  }
  /* line 19457, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-170 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }
  /* line 19462, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-175 {
    margin-left: 175px !important;
    margin-right: 175px !important;
  }
  /* line 19467, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-180 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }
  /* line 19472, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-185 {
    margin-left: 185px !important;
    margin-right: 185px !important;
  }
  /* line 19477, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-190 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }
  /* line 19482, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-195 {
    margin-left: 195px !important;
    margin-right: 195px !important;
  }
  /* line 19487, app/assets/stylesheets/theme/css/style.scss */
  .mx-sm-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  /* line 19492, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  /* line 19497, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  /* line 19502, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  /* line 19507, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  /* line 19512, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  /* line 19517, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  /* line 19522, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  /* line 19527, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  /* line 19532, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  /* line 19537, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  /* line 19542, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  /* line 19547, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  /* line 19552, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  /* line 19557, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  /* line 19562, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  /* line 19567, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  /* line 19572, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  /* line 19577, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  /* line 19582, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  /* line 19587, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  /* line 19592, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  /* line 19597, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  /* line 19602, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  /* line 19607, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  /* line 19612, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  /* line 19617, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }
  /* line 19622, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  /* line 19627, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }
  /* line 19632, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  /* line 19637, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }
  /* line 19642, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  /* line 19647, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important;
  }
  /* line 19652, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  /* line 19657, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
  }
  /* line 19662, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  /* line 19667, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
  }
  /* line 19672, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  /* line 19677, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
  }
  /* line 19682, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  /* line 19687, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important;
  }
  /* line 19692, app/assets/stylesheets/theme/css/style.scss */
  .my-sm-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
}

@media (min-width: 768px) {
  /* line 19698, app/assets/stylesheets/theme/css/style.scss */
  .m-md-0 {
    margin: 0px !important;
  }
  /* line 19702, app/assets/stylesheets/theme/css/style.scss */
  .m-md-5 {
    margin: 5px !important;
  }
  /* line 19706, app/assets/stylesheets/theme/css/style.scss */
  .m-md-10 {
    margin: 10px !important;
  }
  /* line 19710, app/assets/stylesheets/theme/css/style.scss */
  .m-md-15 {
    margin: 15px !important;
  }
  /* line 19714, app/assets/stylesheets/theme/css/style.scss */
  .m-md-20 {
    margin: 20px !important;
  }
  /* line 19718, app/assets/stylesheets/theme/css/style.scss */
  .m-md-25 {
    margin: 25px !important;
  }
  /* line 19722, app/assets/stylesheets/theme/css/style.scss */
  .m-md-30 {
    margin: 30px !important;
  }
  /* line 19726, app/assets/stylesheets/theme/css/style.scss */
  .m-md-35 {
    margin: 35px !important;
  }
  /* line 19730, app/assets/stylesheets/theme/css/style.scss */
  .m-md-40 {
    margin: 40px !important;
  }
  /* line 19734, app/assets/stylesheets/theme/css/style.scss */
  .m-md-45 {
    margin: 45px !important;
  }
  /* line 19738, app/assets/stylesheets/theme/css/style.scss */
  .m-md-50 {
    margin: 50px !important;
  }
  /* line 19742, app/assets/stylesheets/theme/css/style.scss */
  .m-md-55 {
    margin: 55px !important;
  }
  /* line 19746, app/assets/stylesheets/theme/css/style.scss */
  .m-md-60 {
    margin: 60px !important;
  }
  /* line 19750, app/assets/stylesheets/theme/css/style.scss */
  .m-md-65 {
    margin: 65px !important;
  }
  /* line 19754, app/assets/stylesheets/theme/css/style.scss */
  .m-md-70 {
    margin: 70px !important;
  }
  /* line 19758, app/assets/stylesheets/theme/css/style.scss */
  .m-md-75 {
    margin: 75px !important;
  }
  /* line 19762, app/assets/stylesheets/theme/css/style.scss */
  .m-md-80 {
    margin: 80px !important;
  }
  /* line 19766, app/assets/stylesheets/theme/css/style.scss */
  .m-md-85 {
    margin: 85px !important;
  }
  /* line 19770, app/assets/stylesheets/theme/css/style.scss */
  .m-md-90 {
    margin: 90px !important;
  }
  /* line 19774, app/assets/stylesheets/theme/css/style.scss */
  .m-md-95 {
    margin: 95px !important;
  }
  /* line 19778, app/assets/stylesheets/theme/css/style.scss */
  .m-md-100 {
    margin: 100px !important;
  }
  /* line 19782, app/assets/stylesheets/theme/css/style.scss */
  .m-md-105 {
    margin: 105px !important;
  }
  /* line 19786, app/assets/stylesheets/theme/css/style.scss */
  .m-md-110 {
    margin: 110px !important;
  }
  /* line 19790, app/assets/stylesheets/theme/css/style.scss */
  .m-md-115 {
    margin: 115px !important;
  }
  /* line 19794, app/assets/stylesheets/theme/css/style.scss */
  .m-md-120 {
    margin: 120px !important;
  }
  /* line 19798, app/assets/stylesheets/theme/css/style.scss */
  .m-md-125 {
    margin: 125px !important;
  }
  /* line 19802, app/assets/stylesheets/theme/css/style.scss */
  .m-md-130 {
    margin: 130px !important;
  }
  /* line 19806, app/assets/stylesheets/theme/css/style.scss */
  .m-md-135 {
    margin: 135px !important;
  }
  /* line 19810, app/assets/stylesheets/theme/css/style.scss */
  .m-md-140 {
    margin: 140px !important;
  }
  /* line 19814, app/assets/stylesheets/theme/css/style.scss */
  .m-md-145 {
    margin: 145px !important;
  }
  /* line 19818, app/assets/stylesheets/theme/css/style.scss */
  .m-md-150 {
    margin: 150px !important;
  }
  /* line 19822, app/assets/stylesheets/theme/css/style.scss */
  .m-md-155 {
    margin: 155px !important;
  }
  /* line 19826, app/assets/stylesheets/theme/css/style.scss */
  .m-md-160 {
    margin: 160px !important;
  }
  /* line 19830, app/assets/stylesheets/theme/css/style.scss */
  .m-md-165 {
    margin: 165px !important;
  }
  /* line 19834, app/assets/stylesheets/theme/css/style.scss */
  .m-md-170 {
    margin: 170px !important;
  }
  /* line 19838, app/assets/stylesheets/theme/css/style.scss */
  .m-md-175 {
    margin: 175px !important;
  }
  /* line 19842, app/assets/stylesheets/theme/css/style.scss */
  .m-md-180 {
    margin: 180px !important;
  }
  /* line 19846, app/assets/stylesheets/theme/css/style.scss */
  .m-md-185 {
    margin: 185px !important;
  }
  /* line 19850, app/assets/stylesheets/theme/css/style.scss */
  .m-md-190 {
    margin: 190px !important;
  }
  /* line 19854, app/assets/stylesheets/theme/css/style.scss */
  .m-md-195 {
    margin: 195px !important;
  }
  /* line 19858, app/assets/stylesheets/theme/css/style.scss */
  .m-md-200 {
    margin: 200px !important;
  }
  /* line 19862, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-0 {
    margin-top: 0px !important;
  }
  /* line 19866, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-5 {
    margin-top: 5px !important;
  }
  /* line 19870, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-10 {
    margin-top: 10px !important;
  }
  /* line 19874, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-15 {
    margin-top: 15px !important;
  }
  /* line 19878, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-20 {
    margin-top: 20px !important;
  }
  /* line 19882, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-25 {
    margin-top: 25px !important;
  }
  /* line 19886, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-30 {
    margin-top: 30px !important;
  }
  /* line 19890, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-35 {
    margin-top: 35px !important;
  }
  /* line 19894, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-40 {
    margin-top: 40px !important;
  }
  /* line 19898, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-45 {
    margin-top: 45px !important;
  }
  /* line 19902, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-50 {
    margin-top: 50px !important;
  }
  /* line 19906, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-55 {
    margin-top: 55px !important;
  }
  /* line 19910, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-60 {
    margin-top: 60px !important;
  }
  /* line 19914, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-65 {
    margin-top: 65px !important;
  }
  /* line 19918, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-70 {
    margin-top: 70px !important;
  }
  /* line 19922, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-75 {
    margin-top: 75px !important;
  }
  /* line 19926, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-80 {
    margin-top: 80px !important;
  }
  /* line 19930, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-85 {
    margin-top: 85px !important;
  }
  /* line 19934, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-90 {
    margin-top: 90px !important;
  }
  /* line 19938, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-95 {
    margin-top: 95px !important;
  }
  /* line 19942, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-100 {
    margin-top: 100px !important;
  }
  /* line 19946, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-105 {
    margin-top: 105px !important;
  }
  /* line 19950, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-110 {
    margin-top: 110px !important;
  }
  /* line 19954, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-115 {
    margin-top: 115px !important;
  }
  /* line 19958, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-120 {
    margin-top: 120px !important;
  }
  /* line 19962, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-125 {
    margin-top: 125px !important;
  }
  /* line 19966, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-130 {
    margin-top: 130px !important;
  }
  /* line 19970, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-135 {
    margin-top: 135px !important;
  }
  /* line 19974, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-140 {
    margin-top: 140px !important;
  }
  /* line 19978, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-145 {
    margin-top: 145px !important;
  }
  /* line 19982, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-150 {
    margin-top: 150px !important;
  }
  /* line 19986, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-155 {
    margin-top: 155px !important;
  }
  /* line 19990, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-160 {
    margin-top: 160px !important;
  }
  /* line 19994, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-165 {
    margin-top: 165px !important;
  }
  /* line 19998, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-170 {
    margin-top: 170px !important;
  }
  /* line 20002, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-175 {
    margin-top: 175px !important;
  }
  /* line 20006, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-180 {
    margin-top: 180px !important;
  }
  /* line 20010, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-185 {
    margin-top: 185px !important;
  }
  /* line 20014, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-190 {
    margin-top: 190px !important;
  }
  /* line 20018, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-195 {
    margin-top: 195px !important;
  }
  /* line 20022, app/assets/stylesheets/theme/css/style.scss */
  .mt-md-200 {
    margin-top: 200px !important;
  }
  /* line 20026, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-0 {
    margin-bottom: 0px !important;
  }
  /* line 20030, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-5 {
    margin-bottom: 5px !important;
  }
  /* line 20034, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-10 {
    margin-bottom: 10px !important;
  }
  /* line 20038, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  /* line 20042, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  /* line 20046, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-25 {
    margin-bottom: 25px !important;
  }
  /* line 20050, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  /* line 20054, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-35 {
    margin-bottom: 35px !important;
  }
  /* line 20058, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  /* line 20062, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-45 {
    margin-bottom: 45px !important;
  }
  /* line 20066, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-50 {
    margin-bottom: 50px !important;
  }
  /* line 20070, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-55 {
    margin-bottom: 55px !important;
  }
  /* line 20074, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  /* line 20078, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-65 {
    margin-bottom: 65px !important;
  }
  /* line 20082, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-70 {
    margin-bottom: 70px !important;
  }
  /* line 20086, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-75 {
    margin-bottom: 75px !important;
  }
  /* line 20090, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-80 {
    margin-bottom: 80px !important;
  }
  /* line 20094, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-85 {
    margin-bottom: 85px !important;
  }
  /* line 20098, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-90 {
    margin-bottom: 90px !important;
  }
  /* line 20102, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-95 {
    margin-bottom: 95px !important;
  }
  /* line 20106, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-100 {
    margin-bottom: 100px !important;
  }
  /* line 20110, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-105 {
    margin-bottom: 105px !important;
  }
  /* line 20114, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-110 {
    margin-bottom: 110px !important;
  }
  /* line 20118, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-115 {
    margin-bottom: 115px !important;
  }
  /* line 20122, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-120 {
    margin-bottom: 120px !important;
  }
  /* line 20126, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-125 {
    margin-bottom: 125px !important;
  }
  /* line 20130, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-130 {
    margin-bottom: 130px !important;
  }
  /* line 20134, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-135 {
    margin-bottom: 135px !important;
  }
  /* line 20138, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-140 {
    margin-bottom: 140px !important;
  }
  /* line 20142, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-145 {
    margin-bottom: 145px !important;
  }
  /* line 20146, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-150 {
    margin-bottom: 150px !important;
  }
  /* line 20150, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-155 {
    margin-bottom: 155px !important;
  }
  /* line 20154, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-160 {
    margin-bottom: 160px !important;
  }
  /* line 20158, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-165 {
    margin-bottom: 165px !important;
  }
  /* line 20162, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-170 {
    margin-bottom: 170px !important;
  }
  /* line 20166, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-175 {
    margin-bottom: 175px !important;
  }
  /* line 20170, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-180 {
    margin-bottom: 180px !important;
  }
  /* line 20174, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-185 {
    margin-bottom: 185px !important;
  }
  /* line 20178, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-190 {
    margin-bottom: 190px !important;
  }
  /* line 20182, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-195 {
    margin-bottom: 195px !important;
  }
  /* line 20186, app/assets/stylesheets/theme/css/style.scss */
  .mb-md-200 {
    margin-bottom: 200px !important;
  }
  /* line 20190, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-0 {
    margin-left: 0px !important;
  }
  /* line 20194, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-5 {
    margin-left: 5px !important;
  }
  /* line 20198, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-10 {
    margin-left: 10px !important;
  }
  /* line 20202, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-15 {
    margin-left: 15px !important;
  }
  /* line 20206, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-20 {
    margin-left: 20px !important;
  }
  /* line 20210, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-25 {
    margin-left: 25px !important;
  }
  /* line 20214, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-30 {
    margin-left: 30px !important;
  }
  /* line 20218, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-35 {
    margin-left: 35px !important;
  }
  /* line 20222, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-40 {
    margin-left: 40px !important;
  }
  /* line 20226, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-45 {
    margin-left: 45px !important;
  }
  /* line 20230, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-50 {
    margin-left: 50px !important;
  }
  /* line 20234, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-55 {
    margin-left: 55px !important;
  }
  /* line 20238, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-60 {
    margin-left: 60px !important;
  }
  /* line 20242, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-65 {
    margin-left: 65px !important;
  }
  /* line 20246, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-70 {
    margin-left: 70px !important;
  }
  /* line 20250, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-75 {
    margin-left: 75px !important;
  }
  /* line 20254, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-80 {
    margin-left: 80px !important;
  }
  /* line 20258, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-85 {
    margin-left: 85px !important;
  }
  /* line 20262, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-90 {
    margin-left: 90px !important;
  }
  /* line 20266, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-95 {
    margin-left: 95px !important;
  }
  /* line 20270, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-100 {
    margin-left: 100px !important;
  }
  /* line 20274, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-105 {
    margin-left: 105px !important;
  }
  /* line 20278, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-110 {
    margin-left: 110px !important;
  }
  /* line 20282, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-115 {
    margin-left: 115px !important;
  }
  /* line 20286, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-120 {
    margin-left: 120px !important;
  }
  /* line 20290, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-125 {
    margin-left: 125px !important;
  }
  /* line 20294, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-130 {
    margin-left: 130px !important;
  }
  /* line 20298, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-135 {
    margin-left: 135px !important;
  }
  /* line 20302, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-140 {
    margin-left: 140px !important;
  }
  /* line 20306, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-145 {
    margin-left: 145px !important;
  }
  /* line 20310, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-150 {
    margin-left: 150px !important;
  }
  /* line 20314, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-155 {
    margin-left: 155px !important;
  }
  /* line 20318, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-160 {
    margin-left: 160px !important;
  }
  /* line 20322, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-165 {
    margin-left: 165px !important;
  }
  /* line 20326, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-170 {
    margin-left: 170px !important;
  }
  /* line 20330, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-175 {
    margin-left: 175px !important;
  }
  /* line 20334, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-180 {
    margin-left: 180px !important;
  }
  /* line 20338, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-185 {
    margin-left: 185px !important;
  }
  /* line 20342, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-190 {
    margin-left: 190px !important;
  }
  /* line 20346, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-195 {
    margin-left: 195px !important;
  }
  /* line 20350, app/assets/stylesheets/theme/css/style.scss */
  .ms-md-200 {
    margin-left: 200px !important;
  }
  /* line 20354, app/assets/stylesheets/theme/css/style.scss */
  .me-md-0 {
    margin-right: 0px !important;
  }
  /* line 20358, app/assets/stylesheets/theme/css/style.scss */
  .me-md-5 {
    margin-right: 5px !important;
  }
  /* line 20362, app/assets/stylesheets/theme/css/style.scss */
  .me-md-10 {
    margin-right: 10px !important;
  }
  /* line 20366, app/assets/stylesheets/theme/css/style.scss */
  .me-md-15 {
    margin-right: 15px !important;
  }
  /* line 20370, app/assets/stylesheets/theme/css/style.scss */
  .me-md-20 {
    margin-right: 20px !important;
  }
  /* line 20374, app/assets/stylesheets/theme/css/style.scss */
  .me-md-25 {
    margin-right: 25px !important;
  }
  /* line 20378, app/assets/stylesheets/theme/css/style.scss */
  .me-md-30 {
    margin-right: 30px !important;
  }
  /* line 20382, app/assets/stylesheets/theme/css/style.scss */
  .me-md-35 {
    margin-right: 35px !important;
  }
  /* line 20386, app/assets/stylesheets/theme/css/style.scss */
  .me-md-40 {
    margin-right: 40px !important;
  }
  /* line 20390, app/assets/stylesheets/theme/css/style.scss */
  .me-md-45 {
    margin-right: 45px !important;
  }
  /* line 20394, app/assets/stylesheets/theme/css/style.scss */
  .me-md-50 {
    margin-right: 50px !important;
  }
  /* line 20398, app/assets/stylesheets/theme/css/style.scss */
  .me-md-55 {
    margin-right: 55px !important;
  }
  /* line 20402, app/assets/stylesheets/theme/css/style.scss */
  .me-md-60 {
    margin-right: 60px !important;
  }
  /* line 20406, app/assets/stylesheets/theme/css/style.scss */
  .me-md-65 {
    margin-right: 65px !important;
  }
  /* line 20410, app/assets/stylesheets/theme/css/style.scss */
  .me-md-70 {
    margin-right: 70px !important;
  }
  /* line 20414, app/assets/stylesheets/theme/css/style.scss */
  .me-md-75 {
    margin-right: 75px !important;
  }
  /* line 20418, app/assets/stylesheets/theme/css/style.scss */
  .me-md-80 {
    margin-right: 80px !important;
  }
  /* line 20422, app/assets/stylesheets/theme/css/style.scss */
  .me-md-85 {
    margin-right: 85px !important;
  }
  /* line 20426, app/assets/stylesheets/theme/css/style.scss */
  .me-md-90 {
    margin-right: 90px !important;
  }
  /* line 20430, app/assets/stylesheets/theme/css/style.scss */
  .me-md-95 {
    margin-right: 95px !important;
  }
  /* line 20434, app/assets/stylesheets/theme/css/style.scss */
  .me-md-100 {
    margin-right: 100px !important;
  }
  /* line 20438, app/assets/stylesheets/theme/css/style.scss */
  .me-md-105 {
    margin-right: 105px !important;
  }
  /* line 20442, app/assets/stylesheets/theme/css/style.scss */
  .me-md-110 {
    margin-right: 110px !important;
  }
  /* line 20446, app/assets/stylesheets/theme/css/style.scss */
  .me-md-115 {
    margin-right: 115px !important;
  }
  /* line 20450, app/assets/stylesheets/theme/css/style.scss */
  .me-md-120 {
    margin-right: 120px !important;
  }
  /* line 20454, app/assets/stylesheets/theme/css/style.scss */
  .me-md-125 {
    margin-right: 125px !important;
  }
  /* line 20458, app/assets/stylesheets/theme/css/style.scss */
  .me-md-130 {
    margin-right: 130px !important;
  }
  /* line 20462, app/assets/stylesheets/theme/css/style.scss */
  .me-md-135 {
    margin-right: 135px !important;
  }
  /* line 20466, app/assets/stylesheets/theme/css/style.scss */
  .me-md-140 {
    margin-right: 140px !important;
  }
  /* line 20470, app/assets/stylesheets/theme/css/style.scss */
  .me-md-145 {
    margin-right: 145px !important;
  }
  /* line 20474, app/assets/stylesheets/theme/css/style.scss */
  .me-md-150 {
    margin-right: 150px !important;
  }
  /* line 20478, app/assets/stylesheets/theme/css/style.scss */
  .me-md-155 {
    margin-right: 155px !important;
  }
  /* line 20482, app/assets/stylesheets/theme/css/style.scss */
  .me-md-160 {
    margin-right: 160px !important;
  }
  /* line 20486, app/assets/stylesheets/theme/css/style.scss */
  .me-md-165 {
    margin-right: 165px !important;
  }
  /* line 20490, app/assets/stylesheets/theme/css/style.scss */
  .me-md-170 {
    margin-right: 170px !important;
  }
  /* line 20494, app/assets/stylesheets/theme/css/style.scss */
  .me-md-175 {
    margin-right: 175px !important;
  }
  /* line 20498, app/assets/stylesheets/theme/css/style.scss */
  .me-md-180 {
    margin-right: 180px !important;
  }
  /* line 20502, app/assets/stylesheets/theme/css/style.scss */
  .me-md-185 {
    margin-right: 185px !important;
  }
  /* line 20506, app/assets/stylesheets/theme/css/style.scss */
  .me-md-190 {
    margin-right: 190px !important;
  }
  /* line 20510, app/assets/stylesheets/theme/css/style.scss */
  .me-md-195 {
    margin-right: 195px !important;
  }
  /* line 20514, app/assets/stylesheets/theme/css/style.scss */
  .me-md-200 {
    margin-right: 200px !important;
  }
  /* line 20518, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  /* line 20523, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  /* line 20528, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  /* line 20533, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  /* line 20538, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  /* line 20543, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  /* line 20548, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  /* line 20553, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  /* line 20558, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  /* line 20563, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  /* line 20568, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  /* line 20573, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  /* line 20578, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  /* line 20583, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  /* line 20588, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  /* line 20593, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  /* line 20598, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  /* line 20603, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  /* line 20608, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  /* line 20613, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  /* line 20618, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  /* line 20623, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }
  /* line 20628, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  /* line 20633, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }
  /* line 20638, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  /* line 20643, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-125 {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }
  /* line 20648, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-130 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }
  /* line 20653, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-135 {
    margin-left: 135px !important;
    margin-right: 135px !important;
  }
  /* line 20658, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-140 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }
  /* line 20663, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-145 {
    margin-left: 145px !important;
    margin-right: 145px !important;
  }
  /* line 20668, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  /* line 20673, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-155 {
    margin-left: 155px !important;
    margin-right: 155px !important;
  }
  /* line 20678, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  /* line 20683, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-165 {
    margin-left: 165px !important;
    margin-right: 165px !important;
  }
  /* line 20688, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-170 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }
  /* line 20693, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-175 {
    margin-left: 175px !important;
    margin-right: 175px !important;
  }
  /* line 20698, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-180 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }
  /* line 20703, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-185 {
    margin-left: 185px !important;
    margin-right: 185px !important;
  }
  /* line 20708, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-190 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }
  /* line 20713, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-195 {
    margin-left: 195px !important;
    margin-right: 195px !important;
  }
  /* line 20718, app/assets/stylesheets/theme/css/style.scss */
  .mx-md-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  /* line 20723, app/assets/stylesheets/theme/css/style.scss */
  .my-md-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  /* line 20728, app/assets/stylesheets/theme/css/style.scss */
  .my-md-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  /* line 20733, app/assets/stylesheets/theme/css/style.scss */
  .my-md-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  /* line 20738, app/assets/stylesheets/theme/css/style.scss */
  .my-md-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  /* line 20743, app/assets/stylesheets/theme/css/style.scss */
  .my-md-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  /* line 20748, app/assets/stylesheets/theme/css/style.scss */
  .my-md-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  /* line 20753, app/assets/stylesheets/theme/css/style.scss */
  .my-md-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  /* line 20758, app/assets/stylesheets/theme/css/style.scss */
  .my-md-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  /* line 20763, app/assets/stylesheets/theme/css/style.scss */
  .my-md-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  /* line 20768, app/assets/stylesheets/theme/css/style.scss */
  .my-md-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  /* line 20773, app/assets/stylesheets/theme/css/style.scss */
  .my-md-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  /* line 20778, app/assets/stylesheets/theme/css/style.scss */
  .my-md-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  /* line 20783, app/assets/stylesheets/theme/css/style.scss */
  .my-md-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  /* line 20788, app/assets/stylesheets/theme/css/style.scss */
  .my-md-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  /* line 20793, app/assets/stylesheets/theme/css/style.scss */
  .my-md-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  /* line 20798, app/assets/stylesheets/theme/css/style.scss */
  .my-md-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  /* line 20803, app/assets/stylesheets/theme/css/style.scss */
  .my-md-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  /* line 20808, app/assets/stylesheets/theme/css/style.scss */
  .my-md-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  /* line 20813, app/assets/stylesheets/theme/css/style.scss */
  .my-md-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  /* line 20818, app/assets/stylesheets/theme/css/style.scss */
  .my-md-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  /* line 20823, app/assets/stylesheets/theme/css/style.scss */
  .my-md-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  /* line 20828, app/assets/stylesheets/theme/css/style.scss */
  .my-md-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  /* line 20833, app/assets/stylesheets/theme/css/style.scss */
  .my-md-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  /* line 20838, app/assets/stylesheets/theme/css/style.scss */
  .my-md-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  /* line 20843, app/assets/stylesheets/theme/css/style.scss */
  .my-md-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  /* line 20848, app/assets/stylesheets/theme/css/style.scss */
  .my-md-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }
  /* line 20853, app/assets/stylesheets/theme/css/style.scss */
  .my-md-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  /* line 20858, app/assets/stylesheets/theme/css/style.scss */
  .my-md-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }
  /* line 20863, app/assets/stylesheets/theme/css/style.scss */
  .my-md-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  /* line 20868, app/assets/stylesheets/theme/css/style.scss */
  .my-md-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }
  /* line 20873, app/assets/stylesheets/theme/css/style.scss */
  .my-md-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  /* line 20878, app/assets/stylesheets/theme/css/style.scss */
  .my-md-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important;
  }
  /* line 20883, app/assets/stylesheets/theme/css/style.scss */
  .my-md-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  /* line 20888, app/assets/stylesheets/theme/css/style.scss */
  .my-md-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
  }
  /* line 20893, app/assets/stylesheets/theme/css/style.scss */
  .my-md-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  /* line 20898, app/assets/stylesheets/theme/css/style.scss */
  .my-md-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
  }
  /* line 20903, app/assets/stylesheets/theme/css/style.scss */
  .my-md-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  /* line 20908, app/assets/stylesheets/theme/css/style.scss */
  .my-md-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
  }
  /* line 20913, app/assets/stylesheets/theme/css/style.scss */
  .my-md-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  /* line 20918, app/assets/stylesheets/theme/css/style.scss */
  .my-md-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important;
  }
  /* line 20923, app/assets/stylesheets/theme/css/style.scss */
  .my-md-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
}

@media (min-width: 992px) {
  /* line 20929, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-0 {
    margin: 0px !important;
  }
  /* line 20933, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-5 {
    margin: 5px !important;
  }
  /* line 20937, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-10 {
    margin: 10px !important;
  }
  /* line 20941, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-15 {
    margin: 15px !important;
  }
  /* line 20945, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-20 {
    margin: 20px !important;
  }
  /* line 20949, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-25 {
    margin: 25px !important;
  }
  /* line 20953, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-30 {
    margin: 30px !important;
  }
  /* line 20957, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-35 {
    margin: 35px !important;
  }
  /* line 20961, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-40 {
    margin: 40px !important;
  }
  /* line 20965, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-45 {
    margin: 45px !important;
  }
  /* line 20969, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-50 {
    margin: 50px !important;
  }
  /* line 20973, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-55 {
    margin: 55px !important;
  }
  /* line 20977, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-60 {
    margin: 60px !important;
  }
  /* line 20981, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-65 {
    margin: 65px !important;
  }
  /* line 20985, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-70 {
    margin: 70px !important;
  }
  /* line 20989, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-75 {
    margin: 75px !important;
  }
  /* line 20993, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-80 {
    margin: 80px !important;
  }
  /* line 20997, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-85 {
    margin: 85px !important;
  }
  /* line 21001, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-90 {
    margin: 90px !important;
  }
  /* line 21005, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-95 {
    margin: 95px !important;
  }
  /* line 21009, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-100 {
    margin: 100px !important;
  }
  /* line 21013, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-105 {
    margin: 105px !important;
  }
  /* line 21017, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-110 {
    margin: 110px !important;
  }
  /* line 21021, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-115 {
    margin: 115px !important;
  }
  /* line 21025, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-120 {
    margin: 120px !important;
  }
  /* line 21029, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-125 {
    margin: 125px !important;
  }
  /* line 21033, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-130 {
    margin: 130px !important;
  }
  /* line 21037, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-135 {
    margin: 135px !important;
  }
  /* line 21041, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-140 {
    margin: 140px !important;
  }
  /* line 21045, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-145 {
    margin: 145px !important;
  }
  /* line 21049, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-150 {
    margin: 150px !important;
  }
  /* line 21053, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-155 {
    margin: 155px !important;
  }
  /* line 21057, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-160 {
    margin: 160px !important;
  }
  /* line 21061, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-165 {
    margin: 165px !important;
  }
  /* line 21065, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-170 {
    margin: 170px !important;
  }
  /* line 21069, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-175 {
    margin: 175px !important;
  }
  /* line 21073, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-180 {
    margin: 180px !important;
  }
  /* line 21077, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-185 {
    margin: 185px !important;
  }
  /* line 21081, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-190 {
    margin: 190px !important;
  }
  /* line 21085, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-195 {
    margin: 195px !important;
  }
  /* line 21089, app/assets/stylesheets/theme/css/style.scss */
  .m-lg-200 {
    margin: 200px !important;
  }
  /* line 21093, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-0 {
    margin-top: 0px !important;
  }
  /* line 21097, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-5 {
    margin-top: 5px !important;
  }
  /* line 21101, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-10 {
    margin-top: 10px !important;
  }
  /* line 21105, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-15 {
    margin-top: 15px !important;
  }
  /* line 21109, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-20 {
    margin-top: 20px !important;
  }
  /* line 21113, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-25 {
    margin-top: 25px !important;
  }
  /* line 21117, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-30 {
    margin-top: 30px !important;
  }
  /* line 21121, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-35 {
    margin-top: 35px !important;
  }
  /* line 21125, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-40 {
    margin-top: 40px !important;
  }
  /* line 21129, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-45 {
    margin-top: 45px !important;
  }
  /* line 21133, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-50 {
    margin-top: 50px !important;
  }
  /* line 21137, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-55 {
    margin-top: 55px !important;
  }
  /* line 21141, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-60 {
    margin-top: 60px !important;
  }
  /* line 21145, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-65 {
    margin-top: 65px !important;
  }
  /* line 21149, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-70 {
    margin-top: 70px !important;
  }
  /* line 21153, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-75 {
    margin-top: 75px !important;
  }
  /* line 21157, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-80 {
    margin-top: 80px !important;
  }
  /* line 21161, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-85 {
    margin-top: 85px !important;
  }
  /* line 21165, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-90 {
    margin-top: 90px !important;
  }
  /* line 21169, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-95 {
    margin-top: 95px !important;
  }
  /* line 21173, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-100 {
    margin-top: 100px !important;
  }
  /* line 21177, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-105 {
    margin-top: 105px !important;
  }
  /* line 21181, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-110 {
    margin-top: 110px !important;
  }
  /* line 21185, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-115 {
    margin-top: 115px !important;
  }
  /* line 21189, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-120 {
    margin-top: 120px !important;
  }
  /* line 21193, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-125 {
    margin-top: 125px !important;
  }
  /* line 21197, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-130 {
    margin-top: 130px !important;
  }
  /* line 21201, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-135 {
    margin-top: 135px !important;
  }
  /* line 21205, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-140 {
    margin-top: 140px !important;
  }
  /* line 21209, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-145 {
    margin-top: 145px !important;
  }
  /* line 21213, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-150 {
    margin-top: 150px !important;
  }
  /* line 21217, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-155 {
    margin-top: 155px !important;
  }
  /* line 21221, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-160 {
    margin-top: 160px !important;
  }
  /* line 21225, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-165 {
    margin-top: 165px !important;
  }
  /* line 21229, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-170 {
    margin-top: 170px !important;
  }
  /* line 21233, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-175 {
    margin-top: 175px !important;
  }
  /* line 21237, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-180 {
    margin-top: 180px !important;
  }
  /* line 21241, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-185 {
    margin-top: 185px !important;
  }
  /* line 21245, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-190 {
    margin-top: 190px !important;
  }
  /* line 21249, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-195 {
    margin-top: 195px !important;
  }
  /* line 21253, app/assets/stylesheets/theme/css/style.scss */
  .mt-lg-200 {
    margin-top: 200px !important;
  }
  /* line 21257, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-0 {
    margin-bottom: 0px !important;
  }
  /* line 21261, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-5 {
    margin-bottom: 5px !important;
  }
  /* line 21265, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-10 {
    margin-bottom: 10px !important;
  }
  /* line 21269, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-15 {
    margin-bottom: 15px !important;
  }
  /* line 21273, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-20 {
    margin-bottom: 20px !important;
  }
  /* line 21277, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-25 {
    margin-bottom: 25px !important;
  }
  /* line 21281, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-30 {
    margin-bottom: 30px !important;
  }
  /* line 21285, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-35 {
    margin-bottom: 35px !important;
  }
  /* line 21289, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-40 {
    margin-bottom: 40px !important;
  }
  /* line 21293, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-45 {
    margin-bottom: 45px !important;
  }
  /* line 21297, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-50 {
    margin-bottom: 50px !important;
  }
  /* line 21301, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-55 {
    margin-bottom: 55px !important;
  }
  /* line 21305, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-60 {
    margin-bottom: 60px !important;
  }
  /* line 21309, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-65 {
    margin-bottom: 65px !important;
  }
  /* line 21313, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-70 {
    margin-bottom: 70px !important;
  }
  /* line 21317, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-75 {
    margin-bottom: 75px !important;
  }
  /* line 21321, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-80 {
    margin-bottom: 80px !important;
  }
  /* line 21325, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-85 {
    margin-bottom: 85px !important;
  }
  /* line 21329, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-90 {
    margin-bottom: 90px !important;
  }
  /* line 21333, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-95 {
    margin-bottom: 95px !important;
  }
  /* line 21337, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-100 {
    margin-bottom: 100px !important;
  }
  /* line 21341, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-105 {
    margin-bottom: 105px !important;
  }
  /* line 21345, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-110 {
    margin-bottom: 110px !important;
  }
  /* line 21349, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-115 {
    margin-bottom: 115px !important;
  }
  /* line 21353, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-120 {
    margin-bottom: 120px !important;
  }
  /* line 21357, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-125 {
    margin-bottom: 125px !important;
  }
  /* line 21361, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-130 {
    margin-bottom: 130px !important;
  }
  /* line 21365, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-135 {
    margin-bottom: 135px !important;
  }
  /* line 21369, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-140 {
    margin-bottom: 140px !important;
  }
  /* line 21373, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-145 {
    margin-bottom: 145px !important;
  }
  /* line 21377, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-150 {
    margin-bottom: 150px !important;
  }
  /* line 21381, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-155 {
    margin-bottom: 155px !important;
  }
  /* line 21385, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-160 {
    margin-bottom: 160px !important;
  }
  /* line 21389, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-165 {
    margin-bottom: 165px !important;
  }
  /* line 21393, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-170 {
    margin-bottom: 170px !important;
  }
  /* line 21397, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-175 {
    margin-bottom: 175px !important;
  }
  /* line 21401, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-180 {
    margin-bottom: 180px !important;
  }
  /* line 21405, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-185 {
    margin-bottom: 185px !important;
  }
  /* line 21409, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-190 {
    margin-bottom: 190px !important;
  }
  /* line 21413, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-195 {
    margin-bottom: 195px !important;
  }
  /* line 21417, app/assets/stylesheets/theme/css/style.scss */
  .mb-lg-200 {
    margin-bottom: 200px !important;
  }
  /* line 21421, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-0 {
    margin-left: 0px !important;
  }
  /* line 21425, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-5 {
    margin-left: 5px !important;
  }
  /* line 21429, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-10 {
    margin-left: 10px !important;
  }
  /* line 21433, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-15 {
    margin-left: 15px !important;
  }
  /* line 21437, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-20 {
    margin-left: 20px !important;
  }
  /* line 21441, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-25 {
    margin-left: 25px !important;
  }
  /* line 21445, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-30 {
    margin-left: 30px !important;
  }
  /* line 21449, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-35 {
    margin-left: 35px !important;
  }
  /* line 21453, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-40 {
    margin-left: 40px !important;
  }
  /* line 21457, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-45 {
    margin-left: 45px !important;
  }
  /* line 21461, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-50 {
    margin-left: 50px !important;
  }
  /* line 21465, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-55 {
    margin-left: 55px !important;
  }
  /* line 21469, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-60 {
    margin-left: 60px !important;
  }
  /* line 21473, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-65 {
    margin-left: 65px !important;
  }
  /* line 21477, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-70 {
    margin-left: 70px !important;
  }
  /* line 21481, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-75 {
    margin-left: 75px !important;
  }
  /* line 21485, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-80 {
    margin-left: 80px !important;
  }
  /* line 21489, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-85 {
    margin-left: 85px !important;
  }
  /* line 21493, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-90 {
    margin-left: 90px !important;
  }
  /* line 21497, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-95 {
    margin-left: 95px !important;
  }
  /* line 21501, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-100 {
    margin-left: 100px !important;
  }
  /* line 21505, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-105 {
    margin-left: 105px !important;
  }
  /* line 21509, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-110 {
    margin-left: 110px !important;
  }
  /* line 21513, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-115 {
    margin-left: 115px !important;
  }
  /* line 21517, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-120 {
    margin-left: 120px !important;
  }
  /* line 21521, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-125 {
    margin-left: 125px !important;
  }
  /* line 21525, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-130 {
    margin-left: 130px !important;
  }
  /* line 21529, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-135 {
    margin-left: 135px !important;
  }
  /* line 21533, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-140 {
    margin-left: 140px !important;
  }
  /* line 21537, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-145 {
    margin-left: 145px !important;
  }
  /* line 21541, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-150 {
    margin-left: 150px !important;
  }
  /* line 21545, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-155 {
    margin-left: 155px !important;
  }
  /* line 21549, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-160 {
    margin-left: 160px !important;
  }
  /* line 21553, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-165 {
    margin-left: 165px !important;
  }
  /* line 21557, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-170 {
    margin-left: 170px !important;
  }
  /* line 21561, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-175 {
    margin-left: 175px !important;
  }
  /* line 21565, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-180 {
    margin-left: 180px !important;
  }
  /* line 21569, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-185 {
    margin-left: 185px !important;
  }
  /* line 21573, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-190 {
    margin-left: 190px !important;
  }
  /* line 21577, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-195 {
    margin-left: 195px !important;
  }
  /* line 21581, app/assets/stylesheets/theme/css/style.scss */
  .ms-lg-200 {
    margin-left: 200px !important;
  }
  /* line 21585, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-0 {
    margin-right: 0px !important;
  }
  /* line 21589, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-5 {
    margin-right: 5px !important;
  }
  /* line 21593, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-10 {
    margin-right: 10px !important;
  }
  /* line 21597, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-15 {
    margin-right: 15px !important;
  }
  /* line 21601, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-20 {
    margin-right: 20px !important;
  }
  /* line 21605, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-25 {
    margin-right: 25px !important;
  }
  /* line 21609, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-30 {
    margin-right: 30px !important;
  }
  /* line 21613, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-35 {
    margin-right: 35px !important;
  }
  /* line 21617, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-40 {
    margin-right: 40px !important;
  }
  /* line 21621, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-45 {
    margin-right: 45px !important;
  }
  /* line 21625, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-50 {
    margin-right: 50px !important;
  }
  /* line 21629, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-55 {
    margin-right: 55px !important;
  }
  /* line 21633, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-60 {
    margin-right: 60px !important;
  }
  /* line 21637, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-65 {
    margin-right: 65px !important;
  }
  /* line 21641, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-70 {
    margin-right: 70px !important;
  }
  /* line 21645, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-75 {
    margin-right: 75px !important;
  }
  /* line 21649, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-80 {
    margin-right: 80px !important;
  }
  /* line 21653, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-85 {
    margin-right: 85px !important;
  }
  /* line 21657, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-90 {
    margin-right: 90px !important;
  }
  /* line 21661, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-95 {
    margin-right: 95px !important;
  }
  /* line 21665, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-100 {
    margin-right: 100px !important;
  }
  /* line 21669, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-105 {
    margin-right: 105px !important;
  }
  /* line 21673, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-110 {
    margin-right: 110px !important;
  }
  /* line 21677, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-115 {
    margin-right: 115px !important;
  }
  /* line 21681, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-120 {
    margin-right: 120px !important;
  }
  /* line 21685, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-125 {
    margin-right: 125px !important;
  }
  /* line 21689, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-130 {
    margin-right: 130px !important;
  }
  /* line 21693, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-135 {
    margin-right: 135px !important;
  }
  /* line 21697, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-140 {
    margin-right: 140px !important;
  }
  /* line 21701, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-145 {
    margin-right: 145px !important;
  }
  /* line 21705, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-150 {
    margin-right: 150px !important;
  }
  /* line 21709, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-155 {
    margin-right: 155px !important;
  }
  /* line 21713, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-160 {
    margin-right: 160px !important;
  }
  /* line 21717, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-165 {
    margin-right: 165px !important;
  }
  /* line 21721, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-170 {
    margin-right: 170px !important;
  }
  /* line 21725, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-175 {
    margin-right: 175px !important;
  }
  /* line 21729, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-180 {
    margin-right: 180px !important;
  }
  /* line 21733, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-185 {
    margin-right: 185px !important;
  }
  /* line 21737, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-190 {
    margin-right: 190px !important;
  }
  /* line 21741, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-195 {
    margin-right: 195px !important;
  }
  /* line 21745, app/assets/stylesheets/theme/css/style.scss */
  .me-lg-200 {
    margin-right: 200px !important;
  }
  /* line 21749, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  /* line 21754, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  /* line 21759, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  /* line 21764, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  /* line 21769, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  /* line 21774, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  /* line 21779, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  /* line 21784, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  /* line 21789, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  /* line 21794, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  /* line 21799, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  /* line 21804, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  /* line 21809, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  /* line 21814, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  /* line 21819, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  /* line 21824, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  /* line 21829, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  /* line 21834, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  /* line 21839, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  /* line 21844, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  /* line 21849, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  /* line 21854, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }
  /* line 21859, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  /* line 21864, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }
  /* line 21869, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  /* line 21874, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-125 {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }
  /* line 21879, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-130 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }
  /* line 21884, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-135 {
    margin-left: 135px !important;
    margin-right: 135px !important;
  }
  /* line 21889, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-140 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }
  /* line 21894, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-145 {
    margin-left: 145px !important;
    margin-right: 145px !important;
  }
  /* line 21899, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  /* line 21904, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-155 {
    margin-left: 155px !important;
    margin-right: 155px !important;
  }
  /* line 21909, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  /* line 21914, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-165 {
    margin-left: 165px !important;
    margin-right: 165px !important;
  }
  /* line 21919, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-170 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }
  /* line 21924, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-175 {
    margin-left: 175px !important;
    margin-right: 175px !important;
  }
  /* line 21929, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-180 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }
  /* line 21934, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-185 {
    margin-left: 185px !important;
    margin-right: 185px !important;
  }
  /* line 21939, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-190 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }
  /* line 21944, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-195 {
    margin-left: 195px !important;
    margin-right: 195px !important;
  }
  /* line 21949, app/assets/stylesheets/theme/css/style.scss */
  .mx-lg-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  /* line 21954, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  /* line 21959, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  /* line 21964, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  /* line 21969, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  /* line 21974, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  /* line 21979, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  /* line 21984, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  /* line 21989, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  /* line 21994, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  /* line 21999, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  /* line 22004, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  /* line 22009, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  /* line 22014, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  /* line 22019, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  /* line 22024, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  /* line 22029, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  /* line 22034, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  /* line 22039, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  /* line 22044, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  /* line 22049, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  /* line 22054, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  /* line 22059, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  /* line 22064, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  /* line 22069, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  /* line 22074, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  /* line 22079, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }
  /* line 22084, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  /* line 22089, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }
  /* line 22094, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  /* line 22099, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }
  /* line 22104, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  /* line 22109, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important;
  }
  /* line 22114, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  /* line 22119, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
  }
  /* line 22124, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  /* line 22129, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
  }
  /* line 22134, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  /* line 22139, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
  }
  /* line 22144, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  /* line 22149, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important;
  }
  /* line 22154, app/assets/stylesheets/theme/css/style.scss */
  .my-lg-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
}

@media (min-width: 1200px) {
  /* line 22160, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-0 {
    margin: 0px !important;
  }
  /* line 22164, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-5 {
    margin: 5px !important;
  }
  /* line 22168, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-10 {
    margin: 10px !important;
  }
  /* line 22172, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-15 {
    margin: 15px !important;
  }
  /* line 22176, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-20 {
    margin: 20px !important;
  }
  /* line 22180, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-25 {
    margin: 25px !important;
  }
  /* line 22184, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-30 {
    margin: 30px !important;
  }
  /* line 22188, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-35 {
    margin: 35px !important;
  }
  /* line 22192, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-40 {
    margin: 40px !important;
  }
  /* line 22196, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-45 {
    margin: 45px !important;
  }
  /* line 22200, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-50 {
    margin: 50px !important;
  }
  /* line 22204, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-55 {
    margin: 55px !important;
  }
  /* line 22208, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-60 {
    margin: 60px !important;
  }
  /* line 22212, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-65 {
    margin: 65px !important;
  }
  /* line 22216, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-70 {
    margin: 70px !important;
  }
  /* line 22220, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-75 {
    margin: 75px !important;
  }
  /* line 22224, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-80 {
    margin: 80px !important;
  }
  /* line 22228, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-85 {
    margin: 85px !important;
  }
  /* line 22232, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-90 {
    margin: 90px !important;
  }
  /* line 22236, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-95 {
    margin: 95px !important;
  }
  /* line 22240, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-100 {
    margin: 100px !important;
  }
  /* line 22244, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-105 {
    margin: 105px !important;
  }
  /* line 22248, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-110 {
    margin: 110px !important;
  }
  /* line 22252, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-115 {
    margin: 115px !important;
  }
  /* line 22256, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-120 {
    margin: 120px !important;
  }
  /* line 22260, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-125 {
    margin: 125px !important;
  }
  /* line 22264, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-130 {
    margin: 130px !important;
  }
  /* line 22268, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-135 {
    margin: 135px !important;
  }
  /* line 22272, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-140 {
    margin: 140px !important;
  }
  /* line 22276, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-145 {
    margin: 145px !important;
  }
  /* line 22280, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-150 {
    margin: 150px !important;
  }
  /* line 22284, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-155 {
    margin: 155px !important;
  }
  /* line 22288, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-160 {
    margin: 160px !important;
  }
  /* line 22292, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-165 {
    margin: 165px !important;
  }
  /* line 22296, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-170 {
    margin: 170px !important;
  }
  /* line 22300, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-175 {
    margin: 175px !important;
  }
  /* line 22304, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-180 {
    margin: 180px !important;
  }
  /* line 22308, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-185 {
    margin: 185px !important;
  }
  /* line 22312, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-190 {
    margin: 190px !important;
  }
  /* line 22316, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-195 {
    margin: 195px !important;
  }
  /* line 22320, app/assets/stylesheets/theme/css/style.scss */
  .m-xl-200 {
    margin: 200px !important;
  }
  /* line 22324, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-0 {
    margin-top: 0px !important;
  }
  /* line 22328, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-5 {
    margin-top: 5px !important;
  }
  /* line 22332, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-10 {
    margin-top: 10px !important;
  }
  /* line 22336, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-15 {
    margin-top: 15px !important;
  }
  /* line 22340, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-20 {
    margin-top: 20px !important;
  }
  /* line 22344, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-25 {
    margin-top: 25px !important;
  }
  /* line 22348, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-30 {
    margin-top: 30px !important;
  }
  /* line 22352, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-35 {
    margin-top: 35px !important;
  }
  /* line 22356, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-40 {
    margin-top: 40px !important;
  }
  /* line 22360, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-45 {
    margin-top: 45px !important;
  }
  /* line 22364, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-50 {
    margin-top: 50px !important;
  }
  /* line 22368, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-55 {
    margin-top: 55px !important;
  }
  /* line 22372, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-60 {
    margin-top: 60px !important;
  }
  /* line 22376, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-65 {
    margin-top: 65px !important;
  }
  /* line 22380, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-70 {
    margin-top: 70px !important;
  }
  /* line 22384, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-75 {
    margin-top: 75px !important;
  }
  /* line 22388, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-80 {
    margin-top: 80px !important;
  }
  /* line 22392, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-85 {
    margin-top: 85px !important;
  }
  /* line 22396, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-90 {
    margin-top: 90px !important;
  }
  /* line 22400, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-95 {
    margin-top: 95px !important;
  }
  /* line 22404, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-100 {
    margin-top: 100px !important;
  }
  /* line 22408, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-105 {
    margin-top: 105px !important;
  }
  /* line 22412, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-110 {
    margin-top: 110px !important;
  }
  /* line 22416, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-115 {
    margin-top: 115px !important;
  }
  /* line 22420, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-120 {
    margin-top: 120px !important;
  }
  /* line 22424, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-125 {
    margin-top: 125px !important;
  }
  /* line 22428, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-130 {
    margin-top: 130px !important;
  }
  /* line 22432, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-135 {
    margin-top: 135px !important;
  }
  /* line 22436, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-140 {
    margin-top: 140px !important;
  }
  /* line 22440, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-145 {
    margin-top: 145px !important;
  }
  /* line 22444, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-150 {
    margin-top: 150px !important;
  }
  /* line 22448, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-155 {
    margin-top: 155px !important;
  }
  /* line 22452, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-160 {
    margin-top: 160px !important;
  }
  /* line 22456, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-165 {
    margin-top: 165px !important;
  }
  /* line 22460, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-170 {
    margin-top: 170px !important;
  }
  /* line 22464, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-175 {
    margin-top: 175px !important;
  }
  /* line 22468, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-180 {
    margin-top: 180px !important;
  }
  /* line 22472, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-185 {
    margin-top: 185px !important;
  }
  /* line 22476, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-190 {
    margin-top: 190px !important;
  }
  /* line 22480, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-195 {
    margin-top: 195px !important;
  }
  /* line 22484, app/assets/stylesheets/theme/css/style.scss */
  .mt-xl-200 {
    margin-top: 200px !important;
  }
  /* line 22488, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-0 {
    margin-bottom: 0px !important;
  }
  /* line 22492, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-5 {
    margin-bottom: 5px !important;
  }
  /* line 22496, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-10 {
    margin-bottom: 10px !important;
  }
  /* line 22500, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-15 {
    margin-bottom: 15px !important;
  }
  /* line 22504, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-20 {
    margin-bottom: 20px !important;
  }
  /* line 22508, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-25 {
    margin-bottom: 25px !important;
  }
  /* line 22512, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-30 {
    margin-bottom: 30px !important;
  }
  /* line 22516, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-35 {
    margin-bottom: 35px !important;
  }
  /* line 22520, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-40 {
    margin-bottom: 40px !important;
  }
  /* line 22524, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-45 {
    margin-bottom: 45px !important;
  }
  /* line 22528, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-50 {
    margin-bottom: 50px !important;
  }
  /* line 22532, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-55 {
    margin-bottom: 55px !important;
  }
  /* line 22536, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-60 {
    margin-bottom: 60px !important;
  }
  /* line 22540, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-65 {
    margin-bottom: 65px !important;
  }
  /* line 22544, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-70 {
    margin-bottom: 70px !important;
  }
  /* line 22548, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-75 {
    margin-bottom: 75px !important;
  }
  /* line 22552, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-80 {
    margin-bottom: 80px !important;
  }
  /* line 22556, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-85 {
    margin-bottom: 85px !important;
  }
  /* line 22560, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-90 {
    margin-bottom: 90px !important;
  }
  /* line 22564, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-95 {
    margin-bottom: 95px !important;
  }
  /* line 22568, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-100 {
    margin-bottom: 100px !important;
  }
  /* line 22572, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-105 {
    margin-bottom: 105px !important;
  }
  /* line 22576, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-110 {
    margin-bottom: 110px !important;
  }
  /* line 22580, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-115 {
    margin-bottom: 115px !important;
  }
  /* line 22584, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-120 {
    margin-bottom: 120px !important;
  }
  /* line 22588, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-125 {
    margin-bottom: 125px !important;
  }
  /* line 22592, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-130 {
    margin-bottom: 130px !important;
  }
  /* line 22596, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-135 {
    margin-bottom: 135px !important;
  }
  /* line 22600, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-140 {
    margin-bottom: 140px !important;
  }
  /* line 22604, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-145 {
    margin-bottom: 145px !important;
  }
  /* line 22608, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-150 {
    margin-bottom: 150px !important;
  }
  /* line 22612, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-155 {
    margin-bottom: 155px !important;
  }
  /* line 22616, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-160 {
    margin-bottom: 160px !important;
  }
  /* line 22620, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-165 {
    margin-bottom: 165px !important;
  }
  /* line 22624, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-170 {
    margin-bottom: 170px !important;
  }
  /* line 22628, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-175 {
    margin-bottom: 175px !important;
  }
  /* line 22632, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-180 {
    margin-bottom: 180px !important;
  }
  /* line 22636, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-185 {
    margin-bottom: 185px !important;
  }
  /* line 22640, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-190 {
    margin-bottom: 190px !important;
  }
  /* line 22644, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-195 {
    margin-bottom: 195px !important;
  }
  /* line 22648, app/assets/stylesheets/theme/css/style.scss */
  .mb-xl-200 {
    margin-bottom: 200px !important;
  }
  /* line 22652, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-0 {
    margin-left: 0px !important;
  }
  /* line 22656, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-5 {
    margin-left: 5px !important;
  }
  /* line 22660, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-10 {
    margin-left: 10px !important;
  }
  /* line 22664, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-15 {
    margin-left: 15px !important;
  }
  /* line 22668, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-20 {
    margin-left: 20px !important;
  }
  /* line 22672, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-25 {
    margin-left: 25px !important;
  }
  /* line 22676, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-30 {
    margin-left: 30px !important;
  }
  /* line 22680, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-35 {
    margin-left: 35px !important;
  }
  /* line 22684, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-40 {
    margin-left: 40px !important;
  }
  /* line 22688, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-45 {
    margin-left: 45px !important;
  }
  /* line 22692, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-50 {
    margin-left: 50px !important;
  }
  /* line 22696, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-55 {
    margin-left: 55px !important;
  }
  /* line 22700, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-60 {
    margin-left: 60px !important;
  }
  /* line 22704, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-65 {
    margin-left: 65px !important;
  }
  /* line 22708, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-70 {
    margin-left: 70px !important;
  }
  /* line 22712, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-75 {
    margin-left: 75px !important;
  }
  /* line 22716, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-80 {
    margin-left: 80px !important;
  }
  /* line 22720, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-85 {
    margin-left: 85px !important;
  }
  /* line 22724, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-90 {
    margin-left: 90px !important;
  }
  /* line 22728, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-95 {
    margin-left: 95px !important;
  }
  /* line 22732, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-100 {
    margin-left: 100px !important;
  }
  /* line 22736, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-105 {
    margin-left: 105px !important;
  }
  /* line 22740, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-110 {
    margin-left: 110px !important;
  }
  /* line 22744, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-115 {
    margin-left: 115px !important;
  }
  /* line 22748, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-120 {
    margin-left: 120px !important;
  }
  /* line 22752, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-125 {
    margin-left: 125px !important;
  }
  /* line 22756, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-130 {
    margin-left: 130px !important;
  }
  /* line 22760, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-135 {
    margin-left: 135px !important;
  }
  /* line 22764, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-140 {
    margin-left: 140px !important;
  }
  /* line 22768, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-145 {
    margin-left: 145px !important;
  }
  /* line 22772, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-150 {
    margin-left: 150px !important;
  }
  /* line 22776, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-155 {
    margin-left: 155px !important;
  }
  /* line 22780, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-160 {
    margin-left: 160px !important;
  }
  /* line 22784, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-165 {
    margin-left: 165px !important;
  }
  /* line 22788, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-170 {
    margin-left: 170px !important;
  }
  /* line 22792, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-175 {
    margin-left: 175px !important;
  }
  /* line 22796, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-180 {
    margin-left: 180px !important;
  }
  /* line 22800, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-185 {
    margin-left: 185px !important;
  }
  /* line 22804, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-190 {
    margin-left: 190px !important;
  }
  /* line 22808, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-195 {
    margin-left: 195px !important;
  }
  /* line 22812, app/assets/stylesheets/theme/css/style.scss */
  .ms-xl-200 {
    margin-left: 200px !important;
  }
  /* line 22816, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-0 {
    margin-right: 0px !important;
  }
  /* line 22820, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-5 {
    margin-right: 5px !important;
  }
  /* line 22824, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-10 {
    margin-right: 10px !important;
  }
  /* line 22828, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-15 {
    margin-right: 15px !important;
  }
  /* line 22832, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-20 {
    margin-right: 20px !important;
  }
  /* line 22836, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-25 {
    margin-right: 25px !important;
  }
  /* line 22840, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-30 {
    margin-right: 30px !important;
  }
  /* line 22844, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-35 {
    margin-right: 35px !important;
  }
  /* line 22848, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-40 {
    margin-right: 40px !important;
  }
  /* line 22852, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-45 {
    margin-right: 45px !important;
  }
  /* line 22856, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-50 {
    margin-right: 50px !important;
  }
  /* line 22860, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-55 {
    margin-right: 55px !important;
  }
  /* line 22864, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-60 {
    margin-right: 60px !important;
  }
  /* line 22868, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-65 {
    margin-right: 65px !important;
  }
  /* line 22872, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-70 {
    margin-right: 70px !important;
  }
  /* line 22876, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-75 {
    margin-right: 75px !important;
  }
  /* line 22880, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-80 {
    margin-right: 80px !important;
  }
  /* line 22884, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-85 {
    margin-right: 85px !important;
  }
  /* line 22888, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-90 {
    margin-right: 90px !important;
  }
  /* line 22892, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-95 {
    margin-right: 95px !important;
  }
  /* line 22896, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-100 {
    margin-right: 100px !important;
  }
  /* line 22900, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-105 {
    margin-right: 105px !important;
  }
  /* line 22904, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-110 {
    margin-right: 110px !important;
  }
  /* line 22908, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-115 {
    margin-right: 115px !important;
  }
  /* line 22912, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-120 {
    margin-right: 120px !important;
  }
  /* line 22916, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-125 {
    margin-right: 125px !important;
  }
  /* line 22920, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-130 {
    margin-right: 130px !important;
  }
  /* line 22924, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-135 {
    margin-right: 135px !important;
  }
  /* line 22928, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-140 {
    margin-right: 140px !important;
  }
  /* line 22932, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-145 {
    margin-right: 145px !important;
  }
  /* line 22936, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-150 {
    margin-right: 150px !important;
  }
  /* line 22940, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-155 {
    margin-right: 155px !important;
  }
  /* line 22944, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-160 {
    margin-right: 160px !important;
  }
  /* line 22948, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-165 {
    margin-right: 165px !important;
  }
  /* line 22952, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-170 {
    margin-right: 170px !important;
  }
  /* line 22956, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-175 {
    margin-right: 175px !important;
  }
  /* line 22960, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-180 {
    margin-right: 180px !important;
  }
  /* line 22964, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-185 {
    margin-right: 185px !important;
  }
  /* line 22968, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-190 {
    margin-right: 190px !important;
  }
  /* line 22972, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-195 {
    margin-right: 195px !important;
  }
  /* line 22976, app/assets/stylesheets/theme/css/style.scss */
  .me-xl-200 {
    margin-right: 200px !important;
  }
  /* line 22980, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  /* line 22985, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  /* line 22990, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  /* line 22995, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  /* line 23000, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  /* line 23005, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  /* line 23010, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  /* line 23015, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  /* line 23020, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  /* line 23025, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  /* line 23030, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  /* line 23035, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  /* line 23040, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  /* line 23045, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  /* line 23050, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  /* line 23055, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  /* line 23060, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  /* line 23065, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  /* line 23070, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  /* line 23075, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  /* line 23080, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  /* line 23085, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }
  /* line 23090, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  /* line 23095, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }
  /* line 23100, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  /* line 23105, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-125 {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }
  /* line 23110, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-130 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }
  /* line 23115, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-135 {
    margin-left: 135px !important;
    margin-right: 135px !important;
  }
  /* line 23120, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-140 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }
  /* line 23125, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-145 {
    margin-left: 145px !important;
    margin-right: 145px !important;
  }
  /* line 23130, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  /* line 23135, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-155 {
    margin-left: 155px !important;
    margin-right: 155px !important;
  }
  /* line 23140, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  /* line 23145, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-165 {
    margin-left: 165px !important;
    margin-right: 165px !important;
  }
  /* line 23150, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-170 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }
  /* line 23155, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-175 {
    margin-left: 175px !important;
    margin-right: 175px !important;
  }
  /* line 23160, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-180 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }
  /* line 23165, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-185 {
    margin-left: 185px !important;
    margin-right: 185px !important;
  }
  /* line 23170, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-190 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }
  /* line 23175, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-195 {
    margin-left: 195px !important;
    margin-right: 195px !important;
  }
  /* line 23180, app/assets/stylesheets/theme/css/style.scss */
  .mx-xl-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  /* line 23185, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  /* line 23190, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  /* line 23195, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  /* line 23200, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  /* line 23205, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  /* line 23210, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  /* line 23215, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  /* line 23220, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  /* line 23225, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  /* line 23230, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  /* line 23235, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  /* line 23240, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  /* line 23245, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  /* line 23250, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  /* line 23255, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  /* line 23260, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  /* line 23265, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  /* line 23270, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  /* line 23275, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  /* line 23280, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  /* line 23285, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  /* line 23290, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  /* line 23295, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  /* line 23300, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  /* line 23305, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  /* line 23310, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }
  /* line 23315, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  /* line 23320, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }
  /* line 23325, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  /* line 23330, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }
  /* line 23335, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  /* line 23340, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important;
  }
  /* line 23345, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  /* line 23350, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
  }
  /* line 23355, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  /* line 23360, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
  }
  /* line 23365, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  /* line 23370, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
  }
  /* line 23375, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  /* line 23380, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important;
  }
  /* line 23385, app/assets/stylesheets/theme/css/style.scss */
  .my-xl-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
}

@media (min-width: 1440px) {
  /* line 23391, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-0 {
    margin: 0px !important;
  }
  /* line 23395, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-5 {
    margin: 5px !important;
  }
  /* line 23399, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-10 {
    margin: 10px !important;
  }
  /* line 23403, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-15 {
    margin: 15px !important;
  }
  /* line 23407, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-20 {
    margin: 20px !important;
  }
  /* line 23411, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-25 {
    margin: 25px !important;
  }
  /* line 23415, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-30 {
    margin: 30px !important;
  }
  /* line 23419, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-35 {
    margin: 35px !important;
  }
  /* line 23423, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-40 {
    margin: 40px !important;
  }
  /* line 23427, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-45 {
    margin: 45px !important;
  }
  /* line 23431, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-50 {
    margin: 50px !important;
  }
  /* line 23435, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-55 {
    margin: 55px !important;
  }
  /* line 23439, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-60 {
    margin: 60px !important;
  }
  /* line 23443, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-65 {
    margin: 65px !important;
  }
  /* line 23447, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-70 {
    margin: 70px !important;
  }
  /* line 23451, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-75 {
    margin: 75px !important;
  }
  /* line 23455, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-80 {
    margin: 80px !important;
  }
  /* line 23459, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-85 {
    margin: 85px !important;
  }
  /* line 23463, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-90 {
    margin: 90px !important;
  }
  /* line 23467, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-95 {
    margin: 95px !important;
  }
  /* line 23471, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-100 {
    margin: 100px !important;
  }
  /* line 23475, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-105 {
    margin: 105px !important;
  }
  /* line 23479, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-110 {
    margin: 110px !important;
  }
  /* line 23483, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-115 {
    margin: 115px !important;
  }
  /* line 23487, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-120 {
    margin: 120px !important;
  }
  /* line 23491, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-125 {
    margin: 125px !important;
  }
  /* line 23495, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-130 {
    margin: 130px !important;
  }
  /* line 23499, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-135 {
    margin: 135px !important;
  }
  /* line 23503, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-140 {
    margin: 140px !important;
  }
  /* line 23507, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-145 {
    margin: 145px !important;
  }
  /* line 23511, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-150 {
    margin: 150px !important;
  }
  /* line 23515, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-155 {
    margin: 155px !important;
  }
  /* line 23519, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-160 {
    margin: 160px !important;
  }
  /* line 23523, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-165 {
    margin: 165px !important;
  }
  /* line 23527, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-170 {
    margin: 170px !important;
  }
  /* line 23531, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-175 {
    margin: 175px !important;
  }
  /* line 23535, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-180 {
    margin: 180px !important;
  }
  /* line 23539, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-185 {
    margin: 185px !important;
  }
  /* line 23543, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-190 {
    margin: 190px !important;
  }
  /* line 23547, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-195 {
    margin: 195px !important;
  }
  /* line 23551, app/assets/stylesheets/theme/css/style.scss */
  .m-xxl-200 {
    margin: 200px !important;
  }
  /* line 23555, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-0 {
    margin-top: 0px !important;
  }
  /* line 23559, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-5 {
    margin-top: 5px !important;
  }
  /* line 23563, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-10 {
    margin-top: 10px !important;
  }
  /* line 23567, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-15 {
    margin-top: 15px !important;
  }
  /* line 23571, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-20 {
    margin-top: 20px !important;
  }
  /* line 23575, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-25 {
    margin-top: 25px !important;
  }
  /* line 23579, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-30 {
    margin-top: 30px !important;
  }
  /* line 23583, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-35 {
    margin-top: 35px !important;
  }
  /* line 23587, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-40 {
    margin-top: 40px !important;
  }
  /* line 23591, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-45 {
    margin-top: 45px !important;
  }
  /* line 23595, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-50 {
    margin-top: 50px !important;
  }
  /* line 23599, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-55 {
    margin-top: 55px !important;
  }
  /* line 23603, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-60 {
    margin-top: 60px !important;
  }
  /* line 23607, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-65 {
    margin-top: 65px !important;
  }
  /* line 23611, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-70 {
    margin-top: 70px !important;
  }
  /* line 23615, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-75 {
    margin-top: 75px !important;
  }
  /* line 23619, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-80 {
    margin-top: 80px !important;
  }
  /* line 23623, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-85 {
    margin-top: 85px !important;
  }
  /* line 23627, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-90 {
    margin-top: 90px !important;
  }
  /* line 23631, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-95 {
    margin-top: 95px !important;
  }
  /* line 23635, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-100 {
    margin-top: 100px !important;
  }
  /* line 23639, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-105 {
    margin-top: 105px !important;
  }
  /* line 23643, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-110 {
    margin-top: 110px !important;
  }
  /* line 23647, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-115 {
    margin-top: 115px !important;
  }
  /* line 23651, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-120 {
    margin-top: 120px !important;
  }
  /* line 23655, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-125 {
    margin-top: 125px !important;
  }
  /* line 23659, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-130 {
    margin-top: 130px !important;
  }
  /* line 23663, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-135 {
    margin-top: 135px !important;
  }
  /* line 23667, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-140 {
    margin-top: 140px !important;
  }
  /* line 23671, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-145 {
    margin-top: 145px !important;
  }
  /* line 23675, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-150 {
    margin-top: 150px !important;
  }
  /* line 23679, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-155 {
    margin-top: 155px !important;
  }
  /* line 23683, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-160 {
    margin-top: 160px !important;
  }
  /* line 23687, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-165 {
    margin-top: 165px !important;
  }
  /* line 23691, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-170 {
    margin-top: 170px !important;
  }
  /* line 23695, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-175 {
    margin-top: 175px !important;
  }
  /* line 23699, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-180 {
    margin-top: 180px !important;
  }
  /* line 23703, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-185 {
    margin-top: 185px !important;
  }
  /* line 23707, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-190 {
    margin-top: 190px !important;
  }
  /* line 23711, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-195 {
    margin-top: 195px !important;
  }
  /* line 23715, app/assets/stylesheets/theme/css/style.scss */
  .mt-xxl-200 {
    margin-top: 200px !important;
  }
  /* line 23719, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-0 {
    margin-bottom: 0px !important;
  }
  /* line 23723, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-5 {
    margin-bottom: 5px !important;
  }
  /* line 23727, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-10 {
    margin-bottom: 10px !important;
  }
  /* line 23731, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-15 {
    margin-bottom: 15px !important;
  }
  /* line 23735, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-20 {
    margin-bottom: 20px !important;
  }
  /* line 23739, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-25 {
    margin-bottom: 25px !important;
  }
  /* line 23743, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-30 {
    margin-bottom: 30px !important;
  }
  /* line 23747, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-35 {
    margin-bottom: 35px !important;
  }
  /* line 23751, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-40 {
    margin-bottom: 40px !important;
  }
  /* line 23755, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-45 {
    margin-bottom: 45px !important;
  }
  /* line 23759, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-50 {
    margin-bottom: 50px !important;
  }
  /* line 23763, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-55 {
    margin-bottom: 55px !important;
  }
  /* line 23767, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-60 {
    margin-bottom: 60px !important;
  }
  /* line 23771, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-65 {
    margin-bottom: 65px !important;
  }
  /* line 23775, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-70 {
    margin-bottom: 70px !important;
  }
  /* line 23779, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-75 {
    margin-bottom: 75px !important;
  }
  /* line 23783, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-80 {
    margin-bottom: 80px !important;
  }
  /* line 23787, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-85 {
    margin-bottom: 85px !important;
  }
  /* line 23791, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-90 {
    margin-bottom: 90px !important;
  }
  /* line 23795, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-95 {
    margin-bottom: 95px !important;
  }
  /* line 23799, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-100 {
    margin-bottom: 100px !important;
  }
  /* line 23803, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-105 {
    margin-bottom: 105px !important;
  }
  /* line 23807, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-110 {
    margin-bottom: 110px !important;
  }
  /* line 23811, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-115 {
    margin-bottom: 115px !important;
  }
  /* line 23815, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-120 {
    margin-bottom: 120px !important;
  }
  /* line 23819, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-125 {
    margin-bottom: 125px !important;
  }
  /* line 23823, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-130 {
    margin-bottom: 130px !important;
  }
  /* line 23827, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-135 {
    margin-bottom: 135px !important;
  }
  /* line 23831, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-140 {
    margin-bottom: 140px !important;
  }
  /* line 23835, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-145 {
    margin-bottom: 145px !important;
  }
  /* line 23839, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-150 {
    margin-bottom: 150px !important;
  }
  /* line 23843, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-155 {
    margin-bottom: 155px !important;
  }
  /* line 23847, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-160 {
    margin-bottom: 160px !important;
  }
  /* line 23851, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-165 {
    margin-bottom: 165px !important;
  }
  /* line 23855, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-170 {
    margin-bottom: 170px !important;
  }
  /* line 23859, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-175 {
    margin-bottom: 175px !important;
  }
  /* line 23863, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-180 {
    margin-bottom: 180px !important;
  }
  /* line 23867, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-185 {
    margin-bottom: 185px !important;
  }
  /* line 23871, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-190 {
    margin-bottom: 190px !important;
  }
  /* line 23875, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-195 {
    margin-bottom: 195px !important;
  }
  /* line 23879, app/assets/stylesheets/theme/css/style.scss */
  .mb-xxl-200 {
    margin-bottom: 200px !important;
  }
  /* line 23883, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-0 {
    margin-left: 0px !important;
  }
  /* line 23887, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-5 {
    margin-left: 5px !important;
  }
  /* line 23891, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-10 {
    margin-left: 10px !important;
  }
  /* line 23895, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-15 {
    margin-left: 15px !important;
  }
  /* line 23899, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-20 {
    margin-left: 20px !important;
  }
  /* line 23903, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-25 {
    margin-left: 25px !important;
  }
  /* line 23907, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-30 {
    margin-left: 30px !important;
  }
  /* line 23911, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-35 {
    margin-left: 35px !important;
  }
  /* line 23915, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-40 {
    margin-left: 40px !important;
  }
  /* line 23919, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-45 {
    margin-left: 45px !important;
  }
  /* line 23923, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-50 {
    margin-left: 50px !important;
  }
  /* line 23927, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-55 {
    margin-left: 55px !important;
  }
  /* line 23931, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-60 {
    margin-left: 60px !important;
  }
  /* line 23935, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-65 {
    margin-left: 65px !important;
  }
  /* line 23939, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-70 {
    margin-left: 70px !important;
  }
  /* line 23943, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-75 {
    margin-left: 75px !important;
  }
  /* line 23947, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-80 {
    margin-left: 80px !important;
  }
  /* line 23951, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-85 {
    margin-left: 85px !important;
  }
  /* line 23955, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-90 {
    margin-left: 90px !important;
  }
  /* line 23959, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-95 {
    margin-left: 95px !important;
  }
  /* line 23963, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-100 {
    margin-left: 100px !important;
  }
  /* line 23967, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-105 {
    margin-left: 105px !important;
  }
  /* line 23971, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-110 {
    margin-left: 110px !important;
  }
  /* line 23975, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-115 {
    margin-left: 115px !important;
  }
  /* line 23979, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-120 {
    margin-left: 120px !important;
  }
  /* line 23983, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-125 {
    margin-left: 125px !important;
  }
  /* line 23987, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-130 {
    margin-left: 130px !important;
  }
  /* line 23991, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-135 {
    margin-left: 135px !important;
  }
  /* line 23995, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-140 {
    margin-left: 140px !important;
  }
  /* line 23999, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-145 {
    margin-left: 145px !important;
  }
  /* line 24003, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-150 {
    margin-left: 150px !important;
  }
  /* line 24007, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-155 {
    margin-left: 155px !important;
  }
  /* line 24011, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-160 {
    margin-left: 160px !important;
  }
  /* line 24015, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-165 {
    margin-left: 165px !important;
  }
  /* line 24019, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-170 {
    margin-left: 170px !important;
  }
  /* line 24023, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-175 {
    margin-left: 175px !important;
  }
  /* line 24027, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-180 {
    margin-left: 180px !important;
  }
  /* line 24031, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-185 {
    margin-left: 185px !important;
  }
  /* line 24035, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-190 {
    margin-left: 190px !important;
  }
  /* line 24039, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-195 {
    margin-left: 195px !important;
  }
  /* line 24043, app/assets/stylesheets/theme/css/style.scss */
  .ms-xxl-200 {
    margin-left: 200px !important;
  }
  /* line 24047, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-0 {
    margin-right: 0px !important;
  }
  /* line 24051, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-5 {
    margin-right: 5px !important;
  }
  /* line 24055, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-10 {
    margin-right: 10px !important;
  }
  /* line 24059, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-15 {
    margin-right: 15px !important;
  }
  /* line 24063, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-20 {
    margin-right: 20px !important;
  }
  /* line 24067, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-25 {
    margin-right: 25px !important;
  }
  /* line 24071, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-30 {
    margin-right: 30px !important;
  }
  /* line 24075, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-35 {
    margin-right: 35px !important;
  }
  /* line 24079, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-40 {
    margin-right: 40px !important;
  }
  /* line 24083, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-45 {
    margin-right: 45px !important;
  }
  /* line 24087, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-50 {
    margin-right: 50px !important;
  }
  /* line 24091, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-55 {
    margin-right: 55px !important;
  }
  /* line 24095, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-60 {
    margin-right: 60px !important;
  }
  /* line 24099, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-65 {
    margin-right: 65px !important;
  }
  /* line 24103, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-70 {
    margin-right: 70px !important;
  }
  /* line 24107, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-75 {
    margin-right: 75px !important;
  }
  /* line 24111, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-80 {
    margin-right: 80px !important;
  }
  /* line 24115, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-85 {
    margin-right: 85px !important;
  }
  /* line 24119, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-90 {
    margin-right: 90px !important;
  }
  /* line 24123, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-95 {
    margin-right: 95px !important;
  }
  /* line 24127, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-100 {
    margin-right: 100px !important;
  }
  /* line 24131, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-105 {
    margin-right: 105px !important;
  }
  /* line 24135, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-110 {
    margin-right: 110px !important;
  }
  /* line 24139, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-115 {
    margin-right: 115px !important;
  }
  /* line 24143, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-120 {
    margin-right: 120px !important;
  }
  /* line 24147, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-125 {
    margin-right: 125px !important;
  }
  /* line 24151, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-130 {
    margin-right: 130px !important;
  }
  /* line 24155, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-135 {
    margin-right: 135px !important;
  }
  /* line 24159, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-140 {
    margin-right: 140px !important;
  }
  /* line 24163, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-145 {
    margin-right: 145px !important;
  }
  /* line 24167, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-150 {
    margin-right: 150px !important;
  }
  /* line 24171, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-155 {
    margin-right: 155px !important;
  }
  /* line 24175, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-160 {
    margin-right: 160px !important;
  }
  /* line 24179, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-165 {
    margin-right: 165px !important;
  }
  /* line 24183, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-170 {
    margin-right: 170px !important;
  }
  /* line 24187, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-175 {
    margin-right: 175px !important;
  }
  /* line 24191, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-180 {
    margin-right: 180px !important;
  }
  /* line 24195, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-185 {
    margin-right: 185px !important;
  }
  /* line 24199, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-190 {
    margin-right: 190px !important;
  }
  /* line 24203, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-195 {
    margin-right: 195px !important;
  }
  /* line 24207, app/assets/stylesheets/theme/css/style.scss */
  .me-xxl-200 {
    margin-right: 200px !important;
  }
  /* line 24211, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  /* line 24216, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
  /* line 24221, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  /* line 24226, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  /* line 24231, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  /* line 24236, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
  }
  /* line 24241, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  /* line 24246, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
  }
  /* line 24251, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
  }
  /* line 24256, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
  }
  /* line 24261, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
  }
  /* line 24266, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  /* line 24271, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  /* line 24276, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  /* line 24281, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
  }
  /* line 24286, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
  }
  /* line 24291, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
  }
  /* line 24296, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
  }
  /* line 24301, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  /* line 24306, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
  }
  /* line 24311, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
  }
  /* line 24316, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-105 {
    margin-left: 105px !important;
    margin-right: 105px !important;
  }
  /* line 24321, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-110 {
    margin-left: 110px !important;
    margin-right: 110px !important;
  }
  /* line 24326, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-115 {
    margin-left: 115px !important;
    margin-right: 115px !important;
  }
  /* line 24331, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-120 {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  /* line 24336, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-125 {
    margin-left: 125px !important;
    margin-right: 125px !important;
  }
  /* line 24341, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-130 {
    margin-left: 130px !important;
    margin-right: 130px !important;
  }
  /* line 24346, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-135 {
    margin-left: 135px !important;
    margin-right: 135px !important;
  }
  /* line 24351, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-140 {
    margin-left: 140px !important;
    margin-right: 140px !important;
  }
  /* line 24356, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-145 {
    margin-left: 145px !important;
    margin-right: 145px !important;
  }
  /* line 24361, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-150 {
    margin-left: 150px !important;
    margin-right: 150px !important;
  }
  /* line 24366, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-155 {
    margin-left: 155px !important;
    margin-right: 155px !important;
  }
  /* line 24371, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-160 {
    margin-left: 160px !important;
    margin-right: 160px !important;
  }
  /* line 24376, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-165 {
    margin-left: 165px !important;
    margin-right: 165px !important;
  }
  /* line 24381, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-170 {
    margin-left: 170px !important;
    margin-right: 170px !important;
  }
  /* line 24386, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-175 {
    margin-left: 175px !important;
    margin-right: 175px !important;
  }
  /* line 24391, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-180 {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }
  /* line 24396, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-185 {
    margin-left: 185px !important;
    margin-right: 185px !important;
  }
  /* line 24401, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-190 {
    margin-left: 190px !important;
    margin-right: 190px !important;
  }
  /* line 24406, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-195 {
    margin-left: 195px !important;
    margin-right: 195px !important;
  }
  /* line 24411, app/assets/stylesheets/theme/css/style.scss */
  .mx-xxl-200 {
    margin-left: 200px !important;
    margin-right: 200px !important;
  }
  /* line 24416, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  /* line 24421, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-5 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
  /* line 24426, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  /* line 24431, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
  }
  /* line 24436, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  /* line 24441, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-25 {
    margin-top: 25px !important;
    margin-bottom: 25px !important;
  }
  /* line 24446, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-30 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  /* line 24451, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-35 {
    margin-top: 35px !important;
    margin-bottom: 35px !important;
  }
  /* line 24456, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-40 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
  /* line 24461, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-45 {
    margin-top: 45px !important;
    margin-bottom: 45px !important;
  }
  /* line 24466, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  /* line 24471, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-55 {
    margin-top: 55px !important;
    margin-bottom: 55px !important;
  }
  /* line 24476, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-60 {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  /* line 24481, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-65 {
    margin-top: 65px !important;
    margin-bottom: 65px !important;
  }
  /* line 24486, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-70 {
    margin-top: 70px !important;
    margin-bottom: 70px !important;
  }
  /* line 24491, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-75 {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  /* line 24496, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-80 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
  /* line 24501, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-85 {
    margin-top: 85px !important;
    margin-bottom: 85px !important;
  }
  /* line 24506, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-90 {
    margin-top: 90px !important;
    margin-bottom: 90px !important;
  }
  /* line 24511, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-95 {
    margin-top: 95px !important;
    margin-bottom: 95px !important;
  }
  /* line 24516, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-100 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  /* line 24521, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-105 {
    margin-top: 105px !important;
    margin-bottom: 105px !important;
  }
  /* line 24526, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-110 {
    margin-top: 110px !important;
    margin-bottom: 110px !important;
  }
  /* line 24531, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-115 {
    margin-top: 115px !important;
    margin-bottom: 115px !important;
  }
  /* line 24536, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-120 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  /* line 24541, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-125 {
    margin-top: 125px !important;
    margin-bottom: 125px !important;
  }
  /* line 24546, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-130 {
    margin-top: 130px !important;
    margin-bottom: 130px !important;
  }
  /* line 24551, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-135 {
    margin-top: 135px !important;
    margin-bottom: 135px !important;
  }
  /* line 24556, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-140 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
  /* line 24561, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-145 {
    margin-top: 145px !important;
    margin-bottom: 145px !important;
  }
  /* line 24566, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-150 {
    margin-top: 150px !important;
    margin-bottom: 150px !important;
  }
  /* line 24571, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-155 {
    margin-top: 155px !important;
    margin-bottom: 155px !important;
  }
  /* line 24576, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-160 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
  /* line 24581, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-165 {
    margin-top: 165px !important;
    margin-bottom: 165px !important;
  }
  /* line 24586, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-170 {
    margin-top: 170px !important;
    margin-bottom: 170px !important;
  }
  /* line 24591, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-175 {
    margin-top: 175px !important;
    margin-bottom: 175px !important;
  }
  /* line 24596, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-180 {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  /* line 24601, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-185 {
    margin-top: 185px !important;
    margin-bottom: 185px !important;
  }
  /* line 24606, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-190 {
    margin-top: 190px !important;
    margin-bottom: 190px !important;
  }
  /* line 24611, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-195 {
    margin-top: 195px !important;
    margin-bottom: 195px !important;
  }
  /* line 24616, app/assets/stylesheets/theme/css/style.scss */
  .my-xxl-200 {
    margin-top: 200px !important;
    margin-bottom: 200px !important;
  }
}

/*******************
Width property 
*******************/
/* line 24624, app/assets/stylesheets/theme/css/style.scss */
.w-0 {
  width: 0px !important;
}

/* line 24628, app/assets/stylesheets/theme/css/style.scss */
.min-w-0 {
  min-width: 0px !important;
}

/* line 24632, app/assets/stylesheets/theme/css/style.scss */
.max-w-0 {
  max-width: 0px !important;
}

/* line 24636, app/assets/stylesheets/theme/css/style.scss */
.w-10 {
  width: 10px !important;
}

/* line 24640, app/assets/stylesheets/theme/css/style.scss */
.min-w-10 {
  min-width: 10px !important;
}

/* line 24644, app/assets/stylesheets/theme/css/style.scss */
.max-w-10 {
  max-width: 10px !important;
}

/* line 24648, app/assets/stylesheets/theme/css/style.scss */
.w-20 {
  width: 20px !important;
}

/* line 24652, app/assets/stylesheets/theme/css/style.scss */
.min-w-20 {
  min-width: 20px !important;
}

/* line 24656, app/assets/stylesheets/theme/css/style.scss */
.max-w-20 {
  max-width: 20px !important;
}

/* line 24660, app/assets/stylesheets/theme/css/style.scss */
.w-30 {
  width: 30px !important;
}

/* line 24664, app/assets/stylesheets/theme/css/style.scss */
.min-w-30 {
  min-width: 30px !important;
}

/* line 24668, app/assets/stylesheets/theme/css/style.scss */
.max-w-30 {
  max-width: 30px !important;
}

/* line 24672, app/assets/stylesheets/theme/css/style.scss */
.w-40 {
  width: 40px !important;
}

/* line 24676, app/assets/stylesheets/theme/css/style.scss */
.min-w-40 {
  min-width: 40px !important;
}

/* line 24680, app/assets/stylesheets/theme/css/style.scss */
.max-w-40 {
  max-width: 40px !important;
}

/* line 24684, app/assets/stylesheets/theme/css/style.scss */
.w-50 {
  width: 50px !important;
}

/* line 24688, app/assets/stylesheets/theme/css/style.scss */
.min-w-50 {
  min-width: 50px !important;
}

/* line 24692, app/assets/stylesheets/theme/css/style.scss */
.max-w-50 {
  max-width: 50px !important;
}

/* line 24696, app/assets/stylesheets/theme/css/style.scss */
.w-60 {
  width: 60px !important;
}

/* line 24700, app/assets/stylesheets/theme/css/style.scss */
.min-w-60 {
  min-width: 60px !important;
}

/* line 24704, app/assets/stylesheets/theme/css/style.scss */
.max-w-60 {
  max-width: 60px !important;
}

/* line 24708, app/assets/stylesheets/theme/css/style.scss */
.w-70 {
  width: 70px !important;
}

/* line 24712, app/assets/stylesheets/theme/css/style.scss */
.min-w-70 {
  min-width: 70px !important;
}

/* line 24716, app/assets/stylesheets/theme/css/style.scss */
.max-w-70 {
  max-width: 70px !important;
}

/* line 24720, app/assets/stylesheets/theme/css/style.scss */
.w-80 {
  width: 80px !important;
}

/* line 24724, app/assets/stylesheets/theme/css/style.scss */
.min-w-80 {
  min-width: 80px !important;
}

/* line 24728, app/assets/stylesheets/theme/css/style.scss */
.max-w-80 {
  max-width: 80px !important;
}

/* line 24732, app/assets/stylesheets/theme/css/style.scss */
.w-90 {
  width: 90px !important;
}

/* line 24736, app/assets/stylesheets/theme/css/style.scss */
.min-w-90 {
  min-width: 90px !important;
}

/* line 24740, app/assets/stylesheets/theme/css/style.scss */
.max-w-90 {
  max-width: 90px !important;
}

/* line 24744, app/assets/stylesheets/theme/css/style.scss */
.w-100 {
  width: 100px !important;
}

/* line 24748, app/assets/stylesheets/theme/css/style.scss */
.min-w-100 {
  min-width: 100px !important;
}

/* line 24752, app/assets/stylesheets/theme/css/style.scss */
.max-w-100 {
  max-width: 100px !important;
}

/* line 24756, app/assets/stylesheets/theme/css/style.scss */
.w-120 {
  width: 120px !important;
}

/* line 24760, app/assets/stylesheets/theme/css/style.scss */
.min-w-120 {
  min-width: 120px !important;
}

/* line 24764, app/assets/stylesheets/theme/css/style.scss */
.max-w-120 {
  max-width: 120px !important;
}

/* line 24768, app/assets/stylesheets/theme/css/style.scss */
.w-150 {
  width: 150px !important;
}

/* line 24772, app/assets/stylesheets/theme/css/style.scss */
.min-w-150 {
  min-width: 150px !important;
}

/* line 24776, app/assets/stylesheets/theme/css/style.scss */
.max-w-150 {
  max-width: 150px !important;
}

/* line 24780, app/assets/stylesheets/theme/css/style.scss */
.w-160 {
  width: 160px !important;
}

/* line 24784, app/assets/stylesheets/theme/css/style.scss */
.min-w-160 {
  min-width: 160px !important;
}

/* line 24788, app/assets/stylesheets/theme/css/style.scss */
.max-w-160 {
  max-width: 160px !important;
}

/* line 24792, app/assets/stylesheets/theme/css/style.scss */
.w-170 {
  width: 170px !important;
}

/* line 24796, app/assets/stylesheets/theme/css/style.scss */
.min-w-170 {
  min-width: 170px !important;
}

/* line 24800, app/assets/stylesheets/theme/css/style.scss */
.max-w-170 {
  max-width: 170px !important;
}

/* line 24804, app/assets/stylesheets/theme/css/style.scss */
.w-180 {
  width: 180px !important;
}

/* line 24808, app/assets/stylesheets/theme/css/style.scss */
.min-w-180 {
  min-width: 180px !important;
}

/* line 24812, app/assets/stylesheets/theme/css/style.scss */
.max-w-180 {
  max-width: 180px !important;
}

/* line 24816, app/assets/stylesheets/theme/css/style.scss */
.w-190 {
  width: 190px !important;
}

/* line 24820, app/assets/stylesheets/theme/css/style.scss */
.min-w-190 {
  min-width: 190px !important;
}

/* line 24824, app/assets/stylesheets/theme/css/style.scss */
.max-w-190 {
  max-width: 190px !important;
}

/* line 24828, app/assets/stylesheets/theme/css/style.scss */
.w-200 {
  width: 200px !important;
}

/* line 24832, app/assets/stylesheets/theme/css/style.scss */
.min-w-200 {
  min-width: 200px !important;
}

/* line 24836, app/assets/stylesheets/theme/css/style.scss */
.max-w-200 {
  max-width: 200px !important;
}

/* line 24840, app/assets/stylesheets/theme/css/style.scss */
.w-250 {
  width: 250px !important;
}

/* line 24844, app/assets/stylesheets/theme/css/style.scss */
.min-w-250 {
  min-width: 250px !important;
}

/* line 24848, app/assets/stylesheets/theme/css/style.scss */
.max-w-250 {
  max-width: 250px !important;
}

/* line 24852, app/assets/stylesheets/theme/css/style.scss */
.w-300 {
  width: 300px !important;
}

/* line 24856, app/assets/stylesheets/theme/css/style.scss */
.min-w-300 {
  min-width: 300px !important;
}

/* line 24860, app/assets/stylesheets/theme/css/style.scss */
.max-w-300 {
  max-width: 300px !important;
}

/* line 24864, app/assets/stylesheets/theme/css/style.scss */
.w-350 {
  width: 350px !important;
}

/* line 24868, app/assets/stylesheets/theme/css/style.scss */
.min-w-350 {
  min-width: 350px !important;
}

/* line 24872, app/assets/stylesheets/theme/css/style.scss */
.max-w-350 {
  max-width: 350px !important;
}

/* line 24876, app/assets/stylesheets/theme/css/style.scss */
.w-400 {
  width: 400px !important;
}

/* line 24880, app/assets/stylesheets/theme/css/style.scss */
.min-w-400 {
  min-width: 400px !important;
}

/* line 24884, app/assets/stylesheets/theme/css/style.scss */
.max-w-400 {
  max-width: 400px !important;
}

/* line 24888, app/assets/stylesheets/theme/css/style.scss */
.w-450 {
  width: 450px !important;
}

/* line 24892, app/assets/stylesheets/theme/css/style.scss */
.min-w-450 {
  min-width: 450px !important;
}

/* line 24896, app/assets/stylesheets/theme/css/style.scss */
.max-w-450 {
  max-width: 450px !important;
}

/* line 24900, app/assets/stylesheets/theme/css/style.scss */
.w-500 {
  width: 500px !important;
}

/* line 24904, app/assets/stylesheets/theme/css/style.scss */
.min-w-500 {
  min-width: 500px !important;
}

/* line 24908, app/assets/stylesheets/theme/css/style.scss */
.max-w-500 {
  max-width: 500px !important;
}

/* line 24912, app/assets/stylesheets/theme/css/style.scss */
.w-550 {
  width: 550px !important;
}

/* line 24916, app/assets/stylesheets/theme/css/style.scss */
.min-w-550 {
  min-width: 550px !important;
}

/* line 24920, app/assets/stylesheets/theme/css/style.scss */
.max-w-550 {
  max-width: 550px !important;
}

/* line 24924, app/assets/stylesheets/theme/css/style.scss */
.w-600 {
  width: 600px !important;
}

/* line 24928, app/assets/stylesheets/theme/css/style.scss */
.min-w-600 {
  min-width: 600px !important;
}

/* line 24932, app/assets/stylesheets/theme/css/style.scss */
.max-w-600 {
  max-width: 600px !important;
}

/* line 24936, app/assets/stylesheets/theme/css/style.scss */
.w-650 {
  width: 650px !important;
}

/* line 24940, app/assets/stylesheets/theme/css/style.scss */
.min-w-650 {
  min-width: 650px !important;
}

/* line 24944, app/assets/stylesheets/theme/css/style.scss */
.max-w-650 {
  max-width: 650px !important;
}

/* line 24948, app/assets/stylesheets/theme/css/style.scss */
.w-700 {
  width: 700px !important;
}

/* line 24952, app/assets/stylesheets/theme/css/style.scss */
.min-w-700 {
  min-width: 700px !important;
}

/* line 24956, app/assets/stylesheets/theme/css/style.scss */
.max-w-700 {
  max-width: 700px !important;
}

/* line 24960, app/assets/stylesheets/theme/css/style.scss */
.w-750 {
  width: 750px !important;
}

/* line 24964, app/assets/stylesheets/theme/css/style.scss */
.min-w-750 {
  min-width: 750px !important;
}

/* line 24968, app/assets/stylesheets/theme/css/style.scss */
.max-w-750 {
  max-width: 750px !important;
}

/* line 24972, app/assets/stylesheets/theme/css/style.scss */
.w-800 {
  width: 800px !important;
}

/* line 24976, app/assets/stylesheets/theme/css/style.scss */
.min-w-800 {
  min-width: 800px !important;
}

/* line 24980, app/assets/stylesheets/theme/css/style.scss */
.max-w-800 {
  max-width: 800px !important;
}

/* line 24984, app/assets/stylesheets/theme/css/style.scss */
.w-850 {
  width: 850px !important;
}

/* line 24988, app/assets/stylesheets/theme/css/style.scss */
.min-w-850 {
  min-width: 850px !important;
}

/* line 24992, app/assets/stylesheets/theme/css/style.scss */
.max-w-850 {
  max-width: 850px !important;
}

/* line 24996, app/assets/stylesheets/theme/css/style.scss */
.w-900 {
  width: 900px !important;
}

/* line 25000, app/assets/stylesheets/theme/css/style.scss */
.min-w-900 {
  min-width: 900px !important;
}

/* line 25004, app/assets/stylesheets/theme/css/style.scss */
.max-w-900 {
  max-width: 900px !important;
}

/* line 25008, app/assets/stylesheets/theme/css/style.scss */
.w-950 {
  width: 950px !important;
}

/* line 25012, app/assets/stylesheets/theme/css/style.scss */
.min-w-950 {
  min-width: 950px !important;
}

/* line 25016, app/assets/stylesheets/theme/css/style.scss */
.max-w-950 {
  max-width: 950px !important;
}

/* line 25020, app/assets/stylesheets/theme/css/style.scss */
.w-1000 {
  width: 1000px !important;
}

/* line 25024, app/assets/stylesheets/theme/css/style.scss */
.min-w-1000 {
  min-width: 1000px !important;
}

/* line 25028, app/assets/stylesheets/theme/css/style.scss */
.max-w-1000 {
  max-width: 1000px !important;
}

/* line 25032, app/assets/stylesheets/theme/css/style.scss */
.w-p5 {
  width: 5%;
}

/* line 25036, app/assets/stylesheets/theme/css/style.scss */
.min-w-p5 {
  min-width: 5%;
}

/* line 25040, app/assets/stylesheets/theme/css/style.scss */
.max-w-p5 {
  max-width: 5%;
}

/* line 25044, app/assets/stylesheets/theme/css/style.scss */
.w-p10 {
  width: 10%;
}

/* line 25048, app/assets/stylesheets/theme/css/style.scss */
.min-w-p10 {
  min-width: 10%;
}

/* line 25052, app/assets/stylesheets/theme/css/style.scss */
.max-w-p10 {
  max-width: 10%;
}

/* line 25056, app/assets/stylesheets/theme/css/style.scss */
.w-p15 {
  width: 15%;
}

/* line 25060, app/assets/stylesheets/theme/css/style.scss */
.min-w-p15 {
  min-width: 15%;
}

/* line 25064, app/assets/stylesheets/theme/css/style.scss */
.max-w-p15 {
  max-width: 15%;
}

/* line 25068, app/assets/stylesheets/theme/css/style.scss */
.w-p20 {
  width: 20%;
}

/* line 25072, app/assets/stylesheets/theme/css/style.scss */
.min-w-p20 {
  min-width: 20%;
}

/* line 25076, app/assets/stylesheets/theme/css/style.scss */
.max-w-p20 {
  max-width: 20%;
}

/* line 25080, app/assets/stylesheets/theme/css/style.scss */
.w-p25 {
  width: 25%;
}

/* line 25084, app/assets/stylesheets/theme/css/style.scss */
.min-w-p25 {
  min-width: 25%;
}

/* line 25088, app/assets/stylesheets/theme/css/style.scss */
.max-w-p25 {
  max-width: 25%;
}

/* line 25092, app/assets/stylesheets/theme/css/style.scss */
.w-p30 {
  width: 30%;
}

/* line 25096, app/assets/stylesheets/theme/css/style.scss */
.min-w-p30 {
  min-width: 30%;
}

/* line 25100, app/assets/stylesheets/theme/css/style.scss */
.max-w-p30 {
  max-width: 30%;
}

/* line 25104, app/assets/stylesheets/theme/css/style.scss */
.w-p35 {
  width: 35%;
}

/* line 25108, app/assets/stylesheets/theme/css/style.scss */
.min-w-p35 {
  min-width: 35%;
}

/* line 25112, app/assets/stylesheets/theme/css/style.scss */
.max-w-p35 {
  max-width: 35%;
}

/* line 25116, app/assets/stylesheets/theme/css/style.scss */
.w-p40 {
  width: 40%;
}

/* line 25120, app/assets/stylesheets/theme/css/style.scss */
.min-w-p40 {
  min-width: 40%;
}

/* line 25124, app/assets/stylesheets/theme/css/style.scss */
.max-w-p40 {
  max-width: 40%;
}

/* line 25128, app/assets/stylesheets/theme/css/style.scss */
.w-p45 {
  width: 45%;
}

/* line 25132, app/assets/stylesheets/theme/css/style.scss */
.min-w-p45 {
  min-width: 45%;
}

/* line 25136, app/assets/stylesheets/theme/css/style.scss */
.max-w-p45 {
  max-width: 45%;
}

/* line 25140, app/assets/stylesheets/theme/css/style.scss */
.w-p50 {
  width: 50%;
}

/* line 25144, app/assets/stylesheets/theme/css/style.scss */
.min-w-p50 {
  min-width: 50%;
}

/* line 25148, app/assets/stylesheets/theme/css/style.scss */
.max-w-p50 {
  max-width: 50%;
}

/* line 25152, app/assets/stylesheets/theme/css/style.scss */
.w-p60 {
  width: 60%;
}

/* line 25156, app/assets/stylesheets/theme/css/style.scss */
.min-w-p60 {
  min-width: 60%;
}

/* line 25160, app/assets/stylesheets/theme/css/style.scss */
.max-w-p60 {
  max-width: 60%;
}

/* line 25164, app/assets/stylesheets/theme/css/style.scss */
.w-p65 {
  width: 65%;
}

/* line 25168, app/assets/stylesheets/theme/css/style.scss */
.min-w-p65 {
  min-width: 65%;
}

/* line 25172, app/assets/stylesheets/theme/css/style.scss */
.max-w-p65 {
  max-width: 65%;
}

/* line 25176, app/assets/stylesheets/theme/css/style.scss */
.w-p70 {
  width: 70%;
}

/* line 25180, app/assets/stylesheets/theme/css/style.scss */
.min-w-p70 {
  min-width: 70%;
}

/* line 25184, app/assets/stylesheets/theme/css/style.scss */
.max-w-p70 {
  max-width: 70%;
}

/* line 25188, app/assets/stylesheets/theme/css/style.scss */
.w-p75 {
  width: 75%;
}

/* line 25192, app/assets/stylesheets/theme/css/style.scss */
.min-w-p75 {
  min-width: 75%;
}

/* line 25196, app/assets/stylesheets/theme/css/style.scss */
.max-w-p75 {
  max-width: 75%;
}

/* line 25200, app/assets/stylesheets/theme/css/style.scss */
.w-p80 {
  width: 80%;
}

/* line 25204, app/assets/stylesheets/theme/css/style.scss */
.min-w-p80 {
  min-width: 80%;
}

/* line 25208, app/assets/stylesheets/theme/css/style.scss */
.max-w-p80 {
  max-width: 80%;
}

/* line 25212, app/assets/stylesheets/theme/css/style.scss */
.w-p85 {
  width: 85%;
}

/* line 25216, app/assets/stylesheets/theme/css/style.scss */
.min-w-p85 {
  min-width: 85%;
}

/* line 25220, app/assets/stylesheets/theme/css/style.scss */
.max-w-p85 {
  max-width: 85%;
}

/* line 25224, app/assets/stylesheets/theme/css/style.scss */
.w-p90 {
  width: 90%;
}

/* line 25228, app/assets/stylesheets/theme/css/style.scss */
.min-w-p90 {
  min-width: 90%;
}

/* line 25232, app/assets/stylesheets/theme/css/style.scss */
.max-w-p90 {
  max-width: 90%;
}

/* line 25236, app/assets/stylesheets/theme/css/style.scss */
.w-p95 {
  width: 95%;
}

/* line 25240, app/assets/stylesheets/theme/css/style.scss */
.min-w-p95 {
  min-width: 95%;
}

/* line 25244, app/assets/stylesheets/theme/css/style.scss */
.max-w-p95 {
  max-width: 95%;
}

/* line 25248, app/assets/stylesheets/theme/css/style.scss */
.w-p100 {
  width: 100% !important;
}

/* line 25252, app/assets/stylesheets/theme/css/style.scss */
.min-w-p100 {
  min-width: 100% !important;
}

/* line 25256, app/assets/stylesheets/theme/css/style.scss */
.max-w-p100 {
  max-width: 100% !important;
}

/* line 25260, app/assets/stylesheets/theme/css/style.scss */
.w-auto {
  width: auto;
}

/* line 25264, app/assets/stylesheets/theme/css/style.scss */
.min-w-auto {
  min-width: auto;
}

/* line 25268, app/assets/stylesheets/theme/css/style.scss */
.max-w-auto {
  max-width: auto;
}

@media (max-width: 575px) {
  /* line 25273, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-0 {
    width: 0px;
  }
  /* line 25277, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-0 {
    min-width: 0px;
  }
  /* line 25281, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-0 {
    max-width: 0px;
  }
  /* line 25285, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-10 {
    width: 10px;
  }
  /* line 25289, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-10 {
    min-width: 10px;
  }
  /* line 25293, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-10 {
    max-width: 10px;
  }
  /* line 25297, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-20 {
    width: 20px;
  }
  /* line 25301, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-20 {
    min-width: 20px;
  }
  /* line 25305, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-20 {
    max-width: 20px;
  }
  /* line 25309, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-30 {
    width: 30px;
  }
  /* line 25313, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-30 {
    min-width: 30px;
  }
  /* line 25317, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-30 {
    max-width: 30px;
  }
  /* line 25321, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-40 {
    width: 40px;
  }
  /* line 25325, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-40 {
    min-width: 40px;
  }
  /* line 25329, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-40 {
    max-width: 40px;
  }
  /* line 25333, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-50 {
    width: 50px;
  }
  /* line 25337, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-50 {
    min-width: 50px;
  }
  /* line 25341, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-50 {
    max-width: 50px;
  }
  /* line 25345, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-60 {
    width: 60px;
  }
  /* line 25349, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-60 {
    min-width: 60px;
  }
  /* line 25353, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-60 {
    max-width: 60px;
  }
  /* line 25357, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-70 {
    width: 70px;
  }
  /* line 25361, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-70 {
    min-width: 70px;
  }
  /* line 25365, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-70 {
    max-width: 70px;
  }
  /* line 25369, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-80 {
    width: 80px;
  }
  /* line 25373, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-80 {
    min-width: 80px;
  }
  /* line 25377, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-80 {
    max-width: 80px;
  }
  /* line 25381, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-90 {
    width: 90px;
  }
  /* line 25385, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-90 {
    min-width: 90px;
  }
  /* line 25389, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-90 {
    max-width: 90px;
  }
  /* line 25393, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-100 {
    width: 100px;
  }
  /* line 25397, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-100 {
    min-width: 100px;
  }
  /* line 25401, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-100 {
    max-width: 100px;
  }
  /* line 25405, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-120 {
    width: 120px;
  }
  /* line 25409, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-120 {
    min-width: 120px;
  }
  /* line 25413, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-120 {
    max-width: 120px;
  }
  /* line 25417, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-150 {
    width: 150px;
  }
  /* line 25421, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-150 {
    min-width: 150px;
  }
  /* line 25425, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-150 {
    max-width: 150px;
  }
  /* line 25429, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-160 {
    width: 160px;
  }
  /* line 25433, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-160 {
    min-width: 160px;
  }
  /* line 25437, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-160 {
    max-width: 160px;
  }
  /* line 25441, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-170 {
    width: 170px;
  }
  /* line 25445, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-170 {
    min-width: 170px;
  }
  /* line 25449, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-170 {
    max-width: 170px;
  }
  /* line 25453, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-180 {
    width: 180px;
  }
  /* line 25457, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-180 {
    min-width: 180px;
  }
  /* line 25461, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-180 {
    max-width: 180px;
  }
  /* line 25465, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-190 {
    width: 190px;
  }
  /* line 25469, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-190 {
    min-width: 190px;
  }
  /* line 25473, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-190 {
    max-width: 190px;
  }
  /* line 25477, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-200 {
    width: 200px;
  }
  /* line 25481, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-200 {
    min-width: 200px;
  }
  /* line 25485, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-200 {
    max-width: 200px;
  }
  /* line 25489, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-250 {
    width: 250px;
  }
  /* line 25493, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-250 {
    min-width: 250px;
  }
  /* line 25497, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-250 {
    max-width: 250px;
  }
  /* line 25501, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-300 {
    width: 300px;
  }
  /* line 25505, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-300 {
    min-width: 300px;
  }
  /* line 25509, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-300 {
    max-width: 300px;
  }
  /* line 25513, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-350 {
    width: 350px;
  }
  /* line 25517, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-350 {
    min-width: 350px;
  }
  /* line 25521, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-350 {
    max-width: 350px;
  }
  /* line 25525, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-400 {
    width: 400px;
  }
  /* line 25529, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-400 {
    min-width: 400px;
  }
  /* line 25533, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-400 {
    max-width: 400px;
  }
  /* line 25537, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-450 {
    width: 450px;
  }
  /* line 25541, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-450 {
    min-width: 450px;
  }
  /* line 25545, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-450 {
    max-width: 450px;
  }
  /* line 25549, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-500 {
    width: 500px;
  }
  /* line 25553, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-500 {
    min-width: 500px;
  }
  /* line 25557, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-500 {
    max-width: 500px;
  }
  /* line 25561, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-550 {
    width: 550px;
  }
  /* line 25565, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-550 {
    min-width: 550px;
  }
  /* line 25569, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-550 {
    max-width: 550px;
  }
  /* line 25573, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-600 {
    width: 600px;
  }
  /* line 25577, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-600 {
    min-width: 600px;
  }
  /* line 25581, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-600 {
    max-width: 600px;
  }
  /* line 25585, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-650 {
    width: 650px;
  }
  /* line 25589, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-650 {
    min-width: 650px;
  }
  /* line 25593, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-650 {
    max-width: 650px;
  }
  /* line 25597, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-700 {
    width: 700px;
  }
  /* line 25601, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-700 {
    min-width: 700px;
  }
  /* line 25605, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-700 {
    max-width: 700px;
  }
  /* line 25609, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-750 {
    width: 750px;
  }
  /* line 25613, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-750 {
    min-width: 750px;
  }
  /* line 25617, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-750 {
    max-width: 750px;
  }
  /* line 25621, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-800 {
    width: 800px;
  }
  /* line 25625, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-800 {
    min-width: 800px;
  }
  /* line 25629, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-800 {
    max-width: 800px;
  }
  /* line 25633, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-850 {
    width: 850px;
  }
  /* line 25637, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-850 {
    min-width: 850px;
  }
  /* line 25641, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-850 {
    max-width: 850px;
  }
  /* line 25645, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-900 {
    width: 900px;
  }
  /* line 25649, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-900 {
    min-width: 900px;
  }
  /* line 25653, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-900 {
    max-width: 900px;
  }
  /* line 25657, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-950 {
    width: 950px;
  }
  /* line 25661, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-950 {
    min-width: 950px;
  }
  /* line 25665, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-950 {
    max-width: 950px;
  }
  /* line 25669, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-1000 {
    width: 1000px;
  }
  /* line 25673, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-1000 {
    min-width: 1000px;
  }
  /* line 25677, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-1000 {
    max-width: 1000px;
  }
  /* line 25681, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-p5 {
    width: 5%;
  }
  /* line 25685, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-p5 {
    min-width: 5%;
  }
  /* line 25689, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-p5 {
    max-width: 5%;
  }
  /* line 25693, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-p10 {
    width: 10%;
  }
  /* line 25697, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-p10 {
    min-width: 10%;
  }
  /* line 25701, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-p10 {
    max-width: 10%;
  }
  /* line 25705, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-p15 {
    width: 15%;
  }
  /* line 25709, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-p15 {
    min-width: 15%;
  }
  /* line 25713, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-p15 {
    max-width: 15%;
  }
  /* line 25717, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-p20 {
    width: 20%;
  }
  /* line 25721, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-p20 {
    min-width: 20%;
  }
  /* line 25725, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-p20 {
    max-width: 20%;
  }
  /* line 25729, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-p25 {
    width: 25%;
  }
  /* line 25733, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-p25 {
    min-width: 25%;
  }
  /* line 25737, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-p25 {
    max-width: 25%;
  }
  /* line 25741, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-p30 {
    width: 30%;
  }
  /* line 25745, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-p30 {
    min-width: 30%;
  }
  /* line 25749, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-p30 {
    max-width: 30%;
  }
  /* line 25753, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-p35 {
    width: 35%;
  }
  /* line 25757, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-p35 {
    min-width: 35%;
  }
  /* line 25761, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-p35 {
    max-width: 35%;
  }
  /* line 25765, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-p40 {
    width: 40%;
  }
  /* line 25769, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-p40 {
    min-width: 40%;
  }
  /* line 25773, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-p40 {
    max-width: 40%;
  }
  /* line 25777, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-p45 {
    width: 45%;
  }
  /* line 25781, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-p45 {
    min-width: 45%;
  }
  /* line 25785, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-p45 {
    max-width: 45%;
  }
  /* line 25789, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-p50 {
    width: 50%;
  }
  /* line 25793, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-p50 {
    min-width: 50%;
  }
  /* line 25797, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-p50 {
    max-width: 50%;
  }
  /* line 25801, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-p60 {
    width: 60%;
  }
  /* line 25805, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-p60 {
    min-width: 60%;
  }
  /* line 25809, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-p60 {
    max-width: 60%;
  }
  /* line 25813, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-p65 {
    width: 65%;
  }
  /* line 25817, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-p65 {
    min-width: 65%;
  }
  /* line 25821, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-p65 {
    max-width: 65%;
  }
  /* line 25825, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-p70 {
    width: 70%;
  }
  /* line 25829, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-p70 {
    min-width: 70%;
  }
  /* line 25833, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-p70 {
    max-width: 70%;
  }
  /* line 25837, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-p75 {
    width: 75%;
  }
  /* line 25841, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-p75 {
    min-width: 75%;
  }
  /* line 25845, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-p75 {
    max-width: 75%;
  }
  /* line 25849, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-p80 {
    width: 80%;
  }
  /* line 25853, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-p80 {
    min-width: 80%;
  }
  /* line 25857, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-p80 {
    max-width: 80%;
  }
  /* line 25861, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-p85 {
    width: 85%;
  }
  /* line 25865, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-p85 {
    min-width: 85%;
  }
  /* line 25869, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-p85 {
    max-width: 85%;
  }
  /* line 25873, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-p90 {
    width: 90%;
  }
  /* line 25877, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-p90 {
    min-width: 90%;
  }
  /* line 25881, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-p90 {
    max-width: 90%;
  }
  /* line 25885, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-p95 {
    width: 95%;
  }
  /* line 25889, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-p95 {
    min-width: 95%;
  }
  /* line 25893, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-p95 {
    max-width: 95%;
  }
  /* line 25897, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-p100 {
    width: 100%;
  }
  /* line 25901, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-p100 {
    min-width: 100%;
  }
  /* line 25905, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-p100 {
    max-width: 100%;
  }
  /* line 25909, app/assets/stylesheets/theme/css/style.scss */
  .w-xs-auto {
    width: auto;
  }
  /* line 25913, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xs-auto {
    min-width: auto;
  }
  /* line 25917, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xs-auto {
    max-width: auto;
  }
}

@media (min-width: 576px) {
  /* line 25922, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-0 {
    width: 0px;
  }
  /* line 25926, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-0 {
    min-width: 0px;
  }
  /* line 25930, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-0 {
    max-width: 0px;
  }
  /* line 25934, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-10 {
    width: 10px;
  }
  /* line 25938, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-10 {
    min-width: 10px;
  }
  /* line 25942, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-10 {
    max-width: 10px;
  }
  /* line 25946, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-20 {
    width: 20px;
  }
  /* line 25950, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-20 {
    min-width: 20px;
  }
  /* line 25954, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-20 {
    max-width: 20px;
  }
  /* line 25958, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-30 {
    width: 30px;
  }
  /* line 25962, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-30 {
    min-width: 30px;
  }
  /* line 25966, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-30 {
    max-width: 30px;
  }
  /* line 25970, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-40 {
    width: 40px;
  }
  /* line 25974, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-40 {
    min-width: 40px;
  }
  /* line 25978, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-40 {
    max-width: 40px;
  }
  /* line 25982, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-50 {
    width: 50px;
  }
  /* line 25986, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-50 {
    min-width: 50px;
  }
  /* line 25990, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-50 {
    max-width: 50px;
  }
  /* line 25994, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-60 {
    width: 60px;
  }
  /* line 25998, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-60 {
    min-width: 60px;
  }
  /* line 26002, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-60 {
    max-width: 60px;
  }
  /* line 26006, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-70 {
    width: 70px;
  }
  /* line 26010, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-70 {
    min-width: 70px;
  }
  /* line 26014, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-70 {
    max-width: 70px;
  }
  /* line 26018, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-80 {
    width: 80px;
  }
  /* line 26022, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-80 {
    min-width: 80px;
  }
  /* line 26026, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-80 {
    max-width: 80px;
  }
  /* line 26030, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-90 {
    width: 90px;
  }
  /* line 26034, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-90 {
    min-width: 90px;
  }
  /* line 26038, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-90 {
    max-width: 90px;
  }
  /* line 26042, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-100 {
    width: 100px;
  }
  /* line 26046, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-100 {
    min-width: 100px;
  }
  /* line 26050, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-100 {
    max-width: 100px;
  }
  /* line 26054, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-120 {
    width: 120px;
  }
  /* line 26058, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-120 {
    min-width: 120px;
  }
  /* line 26062, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-120 {
    max-width: 120px;
  }
  /* line 26066, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-150 {
    width: 150px;
  }
  /* line 26070, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-150 {
    min-width: 150px;
  }
  /* line 26074, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-150 {
    max-width: 150px;
  }
  /* line 26078, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-160 {
    width: 160px;
  }
  /* line 26082, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-160 {
    min-width: 160px;
  }
  /* line 26086, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-160 {
    max-width: 160px;
  }
  /* line 26090, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-170 {
    width: 170px;
  }
  /* line 26094, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-170 {
    min-width: 170px;
  }
  /* line 26098, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-170 {
    max-width: 170px;
  }
  /* line 26102, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-180 {
    width: 180px;
  }
  /* line 26106, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-180 {
    min-width: 180px;
  }
  /* line 26110, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-180 {
    max-width: 180px;
  }
  /* line 26114, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-190 {
    width: 190px;
  }
  /* line 26118, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-190 {
    min-width: 190px;
  }
  /* line 26122, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-190 {
    max-width: 190px;
  }
  /* line 26126, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-200 {
    width: 200px;
  }
  /* line 26130, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-200 {
    min-width: 200px;
  }
  /* line 26134, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-200 {
    max-width: 200px;
  }
  /* line 26138, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-250 {
    width: 250px;
  }
  /* line 26142, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-250 {
    min-width: 250px;
  }
  /* line 26146, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-250 {
    max-width: 250px;
  }
  /* line 26150, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-300 {
    width: 300px;
  }
  /* line 26154, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-300 {
    min-width: 300px;
  }
  /* line 26158, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-300 {
    max-width: 300px;
  }
  /* line 26162, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-350 {
    width: 350px;
  }
  /* line 26166, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-350 {
    min-width: 350px;
  }
  /* line 26170, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-350 {
    max-width: 350px;
  }
  /* line 26174, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-400 {
    width: 400px;
  }
  /* line 26178, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-400 {
    min-width: 400px;
  }
  /* line 26182, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-400 {
    max-width: 400px;
  }
  /* line 26186, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-450 {
    width: 450px;
  }
  /* line 26190, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-450 {
    min-width: 450px;
  }
  /* line 26194, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-450 {
    max-width: 450px;
  }
  /* line 26198, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-500 {
    width: 500px;
  }
  /* line 26202, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-500 {
    min-width: 500px;
  }
  /* line 26206, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-500 {
    max-width: 500px;
  }
  /* line 26210, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-550 {
    width: 550px;
  }
  /* line 26214, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-550 {
    min-width: 550px;
  }
  /* line 26218, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-550 {
    max-width: 550px;
  }
  /* line 26222, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-600 {
    width: 600px;
  }
  /* line 26226, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-600 {
    min-width: 600px;
  }
  /* line 26230, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-600 {
    max-width: 600px;
  }
  /* line 26234, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-650 {
    width: 650px;
  }
  /* line 26238, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-650 {
    min-width: 650px;
  }
  /* line 26242, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-650 {
    max-width: 650px;
  }
  /* line 26246, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-700 {
    width: 700px;
  }
  /* line 26250, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-700 {
    min-width: 700px;
  }
  /* line 26254, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-700 {
    max-width: 700px;
  }
  /* line 26258, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-750 {
    width: 750px;
  }
  /* line 26262, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-750 {
    min-width: 750px;
  }
  /* line 26266, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-750 {
    max-width: 750px;
  }
  /* line 26270, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-800 {
    width: 800px;
  }
  /* line 26274, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-800 {
    min-width: 800px;
  }
  /* line 26278, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-800 {
    max-width: 800px;
  }
  /* line 26282, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-850 {
    width: 850px;
  }
  /* line 26286, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-850 {
    min-width: 850px;
  }
  /* line 26290, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-850 {
    max-width: 850px;
  }
  /* line 26294, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-900 {
    width: 900px;
  }
  /* line 26298, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-900 {
    min-width: 900px;
  }
  /* line 26302, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-900 {
    max-width: 900px;
  }
  /* line 26306, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-950 {
    width: 950px;
  }
  /* line 26310, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-950 {
    min-width: 950px;
  }
  /* line 26314, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-950 {
    max-width: 950px;
  }
  /* line 26318, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-1000 {
    width: 1000px;
  }
  /* line 26322, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-1000 {
    min-width: 1000px;
  }
  /* line 26326, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-1000 {
    max-width: 1000px;
  }
  /* line 26330, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-p5 {
    width: 5%;
  }
  /* line 26334, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-p5 {
    min-width: 5%;
  }
  /* line 26338, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-p5 {
    max-width: 5%;
  }
  /* line 26342, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-p10 {
    width: 10%;
  }
  /* line 26346, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-p10 {
    min-width: 10%;
  }
  /* line 26350, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-p10 {
    max-width: 10%;
  }
  /* line 26354, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-p15 {
    width: 15%;
  }
  /* line 26358, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-p15 {
    min-width: 15%;
  }
  /* line 26362, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-p15 {
    max-width: 15%;
  }
  /* line 26366, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-p20 {
    width: 20%;
  }
  /* line 26370, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-p20 {
    min-width: 20%;
  }
  /* line 26374, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-p20 {
    max-width: 20%;
  }
  /* line 26378, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-p25 {
    width: 25%;
  }
  /* line 26382, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-p25 {
    min-width: 25%;
  }
  /* line 26386, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-p25 {
    max-width: 25%;
  }
  /* line 26390, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-p30 {
    width: 30%;
  }
  /* line 26394, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-p30 {
    min-width: 30%;
  }
  /* line 26398, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-p30 {
    max-width: 30%;
  }
  /* line 26402, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-p35 {
    width: 35%;
  }
  /* line 26406, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-p35 {
    min-width: 35%;
  }
  /* line 26410, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-p35 {
    max-width: 35%;
  }
  /* line 26414, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-p40 {
    width: 40%;
  }
  /* line 26418, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-p40 {
    min-width: 40%;
  }
  /* line 26422, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-p40 {
    max-width: 40%;
  }
  /* line 26426, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-p45 {
    width: 45%;
  }
  /* line 26430, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-p45 {
    min-width: 45%;
  }
  /* line 26434, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-p45 {
    max-width: 45%;
  }
  /* line 26438, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-p50 {
    width: 50%;
  }
  /* line 26442, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-p50 {
    min-width: 50%;
  }
  /* line 26446, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-p50 {
    max-width: 50%;
  }
  /* line 26450, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-p60 {
    width: 60%;
  }
  /* line 26454, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-p60 {
    min-width: 60%;
  }
  /* line 26458, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-p60 {
    max-width: 60%;
  }
  /* line 26462, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-p65 {
    width: 65%;
  }
  /* line 26466, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-p65 {
    min-width: 65%;
  }
  /* line 26470, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-p65 {
    max-width: 65%;
  }
  /* line 26474, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-p70 {
    width: 70%;
  }
  /* line 26478, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-p70 {
    min-width: 70%;
  }
  /* line 26482, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-p70 {
    max-width: 70%;
  }
  /* line 26486, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-p75 {
    width: 75%;
  }
  /* line 26490, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-p75 {
    min-width: 75%;
  }
  /* line 26494, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-p75 {
    max-width: 75%;
  }
  /* line 26498, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-p80 {
    width: 80%;
  }
  /* line 26502, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-p80 {
    min-width: 80%;
  }
  /* line 26506, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-p80 {
    max-width: 80%;
  }
  /* line 26510, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-p85 {
    width: 85%;
  }
  /* line 26514, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-p85 {
    min-width: 85%;
  }
  /* line 26518, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-p85 {
    max-width: 85%;
  }
  /* line 26522, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-p90 {
    width: 90%;
  }
  /* line 26526, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-p90 {
    min-width: 90%;
  }
  /* line 26530, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-p90 {
    max-width: 90%;
  }
  /* line 26534, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-p95 {
    width: 95%;
  }
  /* line 26538, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-p95 {
    min-width: 95%;
  }
  /* line 26542, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-p95 {
    max-width: 95%;
  }
  /* line 26546, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-p100 {
    width: 100%;
  }
  /* line 26550, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-p100 {
    min-width: 100%;
  }
  /* line 26554, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-p100 {
    max-width: 100%;
  }
  /* line 26558, app/assets/stylesheets/theme/css/style.scss */
  .w-sm-auto {
    width: auto;
  }
  /* line 26562, app/assets/stylesheets/theme/css/style.scss */
  .min-w-sm-auto {
    min-width: auto;
  }
  /* line 26566, app/assets/stylesheets/theme/css/style.scss */
  .max-w-sm-auto {
    max-width: auto;
  }
}

@media (min-width: 768px) {
  /* line 26571, app/assets/stylesheets/theme/css/style.scss */
  .w-md-0 {
    width: 0px;
  }
  /* line 26575, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-0 {
    min-width: 0px;
  }
  /* line 26579, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-0 {
    max-width: 0px;
  }
  /* line 26583, app/assets/stylesheets/theme/css/style.scss */
  .w-md-10 {
    width: 10px;
  }
  /* line 26587, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-10 {
    min-width: 10px;
  }
  /* line 26591, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-10 {
    max-width: 10px;
  }
  /* line 26595, app/assets/stylesheets/theme/css/style.scss */
  .w-md-20 {
    width: 20px;
  }
  /* line 26599, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-20 {
    min-width: 20px;
  }
  /* line 26603, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-20 {
    max-width: 20px;
  }
  /* line 26607, app/assets/stylesheets/theme/css/style.scss */
  .w-md-30 {
    width: 30px;
  }
  /* line 26611, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-30 {
    min-width: 30px;
  }
  /* line 26615, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-30 {
    max-width: 30px;
  }
  /* line 26619, app/assets/stylesheets/theme/css/style.scss */
  .w-md-40 {
    width: 40px;
  }
  /* line 26623, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-40 {
    min-width: 40px;
  }
  /* line 26627, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-40 {
    max-width: 40px;
  }
  /* line 26631, app/assets/stylesheets/theme/css/style.scss */
  .w-md-50 {
    width: 50px;
  }
  /* line 26635, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-50 {
    min-width: 50px;
  }
  /* line 26639, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-50 {
    max-width: 50px;
  }
  /* line 26643, app/assets/stylesheets/theme/css/style.scss */
  .w-md-60 {
    width: 60px;
  }
  /* line 26647, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-60 {
    min-width: 60px;
  }
  /* line 26651, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-60 {
    max-width: 60px;
  }
  /* line 26655, app/assets/stylesheets/theme/css/style.scss */
  .w-md-70 {
    width: 70px;
  }
  /* line 26659, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-70 {
    min-width: 70px;
  }
  /* line 26663, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-70 {
    max-width: 70px;
  }
  /* line 26667, app/assets/stylesheets/theme/css/style.scss */
  .w-md-80 {
    width: 80px;
  }
  /* line 26671, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-80 {
    min-width: 80px;
  }
  /* line 26675, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-80 {
    max-width: 80px;
  }
  /* line 26679, app/assets/stylesheets/theme/css/style.scss */
  .w-md-90 {
    width: 90px;
  }
  /* line 26683, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-90 {
    min-width: 90px;
  }
  /* line 26687, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-90 {
    max-width: 90px;
  }
  /* line 26691, app/assets/stylesheets/theme/css/style.scss */
  .w-md-100 {
    width: 100px;
  }
  /* line 26695, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-100 {
    min-width: 100px;
  }
  /* line 26699, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-100 {
    max-width: 100px;
  }
  /* line 26703, app/assets/stylesheets/theme/css/style.scss */
  .w-md-120 {
    width: 120px;
  }
  /* line 26707, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-120 {
    min-width: 120px;
  }
  /* line 26711, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-120 {
    max-width: 120px;
  }
  /* line 26715, app/assets/stylesheets/theme/css/style.scss */
  .w-md-150 {
    width: 150px;
  }
  /* line 26719, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-150 {
    min-width: 150px;
  }
  /* line 26723, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-150 {
    max-width: 150px;
  }
  /* line 26727, app/assets/stylesheets/theme/css/style.scss */
  .w-md-160 {
    width: 160px;
  }
  /* line 26731, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-160 {
    min-width: 160px;
  }
  /* line 26735, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-160 {
    max-width: 160px;
  }
  /* line 26739, app/assets/stylesheets/theme/css/style.scss */
  .w-md-170 {
    width: 170px;
  }
  /* line 26743, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-170 {
    min-width: 170px;
  }
  /* line 26747, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-170 {
    max-width: 170px;
  }
  /* line 26751, app/assets/stylesheets/theme/css/style.scss */
  .w-md-180 {
    width: 180px;
  }
  /* line 26755, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-180 {
    min-width: 180px;
  }
  /* line 26759, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-180 {
    max-width: 180px;
  }
  /* line 26763, app/assets/stylesheets/theme/css/style.scss */
  .w-md-190 {
    width: 190px;
  }
  /* line 26767, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-190 {
    min-width: 190px;
  }
  /* line 26771, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-190 {
    max-width: 190px;
  }
  /* line 26775, app/assets/stylesheets/theme/css/style.scss */
  .w-md-200 {
    width: 200px;
  }
  /* line 26779, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-200 {
    min-width: 200px;
  }
  /* line 26783, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-200 {
    max-width: 200px;
  }
  /* line 26787, app/assets/stylesheets/theme/css/style.scss */
  .w-md-250 {
    width: 250px;
  }
  /* line 26791, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-250 {
    min-width: 250px;
  }
  /* line 26795, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-250 {
    max-width: 250px;
  }
  /* line 26799, app/assets/stylesheets/theme/css/style.scss */
  .w-md-300 {
    width: 300px;
  }
  /* line 26803, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-300 {
    min-width: 300px;
  }
  /* line 26807, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-300 {
    max-width: 300px;
  }
  /* line 26811, app/assets/stylesheets/theme/css/style.scss */
  .w-md-350 {
    width: 350px;
  }
  /* line 26815, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-350 {
    min-width: 350px;
  }
  /* line 26819, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-350 {
    max-width: 350px;
  }
  /* line 26823, app/assets/stylesheets/theme/css/style.scss */
  .w-md-400 {
    width: 400px;
  }
  /* line 26827, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-400 {
    min-width: 400px;
  }
  /* line 26831, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-400 {
    max-width: 400px;
  }
  /* line 26835, app/assets/stylesheets/theme/css/style.scss */
  .w-md-450 {
    width: 450px;
  }
  /* line 26839, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-450 {
    min-width: 450px;
  }
  /* line 26843, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-450 {
    max-width: 450px;
  }
  /* line 26847, app/assets/stylesheets/theme/css/style.scss */
  .w-md-500 {
    width: 500px;
  }
  /* line 26851, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-500 {
    min-width: 500px;
  }
  /* line 26855, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-500 {
    max-width: 500px;
  }
  /* line 26859, app/assets/stylesheets/theme/css/style.scss */
  .w-md-550 {
    width: 550px;
  }
  /* line 26863, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-550 {
    min-width: 550px;
  }
  /* line 26867, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-550 {
    max-width: 550px;
  }
  /* line 26871, app/assets/stylesheets/theme/css/style.scss */
  .w-md-600 {
    width: 600px;
  }
  /* line 26875, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-600 {
    min-width: 600px;
  }
  /* line 26879, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-600 {
    max-width: 600px;
  }
  /* line 26883, app/assets/stylesheets/theme/css/style.scss */
  .w-md-650 {
    width: 650px;
  }
  /* line 26887, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-650 {
    min-width: 650px;
  }
  /* line 26891, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-650 {
    max-width: 650px;
  }
  /* line 26895, app/assets/stylesheets/theme/css/style.scss */
  .w-md-700 {
    width: 700px;
  }
  /* line 26899, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-700 {
    min-width: 700px;
  }
  /* line 26903, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-700 {
    max-width: 700px;
  }
  /* line 26907, app/assets/stylesheets/theme/css/style.scss */
  .w-md-750 {
    width: 750px;
  }
  /* line 26911, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-750 {
    min-width: 750px;
  }
  /* line 26915, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-750 {
    max-width: 750px;
  }
  /* line 26919, app/assets/stylesheets/theme/css/style.scss */
  .w-md-800 {
    width: 800px;
  }
  /* line 26923, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-800 {
    min-width: 800px;
  }
  /* line 26927, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-800 {
    max-width: 800px;
  }
  /* line 26931, app/assets/stylesheets/theme/css/style.scss */
  .w-md-850 {
    width: 850px;
  }
  /* line 26935, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-850 {
    min-width: 850px;
  }
  /* line 26939, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-850 {
    max-width: 850px;
  }
  /* line 26943, app/assets/stylesheets/theme/css/style.scss */
  .w-md-900 {
    width: 900px;
  }
  /* line 26947, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-900 {
    min-width: 900px;
  }
  /* line 26951, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-900 {
    max-width: 900px;
  }
  /* line 26955, app/assets/stylesheets/theme/css/style.scss */
  .w-md-950 {
    width: 950px;
  }
  /* line 26959, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-950 {
    min-width: 950px;
  }
  /* line 26963, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-950 {
    max-width: 950px;
  }
  /* line 26967, app/assets/stylesheets/theme/css/style.scss */
  .w-md-1000 {
    width: 1000px;
  }
  /* line 26971, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-1000 {
    min-width: 1000px;
  }
  /* line 26975, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-1000 {
    max-width: 1000px;
  }
  /* line 26979, app/assets/stylesheets/theme/css/style.scss */
  .w-md-p5 {
    width: 5%;
  }
  /* line 26983, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-p5 {
    min-width: 5%;
  }
  /* line 26987, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-p5 {
    max-width: 5%;
  }
  /* line 26991, app/assets/stylesheets/theme/css/style.scss */
  .w-md-p10 {
    width: 10%;
  }
  /* line 26995, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-p10 {
    min-width: 10%;
  }
  /* line 26999, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-p10 {
    max-width: 10%;
  }
  /* line 27003, app/assets/stylesheets/theme/css/style.scss */
  .w-md-p15 {
    width: 15%;
  }
  /* line 27007, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-p15 {
    min-width: 15%;
  }
  /* line 27011, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-p15 {
    max-width: 15%;
  }
  /* line 27015, app/assets/stylesheets/theme/css/style.scss */
  .w-md-p20 {
    width: 20%;
  }
  /* line 27019, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-p20 {
    min-width: 20%;
  }
  /* line 27023, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-p20 {
    max-width: 20%;
  }
  /* line 27027, app/assets/stylesheets/theme/css/style.scss */
  .w-md-p25 {
    width: 25%;
  }
  /* line 27031, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-p25 {
    min-width: 25%;
  }
  /* line 27035, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-p25 {
    max-width: 25%;
  }
  /* line 27039, app/assets/stylesheets/theme/css/style.scss */
  .w-md-p30 {
    width: 30%;
  }
  /* line 27043, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-p30 {
    min-width: 30%;
  }
  /* line 27047, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-p30 {
    max-width: 30%;
  }
  /* line 27051, app/assets/stylesheets/theme/css/style.scss */
  .w-md-p35 {
    width: 35%;
  }
  /* line 27055, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-p35 {
    min-width: 35%;
  }
  /* line 27059, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-p35 {
    max-width: 35%;
  }
  /* line 27063, app/assets/stylesheets/theme/css/style.scss */
  .w-md-p40 {
    width: 40%;
  }
  /* line 27067, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-p40 {
    min-width: 40%;
  }
  /* line 27071, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-p40 {
    max-width: 40%;
  }
  /* line 27075, app/assets/stylesheets/theme/css/style.scss */
  .w-md-p45 {
    width: 45%;
  }
  /* line 27079, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-p45 {
    min-width: 45%;
  }
  /* line 27083, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-p45 {
    max-width: 45%;
  }
  /* line 27087, app/assets/stylesheets/theme/css/style.scss */
  .w-md-p50 {
    width: 50%;
  }
  /* line 27091, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-p50 {
    min-width: 50%;
  }
  /* line 27095, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-p50 {
    max-width: 50%;
  }
  /* line 27099, app/assets/stylesheets/theme/css/style.scss */
  .w-md-p60 {
    width: 60%;
  }
  /* line 27103, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-p60 {
    min-width: 60%;
  }
  /* line 27107, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-p60 {
    max-width: 60%;
  }
  /* line 27111, app/assets/stylesheets/theme/css/style.scss */
  .w-md-p65 {
    width: 65%;
  }
  /* line 27115, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-p65 {
    min-width: 65%;
  }
  /* line 27119, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-p65 {
    max-width: 65%;
  }
  /* line 27123, app/assets/stylesheets/theme/css/style.scss */
  .w-md-p70 {
    width: 70%;
  }
  /* line 27127, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-p70 {
    min-width: 70%;
  }
  /* line 27131, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-p70 {
    max-width: 70%;
  }
  /* line 27135, app/assets/stylesheets/theme/css/style.scss */
  .w-md-p75 {
    width: 75%;
  }
  /* line 27139, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-p75 {
    min-width: 75%;
  }
  /* line 27143, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-p75 {
    max-width: 75%;
  }
  /* line 27147, app/assets/stylesheets/theme/css/style.scss */
  .w-md-p80 {
    width: 80%;
  }
  /* line 27151, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-p80 {
    min-width: 80%;
  }
  /* line 27155, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-p80 {
    max-width: 80%;
  }
  /* line 27159, app/assets/stylesheets/theme/css/style.scss */
  .w-md-p85 {
    width: 85%;
  }
  /* line 27163, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-p85 {
    min-width: 85%;
  }
  /* line 27167, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-p85 {
    max-width: 85%;
  }
  /* line 27171, app/assets/stylesheets/theme/css/style.scss */
  .w-md-p90 {
    width: 90%;
  }
  /* line 27175, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-p90 {
    min-width: 90%;
  }
  /* line 27179, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-p90 {
    max-width: 90%;
  }
  /* line 27183, app/assets/stylesheets/theme/css/style.scss */
  .w-md-p95 {
    width: 95%;
  }
  /* line 27187, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-p95 {
    min-width: 95%;
  }
  /* line 27191, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-p95 {
    max-width: 95%;
  }
  /* line 27195, app/assets/stylesheets/theme/css/style.scss */
  .w-md-p100 {
    width: 100%;
  }
  /* line 27199, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-p100 {
    min-width: 100%;
  }
  /* line 27203, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-p100 {
    max-width: 100%;
  }
  /* line 27207, app/assets/stylesheets/theme/css/style.scss */
  .w-md-auto {
    width: auto;
  }
  /* line 27211, app/assets/stylesheets/theme/css/style.scss */
  .min-w-md-auto {
    min-width: auto;
  }
  /* line 27215, app/assets/stylesheets/theme/css/style.scss */
  .max-w-md-auto {
    max-width: auto;
  }
}

@media (min-width: 992px) {
  /* line 27220, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-0 {
    width: 0px;
  }
  /* line 27224, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-0 {
    min-width: 0px;
  }
  /* line 27228, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-0 {
    max-width: 0px;
  }
  /* line 27232, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-10 {
    width: 10px;
  }
  /* line 27236, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-10 {
    min-width: 10px;
  }
  /* line 27240, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-10 {
    max-width: 10px;
  }
  /* line 27244, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-20 {
    width: 20px;
  }
  /* line 27248, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-20 {
    min-width: 20px;
  }
  /* line 27252, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-20 {
    max-width: 20px;
  }
  /* line 27256, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-30 {
    width: 30px;
  }
  /* line 27260, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-30 {
    min-width: 30px;
  }
  /* line 27264, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-30 {
    max-width: 30px;
  }
  /* line 27268, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-40 {
    width: 40px;
  }
  /* line 27272, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-40 {
    min-width: 40px;
  }
  /* line 27276, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-40 {
    max-width: 40px;
  }
  /* line 27280, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-50 {
    width: 50px;
  }
  /* line 27284, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-50 {
    min-width: 50px;
  }
  /* line 27288, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-50 {
    max-width: 50px;
  }
  /* line 27292, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-60 {
    width: 60px;
  }
  /* line 27296, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-60 {
    min-width: 60px;
  }
  /* line 27300, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-60 {
    max-width: 60px;
  }
  /* line 27304, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-70 {
    width: 70px;
  }
  /* line 27308, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-70 {
    min-width: 70px;
  }
  /* line 27312, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-70 {
    max-width: 70px;
  }
  /* line 27316, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-80 {
    width: 80px;
  }
  /* line 27320, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-80 {
    min-width: 80px;
  }
  /* line 27324, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-80 {
    max-width: 80px;
  }
  /* line 27328, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-90 {
    width: 90px;
  }
  /* line 27332, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-90 {
    min-width: 90px;
  }
  /* line 27336, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-90 {
    max-width: 90px;
  }
  /* line 27340, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-100 {
    width: 100px;
  }
  /* line 27344, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-100 {
    min-width: 100px;
  }
  /* line 27348, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-100 {
    max-width: 100px;
  }
  /* line 27352, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-120 {
    width: 120px;
  }
  /* line 27356, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-120 {
    min-width: 120px;
  }
  /* line 27360, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-120 {
    max-width: 120px;
  }
  /* line 27364, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-150 {
    width: 150px;
  }
  /* line 27368, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-150 {
    min-width: 150px;
  }
  /* line 27372, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-150 {
    max-width: 150px;
  }
  /* line 27376, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-160 {
    width: 160px;
  }
  /* line 27380, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-160 {
    min-width: 160px;
  }
  /* line 27384, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-160 {
    max-width: 160px;
  }
  /* line 27388, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-170 {
    width: 170px;
  }
  /* line 27392, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-170 {
    min-width: 170px;
  }
  /* line 27396, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-170 {
    max-width: 170px;
  }
  /* line 27400, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-180 {
    width: 180px;
  }
  /* line 27404, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-180 {
    min-width: 180px;
  }
  /* line 27408, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-180 {
    max-width: 180px;
  }
  /* line 27412, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-190 {
    width: 190px;
  }
  /* line 27416, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-190 {
    min-width: 190px;
  }
  /* line 27420, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-190 {
    max-width: 190px;
  }
  /* line 27424, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-200 {
    width: 200px;
  }
  /* line 27428, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-200 {
    min-width: 200px;
  }
  /* line 27432, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-200 {
    max-width: 200px;
  }
  /* line 27436, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-250 {
    width: 250px;
  }
  /* line 27440, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-250 {
    min-width: 250px;
  }
  /* line 27444, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-250 {
    max-width: 250px;
  }
  /* line 27448, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-300 {
    width: 300px;
  }
  /* line 27452, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-300 {
    min-width: 300px;
  }
  /* line 27456, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-300 {
    max-width: 300px;
  }
  /* line 27460, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-350 {
    width: 350px;
  }
  /* line 27464, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-350 {
    min-width: 350px;
  }
  /* line 27468, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-350 {
    max-width: 350px;
  }
  /* line 27472, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-400 {
    width: 400px;
  }
  /* line 27476, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-400 {
    min-width: 400px;
  }
  /* line 27480, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-400 {
    max-width: 400px;
  }
  /* line 27484, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-450 {
    width: 450px;
  }
  /* line 27488, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-450 {
    min-width: 450px;
  }
  /* line 27492, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-450 {
    max-width: 450px;
  }
  /* line 27496, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-500 {
    width: 500px;
  }
  /* line 27500, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-500 {
    min-width: 500px;
  }
  /* line 27504, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-500 {
    max-width: 500px;
  }
  /* line 27508, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-550 {
    width: 550px;
  }
  /* line 27512, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-550 {
    min-width: 550px;
  }
  /* line 27516, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-550 {
    max-width: 550px;
  }
  /* line 27520, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-600 {
    width: 600px;
  }
  /* line 27524, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-600 {
    min-width: 600px;
  }
  /* line 27528, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-600 {
    max-width: 600px;
  }
  /* line 27532, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-650 {
    width: 650px;
  }
  /* line 27536, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-650 {
    min-width: 650px;
  }
  /* line 27540, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-650 {
    max-width: 650px;
  }
  /* line 27544, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-700 {
    width: 700px;
  }
  /* line 27548, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-700 {
    min-width: 700px;
  }
  /* line 27552, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-700 {
    max-width: 700px;
  }
  /* line 27556, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-750 {
    width: 750px;
  }
  /* line 27560, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-750 {
    min-width: 750px;
  }
  /* line 27564, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-750 {
    max-width: 750px;
  }
  /* line 27568, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-800 {
    width: 800px;
  }
  /* line 27572, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-800 {
    min-width: 800px;
  }
  /* line 27576, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-800 {
    max-width: 800px;
  }
  /* line 27580, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-850 {
    width: 850px;
  }
  /* line 27584, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-850 {
    min-width: 850px;
  }
  /* line 27588, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-850 {
    max-width: 850px;
  }
  /* line 27592, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-900 {
    width: 900px;
  }
  /* line 27596, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-900 {
    min-width: 900px;
  }
  /* line 27600, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-900 {
    max-width: 900px;
  }
  /* line 27604, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-950 {
    width: 950px;
  }
  /* line 27608, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-950 {
    min-width: 950px;
  }
  /* line 27612, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-950 {
    max-width: 950px;
  }
  /* line 27616, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-1000 {
    width: 1000px;
  }
  /* line 27620, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-1000 {
    min-width: 1000px;
  }
  /* line 27624, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-1000 {
    max-width: 1000px;
  }
  /* line 27628, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-p5 {
    width: 5%;
  }
  /* line 27632, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-p5 {
    min-width: 5%;
  }
  /* line 27636, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-p5 {
    max-width: 5%;
  }
  /* line 27640, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-p10 {
    width: 10%;
  }
  /* line 27644, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-p10 {
    min-width: 10%;
  }
  /* line 27648, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-p10 {
    max-width: 10%;
  }
  /* line 27652, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-p15 {
    width: 15%;
  }
  /* line 27656, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-p15 {
    min-width: 15%;
  }
  /* line 27660, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-p15 {
    max-width: 15%;
  }
  /* line 27664, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-p20 {
    width: 20%;
  }
  /* line 27668, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-p20 {
    min-width: 20%;
  }
  /* line 27672, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-p20 {
    max-width: 20%;
  }
  /* line 27676, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-p25 {
    width: 25%;
  }
  /* line 27680, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-p25 {
    min-width: 25%;
  }
  /* line 27684, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-p25 {
    max-width: 25%;
  }
  /* line 27688, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-p30 {
    width: 30%;
  }
  /* line 27692, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-p30 {
    min-width: 30%;
  }
  /* line 27696, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-p30 {
    max-width: 30%;
  }
  /* line 27700, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-p35 {
    width: 35%;
  }
  /* line 27704, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-p35 {
    min-width: 35%;
  }
  /* line 27708, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-p35 {
    max-width: 35%;
  }
  /* line 27712, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-p40 {
    width: 40%;
  }
  /* line 27716, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-p40 {
    min-width: 40%;
  }
  /* line 27720, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-p40 {
    max-width: 40%;
  }
  /* line 27724, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-p45 {
    width: 45%;
  }
  /* line 27728, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-p45 {
    min-width: 45%;
  }
  /* line 27732, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-p45 {
    max-width: 45%;
  }
  /* line 27736, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-p50 {
    width: 50%;
  }
  /* line 27740, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-p50 {
    min-width: 50%;
  }
  /* line 27744, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-p50 {
    max-width: 50%;
  }
  /* line 27748, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-p60 {
    width: 60%;
  }
  /* line 27752, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-p60 {
    min-width: 60%;
  }
  /* line 27756, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-p60 {
    max-width: 60%;
  }
  /* line 27760, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-p65 {
    width: 65%;
  }
  /* line 27764, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-p65 {
    min-width: 65%;
  }
  /* line 27768, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-p65 {
    max-width: 65%;
  }
  /* line 27772, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-p70 {
    width: 70%;
  }
  /* line 27776, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-p70 {
    min-width: 70%;
  }
  /* line 27780, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-p70 {
    max-width: 70%;
  }
  /* line 27784, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-p75 {
    width: 75%;
  }
  /* line 27788, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-p75 {
    min-width: 75%;
  }
  /* line 27792, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-p75 {
    max-width: 75%;
  }
  /* line 27796, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-p80 {
    width: 80%;
  }
  /* line 27800, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-p80 {
    min-width: 80%;
  }
  /* line 27804, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-p80 {
    max-width: 80%;
  }
  /* line 27808, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-p85 {
    width: 85%;
  }
  /* line 27812, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-p85 {
    min-width: 85%;
  }
  /* line 27816, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-p85 {
    max-width: 85%;
  }
  /* line 27820, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-p90 {
    width: 90%;
  }
  /* line 27824, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-p90 {
    min-width: 90%;
  }
  /* line 27828, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-p90 {
    max-width: 90%;
  }
  /* line 27832, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-p95 {
    width: 95%;
  }
  /* line 27836, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-p95 {
    min-width: 95%;
  }
  /* line 27840, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-p95 {
    max-width: 95%;
  }
  /* line 27844, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-p100 {
    width: 100%;
  }
  /* line 27848, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-p100 {
    min-width: 100%;
  }
  /* line 27852, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-p100 {
    max-width: 100%;
  }
  /* line 27856, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-auto {
    width: auto;
  }
  /* line 27860, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-auto {
    min-width: auto;
  }
  /* line 27864, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-auto {
    max-width: auto;
  }
}

@media (min-width: 1200px) {
  /* line 27869, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-0 {
    width: 0px;
  }
  /* line 27873, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-0 {
    min-width: 0px;
  }
  /* line 27877, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-0 {
    max-width: 0px;
  }
  /* line 27881, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-10 {
    width: 10px;
  }
  /* line 27885, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-10 {
    min-width: 10px;
  }
  /* line 27889, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-10 {
    max-width: 10px;
  }
  /* line 27893, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-20 {
    width: 20px;
  }
  /* line 27897, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-20 {
    min-width: 20px;
  }
  /* line 27901, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-20 {
    max-width: 20px;
  }
  /* line 27905, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-30 {
    width: 30px;
  }
  /* line 27909, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-30 {
    min-width: 30px;
  }
  /* line 27913, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-30 {
    max-width: 30px;
  }
  /* line 27917, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-40 {
    width: 40px;
  }
  /* line 27921, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-40 {
    min-width: 40px;
  }
  /* line 27925, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-40 {
    max-width: 40px;
  }
  /* line 27929, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-50 {
    width: 50px;
  }
  /* line 27933, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-50 {
    min-width: 50px;
  }
  /* line 27937, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-50 {
    max-width: 50px;
  }
  /* line 27941, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-60 {
    width: 60px;
  }
  /* line 27945, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-60 {
    min-width: 60px;
  }
  /* line 27949, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-60 {
    max-width: 60px;
  }
  /* line 27953, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-70 {
    width: 70px;
  }
  /* line 27957, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-70 {
    min-width: 70px;
  }
  /* line 27961, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-70 {
    max-width: 70px;
  }
  /* line 27965, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-80 {
    width: 80px;
  }
  /* line 27969, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-80 {
    min-width: 80px;
  }
  /* line 27973, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-80 {
    max-width: 80px;
  }
  /* line 27977, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-90 {
    width: 90px;
  }
  /* line 27981, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-90 {
    min-width: 90px;
  }
  /* line 27985, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-90 {
    max-width: 90px;
  }
  /* line 27989, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-100 {
    width: 100px;
  }
  /* line 27993, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-100 {
    min-width: 100px;
  }
  /* line 27997, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-100 {
    max-width: 100px;
  }
  /* line 28001, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-120 {
    width: 120px;
  }
  /* line 28005, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-120 {
    min-width: 120px;
  }
  /* line 28009, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-120 {
    max-width: 120px;
  }
  /* line 28013, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-150 {
    width: 150px;
  }
  /* line 28017, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-150 {
    min-width: 150px;
  }
  /* line 28021, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-150 {
    max-width: 150px;
  }
  /* line 28025, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-160 {
    width: 160px;
  }
  /* line 28029, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-160 {
    min-width: 160px;
  }
  /* line 28033, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-160 {
    max-width: 160px;
  }
  /* line 28037, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-170 {
    width: 170px;
  }
  /* line 28041, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-170 {
    min-width: 170px;
  }
  /* line 28045, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-170 {
    max-width: 170px;
  }
  /* line 28049, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-180 {
    width: 180px;
  }
  /* line 28053, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-180 {
    min-width: 180px;
  }
  /* line 28057, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-180 {
    max-width: 180px;
  }
  /* line 28061, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-190 {
    width: 190px;
  }
  /* line 28065, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-190 {
    min-width: 190px;
  }
  /* line 28069, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-190 {
    max-width: 190px;
  }
  /* line 28073, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-200 {
    width: 200px;
  }
  /* line 28077, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-200 {
    min-width: 200px;
  }
  /* line 28081, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-200 {
    max-width: 200px;
  }
  /* line 28085, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-250 {
    width: 250px;
  }
  /* line 28089, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-250 {
    min-width: 250px;
  }
  /* line 28093, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-250 {
    max-width: 250px;
  }
  /* line 28097, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-300 {
    width: 300px;
  }
  /* line 28101, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-300 {
    min-width: 300px;
  }
  /* line 28105, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-300 {
    max-width: 300px;
  }
  /* line 28109, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-350 {
    width: 350px;
  }
  /* line 28113, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-350 {
    min-width: 350px;
  }
  /* line 28117, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-350 {
    max-width: 350px;
  }
  /* line 28121, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-400 {
    width: 400px;
  }
  /* line 28125, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-400 {
    min-width: 400px;
  }
  /* line 28129, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-400 {
    max-width: 400px;
  }
  /* line 28133, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-450 {
    width: 450px;
  }
  /* line 28137, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-450 {
    min-width: 450px;
  }
  /* line 28141, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-450 {
    max-width: 450px;
  }
  /* line 28145, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-500 {
    width: 500px;
  }
  /* line 28149, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-500 {
    min-width: 500px;
  }
  /* line 28153, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-500 {
    max-width: 500px;
  }
  /* line 28157, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-550 {
    width: 550px;
  }
  /* line 28161, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-550 {
    min-width: 550px;
  }
  /* line 28165, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-550 {
    max-width: 550px;
  }
  /* line 28169, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-600 {
    width: 600px;
  }
  /* line 28173, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-600 {
    min-width: 600px;
  }
  /* line 28177, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-600 {
    max-width: 600px;
  }
  /* line 28181, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-650 {
    width: 650px;
  }
  /* line 28185, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-650 {
    min-width: 650px;
  }
  /* line 28189, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-650 {
    max-width: 650px;
  }
  /* line 28193, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-700 {
    width: 700px;
  }
  /* line 28197, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-700 {
    min-width: 700px;
  }
  /* line 28201, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-700 {
    max-width: 700px;
  }
  /* line 28205, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-750 {
    width: 750px;
  }
  /* line 28209, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-750 {
    min-width: 750px;
  }
  /* line 28213, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-750 {
    max-width: 750px;
  }
  /* line 28217, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-800 {
    width: 800px;
  }
  /* line 28221, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-800 {
    min-width: 800px;
  }
  /* line 28225, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-800 {
    max-width: 800px;
  }
  /* line 28229, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-850 {
    width: 850px;
  }
  /* line 28233, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-850 {
    min-width: 850px;
  }
  /* line 28237, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-850 {
    max-width: 850px;
  }
  /* line 28241, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-900 {
    width: 900px;
  }
  /* line 28245, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-900 {
    min-width: 900px;
  }
  /* line 28249, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-900 {
    max-width: 900px;
  }
  /* line 28253, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-950 {
    width: 950px;
  }
  /* line 28257, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-950 {
    min-width: 950px;
  }
  /* line 28261, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-950 {
    max-width: 950px;
  }
  /* line 28265, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-1000 {
    width: 1000px;
  }
  /* line 28269, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-1000 {
    min-width: 1000px;
  }
  /* line 28273, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-1000 {
    max-width: 1000px;
  }
  /* line 28277, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-p5 {
    width: 5%;
  }
  /* line 28281, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-p5 {
    min-width: 5%;
  }
  /* line 28285, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-p5 {
    max-width: 5%;
  }
  /* line 28289, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-p10 {
    width: 10%;
  }
  /* line 28293, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-p10 {
    min-width: 10%;
  }
  /* line 28297, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-p10 {
    max-width: 10%;
  }
  /* line 28301, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-p15 {
    width: 15%;
  }
  /* line 28305, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-p15 {
    min-width: 15%;
  }
  /* line 28309, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-p15 {
    max-width: 15%;
  }
  /* line 28313, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-p20 {
    width: 20%;
  }
  /* line 28317, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-p20 {
    min-width: 20%;
  }
  /* line 28321, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-p20 {
    max-width: 20%;
  }
  /* line 28325, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-p25 {
    width: 25%;
  }
  /* line 28329, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-p25 {
    min-width: 25%;
  }
  /* line 28333, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-p25 {
    max-width: 25%;
  }
  /* line 28337, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-p30 {
    width: 30%;
  }
  /* line 28341, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-p30 {
    min-width: 30%;
  }
  /* line 28345, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-p30 {
    max-width: 30%;
  }
  /* line 28349, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-p35 {
    width: 35%;
  }
  /* line 28353, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-p35 {
    min-width: 35%;
  }
  /* line 28357, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-p35 {
    max-width: 35%;
  }
  /* line 28361, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-p40 {
    width: 40%;
  }
  /* line 28365, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-p40 {
    min-width: 40%;
  }
  /* line 28369, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-p40 {
    max-width: 40%;
  }
  /* line 28373, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-p45 {
    width: 45%;
  }
  /* line 28377, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-p45 {
    min-width: 45%;
  }
  /* line 28381, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-p45 {
    max-width: 45%;
  }
  /* line 28385, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-p50 {
    width: 50%;
  }
  /* line 28389, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-p50 {
    min-width: 50%;
  }
  /* line 28393, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-p50 {
    max-width: 50%;
  }
  /* line 28397, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-p60 {
    width: 60%;
  }
  /* line 28401, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-p60 {
    min-width: 60%;
  }
  /* line 28405, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-p60 {
    max-width: 60%;
  }
  /* line 28409, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-p65 {
    width: 65%;
  }
  /* line 28413, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-p65 {
    min-width: 65%;
  }
  /* line 28417, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-p65 {
    max-width: 65%;
  }
  /* line 28421, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-p70 {
    width: 70%;
  }
  /* line 28425, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-p70 {
    min-width: 70%;
  }
  /* line 28429, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-p70 {
    max-width: 70%;
  }
  /* line 28433, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-p75 {
    width: 75%;
  }
  /* line 28437, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-p75 {
    min-width: 75%;
  }
  /* line 28441, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-p75 {
    max-width: 75%;
  }
  /* line 28445, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-p80 {
    width: 80%;
  }
  /* line 28449, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-p80 {
    min-width: 80%;
  }
  /* line 28453, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-p80 {
    max-width: 80%;
  }
  /* line 28457, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-p85 {
    width: 85%;
  }
  /* line 28461, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-p85 {
    min-width: 85%;
  }
  /* line 28465, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-p85 {
    max-width: 85%;
  }
  /* line 28469, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-p90 {
    width: 90%;
  }
  /* line 28473, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-p90 {
    min-width: 90%;
  }
  /* line 28477, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-p90 {
    max-width: 90%;
  }
  /* line 28481, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-p95 {
    width: 95%;
  }
  /* line 28485, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-p95 {
    min-width: 95%;
  }
  /* line 28489, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-p95 {
    max-width: 95%;
  }
  /* line 28493, app/assets/stylesheets/theme/css/style.scss */
  .w-xl-p100 {
    width: 100%;
  }
  /* line 28497, app/assets/stylesheets/theme/css/style.scss */
  .min-w-xl-p100 {
    min-width: 100%;
  }
  /* line 28501, app/assets/stylesheets/theme/css/style.scss */
  .max-w-xl-p100 {
    max-width: 100%;
  }
  /* line 28505, app/assets/stylesheets/theme/css/style.scss */
  .w-lg-auto {
    width: auto;
  }
  /* line 28509, app/assets/stylesheets/theme/css/style.scss */
  .min-w-lg-auto {
    min-width: auto;
  }
  /* line 28513, app/assets/stylesheets/theme/css/style.scss */
  .max-w-lg-auto {
    max-width: auto;
  }
}

/*******************
Height property 
*******************/
/* line 28520, app/assets/stylesheets/theme/css/style.scss */
.h-0 {
  height: 0px !important;
}

/* line 28524, app/assets/stylesheets/theme/css/style.scss */
.min-h-0 {
  min-height: 0px !important;
}

/* line 28528, app/assets/stylesheets/theme/css/style.scss */
.max-h-0 {
  max-height: 0px !important;
}

/* line 28532, app/assets/stylesheets/theme/css/style.scss */
.h-10 {
  height: 10px !important;
}

/* line 28536, app/assets/stylesheets/theme/css/style.scss */
.min-h-10 {
  min-height: 10px !important;
}

/* line 28540, app/assets/stylesheets/theme/css/style.scss */
.max-h-10 {
  max-height: 10px !important;
}

/* line 28544, app/assets/stylesheets/theme/css/style.scss */
.h-15 {
  height: 15px !important;
}

/* line 28548, app/assets/stylesheets/theme/css/style.scss */
.min-h-15 {
  min-height: 15px !important;
}

/* line 28552, app/assets/stylesheets/theme/css/style.scss */
.max-h-15 {
  max-height: 15px !important;
}

/* line 28556, app/assets/stylesheets/theme/css/style.scss */
.h-20 {
  height: 20px !important;
}

/* line 28560, app/assets/stylesheets/theme/css/style.scss */
.min-h-20 {
  min-height: 20px !important;
}

/* line 28564, app/assets/stylesheets/theme/css/style.scss */
.max-h-20 {
  max-height: 20px !important;
}

/* line 28568, app/assets/stylesheets/theme/css/style.scss */
.h-30 {
  height: 30px !important;
}

/* line 28572, app/assets/stylesheets/theme/css/style.scss */
.min-h-30 {
  min-height: 30px !important;
}

/* line 28576, app/assets/stylesheets/theme/css/style.scss */
.max-h-30 {
  max-height: 30px !important;
}

/* line 28580, app/assets/stylesheets/theme/css/style.scss */
.h-40 {
  height: 40px !important;
}

/* line 28584, app/assets/stylesheets/theme/css/style.scss */
.min-h-40 {
  min-height: 40px !important;
}

/* line 28588, app/assets/stylesheets/theme/css/style.scss */
.max-h-40 {
  max-height: 40px !important;
}

/* line 28592, app/assets/stylesheets/theme/css/style.scss */
.h-50 {
  height: 50px !important;
}

/* line 28596, app/assets/stylesheets/theme/css/style.scss */
.min-h-50 {
  min-height: 50px !important;
}

/* line 28600, app/assets/stylesheets/theme/css/style.scss */
.max-h-50 {
  max-height: 50px !important;
}

/* line 28604, app/assets/stylesheets/theme/css/style.scss */
.h-60 {
  height: 60px !important;
}

/* line 28608, app/assets/stylesheets/theme/css/style.scss */
.min-h-60 {
  min-height: 60px !important;
}

/* line 28612, app/assets/stylesheets/theme/css/style.scss */
.max-h-60 {
  max-height: 60px !important;
}

/* line 28616, app/assets/stylesheets/theme/css/style.scss */
.h-70 {
  height: 70px !important;
}

/* line 28620, app/assets/stylesheets/theme/css/style.scss */
.min-h-70 {
  min-height: 70px !important;
}

/* line 28624, app/assets/stylesheets/theme/css/style.scss */
.max-h-70 {
  max-height: 70px !important;
}

/* line 28628, app/assets/stylesheets/theme/css/style.scss */
.h-80 {
  height: 80px !important;
}

/* line 28632, app/assets/stylesheets/theme/css/style.scss */
.min-h-80 {
  min-height: 80px !important;
}

/* line 28636, app/assets/stylesheets/theme/css/style.scss */
.max-h-80 {
  max-height: 80px !important;
}

/* line 28640, app/assets/stylesheets/theme/css/style.scss */
.h-90 {
  height: 90px !important;
}

/* line 28644, app/assets/stylesheets/theme/css/style.scss */
.min-h-90 {
  min-height: 90px !important;
}

/* line 28648, app/assets/stylesheets/theme/css/style.scss */
.max-h-90 {
  max-height: 90px !important;
}

/* line 28652, app/assets/stylesheets/theme/css/style.scss */
.h-100 {
  height: 100px !important;
}

/* line 28656, app/assets/stylesheets/theme/css/style.scss */
.min-h-100 {
  min-height: 100px !important;
}

/* line 28660, app/assets/stylesheets/theme/css/style.scss */
.max-h-100 {
  max-height: 100px !important;
}

/* line 28664, app/assets/stylesheets/theme/css/style.scss */
.h-120 {
  height: 120px !important;
}

/* line 28668, app/assets/stylesheets/theme/css/style.scss */
.min-h-120 {
  min-height: 120px !important;
}

/* line 28672, app/assets/stylesheets/theme/css/style.scss */
.max-h-120 {
  max-height: 120px !important;
}

/* line 28676, app/assets/stylesheets/theme/css/style.scss */
.h-150 {
  height: 150px !important;
}

/* line 28680, app/assets/stylesheets/theme/css/style.scss */
.min-h-150 {
  min-height: 150px !important;
}

/* line 28684, app/assets/stylesheets/theme/css/style.scss */
.max-h-150 {
  max-height: 150px !important;
}

/* line 28688, app/assets/stylesheets/theme/css/style.scss */
.h-160 {
  height: 160px !important;
}

/* line 28692, app/assets/stylesheets/theme/css/style.scss */
.min-h-160 {
  min-height: 160px !important;
}

/* line 28696, app/assets/stylesheets/theme/css/style.scss */
.max-h-160 {
  max-height: 160px !important;
}

/* line 28700, app/assets/stylesheets/theme/css/style.scss */
.h-170 {
  height: 170px !important;
}

/* line 28704, app/assets/stylesheets/theme/css/style.scss */
.min-h-170 {
  min-height: 170px !important;
}

/* line 28708, app/assets/stylesheets/theme/css/style.scss */
.max-h-170 {
  max-height: 170px !important;
}

/* line 28712, app/assets/stylesheets/theme/css/style.scss */
.h-180 {
  height: 180px !important;
}

/* line 28716, app/assets/stylesheets/theme/css/style.scss */
.min-h-180 {
  min-height: 180px !important;
}

/* line 28720, app/assets/stylesheets/theme/css/style.scss */
.max-h-180 {
  max-height: 180px !important;
}

/* line 28724, app/assets/stylesheets/theme/css/style.scss */
.h-190 {
  height: 190px !important;
}

/* line 28728, app/assets/stylesheets/theme/css/style.scss */
.min-h-190 {
  min-height: 190px !important;
}

/* line 28732, app/assets/stylesheets/theme/css/style.scss */
.max-h-190 {
  max-height: 190px !important;
}

/* line 28736, app/assets/stylesheets/theme/css/style.scss */
.h-200 {
  height: 200px !important;
}

/* line 28740, app/assets/stylesheets/theme/css/style.scss */
.min-h-200 {
  min-height: 200px !important;
}

/* line 28744, app/assets/stylesheets/theme/css/style.scss */
.max-h-200 {
  max-height: 200px !important;
}

/* line 28748, app/assets/stylesheets/theme/css/style.scss */
.h-250 {
  height: 250px !important;
}

/* line 28752, app/assets/stylesheets/theme/css/style.scss */
.min-h-250 {
  min-height: 250px !important;
}

/* line 28756, app/assets/stylesheets/theme/css/style.scss */
.max-h-250 {
  max-height: 250px !important;
}

/* line 28760, app/assets/stylesheets/theme/css/style.scss */
.h-300 {
  height: 300px !important;
}

/* line 28764, app/assets/stylesheets/theme/css/style.scss */
.min-h-300 {
  min-height: 300px !important;
}

/* line 28768, app/assets/stylesheets/theme/css/style.scss */
.max-h-300 {
  max-height: 300px !important;
}

/* line 28772, app/assets/stylesheets/theme/css/style.scss */
.h-310 {
  height: 310px !important;
}

/* line 28776, app/assets/stylesheets/theme/css/style.scss */
.min-h-310 {
  min-height: 310px !important;
}

/* line 28780, app/assets/stylesheets/theme/css/style.scss */
.max-h-310 {
  max-height: 310px !important;
}

/* line 28784, app/assets/stylesheets/theme/css/style.scss */
.h-320 {
  height: 320px !important;
}

/* line 28788, app/assets/stylesheets/theme/css/style.scss */
.min-h-320 {
  min-height: 320px !important;
}

/* line 28792, app/assets/stylesheets/theme/css/style.scss */
.max-h-320 {
  max-height: 320px !important;
}

/* line 28796, app/assets/stylesheets/theme/css/style.scss */
.h-325 {
  height: 325px !important;
}

/* line 28800, app/assets/stylesheets/theme/css/style.scss */
.min-h-325 {
  min-height: 325px !important;
}

/* line 28804, app/assets/stylesheets/theme/css/style.scss */
.max-h-325 {
  max-height: 325px !important;
}

/* line 28808, app/assets/stylesheets/theme/css/style.scss */
.h-350 {
  height: 350px !important;
}

/* line 28812, app/assets/stylesheets/theme/css/style.scss */
.min-h-350 {
  min-height: 350px !important;
}

/* line 28816, app/assets/stylesheets/theme/css/style.scss */
.max-h-350 {
  max-height: 350px !important;
}

/* line 28820, app/assets/stylesheets/theme/css/style.scss */
.h-400 {
  height: 400px !important;
}

/* line 28824, app/assets/stylesheets/theme/css/style.scss */
.min-h-400 {
  min-height: 400px !important;
}

/* line 28828, app/assets/stylesheets/theme/css/style.scss */
.max-h-400 {
  max-height: 400px !important;
}

/* line 28832, app/assets/stylesheets/theme/css/style.scss */
.h-450 {
  height: 450px !important;
}

/* line 28836, app/assets/stylesheets/theme/css/style.scss */
.min-h-450 {
  min-height: 450px !important;
}

/* line 28840, app/assets/stylesheets/theme/css/style.scss */
.max-h-450 {
  max-height: 450px !important;
}

/* line 28844, app/assets/stylesheets/theme/css/style.scss */
.h-500 {
  height: 500px !important;
}

/* line 28848, app/assets/stylesheets/theme/css/style.scss */
.min-h-500 {
  min-height: 500px !important;
}

/* line 28852, app/assets/stylesheets/theme/css/style.scss */
.max-h-500 {
  max-height: 500px !important;
}

/* line 28856, app/assets/stylesheets/theme/css/style.scss */
.h-550 {
  height: 550px !important;
}

/* line 28860, app/assets/stylesheets/theme/css/style.scss */
.min-h-550 {
  min-height: 550px !important;
}

/* line 28864, app/assets/stylesheets/theme/css/style.scss */
.max-h-550 {
  max-height: 550px !important;
}

/* line 28868, app/assets/stylesheets/theme/css/style.scss */
.h-600 {
  height: 600px !important;
}

/* line 28872, app/assets/stylesheets/theme/css/style.scss */
.min-h-600 {
  min-height: 600px !important;
}

/* line 28876, app/assets/stylesheets/theme/css/style.scss */
.max-h-600 {
  max-height: 600px !important;
}

/* line 28880, app/assets/stylesheets/theme/css/style.scss */
.h-650 {
  height: 650px !important;
}

/* line 28884, app/assets/stylesheets/theme/css/style.scss */
.min-h-650 {
  min-height: 650px !important;
}

/* line 28888, app/assets/stylesheets/theme/css/style.scss */
.max-h-650 {
  max-height: 650px !important;
}

/* line 28892, app/assets/stylesheets/theme/css/style.scss */
.h-700 {
  height: 700px !important;
}

/* line 28896, app/assets/stylesheets/theme/css/style.scss */
.min-h-700 {
  min-height: 700px !important;
}

/* line 28900, app/assets/stylesheets/theme/css/style.scss */
.max-h-700 {
  max-height: 700px !important;
}

/* line 28904, app/assets/stylesheets/theme/css/style.scss */
.h-750 {
  height: 750px !important;
}

/* line 28908, app/assets/stylesheets/theme/css/style.scss */
.min-h-750 {
  min-height: 750px !important;
}

/* line 28912, app/assets/stylesheets/theme/css/style.scss */
.max-h-750 {
  max-height: 750px !important;
}

/* line 28916, app/assets/stylesheets/theme/css/style.scss */
.h-800 {
  height: 800px !important;
}

/* line 28920, app/assets/stylesheets/theme/css/style.scss */
.min-h-800 {
  min-height: 800px !important;
}

/* line 28924, app/assets/stylesheets/theme/css/style.scss */
.max-h-800 {
  max-height: 800px !important;
}

/* line 28928, app/assets/stylesheets/theme/css/style.scss */
.h-850 {
  height: 850px !important;
}

/* line 28932, app/assets/stylesheets/theme/css/style.scss */
.min-h-850 {
  min-height: 850px !important;
}

/* line 28936, app/assets/stylesheets/theme/css/style.scss */
.max-h-850 {
  max-height: 850px !important;
}

/* line 28940, app/assets/stylesheets/theme/css/style.scss */
.h-900 {
  height: 900px !important;
}

/* line 28944, app/assets/stylesheets/theme/css/style.scss */
.min-h-900 {
  min-height: 900px !important;
}

/* line 28948, app/assets/stylesheets/theme/css/style.scss */
.max-h-900 {
  max-height: 900px !important;
}

/* line 28952, app/assets/stylesheets/theme/css/style.scss */
.h-950 {
  height: 950px !important;
}

/* line 28956, app/assets/stylesheets/theme/css/style.scss */
.min-h-950 {
  min-height: 950px !important;
}

/* line 28960, app/assets/stylesheets/theme/css/style.scss */
.max-h-950 {
  max-height: 950px !important;
}

/* line 28964, app/assets/stylesheets/theme/css/style.scss */
.h-1000 {
  height: 1000px !important;
}

/* line 28968, app/assets/stylesheets/theme/css/style.scss */
.min-h-1000 {
  min-height: 1000px !important;
}

/* line 28972, app/assets/stylesheets/theme/css/style.scss */
.max-h-1000 {
  max-height: 1000px !important;
}

/* line 28976, app/assets/stylesheets/theme/css/style.scss */
.h-p5 {
  height: 5% !important;
}

/* line 28980, app/assets/stylesheets/theme/css/style.scss */
.min-h-p5 {
  min-height: 5% !important;
}

/* line 28984, app/assets/stylesheets/theme/css/style.scss */
.max-h-p5 {
  max-height: 5% !important;
}

/* line 28988, app/assets/stylesheets/theme/css/style.scss */
.h-p10 {
  height: 10% !important;
}

/* line 28992, app/assets/stylesheets/theme/css/style.scss */
.min-h-p10 {
  min-height: 10% !important;
}

/* line 28996, app/assets/stylesheets/theme/css/style.scss */
.max-h-p10 {
  max-height: 10% !important;
}

/* line 29000, app/assets/stylesheets/theme/css/style.scss */
.h-p15 {
  height: 15% !important;
}

/* line 29004, app/assets/stylesheets/theme/css/style.scss */
.min-h-p15 {
  min-height: 15% !important;
}

/* line 29008, app/assets/stylesheets/theme/css/style.scss */
.max-h-p15 {
  max-height: 15% !important;
}

/* line 29012, app/assets/stylesheets/theme/css/style.scss */
.h-p20 {
  height: 20% !important;
}

/* line 29016, app/assets/stylesheets/theme/css/style.scss */
.min-h-p20 {
  min-height: 20% !important;
}

/* line 29020, app/assets/stylesheets/theme/css/style.scss */
.max-h-p20 {
  max-height: 20% !important;
}

/* line 29024, app/assets/stylesheets/theme/css/style.scss */
.h-p25 {
  height: 25% !important;
}

/* line 29028, app/assets/stylesheets/theme/css/style.scss */
.min-h-p25 {
  min-height: 25% !important;
}

/* line 29032, app/assets/stylesheets/theme/css/style.scss */
.max-h-p25 {
  max-height: 25% !important;
}

/* line 29036, app/assets/stylesheets/theme/css/style.scss */
.h-p30 {
  height: 30% !important;
}

/* line 29040, app/assets/stylesheets/theme/css/style.scss */
.min-h-p30 {
  min-height: 30% !important;
}

/* line 29044, app/assets/stylesheets/theme/css/style.scss */
.max-h-p30 {
  max-height: 30% !important;
}

/* line 29048, app/assets/stylesheets/theme/css/style.scss */
.h-p35 {
  height: 35% !important;
}

/* line 29052, app/assets/stylesheets/theme/css/style.scss */
.min-h-p35 {
  min-height: 35% !important;
}

/* line 29056, app/assets/stylesheets/theme/css/style.scss */
.max-h-p35 {
  max-height: 35% !important;
}

/* line 29060, app/assets/stylesheets/theme/css/style.scss */
.h-p40 {
  height: 40% !important;
}

/* line 29064, app/assets/stylesheets/theme/css/style.scss */
.min-h-p40 {
  min-height: 40% !important;
}

/* line 29068, app/assets/stylesheets/theme/css/style.scss */
.max-h-p40 {
  max-height: 40% !important;
}

/* line 29072, app/assets/stylesheets/theme/css/style.scss */
.h-p45 {
  height: 45% !important;
}

/* line 29076, app/assets/stylesheets/theme/css/style.scss */
.min-h-p45 {
  min-height: 45% !important;
}

/* line 29080, app/assets/stylesheets/theme/css/style.scss */
.max-h-p45 {
  max-height: 45% !important;
}

/* line 29084, app/assets/stylesheets/theme/css/style.scss */
.h-p50 {
  height: 50% !important;
}

/* line 29088, app/assets/stylesheets/theme/css/style.scss */
.min-h-p50 {
  min-height: 50% !important;
}

/* line 29092, app/assets/stylesheets/theme/css/style.scss */
.max-h-p50 {
  max-height: 50% !important;
}

/* line 29096, app/assets/stylesheets/theme/css/style.scss */
.h-p60 {
  height: 60% !important;
}

/* line 29100, app/assets/stylesheets/theme/css/style.scss */
.min-h-p60 {
  min-height: 60% !important;
}

/* line 29104, app/assets/stylesheets/theme/css/style.scss */
.max-h-p60 {
  max-height: 60% !important;
}

/* line 29108, app/assets/stylesheets/theme/css/style.scss */
.h-p65 {
  height: 65% !important;
}

/* line 29112, app/assets/stylesheets/theme/css/style.scss */
.min-h-p65 {
  min-height: 65% !important;
}

/* line 29116, app/assets/stylesheets/theme/css/style.scss */
.max-h-p65 {
  max-height: 65% !important;
}

/* line 29120, app/assets/stylesheets/theme/css/style.scss */
.h-p70 {
  height: 70% !important;
}

/* line 29124, app/assets/stylesheets/theme/css/style.scss */
.min-h-p70 {
  min-height: 70% !important;
}

/* line 29128, app/assets/stylesheets/theme/css/style.scss */
.max-h-p70 {
  max-height: 70% !important;
}

/* line 29132, app/assets/stylesheets/theme/css/style.scss */
.h-p75 {
  height: 75% !important;
}

/* line 29136, app/assets/stylesheets/theme/css/style.scss */
.min-h-p75 {
  min-height: 75% !important;
}

/* line 29140, app/assets/stylesheets/theme/css/style.scss */
.max-h-p75 {
  max-height: 75% !important;
}

/* line 29144, app/assets/stylesheets/theme/css/style.scss */
.h-p80 {
  height: 80% !important;
}

/* line 29148, app/assets/stylesheets/theme/css/style.scss */
.min-h-p80 {
  min-height: 80% !important;
}

/* line 29152, app/assets/stylesheets/theme/css/style.scss */
.max-h-p80 {
  max-height: 80% !important;
}

/* line 29156, app/assets/stylesheets/theme/css/style.scss */
.h-p85 {
  height: 85% !important;
}

/* line 29160, app/assets/stylesheets/theme/css/style.scss */
.min-h-p85 {
  min-height: 85% !important;
}

/* line 29164, app/assets/stylesheets/theme/css/style.scss */
.max-h-p85 {
  max-height: 85% !important;
}

/* line 29168, app/assets/stylesheets/theme/css/style.scss */
.h-p90 {
  height: 90% !important;
}

/* line 29172, app/assets/stylesheets/theme/css/style.scss */
.min-h-p90 {
  min-height: 90% !important;
}

/* line 29176, app/assets/stylesheets/theme/css/style.scss */
.max-h-p90 {
  max-height: 90% !important;
}

/* line 29180, app/assets/stylesheets/theme/css/style.scss */
.h-p95 {
  height: 95% !important;
}

/* line 29184, app/assets/stylesheets/theme/css/style.scss */
.min-h-p95 {
  min-height: 95% !important;
}

/* line 29188, app/assets/stylesheets/theme/css/style.scss */
.max-h-p95 {
  max-height: 95% !important;
}

/* line 29192, app/assets/stylesheets/theme/css/style.scss */
.h-p100 {
  height: 100% !important;
}

/* line 29196, app/assets/stylesheets/theme/css/style.scss */
.min-h-p100 {
  min-height: 100% !important;
}

/* line 29200, app/assets/stylesheets/theme/css/style.scss */
.max-h-p100 {
  max-height: 100% !important;
}

/* line 29204, app/assets/stylesheets/theme/css/style.scss */
.h-auto {
  height: auto !important;
}

/* line 29208, app/assets/stylesheets/theme/css/style.scss */
.min-h-auto {
  min-height: auto !important;
}

/* line 29212, app/assets/stylesheets/theme/css/style.scss */
.max-h-auto {
  max-height: auto !important;
}

@media (max-width: 575px) {
  /* line 29217, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-0 {
    height: 0px !important;
  }
  /* line 29221, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-0 {
    min-height: 0px !important;
  }
  /* line 29225, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-0 {
    max-height: 0px !important;
  }
  /* line 29229, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-10 {
    height: 10px !important;
  }
  /* line 29233, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-10 {
    min-height: 10px !important;
  }
  /* line 29237, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-10 {
    max-height: 10px !important;
  }
  /* line 29241, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-15 {
    height: 15px !important;
  }
  /* line 29245, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-15 {
    min-height: 15px !important;
  }
  /* line 29249, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-15 {
    max-height: 15px !important;
  }
  /* line 29253, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-20 {
    height: 20px !important;
  }
  /* line 29257, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-20 {
    min-height: 20px !important;
  }
  /* line 29261, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-20 {
    max-height: 20px !important;
  }
  /* line 29265, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-30 {
    height: 30px !important;
  }
  /* line 29269, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-30 {
    min-height: 30px !important;
  }
  /* line 29273, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-30 {
    max-height: 30px !important;
  }
  /* line 29277, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-40 {
    height: 40px !important;
  }
  /* line 29281, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-40 {
    min-height: 40px !important;
  }
  /* line 29285, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-40 {
    max-height: 40px !important;
  }
  /* line 29289, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-50 {
    height: 50px !important;
  }
  /* line 29293, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-50 {
    min-height: 50px !important;
  }
  /* line 29297, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-50 {
    max-height: 50px !important;
  }
  /* line 29301, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-60 {
    height: 60px !important;
  }
  /* line 29305, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-60 {
    min-height: 60px !important;
  }
  /* line 29309, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-60 {
    max-height: 60px !important;
  }
  /* line 29313, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-70 {
    height: 70px !important;
  }
  /* line 29317, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-70 {
    min-height: 70px !important;
  }
  /* line 29321, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-70 {
    max-height: 70px !important;
  }
  /* line 29325, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-80 {
    height: 80px !important;
  }
  /* line 29329, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-80 {
    min-height: 80px !important;
  }
  /* line 29333, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-80 {
    max-height: 80px !important;
  }
  /* line 29337, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-90 {
    height: 90px !important;
  }
  /* line 29341, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-90 {
    min-height: 90px !important;
  }
  /* line 29345, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-90 {
    max-height: 90px !important;
  }
  /* line 29349, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-100 {
    height: 100px !important;
  }
  /* line 29353, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-100 {
    min-height: 100px !important;
  }
  /* line 29357, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-100 {
    max-height: 100px !important;
  }
  /* line 29361, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-120 {
    height: 120px !important;
  }
  /* line 29365, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-120 {
    min-height: 120px !important;
  }
  /* line 29369, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-120 {
    max-height: 120px !important;
  }
  /* line 29373, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-150 {
    height: 150px !important;
  }
  /* line 29377, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-150 {
    min-height: 150px !important;
  }
  /* line 29381, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-150 {
    max-height: 150px !important;
  }
  /* line 29385, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-160 {
    height: 160px !important;
  }
  /* line 29389, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-160 {
    min-height: 160px !important;
  }
  /* line 29393, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-160 {
    max-height: 160px !important;
  }
  /* line 29397, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-170 {
    height: 170px !important;
  }
  /* line 29401, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-170 {
    min-height: 170px !important;
  }
  /* line 29405, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-170 {
    max-height: 170px !important;
  }
  /* line 29409, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-180 {
    height: 180px !important;
  }
  /* line 29413, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-180 {
    min-height: 180px !important;
  }
  /* line 29417, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-180 {
    max-height: 180px !important;
  }
  /* line 29421, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-190 {
    height: 190px !important;
  }
  /* line 29425, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-190 {
    min-height: 190px !important;
  }
  /* line 29429, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-190 {
    max-height: 190px !important;
  }
  /* line 29433, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-200 {
    height: 200px !important;
  }
  /* line 29437, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-200 {
    min-height: 200px !important;
  }
  /* line 29441, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-200 {
    max-height: 200px !important;
  }
  /* line 29445, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-250 {
    height: 250px !important;
  }
  /* line 29449, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-250 {
    min-height: 250px !important;
  }
  /* line 29453, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-250 {
    max-height: 250px !important;
  }
  /* line 29457, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-300 {
    height: 300px !important;
  }
  /* line 29461, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-300 {
    min-height: 300px !important;
  }
  /* line 29465, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-300 {
    max-height: 300px !important;
  }
  /* line 29469, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-310 {
    height: 310px !important;
  }
  /* line 29473, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-310 {
    min-height: 310px !important;
  }
  /* line 29477, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-310 {
    max-height: 310px !important;
  }
  /* line 29481, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-320 {
    height: 320px !important;
  }
  /* line 29485, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-320 {
    min-height: 320px !important;
  }
  /* line 29489, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-320 {
    max-height: 320px !important;
  }
  /* line 29493, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-325 {
    height: 325px !important;
  }
  /* line 29497, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-325 {
    min-height: 325px !important;
  }
  /* line 29501, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-325 {
    max-height: 325px !important;
  }
  /* line 29505, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-350 {
    height: 350px !important;
  }
  /* line 29509, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-350 {
    min-height: 350px !important;
  }
  /* line 29513, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-350 {
    max-height: 350px !important;
  }
  /* line 29517, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-400 {
    height: 400px !important;
  }
  /* line 29521, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-400 {
    min-height: 400px !important;
  }
  /* line 29525, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-400 {
    max-height: 400px !important;
  }
  /* line 29529, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-450 {
    height: 450px !important;
  }
  /* line 29533, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-450 {
    min-height: 450px !important;
  }
  /* line 29537, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-450 {
    max-height: 450px !important;
  }
  /* line 29541, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-500 {
    height: 500px !important;
  }
  /* line 29545, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-500 {
    min-height: 500px !important;
  }
  /* line 29549, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-500 {
    max-height: 500px !important;
  }
  /* line 29553, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-550 {
    height: 550px !important;
  }
  /* line 29557, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-550 {
    min-height: 550px !important;
  }
  /* line 29561, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-550 {
    max-height: 550px !important;
  }
  /* line 29565, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-600 {
    height: 600px !important;
  }
  /* line 29569, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-600 {
    min-height: 600px !important;
  }
  /* line 29573, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-600 {
    max-height: 600px !important;
  }
  /* line 29577, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-650 {
    height: 650px !important;
  }
  /* line 29581, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-650 {
    min-height: 650px !important;
  }
  /* line 29585, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-650 {
    max-height: 650px !important;
  }
  /* line 29589, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-700 {
    height: 700px !important;
  }
  /* line 29593, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-700 {
    min-height: 700px !important;
  }
  /* line 29597, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-700 {
    max-height: 700px !important;
  }
  /* line 29601, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-750 {
    height: 750px !important;
  }
  /* line 29605, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-750 {
    min-height: 750px !important;
  }
  /* line 29609, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-750 {
    max-height: 750px !important;
  }
  /* line 29613, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-800 {
    height: 800px !important;
  }
  /* line 29617, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-800 {
    min-height: 800px !important;
  }
  /* line 29621, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-800 {
    max-height: 800px !important;
  }
  /* line 29625, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-850 {
    height: 850px !important;
  }
  /* line 29629, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-850 {
    min-height: 850px !important;
  }
  /* line 29633, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-850 {
    max-height: 850px !important;
  }
  /* line 29637, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-900 {
    height: 900px !important;
  }
  /* line 29641, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-900 {
    min-height: 900px !important;
  }
  /* line 29645, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-900 {
    max-height: 900px !important;
  }
  /* line 29649, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-950 {
    height: 950px !important;
  }
  /* line 29653, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-950 {
    min-height: 950px !important;
  }
  /* line 29657, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-950 {
    max-height: 950px !important;
  }
  /* line 29661, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-1000 {
    height: 1000px !important;
  }
  /* line 29665, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-1000 {
    min-height: 1000px !important;
  }
  /* line 29669, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-1000 {
    max-height: 1000px !important;
  }
  /* line 29673, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-p5 {
    height: 5% !important;
  }
  /* line 29677, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-p5 {
    min-height: 5% !important;
  }
  /* line 29681, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-p5 {
    max-height: 5% !important;
  }
  /* line 29685, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-p10 {
    height: 10% !important;
  }
  /* line 29689, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-p10 {
    min-height: 10% !important;
  }
  /* line 29693, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-p10 {
    max-height: 10% !important;
  }
  /* line 29697, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-p15 {
    height: 15% !important;
  }
  /* line 29701, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-p15 {
    min-height: 15% !important;
  }
  /* line 29705, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-p15 {
    max-height: 15% !important;
  }
  /* line 29709, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-p20 {
    height: 20% !important;
  }
  /* line 29713, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-p20 {
    min-height: 20% !important;
  }
  /* line 29717, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-p20 {
    max-height: 20% !important;
  }
  /* line 29721, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-p25 {
    height: 25% !important;
  }
  /* line 29725, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-p25 {
    min-height: 25% !important;
  }
  /* line 29729, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-p25 {
    max-height: 25% !important;
  }
  /* line 29733, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-p30 {
    height: 30% !important;
  }
  /* line 29737, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-p30 {
    min-height: 30% !important;
  }
  /* line 29741, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-p30 {
    max-height: 30% !important;
  }
  /* line 29745, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-p35 {
    height: 35% !important;
  }
  /* line 29749, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-p35 {
    min-height: 35% !important;
  }
  /* line 29753, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-p35 {
    max-height: 35% !important;
  }
  /* line 29757, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-p40 {
    height: 40% !important;
  }
  /* line 29761, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-p40 {
    min-height: 40% !important;
  }
  /* line 29765, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-p40 {
    max-height: 40% !important;
  }
  /* line 29769, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-p45 {
    height: 45% !important;
  }
  /* line 29773, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-p45 {
    min-height: 45% !important;
  }
  /* line 29777, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-p45 {
    max-height: 45% !important;
  }
  /* line 29781, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-p50 {
    height: 50% !important;
  }
  /* line 29785, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-p50 {
    min-height: 50% !important;
  }
  /* line 29789, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-p50 {
    max-height: 50% !important;
  }
  /* line 29793, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-p60 {
    height: 60% !important;
  }
  /* line 29797, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-p60 {
    min-height: 60% !important;
  }
  /* line 29801, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-p60 {
    max-height: 60% !important;
  }
  /* line 29805, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-p65 {
    height: 65% !important;
  }
  /* line 29809, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-p65 {
    min-height: 65% !important;
  }
  /* line 29813, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-p65 {
    max-height: 65% !important;
  }
  /* line 29817, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-p70 {
    height: 70% !important;
  }
  /* line 29821, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-p70 {
    min-height: 70% !important;
  }
  /* line 29825, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-p70 {
    max-height: 70% !important;
  }
  /* line 29829, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-p75 {
    height: 75% !important;
  }
  /* line 29833, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-p75 {
    min-height: 75% !important;
  }
  /* line 29837, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-p75 {
    max-height: 75% !important;
  }
  /* line 29841, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-p80 {
    height: 80% !important;
  }
  /* line 29845, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-p80 {
    min-height: 80% !important;
  }
  /* line 29849, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-p80 {
    max-height: 80% !important;
  }
  /* line 29853, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-p85 {
    height: 85% !important;
  }
  /* line 29857, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-p85 {
    min-height: 85% !important;
  }
  /* line 29861, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-p85 {
    max-height: 85% !important;
  }
  /* line 29865, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-p90 {
    height: 90% !important;
  }
  /* line 29869, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-p90 {
    min-height: 90% !important;
  }
  /* line 29873, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-p90 {
    max-height: 90% !important;
  }
  /* line 29877, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-p95 {
    height: 95% !important;
  }
  /* line 29881, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-p95 {
    min-height: 95% !important;
  }
  /* line 29885, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-p95 {
    max-height: 95% !important;
  }
  /* line 29889, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-p100 {
    height: 100% !important;
  }
  /* line 29893, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-p100 {
    min-height: 100% !important;
  }
  /* line 29897, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-p100 {
    max-height: 100% !important;
  }
  /* line 29901, app/assets/stylesheets/theme/css/style.scss */
  .h-xs-auto {
    height: auto !important;
  }
  /* line 29905, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xs-auto {
    min-height: auto !important;
  }
  /* line 29909, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xs-auto {
    max-height: auto !important;
  }
}

@media (min-width: 576px) {
  /* line 29914, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-0 {
    height: 0px !important;
  }
  /* line 29918, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-0 {
    min-height: 0px !important;
  }
  /* line 29922, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-0 {
    max-height: 0px !important;
  }
  /* line 29926, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-10 {
    height: 10px !important;
  }
  /* line 29930, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-10 {
    min-height: 10px !important;
  }
  /* line 29934, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-10 {
    max-height: 10px !important;
  }
  /* line 29938, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-15 {
    height: 15px !important;
  }
  /* line 29942, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-15 {
    min-height: 15px !important;
  }
  /* line 29946, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-15 {
    max-height: 15px !important;
  }
  /* line 29950, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-20 {
    height: 20px !important;
  }
  /* line 29954, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-20 {
    min-height: 20px !important;
  }
  /* line 29958, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-20 {
    max-height: 20px !important;
  }
  /* line 29962, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-30 {
    height: 30px !important;
  }
  /* line 29966, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-30 {
    min-height: 30px !important;
  }
  /* line 29970, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-30 {
    max-height: 30px !important;
  }
  /* line 29974, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-40 {
    height: 40px !important;
  }
  /* line 29978, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-40 {
    min-height: 40px !important;
  }
  /* line 29982, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-40 {
    max-height: 40px !important;
  }
  /* line 29986, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-50 {
    height: 50px !important;
  }
  /* line 29990, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-50 {
    min-height: 50px !important;
  }
  /* line 29994, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-50 {
    max-height: 50px !important;
  }
  /* line 29998, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-60 {
    height: 60px !important;
  }
  /* line 30002, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-60 {
    min-height: 60px !important;
  }
  /* line 30006, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-60 {
    max-height: 60px !important;
  }
  /* line 30010, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-70 {
    height: 70px !important;
  }
  /* line 30014, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-70 {
    min-height: 70px !important;
  }
  /* line 30018, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-70 {
    max-height: 70px !important;
  }
  /* line 30022, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-80 {
    height: 80px !important;
  }
  /* line 30026, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-80 {
    min-height: 80px !important;
  }
  /* line 30030, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-80 {
    max-height: 80px !important;
  }
  /* line 30034, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-90 {
    height: 90px !important;
  }
  /* line 30038, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-90 {
    min-height: 90px !important;
  }
  /* line 30042, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-90 {
    max-height: 90px !important;
  }
  /* line 30046, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-100 {
    height: 100px !important;
  }
  /* line 30050, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-100 {
    min-height: 100px !important;
  }
  /* line 30054, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-100 {
    max-height: 100px !important;
  }
  /* line 30058, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-120 {
    height: 120px !important;
  }
  /* line 30062, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-120 {
    min-height: 120px !important;
  }
  /* line 30066, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-120 {
    max-height: 120px !important;
  }
  /* line 30070, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-150 {
    height: 150px !important;
  }
  /* line 30074, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-150 {
    min-height: 150px !important;
  }
  /* line 30078, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-150 {
    max-height: 150px !important;
  }
  /* line 30082, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-160 {
    height: 160px !important;
  }
  /* line 30086, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-160 {
    min-height: 160px !important;
  }
  /* line 30090, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-160 {
    max-height: 160px !important;
  }
  /* line 30094, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-170 {
    height: 170px !important;
  }
  /* line 30098, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-170 {
    min-height: 170px !important;
  }
  /* line 30102, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-170 {
    max-height: 170px !important;
  }
  /* line 30106, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-180 {
    height: 180px !important;
  }
  /* line 30110, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-180 {
    min-height: 180px !important;
  }
  /* line 30114, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-180 {
    max-height: 180px !important;
  }
  /* line 30118, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-190 {
    height: 190px !important;
  }
  /* line 30122, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-190 {
    min-height: 190px !important;
  }
  /* line 30126, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-190 {
    max-height: 190px !important;
  }
  /* line 30130, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-200 {
    height: 200px !important;
  }
  /* line 30134, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-200 {
    min-height: 200px !important;
  }
  /* line 30138, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-200 {
    max-height: 200px !important;
  }
  /* line 30142, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-250 {
    height: 250px !important;
  }
  /* line 30146, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-250 {
    min-height: 250px !important;
  }
  /* line 30150, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-250 {
    max-height: 250px !important;
  }
  /* line 30154, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-300 {
    height: 300px !important;
  }
  /* line 30158, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-300 {
    min-height: 300px !important;
  }
  /* line 30162, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-300 {
    max-height: 300px !important;
  }
  /* line 30166, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-310 {
    height: 310px !important;
  }
  /* line 30170, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-310 {
    min-height: 310px !important;
  }
  /* line 30174, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-310 {
    max-height: 310px !important;
  }
  /* line 30178, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-320 {
    height: 320px !important;
  }
  /* line 30182, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-320 {
    min-height: 320px !important;
  }
  /* line 30186, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-320 {
    max-height: 320px !important;
  }
  /* line 30190, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-325 {
    height: 325px !important;
  }
  /* line 30194, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-325 {
    min-height: 325px !important;
  }
  /* line 30198, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-325 {
    max-height: 325px !important;
  }
  /* line 30202, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-350 {
    height: 350px !important;
  }
  /* line 30206, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-350 {
    min-height: 350px !important;
  }
  /* line 30210, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-350 {
    max-height: 350px !important;
  }
  /* line 30214, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-400 {
    height: 400px !important;
  }
  /* line 30218, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-400 {
    min-height: 400px !important;
  }
  /* line 30222, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-400 {
    max-height: 400px !important;
  }
  /* line 30226, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-450 {
    height: 450px !important;
  }
  /* line 30230, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-450 {
    min-height: 450px !important;
  }
  /* line 30234, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-450 {
    max-height: 450px !important;
  }
  /* line 30238, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-500 {
    height: 500px !important;
  }
  /* line 30242, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-500 {
    min-height: 500px !important;
  }
  /* line 30246, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-500 {
    max-height: 500px !important;
  }
  /* line 30250, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-550 {
    height: 550px !important;
  }
  /* line 30254, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-550 {
    min-height: 550px !important;
  }
  /* line 30258, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-550 {
    max-height: 550px !important;
  }
  /* line 30262, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-600 {
    height: 600px !important;
  }
  /* line 30266, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-600 {
    min-height: 600px !important;
  }
  /* line 30270, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-600 {
    max-height: 600px !important;
  }
  /* line 30274, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-650 {
    height: 650px !important;
  }
  /* line 30278, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-650 {
    min-height: 650px !important;
  }
  /* line 30282, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-650 {
    max-height: 650px !important;
  }
  /* line 30286, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-700 {
    height: 700px !important;
  }
  /* line 30290, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-700 {
    min-height: 700px !important;
  }
  /* line 30294, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-700 {
    max-height: 700px !important;
  }
  /* line 30298, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-750 {
    height: 750px !important;
  }
  /* line 30302, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-750 {
    min-height: 750px !important;
  }
  /* line 30306, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-750 {
    max-height: 750px !important;
  }
  /* line 30310, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-800 {
    height: 800px !important;
  }
  /* line 30314, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-800 {
    min-height: 800px !important;
  }
  /* line 30318, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-800 {
    max-height: 800px !important;
  }
  /* line 30322, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-850 {
    height: 850px !important;
  }
  /* line 30326, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-850 {
    min-height: 850px !important;
  }
  /* line 30330, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-850 {
    max-height: 850px !important;
  }
  /* line 30334, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-900 {
    height: 900px !important;
  }
  /* line 30338, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-900 {
    min-height: 900px !important;
  }
  /* line 30342, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-900 {
    max-height: 900px !important;
  }
  /* line 30346, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-950 {
    height: 950px !important;
  }
  /* line 30350, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-950 {
    min-height: 950px !important;
  }
  /* line 30354, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-950 {
    max-height: 950px !important;
  }
  /* line 30358, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-1000 {
    height: 1000px !important;
  }
  /* line 30362, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-1000 {
    min-height: 1000px !important;
  }
  /* line 30366, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-1000 {
    max-height: 1000px !important;
  }
  /* line 30370, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-p5 {
    height: 5% !important;
  }
  /* line 30374, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-p5 {
    min-height: 5% !important;
  }
  /* line 30378, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-p5 {
    max-height: 5% !important;
  }
  /* line 30382, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-p10 {
    height: 10% !important;
  }
  /* line 30386, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-p10 {
    min-height: 10% !important;
  }
  /* line 30390, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-p10 {
    max-height: 10% !important;
  }
  /* line 30394, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-p15 {
    height: 15% !important;
  }
  /* line 30398, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-p15 {
    min-height: 15% !important;
  }
  /* line 30402, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-p15 {
    max-height: 15% !important;
  }
  /* line 30406, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-p20 {
    height: 20% !important;
  }
  /* line 30410, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-p20 {
    min-height: 20% !important;
  }
  /* line 30414, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-p20 {
    max-height: 20% !important;
  }
  /* line 30418, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-p25 {
    height: 25% !important;
  }
  /* line 30422, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-p25 {
    min-height: 25% !important;
  }
  /* line 30426, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-p25 {
    max-height: 25% !important;
  }
  /* line 30430, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-p30 {
    height: 30% !important;
  }
  /* line 30434, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-p30 {
    min-height: 30% !important;
  }
  /* line 30438, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-p30 {
    max-height: 30% !important;
  }
  /* line 30442, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-p35 {
    height: 35% !important;
  }
  /* line 30446, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-p35 {
    min-height: 35% !important;
  }
  /* line 30450, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-p35 {
    max-height: 35% !important;
  }
  /* line 30454, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-p40 {
    height: 40% !important;
  }
  /* line 30458, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-p40 {
    min-height: 40% !important;
  }
  /* line 30462, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-p40 {
    max-height: 40% !important;
  }
  /* line 30466, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-p45 {
    height: 45% !important;
  }
  /* line 30470, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-p45 {
    min-height: 45% !important;
  }
  /* line 30474, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-p45 {
    max-height: 45% !important;
  }
  /* line 30478, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-p50 {
    height: 50% !important;
  }
  /* line 30482, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-p50 {
    min-height: 50% !important;
  }
  /* line 30486, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-p50 {
    max-height: 50% !important;
  }
  /* line 30490, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-p60 {
    height: 60% !important;
  }
  /* line 30494, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-p60 {
    min-height: 60% !important;
  }
  /* line 30498, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-p60 {
    max-height: 60% !important;
  }
  /* line 30502, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-p65 {
    height: 65% !important;
  }
  /* line 30506, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-p65 {
    min-height: 65% !important;
  }
  /* line 30510, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-p65 {
    max-height: 65% !important;
  }
  /* line 30514, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-p70 {
    height: 70% !important;
  }
  /* line 30518, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-p70 {
    min-height: 70% !important;
  }
  /* line 30522, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-p70 {
    max-height: 70% !important;
  }
  /* line 30526, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-p75 {
    height: 75% !important;
  }
  /* line 30530, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-p75 {
    min-height: 75% !important;
  }
  /* line 30534, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-p75 {
    max-height: 75% !important;
  }
  /* line 30538, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-p80 {
    height: 80% !important;
  }
  /* line 30542, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-p80 {
    min-height: 80% !important;
  }
  /* line 30546, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-p80 {
    max-height: 80% !important;
  }
  /* line 30550, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-p85 {
    height: 85% !important;
  }
  /* line 30554, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-p85 {
    min-height: 85% !important;
  }
  /* line 30558, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-p85 {
    max-height: 85% !important;
  }
  /* line 30562, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-p90 {
    height: 90% !important;
  }
  /* line 30566, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-p90 {
    min-height: 90% !important;
  }
  /* line 30570, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-p90 {
    max-height: 90% !important;
  }
  /* line 30574, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-p95 {
    height: 95% !important;
  }
  /* line 30578, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-p95 {
    min-height: 95% !important;
  }
  /* line 30582, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-p95 {
    max-height: 95% !important;
  }
  /* line 30586, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-p100 {
    height: 100% !important;
  }
  /* line 30590, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-p100 {
    min-height: 100% !important;
  }
  /* line 30594, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-p100 {
    max-height: 100% !important;
  }
  /* line 30598, app/assets/stylesheets/theme/css/style.scss */
  .h-sm-auto {
    height: auto !important;
  }
  /* line 30602, app/assets/stylesheets/theme/css/style.scss */
  .min-h-sm-auto {
    min-height: auto !important;
  }
  /* line 30606, app/assets/stylesheets/theme/css/style.scss */
  .max-h-sm-auto {
    max-height: auto !important;
  }
}

@media (min-width: 768px) {
  /* line 30611, app/assets/stylesheets/theme/css/style.scss */
  .h-md-0 {
    height: 0px !important;
  }
  /* line 30615, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-0 {
    min-height: 0px !important;
  }
  /* line 30619, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-0 {
    max-height: 0px !important;
  }
  /* line 30623, app/assets/stylesheets/theme/css/style.scss */
  .h-md-10 {
    height: 10px !important;
  }
  /* line 30627, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-10 {
    min-height: 10px !important;
  }
  /* line 30631, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-10 {
    max-height: 10px !important;
  }
  /* line 30635, app/assets/stylesheets/theme/css/style.scss */
  .h-md-15 {
    height: 15px !important;
  }
  /* line 30639, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-15 {
    min-height: 15px !important;
  }
  /* line 30643, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-15 {
    max-height: 15px !important;
  }
  /* line 30647, app/assets/stylesheets/theme/css/style.scss */
  .h-md-20 {
    height: 20px !important;
  }
  /* line 30651, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-20 {
    min-height: 20px !important;
  }
  /* line 30655, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-20 {
    max-height: 20px !important;
  }
  /* line 30659, app/assets/stylesheets/theme/css/style.scss */
  .h-md-30 {
    height: 30px !important;
  }
  /* line 30663, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-30 {
    min-height: 30px !important;
  }
  /* line 30667, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-30 {
    max-height: 30px !important;
  }
  /* line 30671, app/assets/stylesheets/theme/css/style.scss */
  .h-md-40 {
    height: 40px !important;
  }
  /* line 30675, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-40 {
    min-height: 40px !important;
  }
  /* line 30679, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-40 {
    max-height: 40px !important;
  }
  /* line 30683, app/assets/stylesheets/theme/css/style.scss */
  .h-md-50 {
    height: 50px !important;
  }
  /* line 30687, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-50 {
    min-height: 50px !important;
  }
  /* line 30691, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-50 {
    max-height: 50px !important;
  }
  /* line 30695, app/assets/stylesheets/theme/css/style.scss */
  .h-md-60 {
    height: 60px !important;
  }
  /* line 30699, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-60 {
    min-height: 60px !important;
  }
  /* line 30703, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-60 {
    max-height: 60px !important;
  }
  /* line 30707, app/assets/stylesheets/theme/css/style.scss */
  .h-md-70 {
    height: 70px !important;
  }
  /* line 30711, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-70 {
    min-height: 70px !important;
  }
  /* line 30715, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-70 {
    max-height: 70px !important;
  }
  /* line 30719, app/assets/stylesheets/theme/css/style.scss */
  .h-md-80 {
    height: 80px !important;
  }
  /* line 30723, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-80 {
    min-height: 80px !important;
  }
  /* line 30727, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-80 {
    max-height: 80px !important;
  }
  /* line 30731, app/assets/stylesheets/theme/css/style.scss */
  .h-md-90 {
    height: 90px !important;
  }
  /* line 30735, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-90 {
    min-height: 90px !important;
  }
  /* line 30739, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-90 {
    max-height: 90px !important;
  }
  /* line 30743, app/assets/stylesheets/theme/css/style.scss */
  .h-md-100 {
    height: 100px !important;
  }
  /* line 30747, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-100 {
    min-height: 100px !important;
  }
  /* line 30751, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-100 {
    max-height: 100px !important;
  }
  /* line 30755, app/assets/stylesheets/theme/css/style.scss */
  .h-md-120 {
    height: 120px !important;
  }
  /* line 30759, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-120 {
    min-height: 120px !important;
  }
  /* line 30763, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-120 {
    max-height: 120px !important;
  }
  /* line 30767, app/assets/stylesheets/theme/css/style.scss */
  .h-md-150 {
    height: 150px !important;
  }
  /* line 30771, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-150 {
    min-height: 150px !important;
  }
  /* line 30775, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-150 {
    max-height: 150px !important;
  }
  /* line 30779, app/assets/stylesheets/theme/css/style.scss */
  .h-md-160 {
    height: 160px !important;
  }
  /* line 30783, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-160 {
    min-height: 160px !important;
  }
  /* line 30787, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-160 {
    max-height: 160px !important;
  }
  /* line 30791, app/assets/stylesheets/theme/css/style.scss */
  .h-md-170 {
    height: 170px !important;
  }
  /* line 30795, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-170 {
    min-height: 170px !important;
  }
  /* line 30799, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-170 {
    max-height: 170px !important;
  }
  /* line 30803, app/assets/stylesheets/theme/css/style.scss */
  .h-md-180 {
    height: 180px !important;
  }
  /* line 30807, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-180 {
    min-height: 180px !important;
  }
  /* line 30811, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-180 {
    max-height: 180px !important;
  }
  /* line 30815, app/assets/stylesheets/theme/css/style.scss */
  .h-md-190 {
    height: 190px !important;
  }
  /* line 30819, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-190 {
    min-height: 190px !important;
  }
  /* line 30823, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-190 {
    max-height: 190px !important;
  }
  /* line 30827, app/assets/stylesheets/theme/css/style.scss */
  .h-md-200 {
    height: 200px !important;
  }
  /* line 30831, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-200 {
    min-height: 200px !important;
  }
  /* line 30835, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-200 {
    max-height: 200px !important;
  }
  /* line 30839, app/assets/stylesheets/theme/css/style.scss */
  .h-md-250 {
    height: 250px !important;
  }
  /* line 30843, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-250 {
    min-height: 250px !important;
  }
  /* line 30847, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-250 {
    max-height: 250px !important;
  }
  /* line 30851, app/assets/stylesheets/theme/css/style.scss */
  .h-md-300 {
    height: 300px !important;
  }
  /* line 30855, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-300 {
    min-height: 300px !important;
  }
  /* line 30859, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-300 {
    max-height: 300px !important;
  }
  /* line 30863, app/assets/stylesheets/theme/css/style.scss */
  .h-md-310 {
    height: 310px !important;
  }
  /* line 30867, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-310 {
    min-height: 310px !important;
  }
  /* line 30871, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-310 {
    max-height: 310px !important;
  }
  /* line 30875, app/assets/stylesheets/theme/css/style.scss */
  .h-md-320 {
    height: 320px !important;
  }
  /* line 30879, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-320 {
    min-height: 320px !important;
  }
  /* line 30883, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-320 {
    max-height: 320px !important;
  }
  /* line 30887, app/assets/stylesheets/theme/css/style.scss */
  .h-md-325 {
    height: 325px !important;
  }
  /* line 30891, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-325 {
    min-height: 325px !important;
  }
  /* line 30895, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-325 {
    max-height: 325px !important;
  }
  /* line 30899, app/assets/stylesheets/theme/css/style.scss */
  .h-md-350 {
    height: 350px !important;
  }
  /* line 30903, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-350 {
    min-height: 350px !important;
  }
  /* line 30907, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-350 {
    max-height: 350px !important;
  }
  /* line 30911, app/assets/stylesheets/theme/css/style.scss */
  .h-md-400 {
    height: 400px !important;
  }
  /* line 30915, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-400 {
    min-height: 400px !important;
  }
  /* line 30919, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-400 {
    max-height: 400px !important;
  }
  /* line 30923, app/assets/stylesheets/theme/css/style.scss */
  .h-md-450 {
    height: 450px !important;
  }
  /* line 30927, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-450 {
    min-height: 450px !important;
  }
  /* line 30931, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-450 {
    max-height: 450px !important;
  }
  /* line 30935, app/assets/stylesheets/theme/css/style.scss */
  .h-md-500 {
    height: 500px !important;
  }
  /* line 30939, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-500 {
    min-height: 500px !important;
  }
  /* line 30943, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-500 {
    max-height: 500px !important;
  }
  /* line 30947, app/assets/stylesheets/theme/css/style.scss */
  .h-md-550 {
    height: 550px !important;
  }
  /* line 30951, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-550 {
    min-height: 550px !important;
  }
  /* line 30955, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-550 {
    max-height: 550px !important;
  }
  /* line 30959, app/assets/stylesheets/theme/css/style.scss */
  .h-md-600 {
    height: 600px !important;
  }
  /* line 30963, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-600 {
    min-height: 600px !important;
  }
  /* line 30967, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-600 {
    max-height: 600px !important;
  }
  /* line 30971, app/assets/stylesheets/theme/css/style.scss */
  .h-md-650 {
    height: 650px !important;
  }
  /* line 30975, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-650 {
    min-height: 650px !important;
  }
  /* line 30979, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-650 {
    max-height: 650px !important;
  }
  /* line 30983, app/assets/stylesheets/theme/css/style.scss */
  .h-md-700 {
    height: 700px !important;
  }
  /* line 30987, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-700 {
    min-height: 700px !important;
  }
  /* line 30991, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-700 {
    max-height: 700px !important;
  }
  /* line 30995, app/assets/stylesheets/theme/css/style.scss */
  .h-md-750 {
    height: 750px !important;
  }
  /* line 30999, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-750 {
    min-height: 750px !important;
  }
  /* line 31003, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-750 {
    max-height: 750px !important;
  }
  /* line 31007, app/assets/stylesheets/theme/css/style.scss */
  .h-md-800 {
    height: 800px !important;
  }
  /* line 31011, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-800 {
    min-height: 800px !important;
  }
  /* line 31015, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-800 {
    max-height: 800px !important;
  }
  /* line 31019, app/assets/stylesheets/theme/css/style.scss */
  .h-md-850 {
    height: 850px !important;
  }
  /* line 31023, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-850 {
    min-height: 850px !important;
  }
  /* line 31027, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-850 {
    max-height: 850px !important;
  }
  /* line 31031, app/assets/stylesheets/theme/css/style.scss */
  .h-md-900 {
    height: 900px !important;
  }
  /* line 31035, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-900 {
    min-height: 900px !important;
  }
  /* line 31039, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-900 {
    max-height: 900px !important;
  }
  /* line 31043, app/assets/stylesheets/theme/css/style.scss */
  .h-md-950 {
    height: 950px !important;
  }
  /* line 31047, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-950 {
    min-height: 950px !important;
  }
  /* line 31051, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-950 {
    max-height: 950px !important;
  }
  /* line 31055, app/assets/stylesheets/theme/css/style.scss */
  .h-md-1000 {
    height: 1000px !important;
  }
  /* line 31059, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-1000 {
    min-height: 1000px !important;
  }
  /* line 31063, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-1000 {
    max-height: 1000px !important;
  }
  /* line 31067, app/assets/stylesheets/theme/css/style.scss */
  .h-md-p5 {
    height: 5% !important;
  }
  /* line 31071, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-p5 {
    min-height: 5% !important;
  }
  /* line 31075, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-p5 {
    max-height: 5% !important;
  }
  /* line 31079, app/assets/stylesheets/theme/css/style.scss */
  .h-md-p10 {
    height: 10% !important;
  }
  /* line 31083, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-p10 {
    min-height: 10% !important;
  }
  /* line 31087, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-p10 {
    max-height: 10% !important;
  }
  /* line 31091, app/assets/stylesheets/theme/css/style.scss */
  .h-md-p15 {
    height: 15% !important;
  }
  /* line 31095, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-p15 {
    min-height: 15% !important;
  }
  /* line 31099, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-p15 {
    max-height: 15% !important;
  }
  /* line 31103, app/assets/stylesheets/theme/css/style.scss */
  .h-md-p20 {
    height: 20% !important;
  }
  /* line 31107, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-p20 {
    min-height: 20% !important;
  }
  /* line 31111, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-p20 {
    max-height: 20% !important;
  }
  /* line 31115, app/assets/stylesheets/theme/css/style.scss */
  .h-md-p25 {
    height: 25% !important;
  }
  /* line 31119, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-p25 {
    min-height: 25% !important;
  }
  /* line 31123, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-p25 {
    max-height: 25% !important;
  }
  /* line 31127, app/assets/stylesheets/theme/css/style.scss */
  .h-md-p30 {
    height: 30% !important;
  }
  /* line 31131, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-p30 {
    min-height: 30% !important;
  }
  /* line 31135, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-p30 {
    max-height: 30% !important;
  }
  /* line 31139, app/assets/stylesheets/theme/css/style.scss */
  .h-md-p35 {
    height: 35% !important;
  }
  /* line 31143, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-p35 {
    min-height: 35% !important;
  }
  /* line 31147, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-p35 {
    max-height: 35% !important;
  }
  /* line 31151, app/assets/stylesheets/theme/css/style.scss */
  .h-md-p40 {
    height: 40% !important;
  }
  /* line 31155, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-p40 {
    min-height: 40% !important;
  }
  /* line 31159, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-p40 {
    max-height: 40% !important;
  }
  /* line 31163, app/assets/stylesheets/theme/css/style.scss */
  .h-md-p45 {
    height: 45% !important;
  }
  /* line 31167, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-p45 {
    min-height: 45% !important;
  }
  /* line 31171, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-p45 {
    max-height: 45% !important;
  }
  /* line 31175, app/assets/stylesheets/theme/css/style.scss */
  .h-md-p50 {
    height: 50% !important;
  }
  /* line 31179, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-p50 {
    min-height: 50% !important;
  }
  /* line 31183, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-p50 {
    max-height: 50% !important;
  }
  /* line 31187, app/assets/stylesheets/theme/css/style.scss */
  .h-md-p60 {
    height: 60% !important;
  }
  /* line 31191, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-p60 {
    min-height: 60% !important;
  }
  /* line 31195, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-p60 {
    max-height: 60% !important;
  }
  /* line 31199, app/assets/stylesheets/theme/css/style.scss */
  .h-md-p65 {
    height: 65% !important;
  }
  /* line 31203, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-p65 {
    min-height: 65% !important;
  }
  /* line 31207, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-p65 {
    max-height: 65% !important;
  }
  /* line 31211, app/assets/stylesheets/theme/css/style.scss */
  .h-md-p70 {
    height: 70% !important;
  }
  /* line 31215, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-p70 {
    min-height: 70% !important;
  }
  /* line 31219, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-p70 {
    max-height: 70% !important;
  }
  /* line 31223, app/assets/stylesheets/theme/css/style.scss */
  .h-md-p75 {
    height: 75% !important;
  }
  /* line 31227, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-p75 {
    min-height: 75% !important;
  }
  /* line 31231, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-p75 {
    max-height: 75% !important;
  }
  /* line 31235, app/assets/stylesheets/theme/css/style.scss */
  .h-md-p80 {
    height: 80% !important;
  }
  /* line 31239, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-p80 {
    min-height: 80% !important;
  }
  /* line 31243, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-p80 {
    max-height: 80% !important;
  }
  /* line 31247, app/assets/stylesheets/theme/css/style.scss */
  .h-md-p85 {
    height: 85% !important;
  }
  /* line 31251, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-p85 {
    min-height: 85% !important;
  }
  /* line 31255, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-p85 {
    max-height: 85% !important;
  }
  /* line 31259, app/assets/stylesheets/theme/css/style.scss */
  .h-md-p90 {
    height: 90% !important;
  }
  /* line 31263, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-p90 {
    min-height: 90% !important;
  }
  /* line 31267, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-p90 {
    max-height: 90% !important;
  }
  /* line 31271, app/assets/stylesheets/theme/css/style.scss */
  .h-md-p95 {
    height: 95% !important;
  }
  /* line 31275, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-p95 {
    min-height: 95% !important;
  }
  /* line 31279, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-p95 {
    max-height: 95% !important;
  }
  /* line 31283, app/assets/stylesheets/theme/css/style.scss */
  .h-md-p100 {
    height: 100% !important;
  }
  /* line 31287, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-p100 {
    min-height: 100% !important;
  }
  /* line 31291, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-p100 {
    max-height: 100% !important;
  }
  /* line 31295, app/assets/stylesheets/theme/css/style.scss */
  .h-md-auto {
    height: auto !important;
  }
  /* line 31299, app/assets/stylesheets/theme/css/style.scss */
  .min-h-md-auto {
    min-height: auto !important;
  }
  /* line 31303, app/assets/stylesheets/theme/css/style.scss */
  .max-h-md-auto {
    max-height: auto !important;
  }
}

@media (min-width: 992px) {
  /* line 31308, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-0 {
    height: 0px !important;
  }
  /* line 31312, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-0 {
    min-height: 0px !important;
  }
  /* line 31316, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-0 {
    max-height: 0px !important;
  }
  /* line 31320, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-10 {
    height: 10px !important;
  }
  /* line 31324, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-10 {
    min-height: 10px !important;
  }
  /* line 31328, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-10 {
    max-height: 10px !important;
  }
  /* line 31332, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-15 {
    height: 15px !important;
  }
  /* line 31336, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-15 {
    min-height: 15px !important;
  }
  /* line 31340, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-15 {
    max-height: 15px !important;
  }
  /* line 31344, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-20 {
    height: 20px !important;
  }
  /* line 31348, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-20 {
    min-height: 20px !important;
  }
  /* line 31352, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-20 {
    max-height: 20px !important;
  }
  /* line 31356, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-30 {
    height: 30px !important;
  }
  /* line 31360, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-30 {
    min-height: 30px !important;
  }
  /* line 31364, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-30 {
    max-height: 30px !important;
  }
  /* line 31368, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-40 {
    height: 40px !important;
  }
  /* line 31372, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-40 {
    min-height: 40px !important;
  }
  /* line 31376, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-40 {
    max-height: 40px !important;
  }
  /* line 31380, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-50 {
    height: 50px !important;
  }
  /* line 31384, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-50 {
    min-height: 50px !important;
  }
  /* line 31388, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-50 {
    max-height: 50px !important;
  }
  /* line 31392, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-60 {
    height: 60px !important;
  }
  /* line 31396, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-60 {
    min-height: 60px !important;
  }
  /* line 31400, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-60 {
    max-height: 60px !important;
  }
  /* line 31404, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-70 {
    height: 70px !important;
  }
  /* line 31408, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-70 {
    min-height: 70px !important;
  }
  /* line 31412, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-70 {
    max-height: 70px !important;
  }
  /* line 31416, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-80 {
    height: 80px !important;
  }
  /* line 31420, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-80 {
    min-height: 80px !important;
  }
  /* line 31424, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-80 {
    max-height: 80px !important;
  }
  /* line 31428, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-90 {
    height: 90px !important;
  }
  /* line 31432, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-90 {
    min-height: 90px !important;
  }
  /* line 31436, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-90 {
    max-height: 90px !important;
  }
  /* line 31440, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-100 {
    height: 100px !important;
  }
  /* line 31444, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-100 {
    min-height: 100px !important;
  }
  /* line 31448, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-100 {
    max-height: 100px !important;
  }
  /* line 31452, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-120 {
    height: 120px !important;
  }
  /* line 31456, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-120 {
    min-height: 120px !important;
  }
  /* line 31460, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-120 {
    max-height: 120px !important;
  }
  /* line 31464, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-150 {
    height: 150px !important;
  }
  /* line 31468, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-150 {
    min-height: 150px !important;
  }
  /* line 31472, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-150 {
    max-height: 150px !important;
  }
  /* line 31476, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-160 {
    height: 160px !important;
  }
  /* line 31480, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-160 {
    min-height: 160px !important;
  }
  /* line 31484, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-160 {
    max-height: 160px !important;
  }
  /* line 31488, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-170 {
    height: 170px !important;
  }
  /* line 31492, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-170 {
    min-height: 170px !important;
  }
  /* line 31496, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-170 {
    max-height: 170px !important;
  }
  /* line 31500, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-180 {
    height: 180px !important;
  }
  /* line 31504, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-180 {
    min-height: 180px !important;
  }
  /* line 31508, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-180 {
    max-height: 180px !important;
  }
  /* line 31512, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-190 {
    height: 190px !important;
  }
  /* line 31516, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-190 {
    min-height: 190px !important;
  }
  /* line 31520, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-190 {
    max-height: 190px !important;
  }
  /* line 31524, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-200 {
    height: 200px !important;
  }
  /* line 31528, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-200 {
    min-height: 200px !important;
  }
  /* line 31532, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-200 {
    max-height: 200px !important;
  }
  /* line 31536, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-250 {
    height: 250px !important;
  }
  /* line 31540, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-250 {
    min-height: 250px !important;
  }
  /* line 31544, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-250 {
    max-height: 250px !important;
  }
  /* line 31548, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-300 {
    height: 300px !important;
  }
  /* line 31552, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-300 {
    min-height: 300px !important;
  }
  /* line 31556, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-300 {
    max-height: 300px !important;
  }
  /* line 31560, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-310 {
    height: 310px !important;
  }
  /* line 31564, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-310 {
    min-height: 310px !important;
  }
  /* line 31568, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-310 {
    max-height: 310px !important;
  }
  /* line 31572, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-320 {
    height: 320px !important;
  }
  /* line 31576, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-320 {
    min-height: 320px !important;
  }
  /* line 31580, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-320 {
    max-height: 320px !important;
  }
  /* line 31584, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-325 {
    height: 325px !important;
  }
  /* line 31588, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-325 {
    min-height: 325px !important;
  }
  /* line 31592, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-325 {
    max-height: 325px !important;
  }
  /* line 31596, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-350 {
    height: 350px !important;
  }
  /* line 31600, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-350 {
    min-height: 350px !important;
  }
  /* line 31604, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-350 {
    max-height: 350px !important;
  }
  /* line 31608, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-400 {
    height: 400px !important;
  }
  /* line 31612, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-400 {
    min-height: 400px !important;
  }
  /* line 31616, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-400 {
    max-height: 400px !important;
  }
  /* line 31620, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-450 {
    height: 450px !important;
  }
  /* line 31624, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-450 {
    min-height: 450px !important;
  }
  /* line 31628, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-450 {
    max-height: 450px !important;
  }
  /* line 31632, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-500 {
    height: 500px !important;
  }
  /* line 31636, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-500 {
    min-height: 500px !important;
  }
  /* line 31640, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-500 {
    max-height: 500px !important;
  }
  /* line 31644, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-550 {
    height: 550px !important;
  }
  /* line 31648, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-550 {
    min-height: 550px !important;
  }
  /* line 31652, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-550 {
    max-height: 550px !important;
  }
  /* line 31656, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-600 {
    height: 600px !important;
  }
  /* line 31660, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-600 {
    min-height: 600px !important;
  }
  /* line 31664, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-600 {
    max-height: 600px !important;
  }
  /* line 31668, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-650 {
    height: 650px !important;
  }
  /* line 31672, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-650 {
    min-height: 650px !important;
  }
  /* line 31676, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-650 {
    max-height: 650px !important;
  }
  /* line 31680, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-700 {
    height: 700px !important;
  }
  /* line 31684, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-700 {
    min-height: 700px !important;
  }
  /* line 31688, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-700 {
    max-height: 700px !important;
  }
  /* line 31692, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-750 {
    height: 750px !important;
  }
  /* line 31696, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-750 {
    min-height: 750px !important;
  }
  /* line 31700, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-750 {
    max-height: 750px !important;
  }
  /* line 31704, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-800 {
    height: 800px !important;
  }
  /* line 31708, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-800 {
    min-height: 800px !important;
  }
  /* line 31712, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-800 {
    max-height: 800px !important;
  }
  /* line 31716, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-850 {
    height: 850px !important;
  }
  /* line 31720, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-850 {
    min-height: 850px !important;
  }
  /* line 31724, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-850 {
    max-height: 850px !important;
  }
  /* line 31728, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-900 {
    height: 900px !important;
  }
  /* line 31732, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-900 {
    min-height: 900px !important;
  }
  /* line 31736, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-900 {
    max-height: 900px !important;
  }
  /* line 31740, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-950 {
    height: 950px !important;
  }
  /* line 31744, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-950 {
    min-height: 950px !important;
  }
  /* line 31748, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-950 {
    max-height: 950px !important;
  }
  /* line 31752, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-1000 {
    height: 1000px !important;
  }
  /* line 31756, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-1000 {
    min-height: 1000px !important;
  }
  /* line 31760, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-1000 {
    max-height: 1000px !important;
  }
  /* line 31764, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-p5 {
    height: 5% !important;
  }
  /* line 31768, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-p5 {
    min-height: 5% !important;
  }
  /* line 31772, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-p5 {
    max-height: 5% !important;
  }
  /* line 31776, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-p10 {
    height: 10% !important;
  }
  /* line 31780, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-p10 {
    min-height: 10% !important;
  }
  /* line 31784, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-p10 {
    max-height: 10% !important;
  }
  /* line 31788, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-p15 {
    height: 15% !important;
  }
  /* line 31792, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-p15 {
    min-height: 15% !important;
  }
  /* line 31796, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-p15 {
    max-height: 15% !important;
  }
  /* line 31800, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-p20 {
    height: 20% !important;
  }
  /* line 31804, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-p20 {
    min-height: 20% !important;
  }
  /* line 31808, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-p20 {
    max-height: 20% !important;
  }
  /* line 31812, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-p25 {
    height: 25% !important;
  }
  /* line 31816, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-p25 {
    min-height: 25% !important;
  }
  /* line 31820, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-p25 {
    max-height: 25% !important;
  }
  /* line 31824, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-p30 {
    height: 30% !important;
  }
  /* line 31828, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-p30 {
    min-height: 30% !important;
  }
  /* line 31832, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-p30 {
    max-height: 30% !important;
  }
  /* line 31836, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-p35 {
    height: 35% !important;
  }
  /* line 31840, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-p35 {
    min-height: 35% !important;
  }
  /* line 31844, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-p35 {
    max-height: 35% !important;
  }
  /* line 31848, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-p40 {
    height: 40% !important;
  }
  /* line 31852, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-p40 {
    min-height: 40% !important;
  }
  /* line 31856, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-p40 {
    max-height: 40% !important;
  }
  /* line 31860, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-p45 {
    height: 45% !important;
  }
  /* line 31864, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-p45 {
    min-height: 45% !important;
  }
  /* line 31868, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-p45 {
    max-height: 45% !important;
  }
  /* line 31872, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-p50 {
    height: 50% !important;
  }
  /* line 31876, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-p50 {
    min-height: 50% !important;
  }
  /* line 31880, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-p50 {
    max-height: 50% !important;
  }
  /* line 31884, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-p60 {
    height: 60% !important;
  }
  /* line 31888, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-p60 {
    min-height: 60% !important;
  }
  /* line 31892, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-p60 {
    max-height: 60% !important;
  }
  /* line 31896, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-p65 {
    height: 65% !important;
  }
  /* line 31900, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-p65 {
    min-height: 65% !important;
  }
  /* line 31904, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-p65 {
    max-height: 65% !important;
  }
  /* line 31908, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-p70 {
    height: 70% !important;
  }
  /* line 31912, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-p70 {
    min-height: 70% !important;
  }
  /* line 31916, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-p70 {
    max-height: 70% !important;
  }
  /* line 31920, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-p75 {
    height: 75% !important;
  }
  /* line 31924, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-p75 {
    min-height: 75% !important;
  }
  /* line 31928, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-p75 {
    max-height: 75% !important;
  }
  /* line 31932, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-p80 {
    height: 80% !important;
  }
  /* line 31936, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-p80 {
    min-height: 80% !important;
  }
  /* line 31940, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-p80 {
    max-height: 80% !important;
  }
  /* line 31944, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-p85 {
    height: 85% !important;
  }
  /* line 31948, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-p85 {
    min-height: 85% !important;
  }
  /* line 31952, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-p85 {
    max-height: 85% !important;
  }
  /* line 31956, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-p90 {
    height: 90% !important;
  }
  /* line 31960, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-p90 {
    min-height: 90% !important;
  }
  /* line 31964, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-p90 {
    max-height: 90% !important;
  }
  /* line 31968, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-p95 {
    height: 95% !important;
  }
  /* line 31972, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-p95 {
    min-height: 95% !important;
  }
  /* line 31976, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-p95 {
    max-height: 95% !important;
  }
  /* line 31980, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-p100 {
    height: 100% !important;
  }
  /* line 31984, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-p100 {
    min-height: 100% !important;
  }
  /* line 31988, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-p100 {
    max-height: 100% !important;
  }
  /* line 31992, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-auto {
    height: auto !important;
  }
  /* line 31996, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-auto {
    min-height: auto !important;
  }
  /* line 32000, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-auto {
    max-height: auto !important;
  }
}

@media (min-width: 1200px) {
  /* line 32005, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-0 {
    height: 0px !important;
  }
  /* line 32009, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-0 {
    min-height: 0px !important;
  }
  /* line 32013, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-0 {
    max-height: 0px !important;
  }
  /* line 32017, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-10 {
    height: 10px !important;
  }
  /* line 32021, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-10 {
    min-height: 10px !important;
  }
  /* line 32025, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-10 {
    max-height: 10px !important;
  }
  /* line 32029, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-15 {
    height: 15px !important;
  }
  /* line 32033, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-15 {
    min-height: 15px !important;
  }
  /* line 32037, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-15 {
    max-height: 15px !important;
  }
  /* line 32041, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-20 {
    height: 20px !important;
  }
  /* line 32045, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-20 {
    min-height: 20px !important;
  }
  /* line 32049, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-20 {
    max-height: 20px !important;
  }
  /* line 32053, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-30 {
    height: 30px !important;
  }
  /* line 32057, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-30 {
    min-height: 30px !important;
  }
  /* line 32061, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-30 {
    max-height: 30px !important;
  }
  /* line 32065, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-40 {
    height: 40px !important;
  }
  /* line 32069, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-40 {
    min-height: 40px !important;
  }
  /* line 32073, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-40 {
    max-height: 40px !important;
  }
  /* line 32077, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-50 {
    height: 50px !important;
  }
  /* line 32081, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-50 {
    min-height: 50px !important;
  }
  /* line 32085, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-50 {
    max-height: 50px !important;
  }
  /* line 32089, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-60 {
    height: 60px !important;
  }
  /* line 32093, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-60 {
    min-height: 60px !important;
  }
  /* line 32097, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-60 {
    max-height: 60px !important;
  }
  /* line 32101, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-70 {
    height: 70px !important;
  }
  /* line 32105, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-70 {
    min-height: 70px !important;
  }
  /* line 32109, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-70 {
    max-height: 70px !important;
  }
  /* line 32113, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-80 {
    height: 80px !important;
  }
  /* line 32117, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-80 {
    min-height: 80px !important;
  }
  /* line 32121, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-80 {
    max-height: 80px !important;
  }
  /* line 32125, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-90 {
    height: 90px !important;
  }
  /* line 32129, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-90 {
    min-height: 90px !important;
  }
  /* line 32133, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-90 {
    max-height: 90px !important;
  }
  /* line 32137, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-100 {
    height: 100px !important;
  }
  /* line 32141, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-100 {
    min-height: 100px !important;
  }
  /* line 32145, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-100 {
    max-height: 100px !important;
  }
  /* line 32149, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-120 {
    height: 120px !important;
  }
  /* line 32153, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-120 {
    min-height: 120px !important;
  }
  /* line 32157, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-120 {
    max-height: 120px !important;
  }
  /* line 32161, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-150 {
    height: 150px !important;
  }
  /* line 32165, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-150 {
    min-height: 150px !important;
  }
  /* line 32169, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-150 {
    max-height: 150px !important;
  }
  /* line 32173, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-160 {
    height: 160px !important;
  }
  /* line 32177, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-160 {
    min-height: 160px !important;
  }
  /* line 32181, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-160 {
    max-height: 160px !important;
  }
  /* line 32185, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-170 {
    height: 170px !important;
  }
  /* line 32189, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-170 {
    min-height: 170px !important;
  }
  /* line 32193, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-170 {
    max-height: 170px !important;
  }
  /* line 32197, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-180 {
    height: 180px !important;
  }
  /* line 32201, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-180 {
    min-height: 180px !important;
  }
  /* line 32205, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-180 {
    max-height: 180px !important;
  }
  /* line 32209, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-190 {
    height: 190px !important;
  }
  /* line 32213, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-190 {
    min-height: 190px !important;
  }
  /* line 32217, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-190 {
    max-height: 190px !important;
  }
  /* line 32221, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-200 {
    height: 200px !important;
  }
  /* line 32225, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-200 {
    min-height: 200px !important;
  }
  /* line 32229, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-200 {
    max-height: 200px !important;
  }
  /* line 32233, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-250 {
    height: 250px !important;
  }
  /* line 32237, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-250 {
    min-height: 250px !important;
  }
  /* line 32241, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-250 {
    max-height: 250px !important;
  }
  /* line 32245, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-300 {
    height: 300px !important;
  }
  /* line 32249, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-300 {
    min-height: 300px !important;
  }
  /* line 32253, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-300 {
    max-height: 300px !important;
  }
  /* line 32257, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-310 {
    height: 310px !important;
  }
  /* line 32261, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-310 {
    min-height: 310px !important;
  }
  /* line 32265, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-310 {
    max-height: 310px !important;
  }
  /* line 32269, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-320 {
    height: 320px !important;
  }
  /* line 32273, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-320 {
    min-height: 320px !important;
  }
  /* line 32277, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-320 {
    max-height: 320px !important;
  }
  /* line 32281, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-325 {
    height: 325px !important;
  }
  /* line 32285, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-325 {
    min-height: 325px !important;
  }
  /* line 32289, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-325 {
    max-height: 325px !important;
  }
  /* line 32293, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-350 {
    height: 350px !important;
  }
  /* line 32297, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-350 {
    min-height: 350px !important;
  }
  /* line 32301, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-350 {
    max-height: 350px !important;
  }
  /* line 32305, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-400 {
    height: 400px !important;
  }
  /* line 32309, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-400 {
    min-height: 400px !important;
  }
  /* line 32313, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-400 {
    max-height: 400px !important;
  }
  /* line 32317, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-450 {
    height: 450px !important;
  }
  /* line 32321, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-450 {
    min-height: 450px !important;
  }
  /* line 32325, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-450 {
    max-height: 450px !important;
  }
  /* line 32329, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-500 {
    height: 500px !important;
  }
  /* line 32333, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-500 {
    min-height: 500px !important;
  }
  /* line 32337, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-500 {
    max-height: 500px !important;
  }
  /* line 32341, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-550 {
    height: 550px !important;
  }
  /* line 32345, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-550 {
    min-height: 550px !important;
  }
  /* line 32349, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-550 {
    max-height: 550px !important;
  }
  /* line 32353, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-600 {
    height: 600px !important;
  }
  /* line 32357, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-600 {
    min-height: 600px !important;
  }
  /* line 32361, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-600 {
    max-height: 600px !important;
  }
  /* line 32365, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-650 {
    height: 650px !important;
  }
  /* line 32369, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-650 {
    min-height: 650px !important;
  }
  /* line 32373, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-650 {
    max-height: 650px !important;
  }
  /* line 32377, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-700 {
    height: 700px !important;
  }
  /* line 32381, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-700 {
    min-height: 700px !important;
  }
  /* line 32385, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-700 {
    max-height: 700px !important;
  }
  /* line 32389, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-750 {
    height: 750px !important;
  }
  /* line 32393, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-750 {
    min-height: 750px !important;
  }
  /* line 32397, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-750 {
    max-height: 750px !important;
  }
  /* line 32401, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-800 {
    height: 800px !important;
  }
  /* line 32405, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-800 {
    min-height: 800px !important;
  }
  /* line 32409, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-800 {
    max-height: 800px !important;
  }
  /* line 32413, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-850 {
    height: 850px !important;
  }
  /* line 32417, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-850 {
    min-height: 850px !important;
  }
  /* line 32421, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-850 {
    max-height: 850px !important;
  }
  /* line 32425, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-900 {
    height: 900px !important;
  }
  /* line 32429, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-900 {
    min-height: 900px !important;
  }
  /* line 32433, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-900 {
    max-height: 900px !important;
  }
  /* line 32437, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-950 {
    height: 950px !important;
  }
  /* line 32441, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-950 {
    min-height: 950px !important;
  }
  /* line 32445, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-950 {
    max-height: 950px !important;
  }
  /* line 32449, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-1000 {
    height: 1000px !important;
  }
  /* line 32453, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-1000 {
    min-height: 1000px !important;
  }
  /* line 32457, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-1000 {
    max-height: 1000px !important;
  }
  /* line 32461, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-p5 {
    height: 5% !important;
  }
  /* line 32465, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-p5 {
    min-height: 5% !important;
  }
  /* line 32469, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-p5 {
    max-height: 5% !important;
  }
  /* line 32473, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-p10 {
    height: 10% !important;
  }
  /* line 32477, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-p10 {
    min-height: 10% !important;
  }
  /* line 32481, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-p10 {
    max-height: 10% !important;
  }
  /* line 32485, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-p15 {
    height: 15% !important;
  }
  /* line 32489, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-p15 {
    min-height: 15% !important;
  }
  /* line 32493, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-p15 {
    max-height: 15% !important;
  }
  /* line 32497, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-p20 {
    height: 20% !important;
  }
  /* line 32501, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-p20 {
    min-height: 20% !important;
  }
  /* line 32505, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-p20 {
    max-height: 20% !important;
  }
  /* line 32509, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-p25 {
    height: 25% !important;
  }
  /* line 32513, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-p25 {
    min-height: 25% !important;
  }
  /* line 32517, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-p25 {
    max-height: 25% !important;
  }
  /* line 32521, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-p30 {
    height: 30% !important;
  }
  /* line 32525, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-p30 {
    min-height: 30% !important;
  }
  /* line 32529, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-p30 {
    max-height: 30% !important;
  }
  /* line 32533, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-p35 {
    height: 35% !important;
  }
  /* line 32537, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-p35 {
    min-height: 35% !important;
  }
  /* line 32541, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-p35 {
    max-height: 35% !important;
  }
  /* line 32545, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-p40 {
    height: 40% !important;
  }
  /* line 32549, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-p40 {
    min-height: 40% !important;
  }
  /* line 32553, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-p40 {
    max-height: 40% !important;
  }
  /* line 32557, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-p45 {
    height: 45% !important;
  }
  /* line 32561, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-p45 {
    min-height: 45% !important;
  }
  /* line 32565, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-p45 {
    max-height: 45% !important;
  }
  /* line 32569, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-p50 {
    height: 50% !important;
  }
  /* line 32573, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-p50 {
    min-height: 50% !important;
  }
  /* line 32577, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-p50 {
    max-height: 50% !important;
  }
  /* line 32581, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-p60 {
    height: 60% !important;
  }
  /* line 32585, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-p60 {
    min-height: 60% !important;
  }
  /* line 32589, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-p60 {
    max-height: 60% !important;
  }
  /* line 32593, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-p65 {
    height: 65% !important;
  }
  /* line 32597, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-p65 {
    min-height: 65% !important;
  }
  /* line 32601, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-p65 {
    max-height: 65% !important;
  }
  /* line 32605, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-p70 {
    height: 70% !important;
  }
  /* line 32609, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-p70 {
    min-height: 70% !important;
  }
  /* line 32613, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-p70 {
    max-height: 70% !important;
  }
  /* line 32617, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-p75 {
    height: 75% !important;
  }
  /* line 32621, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-p75 {
    min-height: 75% !important;
  }
  /* line 32625, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-p75 {
    max-height: 75% !important;
  }
  /* line 32629, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-p80 {
    height: 80% !important;
  }
  /* line 32633, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-p80 {
    min-height: 80% !important;
  }
  /* line 32637, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-p80 {
    max-height: 80% !important;
  }
  /* line 32641, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-p85 {
    height: 85% !important;
  }
  /* line 32645, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-p85 {
    min-height: 85% !important;
  }
  /* line 32649, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-p85 {
    max-height: 85% !important;
  }
  /* line 32653, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-p90 {
    height: 90% !important;
  }
  /* line 32657, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-p90 {
    min-height: 90% !important;
  }
  /* line 32661, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-p90 {
    max-height: 90% !important;
  }
  /* line 32665, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-p95 {
    height: 95% !important;
  }
  /* line 32669, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-p95 {
    min-height: 95% !important;
  }
  /* line 32673, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-p95 {
    max-height: 95% !important;
  }
  /* line 32677, app/assets/stylesheets/theme/css/style.scss */
  .h-xl-p100 {
    height: 100% !important;
  }
  /* line 32681, app/assets/stylesheets/theme/css/style.scss */
  .min-h-xl-p100 {
    min-height: 100% !important;
  }
  /* line 32685, app/assets/stylesheets/theme/css/style.scss */
  .max-h-xl-p100 {
    max-height: 100% !important;
  }
  /* line 32689, app/assets/stylesheets/theme/css/style.scss */
  .h-lg-auto {
    height: auto !important;
  }
  /* line 32693, app/assets/stylesheets/theme/css/style.scss */
  .min-h-lg-auto {
    min-height: auto !important;
  }
  /* line 32697, app/assets/stylesheets/theme/css/style.scss */
  .max-h-lg-auto {
    max-height: auto !important;
  }
}

/* line 32701, app/assets/stylesheets/theme/css/style.scss */
nav {
  border-bottom: solid 1px #f3f6f9;
  min-height: 60px;
  background: #ffffff;
  font-size: 1rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
}

/* line 32709, app/assets/stylesheets/theme/css/style.scss */
nav .wrap-core-nav-list,
nav .nav-header {
  background: #ffffff;
}

/* line 32713, app/assets/stylesheets/theme/css/style.scss */
nav .brand {
  display: block;
  position: relative;
  width: 170px;
  padding: 18px 0px;
}

/* line 32719, app/assets/stylesheets/theme/css/style.scss */
nav .brand img {
  width: 100%;
}

/* line 32722, app/assets/stylesheets/theme/css/style.scss */
nav .menu li a {
  display: block;
  padding: 20px 0px;
  margin-left: 15px;
  margin-right: 15px;
  text-decoration: none;
  color: #172b4c;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}

/* line 32732, app/assets/stylesheets/theme/css/style.scss */
nav .menu li a:hover {
  color: #ffa800;
}

/* line 32735, app/assets/stylesheets/theme/css/style.scss */
nav .menu li.active > a {
  color: #ffa800 !important;
  border-bottom: 1px solid #ffa800;
}

/* line 32739, app/assets/stylesheets/theme/css/style.scss */
nav .menu .megamenu-content li a {
  text-transform: capitalize;
  font-size: 1rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
}

/* line 32745, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent .menu li a {
  color: #ffffff;
}

/* line 32748, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent .menu li a:hover {
  color: #ffa800;
}

/* line 32751, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent .menu li.active > a {
  color: #ffa800 !important;
}

/* line 32754, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent ul.attributes li a {
  color: #ffffff;
}

/* line 32757, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent ul.attributes li a:hover {
  color: #ffa800;
}

/* line 32760, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent.nav-core-sticky.on-scroll .menu li a {
  color: #172b4c;
}

/* line 32763, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent.nav-core-sticky.on-scroll .menu li a:hover {
  color: #ffa800;
}

/* line 32766, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent.nav-core-sticky.on-scroll ul.attributes li a {
  color: #172b4c;
}

/* line 32769, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent.nav-core-sticky.on-scroll
ul.attributes
li
a:hover {
  color: #ffa800;
}

/* line 32775, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent.nav-core-sticky.on-scroll.core-nav
.dropdown
> .dropdown-menu
> li
a {
  color: #172b4c;
}

/* line 32782, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent.nav-core-sticky.on-scroll.core-nav
.dropdown
> .dropdown-menu
> li
a:hover {
  color: #ffa800;
}

/* line 32789, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent.nav-core-sticky.on-scroll
.menu
.megamenu-content
li
a {
  color: #172b4c;
}

/* line 32796, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent.nav-core-sticky.on-scroll
.menu
.megamenu-content
li
a:hover {
  color: #ffa800;
}

/* line 32803, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent.nav-core-sticky.core-nav
.dropdown
> .dropdown-menu
li
a {
  color: #172b4c;
}

/* line 32810, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent.nav-core-sticky.core-nav
.dropdown
> .dropdown-menu
li
a:hover {
  color: #ffa800;
}

/* line 32817, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent.nav-core-sticky .menu .megamenu-content li a {
  color: #172b4c;
}

/* line 32820, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent.nav-core-sticky
.menu
.megamenu-content
li
a:hover {
  color: #ffa800;
}

/* line 32827, app/assets/stylesheets/theme/css/style.scss */
nav button {
  background: transparent;
  border: none;
  outline: none;
}

/* line 32833, app/assets/stylesheets/theme/css/style.scss */
.core-nav.nav-core-sticky.on-scroll {
  z-index: 9999999999;
}

/* line 32836, app/assets/stylesheets/theme/css/style.scss */
.core-nav .dropdown > .dropdown-menu > li > a {
  text-transform: capitalize;
  font-size: 1rem;
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: 400;
  margin-left: 0;
  margin-right: 0;
}

/* line 32845, app/assets/stylesheets/theme/css/style.scss */
.left-menu .core-nav .wrap-core-nav-list {
  text-align: left;
}

/* line 32848, app/assets/stylesheets/theme/css/style.scss */
.left-menu .core-nav .nav-header {
  float: left;
  position: relative;
  display: inline-block;
}

@media (max-width: 992px) {
  /* line 32855, app/assets/stylesheets/theme/css/style.scss */
  .left-menu .core-nav .nav-header {
    float: none;
    display: block;
    position: relative;
  }
}

/*
DROPDOWN STYLE
=========================== */
/* line 32864, app/assets/stylesheets/theme/css/style.scss */
nav .menu > li.dropdown > a::before {
  margin-left: 5px;
  content: "\f107";
  font-family: "FontAwesome";
  float: right;
  position: relative;
}

/* line 32871, app/assets/stylesheets/theme/css/style.scss */
nav .menu > li.dropdown li.dropdown > a::before {
  margin-left: 5px;
  content: "\f107";
  font-family: "FontAwesome";
  float: right;
  position: relative;
}

/* line 32878, app/assets/stylesheets/theme/css/style.scss */
nav .menu > li.dropdown > .open > a {
  color: #ffa800;
}

/* line 32881, app/assets/stylesheets/theme/css/style.scss */
nav .menu > li.megamenu > a::before {
  margin-left: 5px;
  content: "\f107";
  font-family: "FontAwesome";
  float: right;
  position: relative;
}

/* line 32888, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent .menu > li.dropdown > a::before {
  color: #ffffff;
}

/* line 32891, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent .menu > li.megamenu > a::before {
  color: #ffffff;
}

/* line 32894, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent.nav-core-sticky.on-scroll
.menu
> li.dropdown
> a::before {
  color: #172b4c;
}

/* line 32900, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent.nav-core-sticky.on-scroll
.menu
> li.megamenu
> a::before {
  color: #172b4c;
}

/* line 32907, app/assets/stylesheets/theme/css/style.scss */
.sample-text {
  padding: 30px;
}

/* line 32911, app/assets/stylesheets/theme/css/style.scss */
.core-nav
.wrap-core-nav-list.right
.dropdown
> .dropdown-menu
.dropdown
> .dropdown-menu {
  left: auto;
}

/* =========================== 
Attributes Menu
=========================== */
/* line 32923, app/assets/stylesheets/theme/css/style.scss */
nav ul .attributes li a .feather {
  width: 16px;
  height: 16px;
}

/*
MEGAMENU SHOPPING CART
=========================== */
/* line 32931, app/assets/stylesheets/theme/css/style.scss */
.megamenu-cart {
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  margin-top: -1px;
}

/* line 32936, app/assets/stylesheets/theme/css/style.scss */
nav .cart-header {
  border-bottom: solid 1px #f3f6f9;
  padding: 15px 20px;
}

/* line 32940, app/assets/stylesheets/theme/css/style.scss */
nav .cart-header .feather {
  width: 16px;
  height: 16px;
}

/* line 32944, app/assets/stylesheets/theme/css/style.scss */
nav .cart-header .badge {
  font-size: 8px;
  line-height: 4px;
  display: inline-block;
  background: #ffa800;
  color: #ffffff;
  border-radius: 5px;
  padding: 4px;
  position: relative;
  top: -6px;
  margin-left: 3px;
}

/* line 32956, app/assets/stylesheets/theme/css/style.scss */
nav .cart-header .total-price {
  float: right;
}

/* line 32959, app/assets/stylesheets/theme/css/style.scss */
nav .cart-header .total-price span {
  color: #ffa800;
}

/* line 32962, app/assets/stylesheets/theme/css/style.scss */
nav .cart-body ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}

/* line 32968, app/assets/stylesheets/theme/css/style.scss */
nav .cart-body ul li {
  position: relative;
  display: block;
  float: none;
  width: 100%;
  padding: 15px 20px;
  border-top: solid 1px #f3f6f9;
  min-height: 90px;
  padding-left: 90px;
}

/* line 32978, app/assets/stylesheets/theme/css/style.scss */
nav .cart-body ul li:first-child {
  border: 0;
}

/* line 32981, app/assets/stylesheets/theme/css/style.scss */
nav .cart-body ul li img {
  width: 50px;
  top: 20px;
  left: 20px;
  position: absolute;
  border-radius: 4px;
}

/* line 32988, app/assets/stylesheets/theme/css/style.scss */
nav .cart-body ul li .title {
  text-transform: none;
  font-weight: 700;
  margin: 5px 0;
}

/* line 32993, app/assets/stylesheets/theme/css/style.scss */
nav .cart-body ul li .price-st {
  color: #ffa800;
}

/* line 32996, app/assets/stylesheets/theme/css/style.scss */
nav .cart-body ul li .qty {
  float: right;
}

/* line 32999, app/assets/stylesheets/theme/css/style.scss */
nav .cart-body ul li .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 33006, app/assets/stylesheets/theme/css/style.scss */
nav .cart-body ul li .link:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* line 33009, app/assets/stylesheets/theme/css/style.scss */
nav .cart-footer {
  border-top: solid 1px #f3f6f9;
  padding: 15px 20px;
}

/* line 33013, app/assets/stylesheets/theme/css/style.scss */
nav .cart-footer > a {
  padding: 15px !important;
  display: block;
  width: 100%;
  border-radius: 5px;
  background: #ffa800;
  color: #ffffff !important;
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  text-align: center;
  text-decoration: none;
}

/* line 33024, app/assets/stylesheets/theme/css/style.scss */
nav .cart-footer > a:hover {
  opacity: 0.8;
}

/*
Megamenu STYLE
=========================== */
/* line 33031, app/assets/stylesheets/theme/css/style.scss */
nav .menu .megamenu-content {
  padding: 25px;
}

/* line 33034, app/assets/stylesheets/theme/css/style.scss */
nav .menu .megamenu-content div > .list-group {
  border-right: 1px dashed #d1d3e0;
}

/* line 33037, app/assets/stylesheets/theme/css/style.scss */
nav .menu .megamenu-content div:last-child > .list-group {
  border-right: 0;
}

/* line 33040, app/assets/stylesheets/theme/css/style.scss */
nav .menu .megamenu-content li a {
  padding: 10px 15px;
  margin-left: 0;
  margin-right: 0;
  border-bottom: 0;
}

/* line 33046, app/assets/stylesheets/theme/css/style.scss */
nav .menu .megamenu-content li .menu-title {
  padding: 10px 15px;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  /* line 33052, app/assets/stylesheets/theme/css/style.scss */
  nav .menu .megamenu-content {
    padding: 5px;
  }
  /* line 33055, app/assets/stylesheets/theme/css/style.scss */
  nav .menu .megamenu-content div > .list-group {
    border-right: 0;
  }
  /* line 33058, app/assets/stylesheets/theme/css/style.scss */
  nav .menu .megamenu-content li:last-child a {
    border-bottom: solid 1px #f3f6f9;
  }
  /* line 33062, app/assets/stylesheets/theme/css/style.scss */
  .core-nav .wrap-core-nav-list {
    overflow-y: auto;
    overflow-x: hidden;
  }
}

/* =========================== */
/* line 33068, app/assets/stylesheets/theme/css/style.scss */
nav.core-nav.nav-core-fixed {
  background-color: transparent;
  border-bottom: none;
}

/* line 33072, app/assets/stylesheets/theme/css/style.scss */
nav.core-nav.nav-core-sticky {
  background-color: transparent;
  border-bottom: none;
}

/* line 33076, app/assets/stylesheets/theme/css/style.scss */
nav.core-nav.nav-core-sticky.on-scroll {
  background: #ffffff;
}

/* line 33079, app/assets/stylesheets/theme/css/style.scss */
nav.core-nav.nav-core-sticky.on-scroll .wrap-core-nav-list,
nav.core-nav.nav-core-sticky.on-scroll .nav-header {
  background: #ffffff;
}

/* line 33083, app/assets/stylesheets/theme/css/style.scss */
nav.nav-core-fixed .wrap-core-nav-list,
nav.nav-core-fixed .nav-header {
  background: transparent;
}

/* line 33087, app/assets/stylesheets/theme/css/style.scss */
nav.nav-core-sticky .wrap-core-nav-list,
nav.nav-core-sticky .nav-header {
  background: transparent;
}

/* line 33092, app/assets/stylesheets/theme/css/style.scss */
.top-bar .core-nav.nav-core-sticky {
  top: 50px;
}

/* line 33095, app/assets/stylesheets/theme/css/style.scss */
.top-bar .core-nav.nav-core-sticky.on-scroll {
  top: auto;
}

/* line 33098, app/assets/stylesheets/theme/css/style.scss */
.top-bar.dualbar .core-nav.nav-core-sticky {
  top: 102px;
}

/* line 33101, app/assets/stylesheets/theme/css/style.scss */
.top-bar.dualbar .core-nav.nav-core-sticky.on-scroll {
  top: auto;
}

/* line 33105, app/assets/stylesheets/theme/css/style.scss */
.dualbar .core-nav.nav-core-sticky {
  padding: 0px 0px;
}

/* line 33108, app/assets/stylesheets/theme/css/style.scss */
.dualbar nav {
  min-height: 45px;
}

/* line 33111, app/assets/stylesheets/theme/css/style.scss */
.dualbar nav .menu li a {
  padding: 10px 10px;
}

/* line 33114, app/assets/stylesheets/theme/css/style.scss */
.dualbar nav ul.attributes li a {
  padding: 12px 20px;
}

/* line 33117, app/assets/stylesheets/theme/css/style.scss */
.dualbar .topbar {
  border-bottom: none;
  padding-top: 0;
}

/* line 33121, app/assets/stylesheets/theme/css/style.scss */
.dualbar .topbar > .top-bg {
  background-color: rgba(23, 43, 76, 0.2);
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 33127, app/assets/stylesheets/theme/css/style.scss */
.core-nav.nav-core-sticky {
  position: absolute;
  top: auto;
  left: auto;
  width: 100%;
  z-index: 99999999;
  padding: 0px 0px;
}

/* line 33136, app/assets/stylesheets/theme/css/style.scss */
.middlebar {
  padding: 15px 0 0;
  position: relative;
  width: 100%;
  min-height: 50px;
}

/* line 33143, app/assets/stylesheets/theme/css/style.scss */
.topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 14px 0;
  z-index: 999999999;
  position: absolute;
  width: 100%;
  min-height: 50px;
}

/* line 33151, app/assets/stylesheets/theme/css/style.scss */
.topbar .btn {
  background: transparent;
  padding: 0 10px;
  border-radius: 0;
  border: none !important;
}

/* line 33157, app/assets/stylesheets/theme/css/style.scss */
.topbar .btn:hover,
.topbar .btn:active,
.topbar .btn:focus,
.topbar .btn.active {
  border: none !important;
  box-shadow: none !important;
}

/* line 33164, app/assets/stylesheets/theme/css/style.scss */
.topbar .btn-group:hover,
.topbar .btn-group:active,
.topbar .btn-group:focus,
.topbar .btn-group.active {
  border: none !important;
  box-shadow: none !important;
}

/* line 33171, app/assets/stylesheets/theme/css/style.scss */
.topbar .btn-group .dropdown-menu a {
  color: #172b4c;
  margin-left: 0;
}

/* line 33175, app/assets/stylesheets/theme/css/style.scss */
.topbar ul li {
  display: inline-block;
  color: #ffffff;
  font-size: 0.8571rem;
  font-weight: 300;
  position: relative;
}

/* line 33182, app/assets/stylesheets/theme/css/style.scss */
.topbar ul li .btn {
  font-weight: 300;
}

/* line 33185, app/assets/stylesheets/theme/css/style.scss */
.topbar .topbar-left ul li:after,
.topbar .topbar-right ul li:after {
  position: absolute;
  width: 1px;
  height: 20px;
  background-color: #ffffff;
  right: 0;
  content: "";
  top: 2px;
  opacity: 0.2;
}

/* line 33196, app/assets/stylesheets/theme/css/style.scss */
.topbar .topbar-right ul li:after {
  right: auto;
  left: 0;
}

/* line 33200, app/assets/stylesheets/theme/css/style.scss */
.topbar .topbar-right ul li:first-child:after,
.topbar .topbar-left ul li:last-child:after {
  content: none;
}

/* line 33205, app/assets/stylesheets/theme/css/style.scss */
.text-dark .topbar {
  border-bottom: 1px solid rgba(23, 43, 76, 0.1);
}

/* line 33208, app/assets/stylesheets/theme/css/style.scss */
.text-dark .topbar ul li {
  color: #172b4c;
}

/* line 33211, app/assets/stylesheets/theme/css/style.scss */
.text-dark .topbar .topbar-left ul li:after,
.text-dark .topbar .topbar-right ul li:after {
  background-color: #172b4c;
}

/* line 33215, app/assets/stylesheets/theme/css/style.scss */
.text-dark .topbar-social ul li a {
  color: #172b4c;
}

/* line 33218, app/assets/stylesheets/theme/css/style.scss */
.text-dark .topbar-social ul li a:hover {
  color: #ffa800;
}

/* line 33221, app/assets/stylesheets/theme/css/style.scss */
.text-dark .topbar-call ul li a {
  color: #172b4c;
}

/* line 33224, app/assets/stylesheets/theme/css/style.scss */
.text-dark .topbar-call ul li i {
  color: #ffa800;
}

/* line 33228, app/assets/stylesheets/theme/css/style.scss */
.topbar-call {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

/* line 33235, app/assets/stylesheets/theme/css/style.scss */
.topbar-call ul li a {
  color: #ffffff;
}

/* line 33238, app/assets/stylesheets/theme/css/style.scss */
.topbar-call ul li i {
  margin-right: 5px;
  color: #ffa800;
}

/* line 33242, app/assets/stylesheets/theme/css/style.scss */
.topbar-call ul li i.flag-icon {
  width: 1em;
}

/* line 33246, app/assets/stylesheets/theme/css/style.scss */
.topbar-social {
  position: relative;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

/* line 33254, app/assets/stylesheets/theme/css/style.scss */
.topbar-social ul li a {
  color: #ffffff;
  margin-left: 5px;
}

/* line 33258, app/assets/stylesheets/theme/css/style.scss */
.topbar-social ul li a:hover {
  color: #ffa800;
}

/* line 33261, app/assets/stylesheets/theme/css/style.scss */
.topbar-social ul li a span {
  margin-right: 5px;
  font-size: 0.8571rem;
}

/* line 33266, app/assets/stylesheets/theme/css/style.scss */
.dark-overlay-top .topbar {
  background: rgba(14, 22, 33, 0.4);
}

@media (max-width: 992px) {
  /* line 33271, app/assets/stylesheets/theme/css/style.scss */
  nav .full-container,
nav .nav-container {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 33276, app/assets/stylesheets/theme/css/style.scss */
  nav .nav-header {
    min-height: 60px;
  }
  /* line 33279, app/assets/stylesheets/theme/css/style.scss */
  nav .nav-header .brand {
    margin: 0 auto 0px;
    float: none;
    width: 130px;
    padding: 20px 0px;
  }
  /* line 33285, app/assets/stylesheets/theme/css/style.scss */
  nav .nav-header .toggle-bar {
    font-size: 1.286rem;
    position: absolute;
    top: 17px;
    left: 15px;
  }
  /* line 33291, app/assets/stylesheets/theme/css/style.scss */
  nav .menu li a {
    padding: 10px 15px;
    border-bottom: solid 1px #f3f6f9;
  }
  /* line 33295, app/assets/stylesheets/theme/css/style.scss */
  nav .menu li:last-child a {
    border-bottom: none;
  }
  /* line 33298, app/assets/stylesheets/theme/css/style.scss */
  nav.nav-white.nav-transparent.core-nav .wrap-core-nav-list .core-nav-list {
    background: #ffffff;
  }
  /* line 33301, app/assets/stylesheets/theme/css/style.scss */
  nav.nav-white.nav-transparent .menu li a {
    color: #172b4c;
  }
  /* line 33304, app/assets/stylesheets/theme/css/style.scss */
  nav.nav-white.nav-transparent .menu > li.dropdown > a::before,
nav.nav-white.nav-transparent .menu > li.megamenu > a::before {
    color: #172b4c;
  }
  /* line 33308, app/assets/stylesheets/theme/css/style.scss */
  nav.nav-dark.nav-transparent.core-nav .wrap-core-nav-list .core-nav-list {
    background: #ffffff;
  }
  /* line 33311, app/assets/stylesheets/theme/css/style.scss */
  nav.nav-dark.nav-transparent .menu li a {
    color: #172b4c;
  }
  /* line 33314, app/assets/stylesheets/theme/css/style.scss */
  nav.nav-dark.nav-transparent .menu > li.dropdown > a::before,
nav.nav-dark.nav-transparent .menu > li.megamenu > a::before {
    color: #172b4c;
  }
  /* line 33319, app/assets/stylesheets/theme/css/style.scss */
  .core-nav .wrap-core-nav-list .core-nav-list li {
    clear: both;
  }
  /* line 33323, app/assets/stylesheets/theme/css/style.scss */
  .top-bar.dualbar .topbar {
    padding-bottom: 0;
  }
  /* line 33326, app/assets/stylesheets/theme/css/style.scss */
  .top-bar.dualbar .core-nav.nav-core-sticky {
    top: 43px;
  }
  /* line 33329, app/assets/stylesheets/theme/css/style.scss */
  .top-bar.dualbar nav .nav-header {
    min-height: auto;
  }
  /* line 33332, app/assets/stylesheets/theme/css/style.scss */
  .top-bar.dualbar nav .nav-header .toggle-bar {
    top: 12px;
  }
  /* line 33335, app/assets/stylesheets/theme/css/style.scss */
  .top-bar.dualbar nav .nav-header .brand {
    margin: 0 auto 0px;
    padding: 10px 0px;
  }
}

@media (max-width: 767px) {
  /* line 33341, app/assets/stylesheets/theme/css/style.scss */
  .topbar {
    padding: 5px 0;
  }
  /* line 33344, app/assets/stylesheets/theme/css/style.scss */
  .topbar ul li {
    font-size: 0.8571rem;
  }
  /* line 33347, app/assets/stylesheets/theme/css/style.scss */
  .topbar .topbar-right {
    margin-top: 4px;
  }
  /* line 33351, app/assets/stylesheets/theme/css/style.scss */
  .top-bar .core-nav.nav-core-sticky {
    top: 57px;
  }
  /* line 33355, app/assets/stylesheets/theme/css/style.scss */
  .top-bar.dualbar .core-nav.nav-core-sticky {
    top: 70px;
  }
}

/* line 33359, app/assets/stylesheets/theme/css/style.scss */
nav.full-width .nav-container {
  padding: 0 15px;
  width: 100%;
}

@media (max-width: 992px) {
  /* line 33365, app/assets/stylesheets/theme/css/style.scss */
  nav.full-width .nav-container {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 33370, app/assets/stylesheets/theme/css/style.scss */
nav.core-nav.nav-core-fixed.dark-overlay,
nav.core-nav.nav-core-sticky.dark-overlay {
  background-color: rgba(14, 22, 33, 0.4);
  border-bottom: none;
}

/* line 33375, app/assets/stylesheets/theme/css/style.scss */
nav.nav-core-fixed.dark-overlay .wrap-core-nav-list,
nav.nav-core-fixed.dark-overlay .nav-header {
  background: rgba(14, 22, 33, 0.4);
}

/* line 33379, app/assets/stylesheets/theme/css/style.scss */
nav.dark-overlay.core-nav.nav-core-sticky.on-scroll {
  background: #172b4c;
}

/* line 33382, app/assets/stylesheets/theme/css/style.scss */
nav.dark-overlay.nav-core-sticky.on-scroll .wrap-core-nav-list,
nav.dark-overlay.nav-core-sticky.on-scroll .nav-header {
  background: #172b4c;
}

/* line 33386, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent.dark-overlay .menu li a {
  color: #ffffff;
}

/* line 33389, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent.dark-overlay .menu .megamenu-content li a:hover {
  color: #ffa800;
}

/* line 33392, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent.dark-overlay
.menu
.megamenu-content
li.active
> a {
  color: #ffa800 !important;
}

/* line 33399, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent.dark-overlay ul.attributes li a {
  color: #ffffff;
}

/* line 33402, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent.dark-overlay.nav-core-sticky .menu li a,
nav.nav-white.nav-transparent.dark-overlay.nav-core-sticky ul.attributes li a,
nav.nav-white.nav-transparent.dark-overlay.nav-core-sticky.core-nav
.dropdown
> .dropdown-menu
> li
> a,
nav.nav-white.nav-transparent.dark-overlay.nav-core-sticky
.menu
.megamenu-content
li
a {
  color: #ffffff;
}

/* line 33416, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent.dark-overlay.nav-core-sticky .menu li a:hover,
nav.nav-white.nav-transparent.dark-overlay.nav-core-sticky
ul.attributes
li
a:hover,
nav.nav-white.nav-transparent.dark-overlay.nav-core-sticky.core-nav
.dropdown
> .dropdown-menu
> li
> a:hover,
nav.nav-white.nav-transparent.dark-overlay.nav-core-sticky
.menu
.megamenu-content
li
a:hover {
  color: #ffa800;
}

/* line 33433, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent.dark-overlay.nav-core-sticky.on-scroll .menu li a,
nav.nav-white.nav-transparent.dark-overlay.nav-core-sticky.on-scroll
ul.attributes
li
a,
nav.nav-white.nav-transparent.dark-overlay.nav-core-sticky.on-scroll.core-nav
.dropdown
> .dropdown-menu
> li
> a,
nav.nav-white.nav-transparent.dark-overlay.nav-core-sticky.on-scroll
.menu
.megamenu-content
li
a {
  color: #ffffff;
}

/* line 33450, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent.dark-overlay.nav-core-sticky.on-scroll
.menu
li
a:hover,
nav.nav-white.nav-transparent.dark-overlay.nav-core-sticky.on-scroll
ul.attributes
li
a:hover,
nav.nav-white.nav-transparent.dark-overlay.nav-core-sticky.on-scroll.core-nav
.dropdown
> .dropdown-menu
> li
> a:hover,
nav.nav-white.nav-transparent.dark-overlay.nav-core-sticky.on-scroll
.menu
.megamenu-content
li
a:hover {
  color: #ffa800;
}

/* line 33470, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent.dark-overlay.nav-core-sticky
.core-nav
.dropdown
> .dropdown-menu
> li
> a,
nav.nav-white.nav-transparent.dark-overlay.nav-core-sticky
.menu
.megamenu-content
li
a {
  color: #ffffff;
}

/* line 33483, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent.dark-overlay.nav-core-sticky
.core-nav
.dropdown
> .dropdown-menu
> li
> a:hover,
nav.nav-white.nav-transparent.dark-overlay.nav-core-sticky
.menu
.megamenu-content
li
a:hover {
  color: #ffa800;
}

/* line 33496, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent.dark-overlay .menu li a:hover,
nav.nav-white.nav-transparent.dark-overlay ul.attributes li a:hover {
  color: #ffa800 !important;
}

/* line 33500, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent.dark-overlay .menu > li.dropdown > a::before,
nav.nav-white.nav-transparent.dark-overlay .menu > li.megamenu > a::before {
  color: #ffffff;
}

/* line 33504, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent.dark-overlay.nav-core-sticky.on-scroll
.menu
> li.dropdown
> a::before,
nav.nav-white.nav-transparent.dark-overlay
.nav-core-sticky.on-scroll
.menu
> li.megamenu
> a::before {
  color: #ffffff;
}

/* line 33515, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent.dark-overlay.core-nav
.megamenu
> .megamenu-content {
  background: #172b4c;
  border: solid 1px #172b4c;
}

/* line 33521, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent.dark-overlay.core-nav .dropdown > .dropdown-menu {
  background: #172b4c;
  border: none;
}

/* line 33525, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent.dark-overlay.core-nav
.dropdown
> .dropdown-menu
> li
> a {
  border-bottom: solid 1px #172b4c;
}

/* line 33532, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent.dark-overlay.core-nav .cart-header {
  border-bottom: solid 1px #172b4c;
}

/* line 33535, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent.dark-overlay.core-nav .cart-header .total-price,
nav.nav-white.nav-transparent.dark-overlay.core-nav .cart-header i {
  color: #ffffff;
}

/* line 33539, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent.dark-overlay.core-nav .cart-body ul li {
  border-top: solid 1px #234173;
}

/* line 33542, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent.dark-overlay.core-nav .cart-body ul li .title {
  color: #f3f6f9;
}

/* line 33545, app/assets/stylesheets/theme/css/style.scss */
nav.nav-white.nav-transparent.dark-overlay.core-nav .cart-footer {
  border-top: solid 1px #234173;
}

@media (max-width: 992px) {
  /* line 33550, app/assets/stylesheets/theme/css/style.scss */
  nav.nav-white.nav-transparent.dark-overlay.core-nav .wrap-core-nav-list {
    border-bottom: solid 1px #172b4c;
    border-top: solid 1px #172b4c;
  }
  /* line 33554, app/assets/stylesheets/theme/css/style.scss */
  nav.nav-white.nav-transparent.dark-overlay.core-nav
.wrap-core-nav-list
.core-nav-list {
    background: #172b4c;
  }
  /* line 33559, app/assets/stylesheets/theme/css/style.scss */
  nav.nav-white.nav-transparent.dark-overlay .menu li a {
    border-bottom: solid 1px #172b4c;
    border-top: solid 1px #172b4c;
  }
}

/* line 33564, app/assets/stylesheets/theme/css/style.scss */
.header-light .core-nav.nav-core-sticky {
  position: relative;
}

/* line 33567, app/assets/stylesheets/theme/css/style.scss */
.header-light .core-nav.nav-core-sticky.on-scroll {
  position: fixed;
}

/* line 33570, app/assets/stylesheets/theme/css/style.scss */
.header-light nav.nav-core-fixed .wrap-core-nav-list,
.header-light nav.nav-core-fixed .nav-header {
  background: #ffffff;
}

/* line 33574, app/assets/stylesheets/theme/css/style.scss */
.header-light nav.core-nav .nav-core-sticky {
  background: #ffffff;
}

/* line 33577, app/assets/stylesheets/theme/css/style.scss */
.header-light nav.nav-core-sticky .wrap-core-nav-list,
.header-light nav.nav-core-sticky .nav-header {
  background: #ffffff;
}

/* line 33581, app/assets/stylesheets/theme/css/style.scss */
.header-light .topbar {
  border-bottom: 1px solid rgba(23, 43, 76, 0.1);
  background: #ffffff;
}

/* line 33585, app/assets/stylesheets/theme/css/style.scss */
.header-light .topbar ul li {
  color: #172b4c;
}

/* line 33588, app/assets/stylesheets/theme/css/style.scss */
.header-light .topbar-call ul li a,
.header-light .topbar-social ul li a {
  color: #172b4c;
}

@media (max-width: 992px) {
  /* line 33594, app/assets/stylesheets/theme/css/style.scss */
  .core-nav .nav-header {
    z-index: 9;
  }
}

/* line 33598, app/assets/stylesheets/theme/css/style.scss */
.header-light .core-nav.nav-core-sticky.on-scroll {
  padding: 0px 0px;
}

/* line 33602, app/assets/stylesheets/theme/css/style.scss */
.header-dark .core-nav.nav-core-sticky {
  position: relative;
}

/* line 33605, app/assets/stylesheets/theme/css/style.scss */
.header-dark .core-nav.nav-core-sticky.on-scroll {
  position: fixed;
}

/* line 33608, app/assets/stylesheets/theme/css/style.scss */
.header-dark nav.nav-core-fixed .wrap-core-nav-list,
.header-dark nav.nav-core-fixed .nav-header {
  background: #172b4c;
}

/* line 33612, app/assets/stylesheets/theme/css/style.scss */
.header-dark nav.core-nav.nav-core-sticky {
  background: #172b4c;
}

/* line 33615, app/assets/stylesheets/theme/css/style.scss */
.header-dark nav.nav-core-sticky .wrap-core-nav-list,
.header-dark nav.nav-core-sticky .nav-header {
  background: #172b4c;
}

/* line 33619, app/assets/stylesheets/theme/css/style.scss */
.header-dark .topbar ul li,
.header-dark .topbar-call ul li a,
.header-dark .topbar-social ul li a,
.header-dark nav .menu li a,
.header-dark ul.attributes li a {
  color: #ffffff;
}

/* line 33626, app/assets/stylesheets/theme/css/style.scss */
.header-dark nav .menu li .dropdown-menu a,
.header-dark nav .menu .megamenu-content li a {
  color: #172b4c;
}

/* line 33630, app/assets/stylesheets/theme/css/style.scss */
.header-dark topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #172b4c;
}

@media (max-width: 992px) {
  /* line 33636, app/assets/stylesheets/theme/css/style.scss */
  .header-dark nav .menu li a {
    border-bottom: solid 1px #172b4c;
  }
  /* line 33639, app/assets/stylesheets/theme/css/style.scss */
  .header-dark .core-nav .wrap-core-nav-list {
    border-bottom: solid 1px #172b4c;
    border-top: solid 1px #172b4c;
  }
  /* line 33643, app/assets/stylesheets/theme/css/style.scss */
  .header-dark .core-nav .dropdown > .dropdown-menu,
.header-dark .core-nav .megamenu > .megamenu-content {
    background: #172b4c;
  }
  /* line 33647, app/assets/stylesheets/theme/css/style.scss */
  .header-dark nav .menu li .dropdown-menu a,
.header-dark nav .menu .megamenu-content li a {
    color: #ffffff;
  }
  /* line 33651, app/assets/stylesheets/theme/css/style.scss */
  .header-dark .core-nav .dropdown > .dropdown-menu > li > a,
.header-dark nav .menu .megamenu-content li:last-child a,
.header-dark .core-nav .megamenu > .megamenu-content {
    border-bottom: solid 1px #172b4c;
  }
}

/* line 33657, app/assets/stylesheets/theme/css/style.scss */
.header-dark .core-nav.nav-core-sticky.on-scroll {
  padding: 0px 0px;
}

/* line 33661, app/assets/stylesheets/theme/css/style.scss */
.header-dark-topbar .core-nav.nav-core-sticky {
  position: relative;
}

/* line 33664, app/assets/stylesheets/theme/css/style.scss */
.header-dark-topbar .core-nav.nav-core-sticky.on-scroll {
  position: fixed;
}

/* line 33667, app/assets/stylesheets/theme/css/style.scss */
.header-dark-topbar nav.nav-core-fixed .wrap-core-nav-list,
.header-dark-topbar nav.nav-core-fixed .nav-header {
  background: #ffffff;
}

/* line 33671, app/assets/stylesheets/theme/css/style.scss */
.header-dark-topbar nav.core-nav.nav-core-sticky {
  background: #ffffff;
}

/* line 33674, app/assets/stylesheets/theme/css/style.scss */
.header-dark-topbar nav.nav-core-sticky .wrap-core-nav-list,
.header-dark-topbar nav.nav-core-sticky .nav-header {
  background: #ffffff;
}

/* line 33678, app/assets/stylesheets/theme/css/style.scss */
.header-dark-topbar .topbar ul li,
.header-dark-topbar .topbar-call ul li a,
.header-dark-topbar .topbar-social ul li a {
  color: #ffffff;
}

/* line 33683, app/assets/stylesheets/theme/css/style.scss */
.header-dark-topbar nav .menu li a {
  color: #172b4c;
}

/* line 33686, app/assets/stylesheets/theme/css/style.scss */
.header-dark-topbar nav .menu li .dropdown-menu a,
.header-dark-topbar nav .menu .megamenu-content li a {
  color: #172b4c;
}

/* line 33690, app/assets/stylesheets/theme/css/style.scss */
.header-dark-topbar ul.attributes li a {
  color: #172b4c;
}

/* line 33693, app/assets/stylesheets/theme/css/style.scss */
.header-dark-topbar .topbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: #172b4c;
}

/* line 33697, app/assets/stylesheets/theme/css/style.scss */
.header-dark-topbar .core-nav.nav-core-sticky.on-scroll {
  padding: 0px 0px;
}

/* line 33701, app/assets/stylesheets/theme/css/style.scss */
header.header-fancy-topbar {
  position: relative;
  height: 90px;
  background-color: #ffa800;
}

/* line 33706, app/assets/stylesheets/theme/css/style.scss */
header nav.header-fancy .nav-container {
  background-color: #ffffff;
}

/* line 33709, app/assets/stylesheets/theme/css/style.scss */
header nav.header-fancy.core-nav {
  padding: 0px;
  top: 30px;
}

/* line 33713, app/assets/stylesheets/theme/css/style.scss */
header nav.header-fancy .menu li a {
  padding: 20px 0px;
}

/* line 33716, app/assets/stylesheets/theme/css/style.scss */
header nav.header-fancy .brand {
  padding: 20px 0px;
}

/* line 33719, app/assets/stylesheets/theme/css/style.scss */
header nav.header-fancy ul.attributes li a {
  padding: 20px 10px;
}

/* line 33722, app/assets/stylesheets/theme/css/style.scss */
header nav.header-fancy .menu .megamenu-content li a {
  padding: 10px 15px;
}

/* line 33725, app/assets/stylesheets/theme/css/style.scss */
header nav.header-fancy .menu .megamenu-content li a {
  color: #172b4c;
}

/* line 33728, app/assets/stylesheets/theme/css/style.scss */
header nav.header-fancy .menu .megamenu-content li a:hover {
  color: #ffa800;
}

/* line 33731, app/assets/stylesheets/theme/css/style.scss */
header nav.header-fancy .menu .megamenu-content li.active > a {
  color: #ffa800 !important;
}

@media (max-width: 992px) {
  /* line 33736, app/assets/stylesheets/theme/css/style.scss */
  header nav.header-fancy.nav-core-fixed .wrap-core-nav-list,
header nav.header-fancy.nav-core-fixed .nav-header {
    background: #ffffff;
    border-bottom: none;
  }
  /* line 33741, app/assets/stylesheets/theme/css/style.scss */
  header nav.header-fancy.nav-core-sticky .wrap-core-nav-list,
header nav.header-fancy.nav-core-sticky .nav-header {
    background: #ffffff;
    border-bottom: none;
  }
  /* line 33746, app/assets/stylesheets/theme/css/style.scss */
  header nav.header-fancy.core-nav {
    top: 9px;
  }
  /* line 33749, app/assets/stylesheets/theme/css/style.scss */
  header nav.header-fancy .menu li a {
    padding: 10px 20px;
  }
  /* line 33753, app/assets/stylesheets/theme/css/style.scss */
  .core-nav .wrap-core-nav-list .core-nav-list li a {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  /* line 33759, app/assets/stylesheets/theme/css/style.scss */
  header nav.header-fancy.core-nav {
    top: 0px;
  }
}

/* line 33763, app/assets/stylesheets/theme/css/style.scss */
.core-content .wrap-search-fullscreen .nav-container {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  height: 100%;
}

/* line 33769, app/assets/stylesheets/theme/css/style.scss */
.core-content .wrap-search-fullscreen .nav-container > .container {
  top: 40%;
  position: absolute;
}

/* line 33773, app/assets/stylesheets/theme/css/style.scss */
.core-content .wrap-search-fullscreen .close-search {
  right: 40px;
  top: 0;
  padding: 15px 0;
}

/* line 33779, app/assets/stylesheets/theme/css/style.scss */
.header-fancy-topbar .topbar {
  border-bottom: 0px solid rgba(255, 255, 255, 0.1);
  padding: 14px 0 14px;
}

/* line 33783, app/assets/stylesheets/theme/css/style.scss */
.header-fancy-topbar .topbar-call ul li i {
  color: #ffffff;
}

/* line 33786, app/assets/stylesheets/theme/css/style.scss */
.header-fancy-topbar .topbar-social ul li a:hover {
  color: #172b4c;
}

/* line 33790, app/assets/stylesheets/theme/css/style.scss */
header nav.header-fancy.on-scroll .nav-container {
  box-shadow: none;
}

@media (max-width: 767px) {
  /* line 33795, app/assets/stylesheets/theme/css/style.scss */
  .header-fancy-topbar .topbar {
    padding: 5px 0;
  }
  /* line 33799, app/assets/stylesheets/theme/css/style.scss */
  header.top-bar nav.header-fancy.core-nav.nav-core-sticky {
    top: 57px;
  }
  /* line 33802, app/assets/stylesheets/theme/css/style.scss */
  header.top-bar nav.header-fancy.core-nav.nav-core-sticky.on-scroll {
    top: 0;
  }
}

/* line 33806, app/assets/stylesheets/theme/css/style.scss */
.header-full-width nav.full-width .nav-container {
  padding: 0 15px;
  width: 100%;
}

/* line 33811, app/assets/stylesheets/theme/css/style.scss */
nav.side-nav .wrap-core-nav-list {
  background: #ffffff;
}

/* line 33814, app/assets/stylesheets/theme/css/style.scss */
nav.side-nav .nav-header {
  background: #ffffff;
  padding: 30px 25px;
  margin-bottom: 30px;
}

/* line 33819, app/assets/stylesheets/theme/css/style.scss */
nav.side-nav .nav-header .brand {
  display: block;
  position: relative;
  width: 170px;
}

/* line 33824, app/assets/stylesheets/theme/css/style.scss */
nav.side-nav .nav-header .brand img {
  width: 100%;
}

/* line 33827, app/assets/stylesheets/theme/css/style.scss */
nav.side-nav .menu li a {
  display: block;
  padding: 10px 25px;
  text-decoration: none;
  color: #172b4c;
}

/* line 33833, app/assets/stylesheets/theme/css/style.scss */
nav.side-nav .menu li a:hover {
  color: #ffa800;
}

/*
DROPDOWN STYLE
=========================== */
/* line 33840, app/assets/stylesheets/theme/css/style.scss */
nav.side-nav .menu li.dropdown > a::before {
  margin-left: 10px;
  content: "";
  border-top: solid 5px #172b4c;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  float: right;
  position: relative;
  top: 8px;
}

/* line 33850, app/assets/stylesheets/theme/css/style.scss */
nav.side-nav .menu li.dropdown.open > a {
  color: #ffa800;
}

/* =========================== */
@media (max-width: 992px) {
  /* line 33856, app/assets/stylesheets/theme/css/style.scss */
  nav.side-nav nav-header {
    padding: 0;
    min-height: 60px;
    margin-bottom: 0;
    border-bottom: solid 1px #f3f6f9;
  }
  /* line 33862, app/assets/stylesheets/theme/css/style.scss */
  nav.side-nav nav-header .brand {
    margin: 0 auto 5px;
    float: none;
    display: block;
    width: 170px;
    position: relative;
    top: 17px;
  }
  /* line 33870, app/assets/stylesheets/theme/css/style.scss */
  nav.side-nav nav-header .brand img {
    width: 100%;
  }
  /* line 33873, app/assets/stylesheets/theme/css/style.scss */
  nav.side-nav nav-header .toggle-bar {
    font-size: 1.286rem;
    position: absolute;
    top: 17px;
    left: 15px;
  }
  /* line 33879, app/assets/stylesheets/theme/css/style.scss */
  nav.side-nav .menu li a {
    padding: 10px 10px;
    border-bottom: solid 1px #f3f6f9;
  }
  /* line 33883, app/assets/stylesheets/theme/css/style.scss */
  nav.side-nav .menu li:last-child a {
    border-bottom: 0;
  }
}

/* line 33887, app/assets/stylesheets/theme/css/style.scss */
.text-dark.top-bar .lng-drop .btn-group .btn {
  color: #172b4c;
}

/* line 33891, app/assets/stylesheets/theme/css/style.scss */
.top-bar ul {
  margin: 0;
  padding: 0;
}

/* line 33895, app/assets/stylesheets/theme/css/style.scss */
.top-bar ul.list-inline > li {
  padding-left: 0;
  padding-right: 0;
}

/* line 33899, app/assets/stylesheets/theme/css/style.scss */
.top-bar .lng-drop .btn-group {
  z-index: 999;
  padding: 0;
}

/* line 33903, app/assets/stylesheets/theme/css/style.scss */
.top-bar .lng-drop .btn-group .btn {
  font-size: 0.8571rem;
  background: transparent !important;
  border: none;
  color: #ffffff;
  padding: 0;
}

/* line 33910, app/assets/stylesheets/theme/css/style.scss */
.top-bar .lng-drop .btn-group .btn:hover,
.top-bar .lng-drop .btn-group .btn:active,
.top-bar .lng-drop .btn-group .btn:focus {
  box-shadow: none;
  border: none;
  outline: none !important;
  outline-offset: 0;
}

/* line 33918, app/assets/stylesheets/theme/css/style.scss */
.top-bar .lng-drop .btn-group .btn.dropdown-toggle::after {
  margin-left: -3px;
  top: 2px;
  position: relative;
}

/* line 33923, app/assets/stylesheets/theme/css/style.scss */
.top-bar .lng-drop .btn-group .dropdown-menu li {
  display: block;
}

/* line 33926, app/assets/stylesheets/theme/css/style.scss */
.top-bar .lng-drop .btn-group .dropdown-menu li a {
  margin-right: 0;
  margin-left: 0;
}

/* line 33931, app/assets/stylesheets/theme/css/style.scss */
header a,
header button,
header input {
  outline: medium none !important;
  color: #ffa800;
}

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
/* line 33939, app/assets/stylesheets/theme/css/style.scss */
.icon-bar-sticky {
  position: fixed;
  top: 35%;
  -webkit-transform: translateY(-35%);
  -ms-transform: translateY(-35%);
  transform: translateY(-35%);
  z-index: 9;
  right: 0;
}

/* line 33948, app/assets/stylesheets/theme/css/style.scss */
.icon-bar-sticky a {
  display: block;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 0;
  padding: 16px;
  margin-bottom: 5px;
}

/* line 33957, app/assets/stylesheets/theme/css/style.scss */
#chat-box-body {
  z-index: 9998;
  position: relative;
}

/* line 33961, app/assets/stylesheets/theme/css/style.scss */
#chat-box-body #chat-circle {
  position: fixed;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.2), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  transform: scale(1);
}

/* line 33970, app/assets/stylesheets/theme/css/style.scss */
#chat-box-body.show .chat-box {
  display: block;
}

/* line 33973, app/assets/stylesheets/theme/css/style.scss */
#chat-box-body.show #chat-circle {
  z-index: 0;
  transform: scale(0);
}

/* line 33978, app/assets/stylesheets/theme/css/style.scss */
#my-btn.btn {
  background: white;
  padding-top: 13px;
  padding-bottom: 12px;
  border-radius: 5px;
  padding-right: 40px;
  padding-left: 40px;
  color: #5865c3;
}

/* line 33988, app/assets/stylesheets/theme/css/style.scss */
#chat-overlay {
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  display: none;
}

/* line 33999, app/assets/stylesheets/theme/css/style.scss */
.chat-box {
  display: none;
  background: #ffffff;
  position: fixed;
  right: 30px;
  bottom: 50px;
  width: 350px;
  max-width: 85vw;
  max-height: 100vh;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.2);
  box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.2);
}

/* line 34013, app/assets/stylesheets/theme/css/style.scss */
.chat-box-toggle {
  cursor: pointer;
}

/* line 34017, app/assets/stylesheets/theme/css/style.scss */
.chat-box-body {
  position: relative;
  height: 370px;
  height: auto;
  border-bottom: 1px solid #ebedf3;
  border-top: 1px solid #ebedf3;
  overflow: hidden;
}

/* line 34026, app/assets/stylesheets/theme/css/style.scss */
.chat-box-body:after {
  content: "";
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAwIiBoZWlnaHQ9IjIwMCIgdmlld0JveD0iMCAwIDIwMCAyMDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAgOCkiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGNpcmNsZSBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgY3g9IjE3NiIgY3k9IjEyIiByPSI0Ii8+PHBhdGggZD0iTTIwLjUuNWwyMyAxMW0tMjkgODRsLTMuNzkgMTAuMzc3TTI3LjAzNyAxMzEuNGw1Ljg5OCAyLjIwMy0zLjQ2IDUuOTQ3IDYuMDcyIDIuMzkyLTMuOTMzIDUuNzU4bTEyOC43MzMgMzUuMzdsLjY5My05LjMxNiAxMC4yOTIuMDUyLjQxNi05LjIyMiA5LjI3NC4zMzJNLjUgNDguNXM2LjEzMSA2LjQxMyA2Ljg0NyAxNC44MDVjLjcxNSA4LjM5My0yLjUyIDE0LjgwNi0yLjUyIDE0LjgwNk0xMjQuNTU1IDkwcy03LjQ0NCAwLTEzLjY3IDYuMTkyYy02LjIyNyA2LjE5Mi00LjgzOCAxMi4wMTItNC44MzggMTIuMDEybTIuMjQgNjguNjI2cy00LjAyNi05LjAyNS0xOC4xNDUtOS4wMjUtMTguMTQ1IDUuNy0xOC4xNDUgNS43IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIi8+PHBhdGggZD0iTTg1LjcxNiAzNi4xNDZsNS4yNDMtOS41MjFoMTEuMDkzbDUuNDE2IDkuNTIxLTUuNDEgOS4xODVIOTAuOTUzbC01LjIzNy05LjE4NXptNjMuOTA5IDE1LjQ3OWgxMC43NXYxMC43NWgtMTAuNzV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjcxLjUiIGN5PSI3LjUiIHI9IjEuNSIvPjxjaXJjbGUgZmlsbD0iIzAwMCIgY3g9IjE3MC41IiBjeT0iOTUuNSIgcj0iMS41Ii8+PGNpcmNsZSBmaWxsPSIjMDAwIiBjeD0iODEuNSIgY3k9IjEzNC41IiByPSIxLjUiLz48Y2lyY2xlIGZpbGw9IiMwMDAiIGN4PSIxMy41IiBjeT0iMjMuNSIgcj0iMS41Ii8+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTkzIDcxaDN2M2gtM3ptMzMgODRoM3YzaC0zem0tODUgMThoM3YzaC0zeiIvPjxwYXRoIGQ9Ik0zOS4zODQgNTEuMTIybDUuNzU4LTQuNDU0IDYuNDUzIDQuMjA1LTIuMjk0IDcuMzYzaC03Ljc5bC0yLjEyNy03LjExNHpNMTMwLjE5NSA0LjAzbDEzLjgzIDUuMDYyLTEwLjA5IDcuMDQ4LTMuNzQtMTIuMTF6bS04MyA5NWwxNC44MyA1LjQyOS0xMC44MiA3LjU1Ny00LjAxLTEyLjk4N3pNNS4yMTMgMTYxLjQ5NWwxMS4zMjggMjAuODk3TDIuMjY1IDE4MGwyLjk0OC0xOC41MDV6IiBzdHJva2U9IiMwMDAiIHN0cm9rZS13aWR0aD0iMS4yNSIvPjxwYXRoIGQ9Ik0xNDkuMDUgMTI3LjQ2OHMtLjUxIDIuMTgzLjk5NSAzLjM2NmMxLjU2IDEuMjI2IDguNjQyLTEuODk1IDMuOTY3LTcuNzg1LTIuMzY3LTIuNDc3LTYuNS0zLjIyNi05LjMzIDAtNS4yMDggNS45MzYgMCAxNy41MSAxMS42MSAxMy43MyAxMi40NTgtNi4yNTcgNS42MzMtMjEuNjU2LTUuMDczLTIyLjY1NC02LjYwMi0uNjA2LTE0LjA0MyAxLjc1Ni0xNi4xNTcgMTAuMjY4LTEuNzE4IDYuOTIgMS41ODQgMTcuMzg3IDEyLjQ1IDIwLjQ3NiAxMC44NjYgMy4wOSAxOS4zMzEtNC4zMSAxOS4zMzEtNC4zMSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjEuMjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvZz48L3N2Zz4=");
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
}

/* line 34039, app/assets/stylesheets/theme/css/style.scss */
#chat-input {
  background: #ffffff;
  width: 100%;
  position: relative;
  height: 47px;
  padding-top: 10px;
  padding-right: 50px;
  padding-bottom: 10px;
  padding-left: 15px;
  border: none;
  resize: none;
  outline: none;
  color: #172b4c;
  border-top: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: hidden;
}

/* line 34058, app/assets/stylesheets/theme/css/style.scss */
.chat-input > form {
  margin-bottom: 0;
  position: relative;
}

/* line 34063, app/assets/stylesheets/theme/css/style.scss */
#chat-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc;
}

/* line 34068, app/assets/stylesheets/theme/css/style.scss */
#chat-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}

/* line 34073, app/assets/stylesheets/theme/css/style.scss */
#chat-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc;
}

/* line 34078, app/assets/stylesheets/theme/css/style.scss */
#chat-input:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}

/* line 34083, app/assets/stylesheets/theme/css/style.scss */
.chat-submit {
  position: absolute;
  bottom: 6px;
  right: 10px;
  background: transparent;
  box-shadow: none;
  border: none;
  border-radius: 5px;
  color: #5a5eb9;
  width: 35px;
  height: 35px;
}

/* line 34095, app/assets/stylesheets/theme/css/style.scss */
.chat-submit:focus {
  outline: none;
}

/* line 34099, app/assets/stylesheets/theme/css/style.scss */
.chat-logs {
  padding: 15px;
  height: 370px;
  overflow-y: scroll;
}

/* line 34105, app/assets/stylesheets/theme/css/style.scss */
.chat-logs::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

/* line 34110, app/assets/stylesheets/theme/css/style.scss */
.chat-logs::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}

/* line 34115, app/assets/stylesheets/theme/css/style.scss */
.chat-logs::-webkit-scrollbar-thumb {
  background-color: #6993ff;
}

@media only screen and (max-width: 500px) {
  /* line 34120, app/assets/stylesheets/theme/css/style.scss */
  .chat-logs {
    height: 40vh;
  }
}

/* line 34124, app/assets/stylesheets/theme/css/style.scss */
.chat-msg.user div > .msg-avatar img {
  border-radius: 5px;
  float: left;
}

/* line 34129, app/assets/stylesheets/theme/css/style.scss */
.chat-msg.self div > .msg-avatar img {
  border-radius: 5px;
  float: right;
}

/* line 34134, app/assets/stylesheets/theme/css/style.scss */
.cm-msg-text {
  background: #f3f6f9;
  padding: 10px 15px 10px 15px;
  color: #666;
  max-width: 75%;
  float: left;
  margin-top: 10px;
  position: relative;
  margin-bottom: 20px;
  border-radius: 5px;
}

/* line 34146, app/assets/stylesheets/theme/css/style.scss */
.chat-msg {
  clear: both;
}

/* line 34150, app/assets/stylesheets/theme/css/style.scss */
.chat-msg.self > .cm-msg-text {
  float: right;
  background: #6993ff;
  color: white;
}

/* line 34156, app/assets/stylesheets/theme/css/style.scss */
.cm-msg-button > ul > li {
  list-style: none;
  float: left;
  width: 50%;
}

/* line 34162, app/assets/stylesheets/theme/css/style.scss */
.cm-msg-button {
  clear: both;
  margin-bottom: 70px;
}

/* Cookie Dialog */
/* line 34168, app/assets/stylesheets/theme/css/style.scss */
#gdpr-cookie-message {
  position: fixed;
  bottom: 0px;
  background-color: #f3f6f9;
  padding: 20px;
  z-index: 999999;
}

/* line 34176, app/assets/stylesheets/theme/css/style.scss */
#gdpr-cookie-message h4 {
  color: #f64e60;
  font-size: 1.286rem;
  font-weight: 500;
  margin-bottom: 10px;
}

/* line 34183, app/assets/stylesheets/theme/css/style.scss */
#gdpr-cookie-message h5 {
  color: #f64e60;
  font-size: 1.143rem;
  font-weight: 500;
  margin-bottom: 10px;
}

/* line 34190, app/assets/stylesheets/theme/css/style.scss */
#gdpr-cookie-message p,
#gdpr-cookie-message ul {
  color: #172b4c;
  font-size: 1.143rem;
  line-height: 1.5em;
  margin-bottom: 0;
}

/* line 34198, app/assets/stylesheets/theme/css/style.scss */
#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
}

/* line 34202, app/assets/stylesheets/theme/css/style.scss */
#gdpr-cookie-message li {
  width: 49%;
  display: inline-block;
}

/* line 34207, app/assets/stylesheets/theme/css/style.scss */
#gdpr-cookie-message a {
  color: #f64e60;
  text-decoration: none;
  font-size: 1.143rem;
  padding-bottom: 2px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.75);
  transition: all 0.3s ease-in;
}

/* line 34216, app/assets/stylesheets/theme/css/style.scss */
#gdpr-cookie-message a:hover {
  color: #6993ff;
  border-bottom-color: #f64e60;
  transition: all 0.3s ease-in;
}

/* line 34222, app/assets/stylesheets/theme/css/style.scss */
#gdpr-cookie-message button,
button#ihavecookiesBtn {
  cursor: pointer;
  transition: all 0.3s ease-in;
}

/* line 34228, app/assets/stylesheets/theme/css/style.scss */
#gdpr-cookie-message button:hover {
  background: white;
  color: #f64e60;
  transition: all 0.3s ease-in;
}

/* line 34234, app/assets/stylesheets/theme/css/style.scss */
button#gdpr-cookie-advanced {
  background: white;
}

/* line 34238, app/assets/stylesheets/theme/css/style.scss */
#gdpr-cookie-message button:disabled {
  opacity: 0.3;
}

/* line 34242, app/assets/stylesheets/theme/css/style.scss */
#gdpr-cookie-message input[type="checkbox"] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
}

@media (max-width: 992px) {
  /* line 34249, app/assets/stylesheets/theme/css/style.scss */
  #gdpr-cookie-message h4 {
    font-size: 1rem;
  }
  /* line 34253, app/assets/stylesheets/theme/css/style.scss */
  #gdpr-cookie-message p,
#gdpr-cookie-message ul {
    font-size: 0.8571rem;
  }
  /* line 34258, app/assets/stylesheets/theme/css/style.scss */
  #gdpr-cookie-message p:last-child {
    margin-top: 10px;
  }
}

/*---Pages Layout---*/
/*---Page Content Header & Breadcrumb ---*/
/* line 34264, app/assets/stylesheets/theme/css/style.scss */
.content-header {
  position: relative;
  padding: 10px 30px 0px;
}

/* line 34268, app/assets/stylesheets/theme/css/style.scss */
.content-header .page-title {
  margin: 0 15px 0 0;
  display: block;
  padding: 7px 25px 7px 0;
  color: #172b4c;
}

/* line 34274, app/assets/stylesheets/theme/css/style.scss */
.content-header .breadcrumb-item + .breadcrumb-item::before {
  content: "-";
}

/* line 34277, app/assets/stylesheets/theme/css/style.scss */
.content-header .breadcrumb {
  padding: 0;
  margin-bottom: 0;
  color: #2f579a;
  background-color: transparent;
}

/* line 34283, app/assets/stylesheets/theme/css/style.scss */
.content-header .breadcrumb .breadcrumb-item a {
  color: #2f579a;
}

/* line 34286, app/assets/stylesheets/theme/css/style.scss */
.content-header > .breadcrumb > li > a {
  color: #3b6dc1;
  text-decoration: none;
  display: inline-block;
}

/* line 34291, app/assets/stylesheets/theme/css/style.scss */
.content-header > .breadcrumb > li > a > i {
  margin-right: 5px;
}

/* line 34294, app/assets/stylesheets/theme/css/style.scss */
.content-header > .breadcrumb > li + li:before {
  content: ">\00a0";
}

/* line 34297, app/assets/stylesheets/theme/css/style.scss */
.content-header > .container > .breadcrumb {
  position: relative;
  top: 0;
}

/* line 34301, app/assets/stylesheets/theme/css/style.scss */
.content-header > .container > .breadcrumb > li > a {
  color: #3b6dc1;
  text-decoration: none;
  display: inline-block;
}

/* line 34306, app/assets/stylesheets/theme/css/style.scss */
.content-header > .container > .breadcrumb > li > a > i {
  margin-right: 5px;
}

/* line 34309, app/assets/stylesheets/theme/css/style.scss */
.content-header > .container > .breadcrumb > li + li:before {
  content: ">\00a0";
}

/* line 34313, app/assets/stylesheets/theme/css/style.scss */
.breadcrumb-item.active {
  color: #172b4c;
}

/* line 34316, app/assets/stylesheets/theme/css/style.scss */
.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.5);
}

/*progress*/
/* line 34321, app/assets/stylesheets/theme/css/style.scss */
.progress {
  margin-bottom: 20px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 34327, app/assets/stylesheets/theme/css/style.scss */
.progress .progress-bar {
  border-radius: 5px;
}

/* line 34330, app/assets/stylesheets/theme/css/style.scss */
.progress > .progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 34334, app/assets/stylesheets/theme/css/style.scss */
.progress.sm {
  border-radius: 5px;
  height: 10px;
}

/* line 34338, app/assets/stylesheets/theme/css/style.scss */
.progress.sm .progress-bar {
  border-radius: 5px;
}

/* line 34341, app/assets/stylesheets/theme/css/style.scss */
.progress.xs {
  border-radius: 5px;
  height: 7px;
}

/* line 34345, app/assets/stylesheets/theme/css/style.scss */
.progress.xs .progress-bar {
  border-radius: 5px;
}

/* line 34348, app/assets/stylesheets/theme/css/style.scss */
.progress.xxs {
  border-radius: 5px;
  height: 3px;
}

/* line 34352, app/assets/stylesheets/theme/css/style.scss */
.progress.xxs .progress-bar {
  border-radius: 5px;
}

/* line 34355, app/assets/stylesheets/theme/css/style.scss */
.progress.vertical {
  position: relative;
  width: 30px;
  height: 200px;
  display: inline-block;
  margin-right: 10px;
}

/* line 34362, app/assets/stylesheets/theme/css/style.scss */
.progress.vertical > .progress-bar {
  width: 100%;
  position: absolute;
  bottom: 0;
}

/* line 34367, app/assets/stylesheets/theme/css/style.scss */
.progress.vertical.progress-sm {
  width: 20px;
}

/* line 34370, app/assets/stylesheets/theme/css/style.scss */
.progress.vertical.sm {
  width: 20px;
}

/* line 34373, app/assets/stylesheets/theme/css/style.scss */
.progress.vertical.progress-xs {
  width: 20px;
}

/* line 34376, app/assets/stylesheets/theme/css/style.scss */
.progress.vertical.xs {
  width: 20px;
}

/* line 34379, app/assets/stylesheets/theme/css/style.scss */
.progress.vertical.progress-xxs {
  width: 10px;
}

/* line 34382, app/assets/stylesheets/theme/css/style.scss */
.progress.vertical.xxs {
  width: 3px;
}

/* line 34386, app/assets/stylesheets/theme/css/style.scss */
.progress-sm {
  border-radius: 5px;
  height: 10px;
}

/* line 34390, app/assets/stylesheets/theme/css/style.scss */
.progress-sm .progress-bar {
  border-radius: 5px;
}

/* line 34394, app/assets/stylesheets/theme/css/style.scss */
.progress-xs {
  border-radius: 5px;
  height: 7px;
}

/* line 34398, app/assets/stylesheets/theme/css/style.scss */
.progress-xs .progress-bar {
  border-radius: 5px;
}

/* line 34402, app/assets/stylesheets/theme/css/style.scss */
.progress-xxs {
  border-radius: 5px;
  height: 3px;
}

/* line 34406, app/assets/stylesheets/theme/css/style.scss */
.progress-xxs .progress-bar {
  border-radius: 5px;
}

/* line 34410, app/assets/stylesheets/theme/css/style.scss */
.progress-group .progress-text {
  font-weight: 600;
}

/* line 34413, app/assets/stylesheets/theme/css/style.scss */
.progress-group .progress-number {
  float: right;
}

/* line 34417, app/assets/stylesheets/theme/css/style.scss */
.table tr > td .progress {
  margin: 0;
}

/* line 34421, app/assets/stylesheets/theme/css/style.scss */
.progress-bar-default {
  background-color: #172b4c;
}

/*hidden*/
/* line 34426, app/assets/stylesheets/theme/css/style.scss */
.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  /* line 34431, app/assets/stylesheets/theme/css/style.scss */
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  /* line 34436, app/assets/stylesheets/theme/css/style.scss */
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  /* line 34441, app/assets/stylesheets/theme/css/style.scss */
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  /* line 34446, app/assets/stylesheets/theme/css/style.scss */
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  /* line 34451, app/assets/stylesheets/theme/css/style.scss */
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  /* line 34456, app/assets/stylesheets/theme/css/style.scss */
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  /* line 34461, app/assets/stylesheets/theme/css/style.scss */
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 34466, app/assets/stylesheets/theme/css/style.scss */
  .hidden-xl-up {
    display: none !important;
  }
}

/* line 34470, app/assets/stylesheets/theme/css/style.scss */
.hidden-xl-down {
  display: none !important;
}

@media (max-width: 991px) {
  /* line 34475, app/assets/stylesheets/theme/css/style.scss */
  .chart-legend > li {
    float: left;
    margin-right: 10px;
  }
}

/*tab*/
/* line 34481, app/assets/stylesheets/theme/css/style.scss */
.tabcontent-border {
  border: 1px solid #bfbfbf;
  border-top: 0px;
}

/* line 34486, app/assets/stylesheets/theme/css/style.scss */
.customtab li a.nav-link {
  border: 0px;
  padding: 0.5rem 0.75rem;
  color: #737373;
}

/*Vertical tabs*/
/* line 34493, app/assets/stylesheets/theme/css/style.scss */
.vtabs {
  display: table;
}

/* line 34496, app/assets/stylesheets/theme/css/style.scss */
.vtabs .tabs-vertical {
  width: 150px;
  border-bottom: 0px;
  border-right: 1px solid rgba(128, 128, 128, 0.13);
  display: table-cell;
  vertical-align: top;
}

/* line 34503, app/assets/stylesheets/theme/css/style.scss */
.vtabs .tabs-vertical li .nav-link {
  color: #262626;
  margin-bottom: 10px;
  border: 0px;
  border-radius: 5px 0 0 5px;
}

/* line 34509, app/assets/stylesheets/theme/css/style.scss */
.vtabs .tab-content {
  display: table-cell;
  padding: 10px;
  vertical-align: top;
}

/* line 34515, app/assets/stylesheets/theme/css/style.scss */
.tabs-vertical li .nav-link:hover,
.tabs-vertical li .nav-link:active,
.tabs-vertical li .nav-link:focus,
.tabs-vertical li .nav-link.active {
  border: 0px;
  color: #ffffff;
}

/*Custom vertical tab*/
/* line 34524, app/assets/stylesheets/theme/css/style.scss */
.customvtab .tabs-vertical li .nav-link:hover,
.customvtab .tabs-vertical li .nav-link:active,
.customvtab .tabs-vertical li .nav-link:focus,
.customvtab .tabs-vertical li .nav-link.active {
  background: transparent !important;
  border: 0px;
  margin-right: -1px;
}

/* line 34533, app/assets/stylesheets/theme/css/style.scss */
.customtab2 li a.nav-link {
  border: 0px;
  margin-right: 3px;
  color: #737373;
}

/* line 34538, app/assets/stylesheets/theme/css/style.scss */
.customtab2 li a.nav-link:hover,
.customtab2 li a.nav-link:active,
.customtab2 li a.nav-link:focus,
.customtab2 li a.nav-link.active {
  color: #ffffff;
}

@media (max-width: 767px) {
  /* line 34546, app/assets/stylesheets/theme/css/style.scss */
  .vtabs .tabs-vertical {
    width: auto;
  }
}

/*google map Page*/
/* line 34551, app/assets/stylesheets/theme/css/style.scss */
.gmaps {
  height: 300px;
  background: #f3f6f9;
  border-radius: 5px;
}

/* line 34557, app/assets/stylesheets/theme/css/style.scss */
.gmaps-panaroma {
  height: 300px;
  background: #f3f6f9;
  border-radius: 5px;
}

/* line 34563, app/assets/stylesheets/theme/css/style.scss */
.gmaps-overlay {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  background: #6993ff;
  border-radius: 5px;
  padding: 10px 20px;
}

/* line 34574, app/assets/stylesheets/theme/css/style.scss */
.gmaps-overlay_arrow {
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  position: absolute;
}

/* line 34581, app/assets/stylesheets/theme/css/style.scss */
.gmaps-overlay_arrow .above {
  bottom: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #6993ff;
}

/* line 34587, app/assets/stylesheets/theme/css/style.scss */
.gmaps-overlay_arrow .below {
  top: -15px;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 16px solid #6993ff;
}

/*wizard*/
/* line 34595, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard {
  width: 100%;
  overflow: hidden;
}

/* line 34599, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard .content {
  margin-left: 0;
}

/* line 34602, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  z-index: 1;
}

/* line 34610, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard > .steps .current-info {
  position: absolute;
  left: -99999px;
}

/* line 34614, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard > .steps > ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 34622, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard > .steps > ul > li {
  display: inline-block;
  width: auto;
  text-align: center;
  position: relative;
  padding: 0.5rem 2.5rem;
  border-radius: 5px;
  margin: 0 10px;
  background-color: #f3f6f9;
  border: 2px solid #f3f6f9;
}

/* line 34633, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard > .steps > ul > li a {
  position: relative;
  display: block;
}

/* line 34637, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard > .steps > ul > li:before {
  left: 0;
}

/* line 34640, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard > .steps > ul > li:after {
  right: 0;
}

/* line 34643, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard > .steps > ul > li:first-child:before,
.wizard-content .wizard > .steps > ul > li:last-child:after {
  content: none;
}

/* line 34647, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard > .steps > ul > li.current {
  color: #ffffff;
}

/* line 34650, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard > .steps > ul > li.current > a {
  color: #ffffff;
  cursor: default;
}

/* line 34654, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard > .steps > ul > li.disabled a {
  color: #737373;
  cursor: default;
}

/* line 34658, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard > .steps > ul > li.disabled a:hover,
.wizard-content .wizard > .steps > ul > li.disabled a:focus {
  color: #737373;
  cursor: default;
}

/* line 34663, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard > .steps > ul > li.done {
  color: #ffffff;
}

/* line 34666, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard > .steps > ul > li.done a {
  color: #ffffff;
}

/* line 34669, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard > .steps > ul > li.done a:hover,
.wizard-content .wizard > .steps > ul > li.done a:focus {
  color: #ffffff;
}

/* line 34673, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard > .steps > ul > li.error {
  border-color: #f64e60;
  color: #f64e60;
}

/* line 34677, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 15%;
}

/* line 34682, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard.vertical > .steps > ul > li {
  display: block;
  width: 100%;
  margin: 10px 0px;
}

/* line 34687, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard.vertical > .steps > ul > li a {
  margin-top: 0px;
}

/* line 34690, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard.vertical > .steps > ul > li:before,
.wizard-content .wizard.vertical > .steps > ul > li:after {
  background-color: transparent;
}

/* line 34694, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard.vertical > .steps > ul > li.current:before,
.wizard-content .wizard.vertical > .steps > ul > li.current:after {
  background-color: transparent;
}

/* line 34698, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard.vertical > .steps > ul > li.current ~ li:before,
.wizard-content .wizard.vertical > .steps > ul > li.current ~ li:after {
  background-color: transparent;
}

/* line 34702, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard.vertical.wizard-circle > .steps .step {
  left: 50%;
  width: 50px;
}

/* line 34706, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard > .content {
  overflow: hidden;
  position: relative;
  width: auto;
  padding: 0;
  margin: 0;
}

/* line 34713, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard > .content > .title {
  position: absolute;
  left: -99999px;
}

/* line 34717, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard > .content > .body {
  padding: 20px 20px;
}

/* line 34720, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard > .content > iframe {
  border: 0;
  width: 100%;
  height: 100%;
}

/* line 34725, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  padding: 20px 20px 20px;
}

/* line 34731, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard > .actions > ul {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 34737, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard > .actions > ul :after {
  content: "";
  display: table;
  clear: both;
}

/* line 34742, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard > .actions > ul > li {
  float: left;
}

/* line 34745, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard > .actions > ul > li + li {
  margin-left: 10px;
}

/* line 34748, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard > .actions > ul > li > a {
  color: #ffffff;
  display: block;
  padding: 7px 12px;
  border-radius: 5px;
  border: 1px solid transparent;
}

/* line 34755, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard > .actions > ul > li > a:hover,
.wizard-content .wizard > .actions > ul > li > a:active,
.wizard-content .wizard > .actions > ul > li > a:focus {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
}

/* line 34761, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard > .actions > ul > li > a[href="#previous"] {
  background-color: #ffffff;
  color: #234173;
  border: 1px solid #f3f6f9;
}

/* line 34766, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard > .actions > ul > li > a[href="#previous"]:hover,
.wizard-content .wizard > .actions > ul > li > a[href="#previous"]:active,
.wizard-content .wizard > .actions > ul > li > a[href="#previous"]:focus {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.04) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.04) inset;
}

/* line 34772, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard > .actions > ul > li.disabled > a {
  color: #999999;
}

/* line 34775, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard > .actions > ul > li.disabled > a:hover,
.wizard-content .wizard > .actions > ul > li.disabled > a:focus {
  color: #999999;
}

/* line 34779, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard > .actions > ul > li.disabled > a[href="#previous"] {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 34783, app/assets/stylesheets/theme/css/style.scss */
.wizard-content
.wizard
> .actions
> ul
> li.disabled
> a[href="#previous"]:hover,
.wizard-content
.wizard
> .actions
> ul
> li.disabled
> a[href="#previous"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 34798, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard.wizard-circle > .steps > ul > li:before,
.wizard-content .wizard.wizard-circle > .steps > ul > li:after {
  top: 45px;
  width: 50%;
  height: 3px;
}

/* line 34804, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard.wizard-circle > .steps > ul > li.current:after {
  background-color: #f3f6f9;
}

/* line 34807, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:before,
.wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:after {
  background-color: #f3f6f9;
}

/* line 34811, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard.wizard-notification > .steps > ul > li:before,
.wizard-content .wizard.wizard-notification > .steps > ul > li:after {
  top: 39px;
  width: 50%;
  height: 2px;
}

/* line 34817, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard.wizard-notification > .steps > ul > li.current .step {
  line-height: 36px;
}

/* line 34820, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard.wizard-notification > .steps > ul > li.current:after {
  background-color: #f3f6f9;
}

/* line 34823, app/assets/stylesheets/theme/css/style.scss */
.wizard-content
.wizard.wizard-notification
> .steps
> ul
> li.current
~ li:before,
.wizard-content
.wizard.wizard-notification
> .steps
> ul
> li.current
~ li:after {
  background-color: #f3f6f9;
}

/* line 34837, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard.wizard-notification > .steps > ul > li.done .step {
  color: #ffffff;
}

/* line 34840, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard.wizard-notification > .steps .step {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.3rem;
  border-radius: 15%;
  background-color: #f3f6f9;
}

/* line 34848, app/assets/stylesheets/theme/css/style.scss */
.wizard-content .wizard.wizard-notification > .steps .step:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  margin-bottom: -8px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #f3f6f9;
}

@media (max-width: 1024px) {
  /* line 34863, app/assets/stylesheets/theme/css/style.scss */
  .wizard-content .wizard.wizard-circle > .steps .step {
    width: 50px;
    height: 50px;
  }
  /* line 34867, app/assets/stylesheets/theme/css/style.scss */
  .wizard-content .wizard > .steps .step {
    left: 50%;
    margin-left: -24px;
  }
  /* line 34871, app/assets/stylesheets/theme/css/style.scss */
  .wizard-content .wizard.vertical > .steps {
    width: 20%;
  }
  /* line 34874, app/assets/stylesheets/theme/css/style.scss */
  .wizard-content .wizard.vertical > .steps .step {
    left: 50%;
  }
}

@media (max-width: 767px) {
  /* line 34879, app/assets/stylesheets/theme/css/style.scss */
  .wizard-content .wizard > .steps > ul {
    margin-bottom: 20px;
  }
  /* line 34882, app/assets/stylesheets/theme/css/style.scss */
  .wizard-content .wizard > .steps > ul > li {
    display: block;
    float: left;
    width: 50%;
    margin: 5px 0;
  }
  /* line 34888, app/assets/stylesheets/theme/css/style.scss */
  .wizard-content .wizard > .steps > ul > li > a {
    margin-bottom: 0;
  }
  /* line 34891, app/assets/stylesheets/theme/css/style.scss */
  .wizard-content .wizard > .steps > ul > li:first-child:before {
    content: "";
  }
  /* line 34894, app/assets/stylesheets/theme/css/style.scss */
  .wizard-content .wizard > .steps > ul > li:last-child:after {
    content: "";
  }
  /* line 34897, app/assets/stylesheets/theme/css/style.scss */
  .wizard-content .wizard.vertical > .steps {
    width: 30%;
  }
}

@media (max-width: 575px) {
  /* line 34902, app/assets/stylesheets/theme/css/style.scss */
  .wizard-content .wizard > .steps > ul > li {
    width: 100%;
  }
  /* line 34905, app/assets/stylesheets/theme/css/style.scss */
  .wizard-content .wizard.vertical > .steps {
    width: 100%;
    float: none;
  }
  /* line 34909, app/assets/stylesheets/theme/css/style.scss */
  .wizard-content .wizard.vertical > .steps > ul > li {
    display: block;
    float: left;
    width: 100%;
    margin: 5px 0px;
  }
}

/*weather*/
/* line 34917, app/assets/stylesheets/theme/css/style.scss */
.weather-location input {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

/* line 34921, app/assets/stylesheets/theme/css/style.scss */
.weather-location input:focus {
  border: 1px solid rgba(255, 255, 255, 0.7);
}

/* line 34925, app/assets/stylesheets/theme/css/style.scss */
.weather-day {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 34928, app/assets/stylesheets/theme/css/style.scss */
.weather-day.is-today {
  border-left: none;
}

/* line 34932, app/assets/stylesheets/theme/css/style.scss */
.weather-icon canvas {
  width: 90px;
  height: 90px;
}

/*---panel---*/
/* line 34938, app/assets/stylesheets/theme/css/style.scss */
.panel {
  position: relative;
  background-color: #ffffff;
  border: 0 solid transparent;
}

/* line 34943, app/assets/stylesheets/theme/css/style.scss */
.panel > *:not(.panel-loading):not(.collapsing) {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

/* line 34947, app/assets/stylesheets/theme/css/style.scss */
.panel.is-loading > *:not(.panel-loading) {
  opacity: 0.3;
}

/* line 34950, app/assets/stylesheets/theme/css/style.scss */
.panel.is-loading .panel-loading {
  display: block;
  opacity: 1;
}

/* line 34954, app/assets/stylesheets/theme/css/style.scss */
.panel.is-dragging {
  opacity: 0.8;
  cursor: move;
}

/* line 34958, app/assets/stylesheets/theme/css/style.scss */
.panel > .nav-tabs-vertical .nav-tabs {
  margin-left: -1px;
}

/* line 34961, app/assets/stylesheets/theme/css/style.scss */
.panel > .nav-tabs-vertical .nav-tabs > li > a {
  border-left: none;
  border-radius: 0;
}

/* line 34965, app/assets/stylesheets/theme/css/style.scss */
.panel > .nav-tabs-vertical .nav-tabs.nav-tabs-reverse {
  margin-right: -1px;
}

/* line 34968, app/assets/stylesheets/theme/css/style.scss */
.panel > .nav-tabs-vertical .nav-tabs.nav-tabs-reverse > li > a {
  border-right: none;
  border-radius: 0;
}

/* line 34972, app/assets/stylesheets/theme/css/style.scss */
.panel:hover .panel-actions .show-on-hover {
  display: inline-block;
}

/* line 34975, app/assets/stylesheets/theme/css/style.scss */
.panel .panel-actions .show-on-hover {
  display: none;
}

/* line 34978, app/assets/stylesheets/theme/css/style.scss */
.panel.is-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

/* line 34987, app/assets/stylesheets/theme/css/style.scss */
.panel.is-fullscreen .panel-loading {
  border-radius: 0;
}

/* line 34990, app/assets/stylesheets/theme/css/style.scss */
.panel.is-fullscreen .panel-actions [data-toggle="collapse"] {
  display: none;
}

/* line 34993, app/assets/stylesheets/theme/css/style.scss */
.panel.is-close {
  display: none;
}

/* line 34996, app/assets/stylesheets/theme/css/style.scss */
.panel.is-collapse .panel-body {
  display: none;
  height: 0;
}

/* line 35000, app/assets/stylesheets/theme/css/style.scss */
.panel > .alert {
  padding-left: 30px;
  padding-right: 30px;
}

/* line 35004, app/assets/stylesheets/theme/css/style.scss */
.panel > .alert-dismissible {
  padding-right: 50px;
}

/* line 35008, app/assets/stylesheets/theme/css/style.scss */
.panel-content > .row {
  padding-left: 30px;
  padding-right: 30px;
}

/* line 35012, app/assets/stylesheets/theme/css/style.scss */
.panel-content > .row > [class*="col-"] {
  padding-left: 30px;
  padding-right: 30px;
}

/* line 35017, app/assets/stylesheets/theme/css/style.scss */
.panel-body {
  position: relative;
  padding: 1.25rem;
}

/* line 35021, app/assets/stylesheets/theme/css/style.scss */
.panel-body .list-group-item {
  border-radius: 0;
}

/* line 35024, app/assets/stylesheets/theme/css/style.scss */
.panel-body::after {
  display: block;
  content: "";
  clear: both;
}

/* line 35029, app/assets/stylesheets/theme/css/style.scss */
.panel-body h1:first-child,
.panel-body h2:first-child,
.panel-body h3:first-child,
.panel-body h4:first-child,
.panel-body h5:first-child,
.panel-body h6:first-child,
.panel-body .h1:first-child,
.panel-body .h2:first-child,
.panel-body .h3:first-child,
.panel-body .h4:first-child,
.panel-body .h5:first-child,
.panel-body .h6:first-child {
  margin-top: 0;
}

/* line 35043, app/assets/stylesheets/theme/css/style.scss */
.panel-body > *:last-child {
  margin-bottom: 0;
}

/* line 35046, app/assets/stylesheets/theme/css/style.scss */
.panel-body > .list-group-dividered:only-child > .list-group-item:last-child {
  border-bottom-color: transparent;
}

/* line 35049, app/assets/stylesheets/theme/css/style.scss */
.panel-body.scrollable-vertical {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 35053, app/assets/stylesheets/theme/css/style.scss */
.panel-body.scrollable-vertical > .scrollable-container > .scrollable-content {
  padding-left: 30px;
  padding-right: 30px;
}

/* line 35057, app/assets/stylesheets/theme/css/style.scss */
.panel-body.scrollable-vertical > .scrollable-bar {
  margin-top: 0;
  margin-bottom: 10px;
  height: calc(100% - 30px);
  transform: translateX(-26px);
}

/* line 35063, app/assets/stylesheets/theme/css/style.scss */
.panel-body.scrollable-horizontal {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* line 35067, app/assets/stylesheets/theme/css/style.scss */
.panel-body.scrollable-horizontal
> .scrollable-container
> .scrollable-content {
  padding-top: 0;
  padding-bottom: 30px;
}

/* line 35073, app/assets/stylesheets/theme/css/style.scss */
.panel-body.scrollable-horizontal > .scrollable-bar {
  margin-left: 0;
  margin-right: 30px;
  width: calc(100% - 60px);
  transform: translateY(-26px);
}

/* line 35080, app/assets/stylesheets/theme/css/style.scss */
.panel-heading {
  position: relative;
  padding: 0;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 0.214rem;
  border-top-left-radius: 0.214rem;
}

/* line 35087, app/assets/stylesheets/theme/css/style.scss */
.panel-heading + .alert {
  border-radius: 0;
}

/* line 35090, app/assets/stylesheets/theme/css/style.scss */
.panel-heading > .nav-tabs {
  border-bottom: none;
}

/* line 35093, app/assets/stylesheets/theme/css/style.scss */
.panel-heading + .nav-tabs {
  margin-top: -0.715rem;
}

/* line 35096, app/assets/stylesheets/theme/css/style.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 35099, app/assets/stylesheets/theme/css/style.scss */
.panel-heading + .panel-body {
  padding-top: 0;
}

/* line 35102, app/assets/stylesheets/theme/css/style.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 35106, app/assets/stylesheets/theme/css/style.scss */
.panel-heading-tab {
  padding: 10px 30px 0;
  background-color: #8950fc;
}

/* line 35110, app/assets/stylesheets/theme/css/style.scss */
.panel-heading-tab > .nav-tabs .nav-link {
  color: #ffffff;
}

/* line 35113, app/assets/stylesheets/theme/css/style.scss */
.panel-heading-tab > .nav-tabs .nav-link.hover {
  color: #737373;
}

/* line 35116, app/assets/stylesheets/theme/css/style.scss */
.panel-heading-tab > .nav-tabs .nav-link:hover {
  color: #737373;
}

/* line 35119, app/assets/stylesheets/theme/css/style.scss */
.panel-heading-tab > .nav-tabs .nav-link.active {
  color: #737373;
  background-color: #ffffff;
}

/* line 35123, app/assets/stylesheets/theme/css/style.scss */
.panel-heading-tab > .nav-tabs .nav-link:active {
  color: #737373;
  background-color: #ffffff;
}

/* line 35128, app/assets/stylesheets/theme/css/style.scss */
.panel-footer {
  padding: 0 30px 15px;
  border-top: 1px solid transparent;
  background-color: transparent;
  border-bottom-right-radius: 0.214rem;
  border-bottom-left-radius: 0.214rem;
}

/* line 35136, app/assets/stylesheets/theme/css/style.scss */
.table + .panel-footer {
  padding-top: 15px;
  border-color: #cccccc;
}

/* line 35141, app/assets/stylesheets/theme/css/style.scss */
.panel-title {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  padding: 1.25rem;
  font-size: 18px;
  color: #4d4d4d;
}

/* line 35149, app/assets/stylesheets/theme/css/style.scss */
.panel-title > .icon,
.panel-title > .badge {
  margin-right: 10px;
}

/* line 35153, app/assets/stylesheets/theme/css/style.scss */
.panel-title small,
.panel-title .small {
  color: #737373;
}

/* line 35157, app/assets/stylesheets/theme/css/style.scss */
.panel-title small > a,
.panel-title .small > a {
  color: inherit;
}

/* line 35161, app/assets/stylesheets/theme/css/style.scss */
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 35165, app/assets/stylesheets/theme/css/style.scss */
.panel-title > a {
  color: inherit;
}

/* line 35169, app/assets/stylesheets/theme/css/style.scss */
.panel-desc {
  display: block;
  padding: 5px 0 0;
  margin: 0;
  font-size: 1rem;
  color: #737373;
}

/* line 35177, app/assets/stylesheets/theme/css/style.scss */
.panel-actions {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translate(0%, -50%);
  margin: auto;
  z-index: 1;
}

@media (max-width: 575px) {
  /* line 35187, app/assets/stylesheets/theme/css/style.scss */
  .panel-actions {
    right: 20px;
  }
}

/* line 35191, app/assets/stylesheets/theme/css/style.scss */
ul .panel-actions {
  list-style: none;
}

/* line 35194, app/assets/stylesheets/theme/css/style.scss */
ul .panel-actions > li {
  display: inline-block;
  margin-left: 8px;
}

/* line 35198, app/assets/stylesheets/theme/css/style.scss */
ul .panel-actions > li:first-child {
  margin-left: 0;
}

/* line 35202, app/assets/stylesheets/theme/css/style.scss */
.panel-actions a.dropdown-toggle {
  text-decoration: none;
}

/* line 35205, app/assets/stylesheets/theme/css/style.scss */
.panel-actions .dropdown {
  display: inline-block;
}

/* line 35208, app/assets/stylesheets/theme/css/style.scss */
.panel-actions .dropdown-toggle {
  display: inline-block;
}

/* line 35211, app/assets/stylesheets/theme/css/style.scss */
.panel-actions .panel-action {
  display: inline-block;
  padding: 8px 10px;
  color: #999999;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
}

/* line 35219, app/assets/stylesheets/theme/css/style.scss */
.panel-actions .panel-action:hover,
.panel-actions .panel-action:active,
.panel-actions .panel-action.active {
  color: #666666;
}

/* line 35224, app/assets/stylesheets/theme/css/style.scss */
.panel-actions .progress {
  width: 100px;
  margin: 0;
}

/* line 35228, app/assets/stylesheets/theme/css/style.scss */
.panel-actions .pagination {
  margin: 0;
}

/* line 35232, app/assets/stylesheets/theme/css/style.scss */
ul.panel-actions > li {
  display: inline-block;
  margin-left: 8px;
}

/* line 35236, app/assets/stylesheets/theme/css/style.scss */
ul.panel-actions > li:first-child {
  margin-left: 0;
}

/* line 35240, app/assets/stylesheets/theme/css/style.scss */
.panel-toolbar {
  padding: 5px 15px;
  margin: 0;
  background-color: transparent;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}

/* line 35248, app/assets/stylesheets/theme/css/style.scss */
.panel-bordered .panel-toolbar {
  border-top-color: transparent;
}

/* line 35251, app/assets/stylesheets/theme/css/style.scss */
.panel-bordered > .panel-body {
  padding-top: 30px;
}

/* line 35254, app/assets/stylesheets/theme/css/style.scss */
.panel-bordered > .panel-body.scrollable-vertical > .scrollable-bar {
  margin-bottom: 10px;
  height: calc(100% - 60px);
}

/* line 35258, app/assets/stylesheets/theme/css/style.scss */
.panel-bordered
> .panel-body.scrollable-horizontal
> .scrollable-container
> .scrollable-content {
  padding-top: 30px;
  padding-bottom: 30px;
}

/* line 35265, app/assets/stylesheets/theme/css/style.scss */
.panel-bordered > .panel-body.scrollable-horizontal > .scrollable-bar {
  transform: translateY(-26px);
}

/* line 35268, app/assets/stylesheets/theme/css/style.scss */
.panel-bordered > .panel-heading {
  border-bottom: 1px solid #e6e6e6;
}

/* line 35271, app/assets/stylesheets/theme/css/style.scss */
.panel-bordered > .panel-heading > .panel-title {
  padding-bottom: 20px;
}

/* line 35274, app/assets/stylesheets/theme/css/style.scss */
.panel-bordered > .panel-footer {
  border-top: 1px solid #e6e6e6;
  padding-top: 15px;
}

/* line 35278, app/assets/stylesheets/theme/css/style.scss */
.panel-bordered > .table > tbody:first-child > tr:first-child th,
.panel-bordered > .table tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 35283, app/assets/stylesheets/theme/css/style.scss */
.panel-toolbar .btn {
  color: #999999;
  padding: 5px 10px;
}

/* line 35287, app/assets/stylesheets/theme/css/style.scss */
.panel-toolbar .btn.icon {
  width: 1em;
  text-align: center;
}

/* line 35291, app/assets/stylesheets/theme/css/style.scss */
.panel-toolbar .btn:hover,
.panel-toolbar .btn:active,
.panel-toolbar .btn.active {
  color: #737373;
}

/* line 35297, app/assets/stylesheets/theme/css/style.scss */
.panel-loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 0.286rem;
  opacity: 0.6;
}

/* line 35308, app/assets/stylesheets/theme/css/style.scss */
.panel-loading .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 35315, app/assets/stylesheets/theme/css/style.scss */
.panel-footer-chart {
  padding: 0;
}

/* line 35319, app/assets/stylesheets/theme/css/style.scss */
.panel-control {
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

@media (max-width: 575px) {
  /* line 35327, app/assets/stylesheets/theme/css/style.scss */
  .panel-body.scrollable-vertical
> .scrollable-container
> .scrollable-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 35333, app/assets/stylesheets/theme/css/style.scss */
  .panel-body.scrollable-horizontal > .scrollable-bar {
    margin-right: 20px;
    width: calc(100% - 40px);
  }
  /* line 35338, app/assets/stylesheets/theme/css/style.scss */
  .panel > .alert {
    padding-left: 20px;
    padding-right: 20px;
  }
  /* line 35342, app/assets/stylesheets/theme/css/style.scss */
  .panel > .alert-dismissible {
    padding-right: 40px;
  }
}

/* line 35346, app/assets/stylesheets/theme/css/style.scss */
.panel > .table {
  margin-bottom: 0;
}

/* line 35349, app/assets/stylesheets/theme/css/style.scss */
.panel > .table:first-child {
  border-top-right-radius: 0.214rem;
  border-top-left-radius: 0.214rem;
}

/* line 35353, app/assets/stylesheets/theme/css/style.scss */
.panel > .table:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 0.214rem;
  border-top-right-radius: 0.214rem;
}

/* line 35357, app/assets/stylesheets/theme/css/style.scss */
.panel
> .table:first-child
> thead:first-child
> tr:first-child
td:first-child {
  border-top-left-radius: 0.214rem;
}

/* line 35364, app/assets/stylesheets/theme/css/style.scss */
.panel
> .table:first-child
> thead:first-child
> tr:first-child
th:first-child {
  border-top-left-radius: 0.214rem;
}

/* line 35371, app/assets/stylesheets/theme/css/style.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child {
  border-top-right-radius: 0.214rem;
}

/* line 35374, app/assets/stylesheets/theme/css/style.scss */
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 0.214rem;
}

/* line 35377, app/assets/stylesheets/theme/css/style.scss */
.panel > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 0.214rem;
  border-top-right-radius: 0.214rem;
}

/* line 35381, app/assets/stylesheets/theme/css/style.scss */
.panel
> .table:first-child
> tbody:first-child
> tr:first-child
td:first-child {
  border-top-left-radius: 0.214rem;
}

/* line 35388, app/assets/stylesheets/theme/css/style.scss */
.panel
> .table:first-child
> tbody:first-child
> tr:first-child
th:first-child {
  border-top-left-radius: 0.214rem;
}

/* line 35395, app/assets/stylesheets/theme/css/style.scss */
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child {
  border-top-right-radius: 0.214rem;
}

/* line 35398, app/assets/stylesheets/theme/css/style.scss */
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 0.214rem;
}

/* line 35401, app/assets/stylesheets/theme/css/style.scss */
.panel > .table:last-child {
  border-bottom-right-radius: 0.214rem;
  border-bottom-left-radius: 0.214rem;
}

/* line 35405, app/assets/stylesheets/theme/css/style.scss */
.panel > .table:last-child > thead:last-child > tr:last-child {
  border-bottom-left-radius: 0.214rem;
  border-bottom-right-radius: 0.214rem;
}

/* line 35409, app/assets/stylesheets/theme/css/style.scss */
.panel > .table:last-child > thead:last-child > tr:last-child td:last-child {
  border-bottom-left-radius: 0.214rem;
}

/* line 35412, app/assets/stylesheets/theme/css/style.scss */
.panel > .table:last-child > thead:last-child > tr:last-child th:last-child {
  border-bottom-left-radius: 0.214rem;
}

/* line 35415, app/assets/stylesheets/theme/css/style.scss */
.panel > .table:last-child > thead:last-child > tr:last-child td:first-child {
  border-bottom-right-radius: 0.214rem;
}

/* line 35418, app/assets/stylesheets/theme/css/style.scss */
.panel > .table:last-child > thead:last-child > tr:last-child th:first-child {
  border-bottom-right-radius: 0.214rem;
}

/* line 35421, app/assets/stylesheets/theme/css/style.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child {
  border-bottom-left-radius: 0.214rem;
  border-bottom-right-radius: 0.214rem;
}

/* line 35425, app/assets/stylesheets/theme/css/style.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child {
  border-bottom-left-radius: 0.214rem;
}

/* line 35428, app/assets/stylesheets/theme/css/style.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child {
  border-bottom-left-radius: 0.214rem;
}

/* line 35431, app/assets/stylesheets/theme/css/style.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child {
  border-bottom-right-radius: 0.214rem;
}

/* line 35434, app/assets/stylesheets/theme/css/style.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child {
  border-bottom-right-radius: 0.214rem;
}

/* line 35437, app/assets/stylesheets/theme/css/style.scss */
.panel > .table + .panel-body {
  border-top: 1px solid #cccccc;
}

/* line 35440, app/assets/stylesheets/theme/css/style.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 35444, app/assets/stylesheets/theme/css/style.scss */
.panel > .table > tr > td:first-child,
.panel > .table > tr > th:first-child {
  padding-left: 30px;
}

/* line 35448, app/assets/stylesheets/theme/css/style.scss */
.panel > .table > tr > td:last-child,
.panel > .table > tr > th:last-child {
  padding-right: 30px;
}

/* line 35452, app/assets/stylesheets/theme/css/style.scss */
.panel > .table > thead > tr > td:first-child,
.panel > .table > thead > tr > th:first-child {
  padding-left: 30px;
}

/* line 35456, app/assets/stylesheets/theme/css/style.scss */
.panel > .table > thead > tr > td:last-child,
.panel > .table > thead > tr > th:last-child {
  padding-right: 30px;
}

/* line 35460, app/assets/stylesheets/theme/css/style.scss */
.panel > .table > tbody > tr > td:first-child,
.panel > .table > tbody > tr > th:first-child {
  padding-left: 30px;
}

/* line 35464, app/assets/stylesheets/theme/css/style.scss */
.panel > .table > tbody > tr > td:last-child,
.panel > .table > tbody > tr > th:last-child {
  padding-right: 30px;
}

/* line 35468, app/assets/stylesheets/theme/css/style.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 1px solid #cccccc;
}

/* line 35472, app/assets/stylesheets/theme/css/style.scss */
.panel > .table > tfoot > tr > td:first-child,
.panel > .table > tfoot > tr > th:first-child {
  padding-left: 30px;
}

/* line 35476, app/assets/stylesheets/theme/css/style.scss */
.panel > .table > tfoot > tr > td:last-child,
.panel > .table > tfoot > tr > th:last-child {
  padding-right: 30px;
}

/* line 35480, app/assets/stylesheets/theme/css/style.scss */
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

/* line 35484, app/assets/stylesheets/theme/css/style.scss */
.panel > .table-responsive > .table {
  margin-bottom: 0;
}

/* line 35487, app/assets/stylesheets/theme/css/style.scss */
.panel > .table-responsive > .table caption {
  padding-left: 30px 30px;
  padding-right: 30px 30px;
}

/* line 35491, app/assets/stylesheets/theme/css/style.scss */
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 0.214rem;
  border-top-left-radius: 0.214rem;
}

/* line 35495, app/assets/stylesheets/theme/css/style.scss */
.panel
> .table-responsive:first-child
> .table:first-child
> thead:first-child
> tr:first-child {
  border-top-left-radius: 0.214rem;
  border-top-right-radius: 0.214rem;
}

/* line 35503, app/assets/stylesheets/theme/css/style.scss */
.panel
> .table-responsive:first-child
> .table:first-child
> thead:first-child
> tr:first-child
td:first-child {
  border-top-left-radius: 0.214rem;
}

/* line 35511, app/assets/stylesheets/theme/css/style.scss */
.panel
> .table-responsive:first-child
> .table:first-child
> thead:first-child
> tr:first-child
th:first-child {
  border-top-left-radius: 0.214rem;
}

/* line 35519, app/assets/stylesheets/theme/css/style.scss */
.panel
> .table-responsive:first-child
> .table:first-child
> thead:first-child
> tr:first-child
td:last-child {
  border-top-right-radius: 0.214rem;
}

/* line 35527, app/assets/stylesheets/theme/css/style.scss */
.panel
> .table-responsive:first-child
> .table:first-child
> thead:first-child
> tr:first-child
th:last-child {
  border-top-right-radius: 0.214rem;
}

/* line 35535, app/assets/stylesheets/theme/css/style.scss */
.panel
> .table-responsive:first-child
> .table:first-child
> tbody:first-child
> tr:first-child {
  border-top-left-radius: 0.214rem;
  border-top-right-radius: 0.214rem;
}

/* line 35543, app/assets/stylesheets/theme/css/style.scss */
.panel
> .table-responsive:first-child
> .table:first-child
> tbody:first-child
> tr:first-child
td:first-child {
  border-top-left-radius: 0.214rem;
}

/* line 35551, app/assets/stylesheets/theme/css/style.scss */
.panel
> .table-responsive:first-child
> .table:first-child
> tbody:first-child
> tr:first-child
th:first-child {
  border-top-left-radius: 0.214rem;
}

/* line 35559, app/assets/stylesheets/theme/css/style.scss */
.panel
> .table-responsive:first-child
> .table:first-child
> tbody:first-child
> tr:first-child
td:last-child {
  border-top-right-radius: 0.214rem;
}

/* line 35567, app/assets/stylesheets/theme/css/style.scss */
.panel
> .table-responsive:first-child
> .table:first-child
> tbody:first-child
> tr:first-child
th:last-child {
  border-top-right-radius: 0.214rem;
}

/* line 35575, app/assets/stylesheets/theme/css/style.scss */
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 0.214rem;
  border-bottom-left-radius: 0.214rem;
}

/* line 35579, app/assets/stylesheets/theme/css/style.scss */
.panel
> .table-responsive:last-child
> .table:last-child
> thead:last-child
> tr:last-child {
  border-bottom-left-radius: 0.214rem;
  border-top-right-radius: 0.214rem;
}

/* line 35587, app/assets/stylesheets/theme/css/style.scss */
.panel
> .table-responsive:last-child
> .table:last-child
> thead:last-child
> tr:last-child
td:last-child {
  border-bottom-left-radius: 0.214rem;
}

/* line 35595, app/assets/stylesheets/theme/css/style.scss */
.panel
> .table-responsive:last-child
> .table:last-child
> thead:last-child
> tr:last-child
th:last-child {
  border-bottom-left-radius: 0.214rem;
}

/* line 35603, app/assets/stylesheets/theme/css/style.scss */
.panel
> .table-responsive:last-child
> .table:last-child
> thead:last-child
> tr:last-child
td:first-child {
  border-bottom-right-radius: 0.214rem;
}

/* line 35611, app/assets/stylesheets/theme/css/style.scss */
.panel
> .table-responsive:last-child
> .table:last-child
> thead:last-child
> tr:last-child
th:first-child {
  border-bottom-right-radius: 0.214rem;
}

/* line 35619, app/assets/stylesheets/theme/css/style.scss */
.panel
> .table-responsive:last-child
> .table:last-child
> tbody:last-child
> tr:last-child {
  border-bottom-left-radius: 0.214rem;
  border-bottom-right-radius: 0.214rem;
}

/* line 35627, app/assets/stylesheets/theme/css/style.scss */
.panel
> .table-responsive:last-child
> .table:last-child
> tbody:last-child
> tr:last-child
td:last-child {
  border-bottom-left-radius: 0.214rem;
}

/* line 35635, app/assets/stylesheets/theme/css/style.scss */
.panel
> .table-responsive:last-child
> .table:last-child
> tbody:last-child
> tr:last-child
th:last-child {
  border-bottom-left-radius: 0.214rem;
}

/* line 35643, app/assets/stylesheets/theme/css/style.scss */
.panel
> .table-responsive:last-child
> .table:last-child
> tbody:last-child
> tr:last-child
td:first-child {
  border-bottom-right-radius: 0.214rem;
}

/* line 35651, app/assets/stylesheets/theme/css/style.scss */
.panel
> .table-responsive:last-child
> .table:last-child
> tbody:last-child
> tr:last-child
th:first-child {
  border-bottom-right-radius: 0.214rem;
}

/* line 35659, app/assets/stylesheets/theme/css/style.scss */
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #cccccc;
}

/* line 35662, app/assets/stylesheets/theme/css/style.scss */
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 35665, app/assets/stylesheets/theme/css/style.scss */
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child {
  border-left: 0;
}

/* line 35669, app/assets/stylesheets/theme/css/style.scss */
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child {
  border-right: 0;
}

/* line 35673, app/assets/stylesheets/theme/css/style.scss */
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td {
  border-bottom: 0;
}

/* line 35677, app/assets/stylesheets/theme/css/style.scss */
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td {
  border-bottom: 0;
}

/* line 35681, app/assets/stylesheets/theme/css/style.scss */
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child {
  border-left: 0;
}

/* line 35685, app/assets/stylesheets/theme/css/style.scss */
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child {
  border-right: 0;
}

/* line 35689, app/assets/stylesheets/theme/css/style.scss */
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td {
  border-bottom: 0;
}

/* line 35693, app/assets/stylesheets/theme/css/style.scss */
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td {
  border-bottom: 0;
}

/* line 35697, app/assets/stylesheets/theme/css/style.scss */
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 35701, app/assets/stylesheets/theme/css/style.scss */
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 35705, app/assets/stylesheets/theme/css/style.scss */
.panel > .table-responsive .table > tr > td:first-child,
.panel > .table-responsive .table > tr > th:first-child {
  padding-left: 30px;
}

/* line 35709, app/assets/stylesheets/theme/css/style.scss */
.panel > .table-responsive .table > tr > td:last-child,
.panel > .table-responsive .table > tr > th:last-child {
  padding-right: 30px;
}

/* line 35713, app/assets/stylesheets/theme/css/style.scss */
.panel > .table-responsive .table > thead > tr > td:first-child,
.panel > .table-responsive .table > thead > tr > th:first-child {
  padding-left: 30px;
}

/* line 35717, app/assets/stylesheets/theme/css/style.scss */
.panel > .table-responsive .table > thead > tr > td:last-child,
.panel > .table-responsive .table > thead > tr > th:last-child {
  padding-right: 30px;
}

/* line 35721, app/assets/stylesheets/theme/css/style.scss */
.panel > .table-responsive .table > tbody > tr > td:first-child,
.panel > .table-responsive .table > tbody > tr > th:first-child {
  padding-left: 30px;
}

/* line 35725, app/assets/stylesheets/theme/css/style.scss */
.panel > .table-responsive .table > tbody > tr > td:last-child,
.panel > .table-responsive .table > tbody > tr > th:last-child {
  padding-right: 30px;
}

/* line 35729, app/assets/stylesheets/theme/css/style.scss */
.panel > .table-responsive .table > tfoot > tr > td:first-child,
.panel > .table-responsive .table > tfoot > tr > th:first-child {
  padding-left: 30px;
}

/* line 35733, app/assets/stylesheets/theme/css/style.scss */
.panel > .table-responsive .table > tfoot > tr > td:last-child,
.panel > .table-responsive .table > tfoot > tr > th:last-child {
  padding-right: 30px;
}

/* line 35737, app/assets/stylesheets/theme/css/style.scss */
.panel > .table caption {
  padding-left: 30px 30px;
  padding-right: 30px 30px;
}

/* line 35741, app/assets/stylesheets/theme/css/style.scss */
.panel > .table-bordered {
  border: 0;
}

/* line 35744, app/assets/stylesheets/theme/css/style.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child {
  border-left: 0;
}

/* line 35748, app/assets/stylesheets/theme/css/style.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child {
  border-right: 0;
}

/* line 35752, app/assets/stylesheets/theme/css/style.scss */
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td {
  border-bottom: 0;
}

/* line 35756, app/assets/stylesheets/theme/css/style.scss */
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td {
  border-bottom: 0;
}

/* line 35760, app/assets/stylesheets/theme/css/style.scss */
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child {
  border-left: 0;
}

/* line 35764, app/assets/stylesheets/theme/css/style.scss */
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child {
  border-right: 0;
}

/* line 35768, app/assets/stylesheets/theme/css/style.scss */
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td {
  border-bottom: 0;
}

/* line 35772, app/assets/stylesheets/theme/css/style.scss */
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > td {
  border-bottom: 0;
}

/* line 35776, app/assets/stylesheets/theme/css/style.scss */
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 35780, app/assets/stylesheets/theme/css/style.scss */
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 35784, app/assets/stylesheets/theme/css/style.scss */
.panel > .list-group {
  margin-bottom: 0;
}

/* line 35787, app/assets/stylesheets/theme/css/style.scss */
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
  padding-right: 30px;
  padding-left: 30px;
}

/* line 35793, app/assets/stylesheets/theme/css/style.scss */
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 0.214rem;
  border-top-left-radius: 0.214rem;
}

/* line 35798, app/assets/stylesheets/theme/css/style.scss */
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 0.214rem;
  border-bottom-left-radius: 0.214rem;
}

/* line 35803, app/assets/stylesheets/theme/css/style.scss */
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 35806, app/assets/stylesheets/theme/css/style.scss */
.panel > .panel-collapse > .table caption {
  padding-left: 30px 30px;
  padding-right: 30px 30px;
}

/* line 35810, app/assets/stylesheets/theme/css/style.scss */
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 35813, app/assets/stylesheets/theme/css/style.scss */
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 35817, app/assets/stylesheets/theme/css/style.scss */
.panel
> .panel-collapse
> .list-group:first-child
.list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 0.214rem;
  border-top-left-radius: 0.214rem;
}

/* line 35825, app/assets/stylesheets/theme/css/style.scss */
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 0.214rem;
  border-bottom-left-radius: 0.214rem;
}

/* line 35830, app/assets/stylesheets/theme/css/style.scss */
.panel > .panel-body + .table {
  border-top: 1px solid #cccccc;
}

/* line 35833, app/assets/stylesheets/theme/css/style.scss */
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #cccccc;
}

/* line 35836, app/assets/stylesheets/theme/css/style.scss */
.panel
> .panel-heading
+ .panel-collapse
> .list-group
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

@media (max-width: 575px) {
  /* line 35846, app/assets/stylesheets/theme/css/style.scss */
  .panel > .table > tr > td:first-child,
.panel > .table > tr > th:first-child {
    padding-left: 20px;
  }
  /* line 35850, app/assets/stylesheets/theme/css/style.scss */
  .panel > .table > tr > td:last-child,
.panel > .table > tr > th:last-child {
    padding-right: 20px;
  }
  /* line 35854, app/assets/stylesheets/theme/css/style.scss */
  .panel > .table > thead > tr > td:first-child,
.panel > .table > thead > tr > th:first-child {
    padding-left: 20px;
  }
  /* line 35858, app/assets/stylesheets/theme/css/style.scss */
  .panel > .table > thead > tr > td:last-child,
.panel > .table > thead > tr > th:last-child {
    padding-right: 20px;
  }
  /* line 35862, app/assets/stylesheets/theme/css/style.scss */
  .panel > .table > tbody > tr > td:first-child,
.panel > .table > tbody > tr > th:first-child {
    padding-left: 20px;
  }
  /* line 35866, app/assets/stylesheets/theme/css/style.scss */
  .panel > .table > tbody > tr > td:last-child,
.panel > .table > tbody > tr > th:last-child {
    padding-right: 20px;
  }
  /* line 35870, app/assets/stylesheets/theme/css/style.scss */
  .panel > .table > tfoot > tr > td:first-child,
.panel > .table > tfoot > tr > th:first-child {
    padding-left: 20px;
  }
  /* line 35874, app/assets/stylesheets/theme/css/style.scss */
  .panel > .table > tfoot > tr > td:last-child,
.panel > .table > tfoot > tr > th:last-child {
    padding-right: 20px;
  }
  /* line 35878, app/assets/stylesheets/theme/css/style.scss */
  .panel > .table-responsive .table > tr > td:first-child,
.panel > .table-responsive .table > tr > th:first-child {
    padding-left: 20px;
  }
  /* line 35882, app/assets/stylesheets/theme/css/style.scss */
  .panel > .table-responsive .table > tr > td:last-child,
.panel > .table-responsive .table > tr > th:last-child {
    padding-right: 20px;
  }
  /* line 35886, app/assets/stylesheets/theme/css/style.scss */
  .panel > .table-responsive .table > thead > tr > td:first-child,
.panel > .table-responsive .table > thead > tr > th:first-child {
    padding-left: 20px;
  }
  /* line 35890, app/assets/stylesheets/theme/css/style.scss */
  .panel > .table-responsive .table > thead > tr > td:last-child,
.panel > .table-responsive .table > thead > tr > th:last-child {
    padding-right: 20px;
  }
  /* line 35894, app/assets/stylesheets/theme/css/style.scss */
  .panel > .table-responsive .table > tbody > tr > td:first-child,
.panel > .table-responsive .table > tbody > tr > th:first-child {
    padding-left: 20px;
  }
  /* line 35898, app/assets/stylesheets/theme/css/style.scss */
  .panel > .table-responsive .table > tbody > tr > td:last-child,
.panel > .table-responsive .table > tbody > tr > th:last-child {
    padding-right: 20px;
  }
  /* line 35902, app/assets/stylesheets/theme/css/style.scss */
  .panel > .table-responsive .table > tfoot > tr > td:first-child,
.panel > .table-responsive .table > tfoot > tr > th:first-child {
    padding-left: 20px;
  }
  /* line 35906, app/assets/stylesheets/theme/css/style.scss */
  .panel > .table-responsive .table > tfoot > tr > td:last-child,
.panel > .table-responsive .table > tfoot > tr > th:last-child {
    padding-right: 20px;
  }
  /* line 35910, app/assets/stylesheets/theme/css/style.scss */
  .panel > .list-group .list-group-item {
    padding-right: 20px;
    padding-left: 20px;
  }
}

/* line 35915, app/assets/stylesheets/theme/css/style.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 35919, app/assets/stylesheets/theme/css/style.scss */
.panel-group {
  margin-bottom: 22px;
}

/* line 35922, app/assets/stylesheets/theme/css/style.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0.286rem;
}

/* line 35926, app/assets/stylesheets/theme/css/style.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 35929, app/assets/stylesheets/theme/css/style.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 35932, app/assets/stylesheets/theme/css/style.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 1px solid #cccccc;
}

/* line 35935, app/assets/stylesheets/theme/css/style.scss */
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #cccccc;
}

/* line 35938, app/assets/stylesheets/theme/css/style.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 35941, app/assets/stylesheets/theme/css/style.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #cccccc;
}

/* line 35945, app/assets/stylesheets/theme/css/style.scss */
.panel.panel-transparent {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
}

/* line 35950, app/assets/stylesheets/theme/css/style.scss */
.panel.panel-transparent > .panel-heading,
.panel.panel-transparent > .panel-footer {
  border-color: transparent;
}

/* line 35955, app/assets/stylesheets/theme/css/style.scss */
.panel-default {
  border-color: #cccccc;
}

/* line 35958, app/assets/stylesheets/theme/css/style.scss */
.panel-default > .panel-heading {
  color: #737373;
  background-color: #cccccc;
  border-color: #cccccc;
}

/* line 35963, app/assets/stylesheets/theme/css/style.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cccccc;
}

/* line 35966, app/assets/stylesheets/theme/css/style.scss */
.panel-default > .panel-heading .badge-pill {
  color: #cccccc;
  background-color: #737373;
}

/* line 35970, app/assets/stylesheets/theme/css/style.scss */
.panel-default .panel-title {
  color: #4d4d4d;
}

/* line 35973, app/assets/stylesheets/theme/css/style.scss */
.panel-default .panel-action {
  color: #737373;
}

/* line 35976, app/assets/stylesheets/theme/css/style.scss */
.panel-default .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cccccc;
}

/* line 35980, app/assets/stylesheets/theme/css/style.scss */
.panel-dark {
  border-color: #666666;
}

/* line 35983, app/assets/stylesheets/theme/css/style.scss */
.panel-dark > .panel-heading {
  color: #ffffff;
  background-color: #666666;
  border-color: #666666;
}

/* line 35988, app/assets/stylesheets/theme/css/style.scss */
.panel-dark > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #666666;
}

/* line 35991, app/assets/stylesheets/theme/css/style.scss */
.panel-dark > .panel-heading .badge-pill {
  color: #666666;
  background-color: #ffffff;
}

/* line 35995, app/assets/stylesheets/theme/css/style.scss */
.panel-dark .panel-title,
.panel-dark .panel-action {
  color: #ffffff;
}

/* line 35999, app/assets/stylesheets/theme/css/style.scss */
.panel-dark .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #666666;
}

/* line 36003, app/assets/stylesheets/theme/css/style.scss */
.panel-primary {
  border: none;
}

/* line 36006, app/assets/stylesheets/theme/css/style.scss */
.panel-primary .panel-heading {
  border: none;
}

/* line 36009, app/assets/stylesheets/theme/css/style.scss */
.panel-primary .panel-title,
.panel-primary .panel-action {
  color: #ffffff;
}

/* line 36014, app/assets/stylesheets/theme/css/style.scss */
.panel-info {
  border: none;
}

/* line 36017, app/assets/stylesheets/theme/css/style.scss */
.panel-info .panel-heading {
  border: none;
}

/* line 36020, app/assets/stylesheets/theme/css/style.scss */
.panel-info .panel-title,
.panel-info .panel-action {
  color: #ffffff;
}

/* line 36025, app/assets/stylesheets/theme/css/style.scss */
.panel-success {
  border: none;
}

/* line 36028, app/assets/stylesheets/theme/css/style.scss */
.panel-success .panel-heading {
  border: none;
}

/* line 36031, app/assets/stylesheets/theme/css/style.scss */
.panel-success .panel-title,
.panel-success .panel-action {
  color: #ffffff;
}

/* line 36036, app/assets/stylesheets/theme/css/style.scss */
.panel-warning {
  border: none;
}

/* line 36039, app/assets/stylesheets/theme/css/style.scss */
.panel-warning .panel-heading {
  border: none;
}

/* line 36042, app/assets/stylesheets/theme/css/style.scss */
.panel-warning .panel-title,
.panel-warning .panel-action {
  color: #ffffff;
}

/* line 36047, app/assets/stylesheets/theme/css/style.scss */
.panel-danger {
  border: none;
}

/* line 36050, app/assets/stylesheets/theme/css/style.scss */
.panel-danger .panel-heading {
  border: none;
}

/* line 36053, app/assets/stylesheets/theme/css/style.scss */
.panel-danger .panel-title,
.panel-danger .panel-action {
  color: #ffffff;
}

/* line 36058, app/assets/stylesheets/theme/css/style.scss */
.panel-dark {
  border: none;
}

/* line 36061, app/assets/stylesheets/theme/css/style.scss */
.panel-dark .panel-heading {
  border: none;
}

/* line 36064, app/assets/stylesheets/theme/css/style.scss */
.panel-dark .panel-title,
.panel-dark .panel-action {
  color: #ffffff;
}

/* line 36069, app/assets/stylesheets/theme/css/style.scss */
.panel-line .panel-heading {
  background: transparent;
  border: none;
  border-top: 3px solid transparent;
}

/* line 36074, app/assets/stylesheets/theme/css/style.scss */
.panel-line.panel-default .panel-heading {
  color: #cccccc;
  border-top-color: #cccccc;
  background: transparent;
}

/* line 36079, app/assets/stylesheets/theme/css/style.scss */
.panel-line.panel-default .panel-title,
.panel-line.panel-default .panel-action {
  color: #cccccc;
}

/* line 36083, app/assets/stylesheets/theme/css/style.scss */
.panel-line.panel-dark .panel-heading {
  color: #666666;
  border-top-color: #666666;
  background: transparent;
}

/* line 36088, app/assets/stylesheets/theme/css/style.scss */
.panel-line.panel-dark .panel-title,
.panel-line.panel-dark .panel-action {
  color: #666666;
}

@media (max-width: 767px) {
  /* line 36094, app/assets/stylesheets/theme/css/style.scss */
  .panel-actions {
    position: relative;
    top: auto;
    right: auto;
    display: block;
    margin: auto;
    padding: 0 30px 15px;
    transform: none;
  }
  /* line 36104, app/assets/stylesheets/theme/css/style.scss */
  .panel-actions-keep {
    position: absolute;
    top: 50%;
    right: 30px;
    padding: 0;
    transform: translate(0%, -50%);
  }
}

@media (max-width: 575px) {
  /* line 36113, app/assets/stylesheets/theme/css/style.scss */
  .panel-actions {
    padding-left: 20px;
  }
  /* line 36116, app/assets/stylesheets/theme/css/style.scss */
  .panel-actions .progress {
    min-width: 80px;
  }
  /* line 36119, app/assets/stylesheets/theme/css/style.scss */
  .panel-actions .show-on-hover {
    display: none;
  }
  /* line 36123, app/assets/stylesheets/theme/css/style.scss */
  .panel-actions-keep {
    right: 15px;
  }
  /* line 36127, app/assets/stylesheets/theme/css/style.scss */
  .panel-title,
.panel-body,
.panel-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* line 36134, app/assets/stylesheets/theme/css/style.scss */
.panel-group {
  margin-bottom: 22px;
}

/* line 36137, app/assets/stylesheets/theme/css/style.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0.286rem;
  box-shadow: none;
}

/* line 36142, app/assets/stylesheets/theme/css/style.scss */
.panel-group .panel + .panel {
  margin-top: 10px;
}

/* line 36145, app/assets/stylesheets/theme/css/style.scss */
.panel-group .panel-title {
  position: relative;
  padding: 15px 45px 15px 30px;
  font-size: 1rem;
}

/* line 36150, app/assets/stylesheets/theme/css/style.scss */
.panel-group .panel-title:before,
.panel-group .panel-title:after {
  position: absolute;
  top: 15px;
  right: 30px;
  font-family: "Material Design Icons";
  transition: all 300ms linear 0s;
}

/* line 36158, app/assets/stylesheets/theme/css/style.scss */
.panel-group .panel-title:before {
  content: "\F415";
}

/* line 36161, app/assets/stylesheets/theme/css/style.scss */
.panel-group .panel-title:after {
  content: "\F374";
}

/* line 36164, app/assets/stylesheets/theme/css/style.scss */
.panel-group .panel-title[aria-expanded="false"]:before {
  opacity: 0.4;
}

/* line 36167, app/assets/stylesheets/theme/css/style.scss */
.panel-group .panel-title[aria-expanded="false"]:after {
  opacity: 0;
  transform: rotate(-180deg);
}

/* line 36171, app/assets/stylesheets/theme/css/style.scss */
.panel-group .panel-title[aria-expanded="true"]:before {
  opacity: 0;
  transform: rotate(180deg);
}

/* line 36175, app/assets/stylesheets/theme/css/style.scss */
.panel-group .panel-title[aria-expanded="true"]:after {
  opacity: 1;
}

/* line 36178, app/assets/stylesheets/theme/css/style.scss */
.panel-group .panel-title:hover,
.panel-group .panel-title:focus {
  color: #737373;
  text-decoration: none;
}

/* line 36183, app/assets/stylesheets/theme/css/style.scss */
.panel-group .panel-title:focus {
  outline: none;
}

/* line 36186, app/assets/stylesheets/theme/css/style.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 36189, app/assets/stylesheets/theme/css/style.scss */
.panel-group .panel-heading + .panel-collapse {
  margin: 0;
}

/* line 36192, app/assets/stylesheets/theme/css/style.scss */
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #cccccc;
}

/* line 36195, app/assets/stylesheets/theme/css/style.scss */
.panel-group .panel-collapse .panel-body {
  padding: 15px 30px;
}

/* line 36198, app/assets/stylesheets/theme/css/style.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 36201, app/assets/stylesheets/theme/css/style.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #cccccc;
}

/* line 36204, app/assets/stylesheets/theme/css/style.scss */
.panel-group .panel + .panel {
  margin-top: 10px;
}

/* line 36208, app/assets/stylesheets/theme/css/style.scss */
.panel-group-continuous .panel {
  border-radius: 0;
}

/* line 36211, app/assets/stylesheets/theme/css/style.scss */
.panel-group-continuous .panel:first-child {
  border-radius: 0.286rem 0.286rem 0 0;
}

/* line 36214, app/assets/stylesheets/theme/css/style.scss */
.panel-group-continuous .panel:last-child {
  border-radius: 0 0 0.286rem 0.286rem;
}

/* line 36217, app/assets/stylesheets/theme/css/style.scss */
.panel-group-continuous .panel + .panel {
  margin-top: 0;
  border-top: 1px solid #cccccc;
}

/* line 36222, app/assets/stylesheets/theme/css/style.scss */
.panel-group-simple .panel {
  background: transparent;
  box-shadow: none;
}

/* line 36226, app/assets/stylesheets/theme/css/style.scss */
.panel-group-simple .panel + .panel {
  margin-top: 0;
}

/* line 36229, app/assets/stylesheets/theme/css/style.scss */
.panel-group-simple .panel-title {
  padding-left: 0;
  padding-bottom: 10px;
}

/* line 36233, app/assets/stylesheets/theme/css/style.scss */
.panel-group-simple .panel-title:before,
.panel-group-simple .panel-title:after {
  right: 5px;
}

/* line 36237, app/assets/stylesheets/theme/css/style.scss */
.panel-group-simple .panel-collapse .panel-body {
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
}

/*---Notification---*/
/* line 36244, app/assets/stylesheets/theme/css/style.scss */
.myadmin-alert {
  border-radius: 0;
  color: #ffffff;
  padding: 12px 30px 12px 12px;
  position: relative;
  text-align: left;
}

/* line 36251, app/assets/stylesheets/theme/css/style.scss */
.myadmin-alert a {
  color: inherit;
  font-weight: 600;
  text-decoration: underline;
}

/* line 36256, app/assets/stylesheets/theme/css/style.scss */
.myadmin-alert h4 {
  color: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

/* line 36263, app/assets/stylesheets/theme/css/style.scss */
.myadmin-alert .img {
  border-radius: 3px;
  height: 40px;
  left: 12px;
  position: absolute;
  top: 12px;
  width: 40px;
}

/* line 36271, app/assets/stylesheets/theme/css/style.scss */
.myadmin-alert .closed {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.429rem;
  font-weight: 500;
  padding: 4px;
  position: absolute;
  right: 3px;
  text-decoration: none;
  top: 0;
}

/* line 36281, app/assets/stylesheets/theme/css/style.scss */
.myadmin-alert .closed:hover {
  color: #ffffff;
}

/* line 36284, app/assets/stylesheets/theme/css/style.scss */
.myadmin-alert .primary {
  background: rgba(0, 0, 0, 0.4);
  border: none;
  border-radius: 3px;
  color: inherit;
  outline: 0;
  padding: 4px 10px;
}

/* line 36292, app/assets/stylesheets/theme/css/style.scss */
.myadmin-alert .primary:hover {
  opacity: 0.9;
}

/* line 36295, app/assets/stylesheets/theme/css/style.scss */
.myadmin-alert .cancel {
  background: rgba(255, 255, 255, 0.4);
  border: none;
  border-radius: 3px;
  color: rgba(0, 0, 0, 0.8);
  outline: 0;
  padding: 4px 10px;
}

/* line 36303, app/assets/stylesheets/theme/css/style.scss */
.myadmin-alert .cancel:hover {
  opacity: 0.9;
}

/* line 36307, app/assets/stylesheets/theme/css/style.scss */
.myadmin-alert-img {
  min-height: 64px;
  padding-left: 65px;
}

/* line 36312, app/assets/stylesheets/theme/css/style.scss */
.myadmin-alert-icon {
  padding-left: 20px;
}

/* line 36315, app/assets/stylesheets/theme/css/style.scss */
.myadmin-alert-icon i {
  padding-right: 10px;
}

/* line 36319, app/assets/stylesheets/theme/css/style.scss */
.myadmin-alert-click {
  cursor: pointer;
  padding-right: 12px;
}

/* line 36324, app/assets/stylesheets/theme/css/style.scss */
.myadmin-alert-bottom {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  display: none;
  position: fixed;
  z-index: 1111;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 36334, app/assets/stylesheets/theme/css/style.scss */
.myadmin-alert-bottom-left {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  display: none;
  position: fixed;
  z-index: 1111;
  bottom: 20px;
  left: 20px;
}

/* line 36343, app/assets/stylesheets/theme/css/style.scss */
.myadmin-alert-bottom-right {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  display: none;
  position: fixed;
  z-index: 1111;
  bottom: 20px;
  right: 20px;
}

/* line 36352, app/assets/stylesheets/theme/css/style.scss */
.myadmin-alert-fullscreen {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  display: none;
  position: fixed;
  z-index: 1111;
  left: 50%;
  margin: -20px;
  top: 50%;
}

/* line 36362, app/assets/stylesheets/theme/css/style.scss */
.myadmin-alert-top {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  display: none;
  position: fixed;
  z-index: 1111;
  left: 0;
  right: 0;
  top: 0px;
}

/* line 36372, app/assets/stylesheets/theme/css/style.scss */
.myadmin-alert-top-left {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  display: none;
  position: fixed;
  z-index: 1111;
  left: 20px;
  top: 0px;
}

/* line 36381, app/assets/stylesheets/theme/css/style.scss */
.myadmin-alert-top-right {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  display: none;
  position: fixed;
  z-index: 1111;
  right: 20px;
  top: 0px;
}

/* line 36390, app/assets/stylesheets/theme/css/style.scss */
.alert-custom {
  background: #6993ff;
  color: #ffffff;
  border-color: #6993ff;
}

/* line 36396, app/assets/stylesheets/theme/css/style.scss */
.alert-inverse {
  background: #172b4c;
  color: #ffffff;
  border-color: #172b4c;
}

/* line 36402, app/assets/stylesheets/theme/css/style.scss */
.alert-dark {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}

/* line 36408, app/assets/stylesheets/theme/css/style.scss */
.alert-info .closed {
  color: inherit;
}

/* line 36411, app/assets/stylesheets/theme/css/style.scss */
.alert-info a.closed:hover {
  color: inherit;
}

/*---Advanced Medias---*/
/* line 36416, app/assets/stylesheets/theme/css/style.scss */
.media-body > * {
  margin-bottom: 5px;
  margin-top: 0;
}

/* line 36420, app/assets/stylesheets/theme/css/style.scss */
.media-body > p:last-child {
  color: #737373;
}

/* line 36424, app/assets/stylesheets/theme/css/style.scss */
.media {
  flex-shrink: 0;
}

/* line 36427, app/assets/stylesheets/theme/css/style.scss */
.media .lead {
  line-height: 1.875rem;
}

/* line 36430, app/assets/stylesheets/theme/css/style.scss */
.media .custom-control {
  margin-right: 0;
  margin-left: 0;
  padding-left: 0;
  margin-top: 5px;
}

/* line 36436, app/assets/stylesheets/theme/css/style.scss */
.media .custom-control [type="checkbox"] + label {
  padding-left: 20px;
}

/* line 36439, app/assets/stylesheets/theme/css/style.scss */
.media.active {
  background-color: #f3f6f9;
}

/* line 36442, app/assets/stylesheets/theme/css/style.scss */
.media .media-body .list-inline > li {
  padding-left: 0px;
  padding-right: 5px;
}

/* line 36446, app/assets/stylesheets/theme/css/style.scss */
.media .media-hover-show {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* line 36451, app/assets/stylesheets/theme/css/style.scss */
.media:hover .media-hover-show {
  opacity: 1;
}

/* line 36454, app/assets/stylesheets/theme/css/style.scss */
.media.flex-column > div {
  width: 100%;
}

/* line 36457, app/assets/stylesheets/theme/css/style.scss */
.media.flex-column > * {
  margin: 0;
}

/*---avatar---*/
/* line 36462, app/assets/stylesheets/theme/css/style.scss */
.avatar {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
}

/* line 36472, app/assets/stylesheets/theme/css/style.scss */
.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  vertical-align: top;
}

/* line 36478, app/assets/stylesheets/theme/css/style.scss */
.avatar[class*="status-"]::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid #ffffff;
}

/* line 36489, app/assets/stylesheets/theme/css/style.scss */
.avatar.avatar-sm[class*="status-"]::after {
  right: -2px;
  width: 9px;
  height: 9px;
}

/* line 36494, app/assets/stylesheets/theme/css/style.scss */
.avatar.avatar-lg[class*="status-"]::after {
  right: 4px;
}

/* line 36497, app/assets/stylesheets/theme/css/style.scss */
.avatar.avatar-xl[class*="status-"]::after {
  right: 5px;
  width: 11px;
  height: 11px;
}

/* line 36502, app/assets/stylesheets/theme/css/style.scss */
.avatar.avatar-xxl[class*="status-"]::after {
  right: 15px;
  width: 12px;
  height: 12px;
}

/* line 36507, app/assets/stylesheets/theme/css/style.scss */
.avatar.avatar-xxxl[class*="status-"]::after {
  right: 25px;
  width: 16px;
  height: 16px;
}

/* line 36512, app/assets/stylesheets/theme/css/style.scss */
.avatar.status-dark::after {
  background-color: #172b4c;
}

/* line 36516, app/assets/stylesheets/theme/css/style.scss */
.avatar-bordered {
  border: 4px solid rgba(255, 255, 255, 0.25);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}

/* line 36524, app/assets/stylesheets/theme/css/style.scss */
.avatar-square {
  border-radius: 0;
}

/* line 36528, app/assets/stylesheets/theme/css/style.scss */
.avatar-sm {
  width: 29px;
  height: 29px;
  line-height: 29px;
  font-size: 0.7143rem;
}

/* line 36535, app/assets/stylesheets/theme/css/style.scss */
.avatar-lg {
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 1.286rem;
}

/* line 36542, app/assets/stylesheets/theme/css/style.scss */
.avatar-xl {
  width: 64px;
  height: 64px;
  line-height: 64px;
  font-size: 1.286rem;
}

/* line 36549, app/assets/stylesheets/theme/css/style.scss */
.avatar-xxl {
  width: 96px;
  height: 96px;
  line-height: 96px;
  font-size: 1.429rem;
}

/* line 36556, app/assets/stylesheets/theme/css/style.scss */
.avatar-xxxl {
  width: 128px;
  height: 128px;
  line-height: 128px;
  font-size: 1.857rem;
}

/* line 36563, app/assets/stylesheets/theme/css/style.scss */
.avatar-pill {
  width: auto;
  border-radius: 18px;
  color: #172b4c;
  text-transform: none;
  letter-spacing: 0;
  background-color: #f3f6f9;
  font-size: 0.8571rem;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}

/* line 36576, app/assets/stylesheets/theme/css/style.scss */
.avatar-pill:hover,
.avatar-pill:focus {
  color: #172b4c;
  background-color: #f3f6f9;
}

/* line 36581, app/assets/stylesheets/theme/css/style.scss */
.avatar-pill img {
  width: 36px;
}

/* line 36584, app/assets/stylesheets/theme/css/style.scss */
.avatar-pill span {
  padding-right: 18px;
  padding-left: 8px;
}

/* line 36588, app/assets/stylesheets/theme/css/style.scss */
.avatar-pill .close {
  padding-left: 0;
  padding-right: 8px;
  font-size: 1.286rem;
  line-height: inherit;
}

/* line 36594, app/assets/stylesheets/theme/css/style.scss */
.avatar-pill.avatar-sm {
  border-radius: 14.5px;
  font-size: 0.8571rem;
}

/* line 36598, app/assets/stylesheets/theme/css/style.scss */
.avatar-pill.avatar-sm img {
  width: 29px;
}

/* line 36601, app/assets/stylesheets/theme/css/style.scss */
.avatar-pill.avatar-sm span {
  padding-right: 14.5px;
}

/* line 36604, app/assets/stylesheets/theme/css/style.scss */
.avatar-pill.avatar-sm .close {
  padding-right: 6px;
  font-size: 1.286rem;
}

/* line 36608, app/assets/stylesheets/theme/css/style.scss */
.avatar-pill.avatar-lg {
  border-radius: 24px;
  font-size: 1rem;
}

/* line 36612, app/assets/stylesheets/theme/css/style.scss */
.avatar-pill.avatar-lg img {
  width: 48px;
}

/* line 36615, app/assets/stylesheets/theme/css/style.scss */
.avatar-pill.avatar-lg span {
  padding-right: 24px;
}

/* line 36618, app/assets/stylesheets/theme/css/style.scss */
.avatar-pill.avatar-lg .close {
  padding-right: 10px;
  font-size: 1.429rem;
}

/* line 36622, app/assets/stylesheets/theme/css/style.scss */
.avatar-pill.avatar-xl {
  border-radius: 32px;
  font-size: 1.143rem;
}

/* line 36626, app/assets/stylesheets/theme/css/style.scss */
.avatar-pill.avatar-xl img {
  width: 64px;
}

/* line 36629, app/assets/stylesheets/theme/css/style.scss */
.avatar-pill.avatar-xl span {
  padding-right: 32px;
  padding-left: 12px;
}

/* line 36633, app/assets/stylesheets/theme/css/style.scss */
.avatar-pill.avatar-xl .close {
  padding-right: 12px;
  font-size: 1.5714285714rem;
}

/* line 36637, app/assets/stylesheets/theme/css/style.scss */
.avatar-pill.avatar-xxl {
  border-radius: 48px;
  font-size: 1.286rem;
}

/* line 36641, app/assets/stylesheets/theme/css/style.scss */
.avatar-pill.avatar-xxl img {
  width: 96px;
}

/* line 36644, app/assets/stylesheets/theme/css/style.scss */
.avatar-pill.avatar-xxl span {
  padding-right: 48px;
  padding-left: 12px;
}

/* line 36648, app/assets/stylesheets/theme/css/style.scss */
.avatar-pill.avatar-xxl .close {
  padding-right: 16px;
  font-size: 1.714rem;
}

/* line 36652, app/assets/stylesheets/theme/css/style.scss */
.avatar-pill.avatar-xxxl {
  border-radius: 64px;
  font-size: 1.429rem;
}

/* line 36656, app/assets/stylesheets/theme/css/style.scss */
.avatar-pill.avatar-xxxl img {
  width: 128px;
}

/* line 36659, app/assets/stylesheets/theme/css/style.scss */
.avatar-pill.avatar-xxxl span {
  padding-right: 64px;
  padding-left: 12px;
}

/* line 36663, app/assets/stylesheets/theme/css/style.scss */
.avatar-pill.avatar-xxxl .close {
  padding-right: 20px;
  font-size: 1.714rem;
}

/* line 36668, app/assets/stylesheets/theme/css/style.scss */
.avatar-list {
  display: -webkit-inline-box;
  display: inline-flex;
}

/* line 36672, app/assets/stylesheets/theme/css/style.scss */
.avatar-list:not(.avatar-list-overlap) {
  margin: -2px;
}

/* line 36675, app/assets/stylesheets/theme/css/style.scss */
.avatar-list:not(.avatar-list-overlap) > * {
  margin: 2px;
}

/* line 36679, app/assets/stylesheets/theme/css/style.scss */
.avatar-list-overlap .avatar {
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}

/* line 36686, app/assets/stylesheets/theme/css/style.scss */
.avatar-list-overlap .avatar + .avatar {
  margin-left: -16px;
}

/* line 36689, app/assets/stylesheets/theme/css/style.scss */
.avatar-list-overlap .avatar + .avatar-sm {
  margin-left: -12px;
}

/* line 36692, app/assets/stylesheets/theme/css/style.scss */
.avatar-list-overlap .avatar + .avatar-lg {
  margin-left: -20px;
}

/* line 36695, app/assets/stylesheets/theme/css/style.scss */
.avatar-list-overlap .avatar + .avatar-xl {
  margin-left: -26px;
}

/* line 36698, app/assets/stylesheets/theme/css/style.scss */
.avatar-list-overlap .avatar + .avatar-xxl {
  margin-left: -36px;
}

/* line 36701, app/assets/stylesheets/theme/css/style.scss */
.avatar-list-overlap .avatar + .avatar-xxxl {
  margin-left: -48px;
}

/* line 36704, app/assets/stylesheets/theme/css/style.scss */
.avatar-list-overlap .avatar:hover + .avatar {
  margin-left: 0;
}

/* line 36707, app/assets/stylesheets/theme/css/style.scss */
.avatar-list-overlap .overlap-exclude {
  margin-left: 0;
}

/* line 36711, app/assets/stylesheets/theme/css/style.scss */
.avatar-add {
  font-family: themify;
  background-color: transparent;
  border: 1px dashed #172b4c;
  color: #172b4c;
  font-size: 0.8571rem;
}

/* line 36718, app/assets/stylesheets/theme/css/style.scss */
.avatar-add::before {
  content: "\e61a";
}

/* line 36721, app/assets/stylesheets/theme/css/style.scss */
.avatar-add:hover {
  color: #ffffff;
}

/* line 36725, app/assets/stylesheets/theme/css/style.scss */
.avatar-more span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

/* line 36737, app/assets/stylesheets/theme/css/style.scss */
.avatar-more:hover span {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.65);
}

/* line 36742, app/assets/stylesheets/theme/css/style.scss */
.user-contact {
  margin-top: -45px;
  position: relative;
}

/* line 36747, app/assets/stylesheets/theme/css/style.scss */
.user-social {
  text-align: center;
}

/* line 36751, app/assets/stylesheets/theme/css/style.scss */
[data-provide~="more-avatar"] ~ .avatar {
  display: none;
}

/*---switch---*/
/* line 36756, app/assets/stylesheets/theme/css/style.scss */
.switch {
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 0;
  line-height: 29px;
  cursor: pointer;
  white-space: nowrap;
}

/* line 36764, app/assets/stylesheets/theme/css/style.scss */
.switch input {
  display: none;
}

/* line 36767, app/assets/stylesheets/theme/css/style.scss */
.switch input:checked ~ .switch-indicator {
  background: #afc3d7;
}

/* line 36770, app/assets/stylesheets/theme/css/style.scss */
.switch input:checked ~ .switch-indicator::after {
  left: calc(100% - 20px);
  -webkit-box-shadow: 0px 0px 3px #f3f6f9;
  box-shadow: 0px 0px 3px #f3f6f9;
}

/* line 36775, app/assets/stylesheets/theme/css/style.scss */
.switch.switch-secondary input:checked ~ .switch-indicator::after {
  background: #4d7bc9;
}

/* line 36778, app/assets/stylesheets/theme/css/style.scss */
.switch .switch-dark input:checked ~ .switch-indicator::after {
  background: #172b4c;
}

/* line 36782, app/assets/stylesheets/theme/css/style.scss */
.switch-indicator {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 10px;
  background: #f3f6f9;
  border-radius: 20px;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* line 36793, app/assets/stylesheets/theme/css/style.scss */
.switch-indicator::after {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: inherit;
  background: #ffffff;
  border-radius: 50%;
  top: -5px;
  -webkit-box-shadow: 0px 0px 3px #608acf;
  box-shadow: 0px 0px 3px #608acf;
}

/*---fullscreen---*/
/* line 36811, app/assets/stylesheets/theme/css/style.scss */
.is-fullscreen[data-provide~="boxfull"] .fullscreen-default,
.is-fullscreen[data-provide~="fullscreen"] .fullscreen-default {
  display: none;
}

/* line 36816, app/assets/stylesheets/theme/css/style.scss */
.is-fullscreen[data-provide~="boxfull"] .fullscreen-active,
.is-fullscreen[data-provide~="fullscreen"] .fullscreen-active {
  display: inline-block;
}

/* line 36821, app/assets/stylesheets/theme/css/style.scss */
[data-provide~="boxfull"] .fullscreen-active,
[data-provide~="fullscreen"] .fullscreen-active {
  display: none;
}

@media (min-width: 768px) {
  /* line 36827, app/assets/stylesheets/theme/css/style.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 36836, app/assets/stylesheets/theme/css/style.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/*products-list*/
/* line 36841, app/assets/stylesheets/theme/css/style.scss */
.products-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 36846, app/assets/stylesheets/theme/css/style.scss */
.products-list > .item {
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 10px;
}

/* line 36852, app/assets/stylesheets/theme/css/style.scss */
.products-list > .item:before,
.products-list > .item:after {
  content: " ";
  display: table;
}

/* line 36857, app/assets/stylesheets/theme/css/style.scss */
.products-list .product-img {
  float: left;
}

/* line 36860, app/assets/stylesheets/theme/css/style.scss */
.products-list .product-img img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
}

/* line 36865, app/assets/stylesheets/theme/css/style.scss */
.products-list .product-info {
  margin-left: 60px;
}

/* line 36868, app/assets/stylesheets/theme/css/style.scss */
.products-list .product-description {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 36875, app/assets/stylesheets/theme/css/style.scss */
.product-list-in-box > .item {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #f3f6f9;
}

/* line 36881, app/assets/stylesheets/theme/css/style.scss */
.product-list-in-box > .item:last-of-type {
  border-bottom-width: 0;
}

/*data table*/
@media (max-width: 767px) {
  /* line 36887, app/assets/stylesheets/theme/css/style.scss */
  .table > tbody > tr > td,
.table > tbody > tr > th {
    white-space: nowrap;
  }
  /* line 36891, app/assets/stylesheets/theme/css/style.scss */
  .table > tfoot > tr > td,
.table > tfoot > tr > th {
    white-space: nowrap;
  }
  /* line 36895, app/assets/stylesheets/theme/css/style.scss */
  .table > thead > tr > td,
.table > thead > tr > th {
    white-space: nowrap;
  }
}

/* line 36900, app/assets/stylesheets/theme/css/style.scss */
.table > tbody > tr > td,
.table > tbody > tr > th {
  padding: 1rem;
  vertical-align: middle;
}

/* line 36905, app/assets/stylesheets/theme/css/style.scss */
.table > tfoot > tr > td,
.table > tfoot > tr > th {
  padding: 1rem;
  vertical-align: middle;
}

/* line 36910, app/assets/stylesheets/theme/css/style.scss */
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 1rem;
  vertical-align: middle;
}

/* line 36916, app/assets/stylesheets/theme/css/style.scss */
.table tr td .progress {
  margin-top: 5px;
}

/* line 36919, app/assets/stylesheets/theme/css/style.scss */
.table.no-border {
  border: 0;
}

/* line 36922, app/assets/stylesheets/theme/css/style.scss */
.table.no-border td,
.table.no-border th {
  border: 0;
}

/* line 36926, app/assets/stylesheets/theme/css/style.scss */
.table.align th {
  text-align: left;
}

/* line 36929, app/assets/stylesheets/theme/css/style.scss */
.table.align td {
  text-align: right;
}

/* line 36933, app/assets/stylesheets/theme/css/style.scss */
.table-bordered {
  border: 1px solid #d1d3e0;
}

/* line 36936, app/assets/stylesheets/theme/css/style.scss */
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th {
  border: 1px solid #d1d3e0 !important;
}

/* line 36940, app/assets/stylesheets/theme/css/style.scss */
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #d1d3e0 !important;
  border-bottom-width: 2px;
}

/* line 36945, app/assets/stylesheets/theme/css/style.scss */
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th {
  border: 1px solid #d1d3e0 !important;
}

/* line 36950, app/assets/stylesheets/theme/css/style.scss */
.table-separated {
  border-collapse: separate;
  border-spacing: 0 8px;
}

/* line 36954, app/assets/stylesheets/theme/css/style.scss */
.table-separated thead th {
  border-bottom: none;
}

/* line 36957, app/assets/stylesheets/theme/css/style.scss */
.table-separated tbody tr {
  background-color: #ebedf3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 36962, app/assets/stylesheets/theme/css/style.scss */
.table-separated tbody tr > *:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 36966, app/assets/stylesheets/theme/css/style.scss */
.table-separated tbody tr > *:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 36970, app/assets/stylesheets/theme/css/style.scss */
.table-separated tbody tr th,
.table-separated tbody tr td {
  border-top: none;
}

/* line 36975, app/assets/stylesheets/theme/css/style.scss */
.dataTables_info,
.dataTables_length,
.dt-buttons {
  display: inline-block;
}

/* line 36981, app/assets/stylesheets/theme/css/style.scss */
.dt-buttons {
  margin-bottom: 10px;
}

/* line 36984, app/assets/stylesheets/theme/css/style.scss */
.dt-buttons .dt-button {
  padding: 5px 15px;
  border-radius: 0;
  color: #ffffff;
  margin-right: 3px;
  display: inline-block;
}

/* line 36991, app/assets/stylesheets/theme/css/style.scss */
.dt-buttons .dt-button:hover {
  background: #172b4c;
}

/* line 36995, app/assets/stylesheets/theme/css/style.scss */
.dataTables_filter {
  float: right;
  padding-top: 5px;
}

/* line 36999, app/assets/stylesheets/theme/css/style.scss */
.dataTables_filter input {
  border: 1px solid #cccccc;
  margin-left: 5px;
}

/* line 37004, app/assets/stylesheets/theme/css/style.scss */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
  background: 0 0;
}

/* line 37012, app/assets/stylesheets/theme/css/style.scss */
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

/* line 37017, app/assets/stylesheets/theme/css/style.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  color: #737373;
  border: 1px solid transparent;
  border-radius: 2px;
}

/* line 37031, app/assets/stylesheets/theme/css/style.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #ffffff;
}

/* line 37035, app/assets/stylesheets/theme/css/style.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  cursor: not-allowed;
  color: #737373;
  border: 1px solid transparent;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 37045, app/assets/stylesheets/theme/css/style.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #ffffff;
  background-color: #6993ff;
}

/* line 37049, app/assets/stylesheets/theme/css/style.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: 0;
  background-color: #737373;
}

/* line 37053, app/assets/stylesheets/theme/css/style.scss */
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

/* line 37057, app/assets/stylesheets/theme/css/style.scss */
.tablesaw-bar .btn-group label {
  color: #737373;
}

/* line 37061, app/assets/stylesheets/theme/css/style.scss */
tfoot input {
  width: 100%;
  padding: 3px;
  box-sizing: border-box;
}

/* line 37067, app/assets/stylesheets/theme/css/style.scss */
.dt-bootstrap {
  display: block;
}

/* line 37071, app/assets/stylesheets/theme/css/style.scss */
.paging_simple_numbers .pagination .paginate_button {
  padding: 0;
  background: #ffffff;
}

/* line 37075, app/assets/stylesheets/theme/css/style.scss */
.paging_simple_numbers .pagination .paginate_button:hover {
  background: #ffffff;
}

/* line 37078, app/assets/stylesheets/theme/css/style.scss */
.paging_simple_numbers .pagination .paginate_button:hover a {
  color: #ffffff;
}

/* line 37081, app/assets/stylesheets/theme/css/style.scss */
.paging_simple_numbers .pagination .paginate_button a {
  padding: 15px 15px;
  border-radius: 5px;
  border: 0 !important;
}

/* line 37086, app/assets/stylesheets/theme/css/style.scss */
.paging_simple_numbers .pagination .paginate_button.active a {
  color: #ffffff;
}

/* line 37090, app/assets/stylesheets/theme/css/style.scss */
.footable .pagination {
  display: inline-block;
  padding: 8px 0;
}

/* line 37094, app/assets/stylesheets/theme/css/style.scss */
.footable .pagination li {
  padding: 0;
  margin: 0 1px;
  display: inline-block;
}

/* line 37099, app/assets/stylesheets/theme/css/style.scss */
.footable .pagination li a {
  padding: 5px 10px;
}

/* line 37102, app/assets/stylesheets/theme/css/style.scss */
.footable .pagination li a.active,
.footable .pagination li a:hover {
  color: #ffffff;
  border-radius: 4px;
}

/* line 37107, app/assets/stylesheets/theme/css/style.scss */
.footable .pagination li.active a {
  color: #ffffff;
  border-radius: 4px;
}

/*direct-chat*/
/* line 37113, app/assets/stylesheets/theme/css/style.scss */
.direct-chat .box-body {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  overflow: hidden;
  padding: 0;
}

/* line 37120, app/assets/stylesheets/theme/css/style.scss */
.direct-chat.chat-pane-open .direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 37127, app/assets/stylesheets/theme/css/style.scss */
.direct-chat-messages {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 10px;
  height: 250px;
  overflow: auto;
}

/* line 37137, app/assets/stylesheets/theme/css/style.scss */
.direct-chat-msg {
  display: block;
  margin-bottom: 10px;
}

/* line 37141, app/assets/stylesheets/theme/css/style.scss */
.direct-chat-msg:before,
.direct-chat-msg:after {
  content: " ";
  display: table;
}

/* line 37147, app/assets/stylesheets/theme/css/style.scss */
.direct-chat-text {
  position: relative;
  margin: 5px 0 0 50px;
  display: table;
}

/* line 37152, app/assets/stylesheets/theme/css/style.scss */
.direct-chat-text p {
  border-radius: 5px;
  padding: 0.5rem 0.5rem;
  background: #efefef;
  color: #737373;
  margin-bottom: 0.25rem;
  display: inherit;
}

/* line 37160, app/assets/stylesheets/theme/css/style.scss */
.direct-chat-text p.direct-chat-timestamp {
  background-color: transparent !important;
  padding: 0;
  opacity: 0.8;
}

/* line 37165, app/assets/stylesheets/theme/css/style.scss */
.direct-chat-text:after {
  border-width: 5px;
  margin-top: -5px;
}

/* line 37169, app/assets/stylesheets/theme/css/style.scss */
.direct-chat-text:before {
  border-width: 6px;
  margin-top: -6px;
}

/* line 37174, app/assets/stylesheets/theme/css/style.scss */
.direct-chat-contacts {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  -webkit-transform: translate(101%, 0);
  -ms-transform: translate(101%, 0);
  -o-transform: translate(101%, 0);
  transform: translate(101%, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  height: 250px;
  width: 100%;
  background: #172b4c;
  color: #ffffff;
  overflow: auto;
}

/* line 37193, app/assets/stylesheets/theme/css/style.scss */
.direct-chat-messages {
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

/* line 37199, app/assets/stylesheets/theme/css/style.scss */
.direct-chat-messages.chat-app {
  padding: 0.8rem 1.25rem;
}

/* line 37203, app/assets/stylesheets/theme/css/style.scss */
.right .direct-chat-text {
  margin: 5px 0px 0 0px;
  float: right;
  text-align: right;
}

/* line 37208, app/assets/stylesheets/theme/css/style.scss */
.right .direct-chat-text p {
  display: inherit;
  clear: both;
  float: right;
  color: #ffffff;
}

/* line 37214, app/assets/stylesheets/theme/css/style.scss */
.right .direct-chat-img {
  float: right;
}

/* line 37218, app/assets/stylesheets/theme/css/style.scss */
.direct-chat-img {
  float: left;
  width: 40px;
  height: 40px;
}

/* line 37224, app/assets/stylesheets/theme/css/style.scss */
.direct-chat-info {
  display: block;
  margin-bottom: 2px;
}

/* line 37229, app/assets/stylesheets/theme/css/style.scss */
.direct-chat-timestamp {
  color: #737373;
}

/* line 37233, app/assets/stylesheets/theme/css/style.scss */
.direct-chat-contacts-open .direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 37240, app/assets/stylesheets/theme/css/style.scss */
.contacts-list > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 0;
}

/* line 37245, app/assets/stylesheets/theme/css/style.scss */
.contacts-list > li:before,
.contacts-list > li:after {
  content: " ";
  display: table;
}

/* line 37250, app/assets/stylesheets/theme/css/style.scss */
.contacts-list > li:last-of-type {
  border-bottom: none;
}

/* line 37254, app/assets/stylesheets/theme/css/style.scss */
.contacts-list-name,
.contacts-list-status,
.users-list-date,
.users-list-name {
  display: block;
}

/* line 37261, app/assets/stylesheets/theme/css/style.scss */
.contacts-list-img {
  border-radius: 50%;
  width: 40px;
  float: left;
}

/* line 37267, app/assets/stylesheets/theme/css/style.scss */
.contacts-list-info {
  margin-left: 45px;
  color: #ffffff;
}

/* line 37272, app/assets/stylesheets/theme/css/style.scss */
.contacts-list-status {
  font-size: 12px;
}

/* line 37276, app/assets/stylesheets/theme/css/style.scss */
.contacts-list-date {
  color: #a6a6a6;
  font-weight: 300;
}

/* line 37281, app/assets/stylesheets/theme/css/style.scss */
.contacts-list-email {
  color: #608acf;
}

/* line 37285, app/assets/stylesheets/theme/css/style.scss */
.contact-page-aside ul.list-style-none {
  margin: 0px;
  padding: 0px;
}

/* line 37290, app/assets/stylesheets/theme/css/style.scss */
ul.list-style-none li {
  list-style: none;
}

/* line 37293, app/assets/stylesheets/theme/css/style.scss */
ul.list-style-none li a {
  color: #737373;
  padding: 10px 0px;
  display: block;
  text-decoration: none;
}

/* line 37299, app/assets/stylesheets/theme/css/style.scss */
ul.list-style-none li a:hover {
  color: #8950fc;
}

/* line 37303, app/assets/stylesheets/theme/css/style.scss */
.list-style-none li.box-label a {
  font-weight: 500;
}

/* line 37306, app/assets/stylesheets/theme/css/style.scss */
.list-style-none li.divider {
  margin: 10px 0;
  height: 1px;
  background: rgba(47, 87, 154, 0.13);
}

/* line 37311, app/assets/stylesheets/theme/css/style.scss */
.list-style-none li a span {
  float: right;
}

/* line 37315, app/assets/stylesheets/theme/css/style.scss */
div#employeelist_filter {
  margin-top: -60px;
  position: relative;
  z-index: 99;
}

/* line 37321, app/assets/stylesheets/theme/css/style.scss */
.chat-app .direct-chat-img {
  width: 55px;
  height: 55px;
  line-height: 55px;
}

/* line 37326, app/assets/stylesheets/theme/css/style.scss */
.chat-app .direct-chat-text {
  margin: 5px 0 0 80px;
}

/* line 37329, app/assets/stylesheets/theme/css/style.scss */
.chat-app .right .direct-chat-text {
  margin: 5px 0px 0 0px;
  float: right;
  text-align: right;
}

/* line 37335, app/assets/stylesheets/theme/css/style.scss */
time {
  font-size: 0.8571rem;
  color: #608acf;
}

/*---users-list---*/
/* line 37341, app/assets/stylesheets/theme/css/style.scss */
.users-list > li {
  width: 25%;
  float: left;
  padding: 10px;
  text-align: center;
}

/* line 37347, app/assets/stylesheets/theme/css/style.scss */
.users-list > li img {
  border-radius: 5px;
  max-width: 100%;
  height: auto;
}

/* line 37352, app/assets/stylesheets/theme/css/style.scss */
.users-list > li > a:hover {
  color: #737373;
}

/* line 37355, app/assets/stylesheets/theme/css/style.scss */
.users-list > li > a:hover .users-list-name {
  color: #737373;
}

/* line 37359, app/assets/stylesheets/theme/css/style.scss */
.users-list-name {
  font-weight: 600;
  color: #172b4c;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 37367, app/assets/stylesheets/theme/css/style.scss */
.users-list-date {
  color: #737373;
  font-size: 0.8571rem;
}

/*---carousel-control---*/
/* line 37373, app/assets/stylesheets/theme/css/style.scss */
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

/* line 37377, app/assets/stylesheets/theme/css/style.scss */
.carousel-control > i {
  font-size: 2.857rem;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -20px;
}

/*---widget---*/
/* line 37387, app/assets/stylesheets/theme/css/style.scss */
.widget-user .widget-user-username,
.widget-user-2 .widget-user-username,
.widget-user-3 .widget-user-username,
.widget-user-4 .widget-user-username {
  margin-bottom: 5px;
  font-size: 1.714rem;
}

/* line 37395, app/assets/stylesheets/theme/css/style.scss */
.box-widget {
  border: none;
  position: relative;
}

/* line 37400, app/assets/stylesheets/theme/css/style.scss */
.widget-user .widget-user-header {
  padding: 20px;
  height: 140px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

/* line 37406, app/assets/stylesheets/theme/css/style.scss */
.widget-user .widget-user-username {
  margin-top: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

/* line 37410, app/assets/stylesheets/theme/css/style.scss */
.widget-user .widget-user-desc {
  margin-top: 0;
}

/* line 37413, app/assets/stylesheets/theme/css/style.scss */
.widget-user .widget-user-image {
  position: absolute;
  top: 85px;
  left: 50%;
  margin-left: -45px;
}

/* line 37419, app/assets/stylesheets/theme/css/style.scss */
.widget-user .widget-user-image > img {
  width: 90px;
  height: auto;
  border: 3px solid #ffffff;
}

/* line 37424, app/assets/stylesheets/theme/css/style.scss */
.widget-user .box-footer {
  padding-top: 30px;
}

/* line 37428, app/assets/stylesheets/theme/css/style.scss */
.widget-user-2 .widget-user-header {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 20px;
}

/* line 37433, app/assets/stylesheets/theme/css/style.scss */
.widget-user-2 .widget-user-username {
  margin-top: 5px;
  margin-left: 75px;
}

/* line 37437, app/assets/stylesheets/theme/css/style.scss */
.widget-user-2 .widget-user-desc {
  margin-top: 0;
  margin-left: 75px;
}

/* line 37441, app/assets/stylesheets/theme/css/style.scss */
.widget-user-2 .widget-user-image > img {
  width: 65px;
  height: auto;
  float: left;
}

/* line 37447, app/assets/stylesheets/theme/css/style.scss */
.widget-user-3 .widget-user-header {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 20px;
}

/* line 37452, app/assets/stylesheets/theme/css/style.scss */
.widget-user-3 .widget-user-username {
  margin-top: 5px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

/* line 37456, app/assets/stylesheets/theme/css/style.scss */
.widget-user-3 .widget-user-desc {
  margin-top: 0;
}

/* line 37459, app/assets/stylesheets/theme/css/style.scss */
.widget-user-3 .info-user {
  float: left;
  margin-top: 15px;
}

/* line 37463, app/assets/stylesheets/theme/css/style.scss */
.widget-user-3 .widget-user-image > img {
  width: 100px;
  height: auto;
  float: right;
  border: 3px solid #ffffff;
}

/* line 37470, app/assets/stylesheets/theme/css/style.scss */
.widget-user-4 .widget-user-header {
  text-align: center;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

/* line 37475, app/assets/stylesheets/theme/css/style.scss */
.widget-user-4 .widget-user-username {
  margin-top: 0;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

/* line 37479, app/assets/stylesheets/theme/css/style.scss */
.widget-user-4 .widget-user-desc {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 37483, app/assets/stylesheets/theme/css/style.scss */
.widget-user-4 .widget-user-image {
  text-align: center;
  margin-bottom: 15px;
}

/* line 37487, app/assets/stylesheets/theme/css/style.scss */
.widget-user-4 .widget-user-image > img {
  width: 100px;
  height: auto;
}

/* line 37491, app/assets/stylesheets/theme/css/style.scss */
.widget-user-4 .box-footer {
  padding-top: 30px;
}

/* line 37495, app/assets/stylesheets/theme/css/style.scss */
.box.widget-user-4 .overlay {
  z-index: 50;
  border-radius: 0;
  padding: 20px;
}

/* line 37500, app/assets/stylesheets/theme/css/style.scss */
.box.widget-user-4 .overlay.overlay-none {
  background: rgba(0, 0, 0, 0);
}

/*mailbox*/
/* line 37505, app/assets/stylesheets/theme/css/style.scss */
.mailbox-messages > .table {
  margin: 0;
}

/* line 37508, app/assets/stylesheets/theme/css/style.scss */
.mailbox-messages .mailbox-date {
  font-size: 0.8571rem;
  color: #737373;
}

/* line 37512, app/assets/stylesheets/theme/css/style.scss */
.mailbox-messages table a {
  color: #737373;
}

/* line 37516, app/assets/stylesheets/theme/css/style.scss */
.mailbox-controls {
  padding: 0rem 0rem 1.25rem;
}

/* line 37519, app/assets/stylesheets/theme/css/style.scss */
.mailbox-controls .btn {
  padding: 10px 15px;
}

/* line 37522, app/assets/stylesheets/theme/css/style.scss */
.mailbox-controls .btn i {
  font-size: 1.143rem;
}

/* line 37525, app/assets/stylesheets/theme/css/style.scss */
.mailbox-controls.with-border {
  border-bottom: 1px solid #f3f6f9;
}

/* line 37529, app/assets/stylesheets/theme/css/style.scss */
.mailbox-read-info {
  border-bottom: 1px solid #f3f6f9;
  padding: 10px;
}

/* line 37533, app/assets/stylesheets/theme/css/style.scss */
.mailbox-read-info h3 {
  font-size: 1.429rem;
  margin: 0;
}

/* line 37537, app/assets/stylesheets/theme/css/style.scss */
.mailbox-read-info h5 {
  margin: 0;
  padding: 5px 0 0;
}

/* line 37542, app/assets/stylesheets/theme/css/style.scss */
.mailbox-read-time {
  color: #737373;
  font-size: 1rem;
}

/* line 37547, app/assets/stylesheets/theme/css/style.scss */
.mailbox-read-message {
  padding: 10px;
}

/* line 37551, app/assets/stylesheets/theme/css/style.scss */
.mailbox-attachments li {
  float: left;
  width: 140px;
  border: 1px solid #a6a6a6;
  margin-bottom: 10px;
  margin-right: 10px;
}

/* line 37559, app/assets/stylesheets/theme/css/style.scss */
.mailbox-attachment-name {
  font-weight: 300;
  color: #737373;
  font-size: 10px;
}

/* line 37565, app/assets/stylesheets/theme/css/style.scss */
.mailbox-attachment-info {
  padding: 10px;
  background: #f3f6f9;
}

/* line 37570, app/assets/stylesheets/theme/css/style.scss */
.mailbox-attachment-size {
  color: #737373;
  font-size: 0.8571rem;
}

/* line 37575, app/assets/stylesheets/theme/css/style.scss */
.mailbox-attachment-icon {
  text-align: center;
  font-size: 3.571rem;
  color: #737373;
  padding: 20px 10px;
}

/* line 37581, app/assets/stylesheets/theme/css/style.scss */
.mailbox-attachment-icon.has-img {
  padding: 0;
}

/* line 37584, app/assets/stylesheets/theme/css/style.scss */
.mailbox-attachment-icon.has-img > img {
  max-width: 100%;
  height: auto;
}

/*Extra Pages*/
/* line 37590, app/assets/stylesheets/theme/css/style.scss */
.lockscreen-box-body {
  -webkit-box-shadow: 0 2px 2px 0 rgba(128, 128, 128, 0.14), 0 3px 1px -2px rgba(128, 128, 128, 0.2), 0 1px 5px 0 rgba(128, 128, 128, 0.12);
  box-shadow: 0 2px 2px 0 rgba(128, 128, 128, 0.14), 0 3px 1px -2px rgba(128, 128, 128, 0.2), 0 1px 5px 0 rgba(128, 128, 128, 0.12);
}

/* line 37599, app/assets/stylesheets/theme/css/style.scss */
.has-feedback {
  position: relative;
}

/* line 37602, app/assets/stylesheets/theme/css/style.scss */
.has-feedback .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 37615, app/assets/stylesheets/theme/css/style.scss */
.register-page .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 37628, app/assets/stylesheets/theme/css/style.scss */
.login-page .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 37641, app/assets/stylesheets/theme/css/style.scss */
.lockscreen .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 37654, app/assets/stylesheets/theme/css/style.scss */
.content-top-agile {
  text-align: center;
  position: relative;
}

/* line 37659, app/assets/stylesheets/theme/css/style.scss */
.auth-2 {
  width: 500px;
  margin: 0;
  padding: 7% 30px;
  float: right;
  height: 100%;
  overflow-y: scroll;
}

/* line 37668, app/assets/stylesheets/theme/css/style.scss */
.auth-logo {
  text-align: center;
  font-weight: 300;
}

/* line 37673, app/assets/stylesheets/theme/css/style.scss */
.auth-body {
  padding: 20px 20px 10px;
}

/* line 37677, app/assets/stylesheets/theme/css/style.scss */
.auth-msg {
  margin: 0;
  text-align: center;
  padding: 0 20px 20px;
}

/* line 37683, app/assets/stylesheets/theme/css/style.scss */
.auth-2-outer {
  display: block;
}

@media (max-width: 767px) {
  /* line 37688, app/assets/stylesheets/theme/css/style.scss */
  .content-top-agile {
    border-radius: 25px 25px 0 0;
  }
  /* line 37692, app/assets/stylesheets/theme/css/style.scss */
  .content-bottom {
    padding: 3em;
    background: #ffffff;
    border-radius: 0 0 25px 25px;
  }
  /* line 37698, app/assets/stylesheets/theme/css/style.scss */
  .auth-2 {
    width: 300px;
    margin: 0px auto;
    float: none;
    border-radius: 5px;
    height: auto;
  }
  /* line 37706, app/assets/stylesheets/theme/css/style.scss */
  .auth-2-outer {
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 37711, app/assets/stylesheets/theme/css/style.scss */
.error-page-title {
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
}

/* line 37719, app/assets/stylesheets/theme/css/style.scss */
.error-page > .error-content,
.login-box .fog-pwd,
.mailbox-attachment-icon,
.mailbox-attachment-info,
.mailbox-attachment-size {
  display: block;
}

/*lable floting*/
/* line 37728, app/assets/stylesheets/theme/css/style.scss */
.has-warning .bar:before,
.has-warning .bar:after {
  background: #ffa800;
}

/* line 37732, app/assets/stylesheets/theme/css/style.scss */
.has-warning .form-control:focus ~ label,
.has-warning .form-control:valid ~ label {
  color: #ffa800;
}

/* line 37737, app/assets/stylesheets/theme/css/style.scss */
.has-success .bar:before,
.has-success .bar:after {
  background: #1bc5bd;
}

/* line 37741, app/assets/stylesheets/theme/css/style.scss */
.has-success .form-control:focus ~ label,
.has-success .form-control:valid ~ label {
  color: #1bc5bd;
}

/* line 37746, app/assets/stylesheets/theme/css/style.scss */
.has-error .bar:before,
.has-error .bar:after {
  background: #f64e60;
}

/* line 37750, app/assets/stylesheets/theme/css/style.scss */
.has-error .form-control:focus ~ label,
.has-error .form-control:valid ~ label {
  color: #f64e60;
}

/* line 37755, app/assets/stylesheets/theme/css/style.scss */
.has-feedback label ~ .t-0 {
  top: 0;
}

/* line 37759, app/assets/stylesheets/theme/css/style.scss */
.form-group.error input,
.form-group.error select,
.form-group.error textarea {
  border: 1px solid #f64e60;
}

/* line 37764, app/assets/stylesheets/theme/css/style.scss */
.form-group.error .help-block ul {
  padding: 0px;
  color: #f64e60;
}

/* line 37768, app/assets/stylesheets/theme/css/style.scss */
.form-group.error .help-block ul li {
  list-style: none;
}

/* line 37771, app/assets/stylesheets/theme/css/style.scss */
.form-group.validate input,
.form-group.validate select,
.form-group.validate textarea {
  border: 1px solid #1bc5bd;
}

/* line 37776, app/assets/stylesheets/theme/css/style.scss */
.form-group.issue .help-block ul {
  padding: 0px;
  color: #ffa800;
}

/* line 37780, app/assets/stylesheets/theme/css/style.scss */
.form-group.issue .help-block ul li {
  list-style: none;
}

/*invoice*/
/* line 37785, app/assets/stylesheets/theme/css/style.scss */
.invoice {
  position: relative;
  background: #ffffff;
  border: 1px solid #f3f6f9;
  padding: 20px;
  margin: 10px 10px;
}

/* line 37793, app/assets/stylesheets/theme/css/style.scss */
.invoice-details {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 37798, app/assets/stylesheets/theme/css/style.scss */
.total-payment h3 {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #cccccc;
  display: inline-block;
  margin-top: 0;
}

/* line 37806, app/assets/stylesheets/theme/css/style.scss */
.invoice-title {
  margin-top: 0;
}

/* line 37810, app/assets/stylesheets/theme/css/style.scss */
.invoice-details {
  background-color: #6993ff;
  margin-bottom: 15px;
  color: #ffffff;
}

@media print {
  /* line 37817, app/assets/stylesheets/theme/css/style.scss */
  .content-header,
.left-side,
.main-header,
.main-sidebar,
.no-print {
    display: none !important;
  }
  /* line 37825, app/assets/stylesheets/theme/css/style.scss */
  .content-wrapper,
.main-footer,
.right-side {
    margin-left: 0 !important;
    min-height: 0 !important;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  /* line 37836, app/assets/stylesheets/theme/css/style.scss */
  .fixed .content-wrapper,
.fixed .right-side {
    padding-top: 0 !important;
  }
  /* line 37841, app/assets/stylesheets/theme/css/style.scss */
  .invoice {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
  }
  /* line 37848, app/assets/stylesheets/theme/css/style.scss */
  .invoice-col {
    float: left;
    width: 33.3333333%;
  }
  /* line 37853, app/assets/stylesheets/theme/css/style.scss */
  .table-responsive {
    overflow: auto;
  }
  /* line 37857, app/assets/stylesheets/theme/css/style.scss */
  .table-responsive > .table tr td,
.table-responsive > .table tr th {
    white-space: normal;
  }
}

/*profile*/
/* line 37863, app/assets/stylesheets/theme/css/style.scss */
.activitytimeline {
  position: relative;
  margin-left: 50px;
  margin-right: 10px;
}

/* line 37869, app/assets/stylesheets/theme/css/style.scss */
.box-profile .social-states {
  font-size: 1.143rem;
}

/* line 37872, app/assets/stylesheets/theme/css/style.scss */
.box-profile .social-states a {
  color: #ffffff;
}

/* line 37876, app/assets/stylesheets/theme/css/style.scss */
.post {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 15px;
  padding-bottom: 15px;
  color: #737373;
}

/* line 37882, app/assets/stylesheets/theme/css/style.scss */
.post:last-of-type {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 37887, app/assets/stylesheets/theme/css/style.scss */
.post .user-block {
  margin-bottom: 15px;
}

/* line 37891, app/assets/stylesheets/theme/css/style.scss */
.user-block:before,
.user-block:after {
  content: " ";
  display: table;
}

/* line 37896, app/assets/stylesheets/theme/css/style.scss */
.user-block img {
  width: 40px;
  height: 40px;
  float: left;
}

/* line 37901, app/assets/stylesheets/theme/css/style.scss */
.user-block .comment,
.user-block .description,
.user-block .username {
  display: block;
  margin-left: 50px;
}

/* line 37907, app/assets/stylesheets/theme/css/style.scss */
.user-block .username {
  font-size: 1.143rem;
  font-weight: 600;
}

/* line 37911, app/assets/stylesheets/theme/css/style.scss */
.user-block .description {
  color: #737373;
  font-size: 1rem;
}

/* line 37915, app/assets/stylesheets/theme/css/style.scss */
.user-block.user-block-sm .username {
  font-size: 1rem;
}

/* line 37919, app/assets/stylesheets/theme/css/style.scss */
.img-sm + .img-push,
.user-block.user-block-sm .comment,
.user-block.user-block-sm .description,
.user-block.user-block-sm .username {
  margin-left: 40px;
}

/*calendar*/
/* line 37927, app/assets/stylesheets/theme/css/style.scss */
.box .datepicker-inline,
.box .datepicker-inline .datepicker-days,
.box .datepicker-inline .datepicker-days > table,
.box .datepicker-inline > table,
.fc-grid {
  width: 100%;
}

/* line 37935, app/assets/stylesheets/theme/css/style.scss */
.fc-day-number {
  padding-right: 10px;
}

/* line 37939, app/assets/stylesheets/theme/css/style.scss */
.fc-header-right {
  padding-right: 10px;
}

/* line 37943, app/assets/stylesheets/theme/css/style.scss */
.fc-button {
  background: #ffffff;
  border: 1px solid rgba(96, 138, 207, 0.13);
  color: #737373;
  text-transform: capitalize;
}

/* line 37949, app/assets/stylesheets/theme/css/style.scss */
.fc-button:hover,
.fc-button:active,
.fc-button.active {
  background-color: #f3f6f9;
  opacity: 0.8;
}

/* line 37956, app/assets/stylesheets/theme/css/style.scss */
.fc-header-title h2 {
  font-size: 1.143rem;
  color: #737373;
  margin-left: 10px;
}

/* line 37962, app/assets/stylesheets/theme/css/style.scss */
.fc-header-left {
  padding-left: 10px;
}

/* line 37966, app/assets/stylesheets/theme/css/style.scss */
.fc-widget-header {
  background: transparent;
  border: 0;
}

/* line 37970, app/assets/stylesheets/theme/css/style.scss */
.fc-widget-header:first-of-type {
  border-left: 0;
  border-right: 0;
}

/* line 37974, app/assets/stylesheets/theme/css/style.scss */
.fc-widget-header:last-of-type {
  border-right: 0;
}

/* line 37978, app/assets/stylesheets/theme/css/style.scss */
.fc-grid {
  border: 0;
}

/* line 37982, app/assets/stylesheets/theme/css/style.scss */
.fc-widget-content {
  border-color: rgba(96, 138, 207, 0) !important;
}

/* line 37985, app/assets/stylesheets/theme/css/style.scss */
.fc-widget-content:first-of-type {
  border-left: 0;
  border-right: 0;
}

/* line 37989, app/assets/stylesheets/theme/css/style.scss */
.fc-widget-content:last-of-type {
  border-right: 0;
}

/* line 37993, app/assets/stylesheets/theme/css/style.scss */
.fc-day-number {
  font-size: 1.429rem;
  font-weight: 300;
}

/* line 37998, app/assets/stylesheets/theme/css/style.scss */
.fc-color-picker {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 38003, app/assets/stylesheets/theme/css/style.scss */
.fc-color-picker > li {
  float: left;
  font-size: 2.143rem;
  margin-right: 5px;
  line-height: 30px;
}

/* line 38009, app/assets/stylesheets/theme/css/style.scss */
.fc-color-picker > li .fa {
  -webkit-transition: -webkit-transform linear 0.3s;
  -moz-transition: -moz-transform linear 0.3s;
  -o-transition: -o-transform linear 0.3s;
  transition: transform linear 0.3s;
}

/* line 38015, app/assets/stylesheets/theme/css/style.scss */
.fc-color-picker > li .fa:hover {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}

/* line 38022, app/assets/stylesheets/theme/css/style.scss */
.calendar {
  float: left;
  margin-bottom: 0;
}

/* line 38027, app/assets/stylesheets/theme/css/style.scss */
.fc-toolbar {
  margin: 0 !important;
  padding: 1.25rem 0;
}

/* line 38031, app/assets/stylesheets/theme/css/style.scss */
.fc-toolbar h2 {
  font-size: 1.286rem;
  font-weight: 500;
  line-height: 30px;
}

/* line 38036, app/assets/stylesheets/theme/css/style.scss */
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 0;
}

/* line 38039, app/assets/stylesheets/theme/css/style.scss */
.fc-toolbar .fc-center {
  color: #737373;
}

/* line 38043, app/assets/stylesheets/theme/css/style.scss */
.fc-day {
  background: #ffffff;
}

/* line 38047, app/assets/stylesheets/theme/css/style.scss */
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active,
.fc-toolbar button:focus,
.fc-toolbar button:hover {
  z-index: 0;
}

/* line 38054, app/assets/stylesheets/theme/css/style.scss */
.fc th.fc-widget-header {
  color: #777777;
  font-size: 1rem;
  font-weight: 300;
  line-height: 20px;
  padding: 7px 0;
}

/* line 38061, app/assets/stylesheets/theme/css/style.scss */
.fc th.fc-fri,
.fc th.fc-mon,
.fc th.fc-sat,
.fc th.fc-sun,
.fc th.fc-thu,
.fc th.fc-tue,
.fc th.fc-wed {
  background: transparent;
}

/* line 38071, app/assets/stylesheets/theme/css/style.scss */
.fc-view {
  margin-top: 0;
}

/* line 38075, app/assets/stylesheets/theme/css/style.scss */
.fc-time-grid .fc-slats td {
  color: #ffffff;
}

/* line 38079, app/assets/stylesheets/theme/css/style.scss */
.fc-text-arrow {
  font-family: inherit;
  font-size: 1.143rem;
}

/* line 38084, app/assets/stylesheets/theme/css/style.scss */
.fc-state-hover {
  background: #f3f6f9;
}

/* line 38088, app/assets/stylesheets/theme/css/style.scss */
.fc-unthemed .fc-today {
  border: 1px solid #f64e60;
  background: #f3f6f9 !important;
}

/* line 38093, app/assets/stylesheets/theme/css/style.scss */
.fc-cell-overlay,
.fc-state-highlight {
  background: #f3f6f9;
}

/* line 38098, app/assets/stylesheets/theme/css/style.scss */
.calendar-event {
  cursor: move;
  text-align: center;
}

/* line 38103, app/assets/stylesheets/theme/css/style.scss */
.fc-event {
  border-radius: 0;
  border: none;
  color: #ffffff !important;
  font-size: 0.8571rem;
  margin: 1px -1px 0;
  padding: 5px;
  cursor: move;
  text-align: center;
}

/* line 38114, app/assets/stylesheets/theme/css/style.scss */
.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: transparent;
}

/* line 38127, app/assets/stylesheets/theme/css/style.scss */
.fc-basic-view .fc-body .fc-row {
  min-height: 7em;
}

/* line 38131, app/assets/stylesheets/theme/css/style.scss */
.calendar-event {
  margin: 10px 5px 0 0;
  padding: 6px 10px;
  display: inline-block;
  color: #ffffff;
  min-width: 140px;
}

/* line 38138, app/assets/stylesheets/theme/css/style.scss */
.calendar-event a {
  float: right;
  opacity: 0.6;
  font-size: 0.7143rem;
  margin: 4px 0 0 10px;
  color: #ffffff;
}

/* line 38146, app/assets/stylesheets/theme/css/style.scss */
.fc-basic-view td.fc-week-number span {
  padding-right: 5px;
}

/* line 38149, app/assets/stylesheets/theme/css/style.scss */
.fc-basic-view .fc-day-number {
  padding: 0px 15px;
  display: inline-block;
}

/* line 38154, app/assets/stylesheets/theme/css/style.scss */
.dask .fc-day-number {
  font-size: 1rem;
}

@media (min-width: 1200px) {
  /* line 38159, app/assets/stylesheets/theme/css/style.scss */
  .fc-basic-view .fc-day-number {
    padding: 10px 15px;
  }
  /* line 38163, app/assets/stylesheets/theme/css/style.scss */
  .dask .fc-basic-view .fc-day-number {
    padding: 10px 15px 0px;
  }
}

/* line 38167, app/assets/stylesheets/theme/css/style.scss */
#add-new-event {
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}

/* line 38173, app/assets/stylesheets/theme/css/style.scss */
.dot-outline {
  border: 1px dotted #cccccc;
}

/* line 38177, app/assets/stylesheets/theme/css/style.scss */
.external-event {
  text-transform: uppercase;
  padding: 0.75rem 1.5rem;
  font-weight: 300;
  margin: 0rem 1rem 0.25rem;
  cursor: move;
  border-radius: 5px;
}

/* line 38185, app/assets/stylesheets/theme/css/style.scss */
.external-event i {
  margin-right: 5px;
}

/* line 38188, app/assets/stylesheets/theme/css/style.scss */
.external-event:hover {
  background-color: #f3f6f9;
}

/* line 38192, app/assets/stylesheets/theme/css/style.scss */
.description-block > .description-text {
  text-transform: uppercase;
}

/* line 38196, app/assets/stylesheets/theme/css/style.scss */
.res-tb-block {
  display: block;
  overflow: auto;
}

/* line 38201, app/assets/stylesheets/theme/css/style.scss */
.description-block {
  display: block;
  margin: 10px 0;
  text-align: center;
}

/* line 38206, app/assets/stylesheets/theme/css/style.scss */
.description-block > .description-header {
  margin: 5px 0;
  padding: 0;
  font-weight: 600;
  font-size: 1.143rem;
}

/* line 38213, app/assets/stylesheets/theme/css/style.scss */
.list-header,
.text-bold,
.text-bold.table td,
.text-bold.table th {
  font-weight: 700;
}

/*---Extra---*/
/* line 38221, app/assets/stylesheets/theme/css/style.scss */
.jqstooltip {
  padding: 5px !important;
  width: auto !important;
  height: auto !important;
}

/* line 38227, app/assets/stylesheets/theme/css/style.scss */
.box-comments .box-comment img,
.img-lg,
.img-md,
.img-sm,
.user-block.user-block-sm img {
  float: left;
}

/* line 38235, app/assets/stylesheets/theme/css/style.scss */
.box-comments .box-comment img,
.img-sm,
.user-block.user-block-sm img {
  width: 30px !important;
  height: 30px !important;
}

/* line 38242, app/assets/stylesheets/theme/css/style.scss */
.attachment-block .attachment-pushed,
.img-lg + .img-push {
  margin-left: 110px;
}

/* line 38247, app/assets/stylesheets/theme/css/style.scss */
.attachment-block {
  border: 1px solid #f3f6f9;
  padding: 5px;
  margin-bottom: 10px;
  background: #f3f6f9;
}

/* line 38253, app/assets/stylesheets/theme/css/style.scss */
.attachment-block .attachment-img {
  max-width: 100px;
  max-height: 100px;
  height: auto;
  float: left;
}

/* line 38259, app/assets/stylesheets/theme/css/style.scss */
.attachment-block .attachment-heading {
  margin: 0;
}

/* line 38262, app/assets/stylesheets/theme/css/style.scss */
.attachment-block .attachment-text {
  color: #172b4c;
}

/* line 38266, app/assets/stylesheets/theme/css/style.scss */
.connectedSortable {
  min-height: 100px;
}

/* line 38270, app/assets/stylesheets/theme/css/style.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 38281, app/assets/stylesheets/theme/css/style.scss */
.sort-highlight {
  background: #f3f6f9;
  border: 1px dashed #ddd;
  margin-bottom: 10px;
}

/* line 38287, app/assets/stylesheets/theme/css/style.scss */
.full-opacity-hover {
  opacity: 0.65;
  filter: alpha(opacity=65);
}

/* line 38291, app/assets/stylesheets/theme/css/style.scss */
.full-opacity-hover:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* line 38296, app/assets/stylesheets/theme/css/style.scss */
.chart {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 38301, app/assets/stylesheets/theme/css/style.scss */
.chart canvas,
.chart svg {
  width: 100% !important;
}

/*---icon & divider---*/
@media (min-width: 768px) {
  /* line 38308, app/assets/stylesheets/theme/css/style.scss */
  .material-icon-list-demo .icons div {
    width: 33%;
    padding: 5px;
    display: inline-block;
    line-height: 40px;
  }
  /* line 38314, app/assets/stylesheets/theme/css/style.scss */
  .material-icon-list-demo .mdi {
    font-size: 1.5714285714rem;
  }
}

/* line 38318, app/assets/stylesheets/theme/css/style.scss */
.material-icon-list-demo .icons div code {
  margin: 0px 5px;
}

/* line 38322, app/assets/stylesheets/theme/css/style.scss */
.icons-list-demo .col-md-4,
.icons-list-demo .col-3 {
  border-radius: 4px;
}

/* line 38327, app/assets/stylesheets/theme/css/style.scss */
.icons-list-demo div {
  cursor: pointer;
  line-height: 60px;
  white-space: nowrap;
  color: #737373;
}

/* line 38334, app/assets/stylesheets/theme/css/style.scss */
.icons-list-demo .col-md-4:hover,
.icons-list-demo .col-3:hover {
  background-color: #f3f6f9;
}

/* line 38339, app/assets/stylesheets/theme/css/style.scss */
.icons-list-demo div:hover {
  color: #172b4c;
}

/* line 38343, app/assets/stylesheets/theme/css/style.scss */
.icons-list-demo i {
  -webkit-transition: font-size 0.2s;
  -o-transition: font-size 0.2s;
  transition: font-size 0.2s;
  display: inline-block;
  font-size: 1.286rem;
  margin: 0 15px 0 10px;
  text-align: left;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
}

/* line 38357, app/assets/stylesheets/theme/css/style.scss */
.divider-dash {
  opacity: 0.7;
  margin: 0 4px;
  vertical-align: middle;
  color: #3562ae;
}

/* line 38363, app/assets/stylesheets/theme/css/style.scss */
.divider-dash::before {
  content: "\2014 \00A0";
}

/* line 38367, app/assets/stylesheets/theme/css/style.scss */
.divider-dot {
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  margin: 0 4px;
  vertical-align: middle;
  opacity: 0.5;
  background-color: #3562ae;
}

/* line 38378, app/assets/stylesheets/theme/css/style.scss */
.divider-line {
  display: -webkit-inline-box;
  display: inline-flex;
  height: 20px;
  width: 1px;
  margin: 0 4px;
  background-color: rgba(53, 98, 174, 0.07);
}

/* line 38387, app/assets/stylesheets/theme/css/style.scss */
.divider {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  flex: 0 1 0%;
  color: #3562ae;
  font-size: 0.8571rem;
  letter-spacing: 0.5px;
  margin: 2rem auto;
  width: 100%;
}

/* line 38400, app/assets/stylesheets/theme/css/style.scss */
.divider:before,
.divider:after {
  content: "";
  -webkit-box-flex: 1;
  flex-grow: 1;
  border-top: 1px solid #e6e6e6;
}

/* line 38407, app/assets/stylesheets/theme/css/style.scss */
.divider::before {
  margin-right: 16px;
}

/* line 38410, app/assets/stylesheets/theme/css/style.scss */
.divider::after {
  margin-left: 16px;
}

/* line 38413, app/assets/stylesheets/theme/css/style.scss */
.divider a {
  color: #3562ae;
}

/* line 38417, app/assets/stylesheets/theme/css/style.scss */
.divider-vertical {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 2rem;
}

/* line 38427, app/assets/stylesheets/theme/css/style.scss */
.divider-vertical:before,
.divider-vertical:after {
  border-top: none;
  border-right: 1px solid #e6e6e6;
  margin: 0;
}

/* line 38433, app/assets/stylesheets/theme/css/style.scss */
.divider-vertical::before {
  margin-bottom: 16px;
}

/* line 38436, app/assets/stylesheets/theme/css/style.scss */
.divider-vertical::after {
  margin-top: 16px;
}

/* line 38439, app/assets/stylesheets/theme/css/style.scss */
.divider-vertical.divider-sm {
  padding: 0 1rem;
}

/* line 38442, app/assets/stylesheets/theme/css/style.scss */
.divider-vertical.divider-lg {
  padding: 0 3rem;
}

/* line 38446, app/assets/stylesheets/theme/css/style.scss */
.hr-sm,
.divider-sm {
  margin: 1rem auto;
}

/* line 38451, app/assets/stylesheets/theme/css/style.scss */
.hr-lg,
.divider-lg {
  margin: 3rem auto;
}

/*---box group---*/
/* line 38457, app/assets/stylesheets/theme/css/style.scss */
.box-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

/* line 38463, app/assets/stylesheets/theme/css/style.scss */
.box-group .box {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 38467, app/assets/stylesheets/theme/css/style.scss */
.box-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 576px) {
  /* line 38475, app/assets/stylesheets/theme/css/style.scss */
  .box-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  /* line 38481, app/assets/stylesheets/theme/css/style.scss */
  .box-group .box {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }
  /* line 38485, app/assets/stylesheets/theme/css/style.scss */
  .box-group .box:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  /* line 38489, app/assets/stylesheets/theme/css/style.scss */
  .box-group .box:first-child .box-img-top {
    border-top-right-radius: 0;
  }
  /* line 38493, app/assets/stylesheets/theme/css/style.scss */
  .box-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  /* line 38499, app/assets/stylesheets/theme/css/style.scss */
  .box-deck .box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
  /* line 38511, app/assets/stylesheets/theme/css/style.scss */
  .box-columns {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }
  /* line 38517, app/assets/stylesheets/theme/css/style.scss */
  .box-columns .box {
    display: inline-block;
    width: 100%;
  }
}

/* line 38522, app/assets/stylesheets/theme/css/style.scss */
.box-deck .box {
  margin-bottom: 20px;
}

/* line 38526, app/assets/stylesheets/theme/css/style.scss */
.box-columns .box {
  margin-bottom: 20px;
}

/*---grid-stack---*/
/* line 38531, app/assets/stylesheets/theme/css/style.scss */
.grid-stack > .grid-stack-item > .grid-stack-item-content {
  border: 1px solid rgba(51, 51, 51, 0.13);
}

/* line 38535, app/assets/stylesheets/theme/css/style.scss */
.grid-stack-item-content {
  background: #ffffff;
  color: #172b4c;
  font-family: "IBM Plex Sans", sans-serif;
  text-align: center;
  font-size: 1.429rem;
}

/* line 38542, app/assets/stylesheets/theme/css/style.scss */
.grid-stack-item-content .fa {
  font-size: 4.286rem;
  display: block;
  margin: 20px 0 10px;
}

/* date-paginator */
/* line 38549, app/assets/stylesheets/theme/css/style.scss */
.dp-selected[style] {
  background-color: #1bc5bd !important;
}

/* line 38553, app/assets/stylesheets/theme/css/style.scss */
.dp-item {
  position: relative;
  line-height: 1.42857143;
}

/**********Nestable**********/
/* line 38559, app/assets/stylesheets/theme/css/style.scss */
.myadmin-dd .dd-list .dd-item .dd-handle {
  background: #ffffff;
  border: 1px solid rgba(47, 87, 154, 0.13);
  padding: 8px 16px;
  height: auto;
  font-weight: 600;
  border-radius: 0px;
}

/* line 38567, app/assets/stylesheets/theme/css/style.scss */
.myadmin-dd .dd-list .dd-item button {
  height: auto;
  font-size: 1.286rem;
  margin: 8px auto;
  color: #172b4c;
  width: 30px;
}

/* line 38575, app/assets/stylesheets/theme/css/style.scss */
.myadmin-dd-empty .dd-list .dd3-handle {
  border: 1px solid rgba(47, 87, 154, 0.13);
  border-bottom: 0px;
  background: #ffffff;
  height: 36px;
  width: 36px;
}

/* line 38582, app/assets/stylesheets/theme/css/style.scss */
.myadmin-dd-empty .dd-list .dd3-handle:before {
  color: inherit;
  top: 7px;
}

/* line 38586, app/assets/stylesheets/theme/css/style.scss */
.myadmin-dd-empty .dd-list .dd3-content {
  height: auto;
  border: 1px solid rgba(47, 87, 154, 0.13);
  padding: 8px 16px 8px 46px;
  background: #ffffff;
  font-weight: 600;
}

/* line 38593, app/assets/stylesheets/theme/css/style.scss */
.myadmin-dd-empty .dd-list button {
  width: 26px;
  height: 26px;
  font-size: 1.143rem;
  font-weight: 600;
}

/* ribbon */
/* line 38601, app/assets/stylesheets/theme/css/style.scss */
.ribbon-box {
  position: relative;
}

/* line 38604, app/assets/stylesheets/theme/css/style.scss */
.ribbon-box .ribbon {
  position: relative;
  float: left;
  clear: both;
  padding: 5px 12px 5px 12px;
  margin-left: -30px;
  margin-bottom: 15px;
  -webkit-box-shadow: 2px 5px 10px rgba(51, 34, 0, 0.15);
  -o-box-shadow: 2px 5px 10px rgba(51, 34, 0, 0.15);
  box-shadow: 2px 5px 10px rgba(51, 34, 0, 0.15);
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
}

/* line 38618, app/assets/stylesheets/theme/css/style.scss */
.ribbon-box .ribbon:before {
  content: " ";
  border-style: solid;
  border-width: 10px;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 0;
  margin-bottom: -10px;
  z-index: -1;
}

/* line 38629, app/assets/stylesheets/theme/css/style.scss */
.ribbon-box .ribbon + p {
  clear: both;
}

/* line 38632, app/assets/stylesheets/theme/css/style.scss */
.ribbon-box .ribbon-dark {
  background: #172b4c;
}

/* line 38635, app/assets/stylesheets/theme/css/style.scss */
.ribbon-box .ribbon-dark:before {
  border-color: #172b4c transparent transparent;
}

/* line 38638, app/assets/stylesheets/theme/css/style.scss */
.ribbon-box .ribbon-two {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}

/* line 38648, app/assets/stylesheets/theme/css/style.scss */
.ribbon-box .ribbon-two span {
  font-size: 1rem;
  color: #ffffff;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);
  position: absolute;
  top: 19px;
  left: -21px;
  font-weight: 600;
}

/* line 38665, app/assets/stylesheets/theme/css/style.scss */
.ribbon-box .ribbon-two span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  z-index: -1;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

/* line 38674, app/assets/stylesheets/theme/css/style.scss */
.ribbon-box .ribbon-two span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

/* line 38683, app/assets/stylesheets/theme/css/style.scss */
.ribbon-box .ribbon-two-dark span {
  background: #172b4c;
}

/* line 38686, app/assets/stylesheets/theme/css/style.scss */
.ribbon-box .ribbon-two-dark span:before {
  border-left: 3px solid #050a11;
  border-top: 3px solid #050a11;
}

/*---gallery---*/
/* line 38692, app/assets/stylesheets/theme/css/style.scss */
#gallery-header-center-center {
  line-height: 35px;
  margin-bottom: 0px;
  text-align: center;
}

/* line 38697, app/assets/stylesheets/theme/css/style.scss */
#gallery-header-center-center .gallery-header-center-right-links {
  float: none;
  width: auto;
  display: inline-block;
  border-radius: 5px;
}

/* line 38704, app/assets/stylesheets/theme/css/style.scss */
#gallery-header-center {
  text-align: right;
}

/*---subheader__daterange---*/
/* line 38709, app/assets/stylesheets/theme/css/style.scss */
.subheader_daterange {
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 10px;
  cursor: pointer;
  background: #ffffff;
  width: max-content;
}

/* line 38721, app/assets/stylesheets/theme/css/style.scss */
.subheader_daterange .subheader_daterange-label {
  padding: 0.5rem 0.25rem;
}

/*---ecommerece pages---*/
/* line 38726, app/assets/stylesheets/theme/css/style.scss */
.product-img {
  text-align: center;
  position: relative;
  transition: all 1s ease;
}

/* line 38731, app/assets/stylesheets/theme/css/style.scss */
.product-img img {
  max-width: 200px;
}

/* line 38734, app/assets/stylesheets/theme/css/style.scss */
.product-img .pro-img-overlay a {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: inline-block;
  text-align: center;
  color: #ffffff;
}

/* line 38740, app/assets/stylesheets/theme/css/style.scss */
.product-img .fileupload {
  overflow: hidden;
  position: relative;
}

/* line 38744, app/assets/stylesheets/theme/css/style.scss */
.product-img .fileupload input.upload {
  cursor: pointer;
  filter: alpha(opacity=0);
  font-size: 1.429rem;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* line 38756, app/assets/stylesheets/theme/css/style.scss */
.product-text {
  border-top: 1px solid rgba(47, 87, 154, 0.13);
  padding: 15px;
  position: relative;
}

/* line 38761, app/assets/stylesheets/theme/css/style.scss */
.product-text .pro-img-overlay {
  position: relative;
  display: block;
  margin-top: -40px;
  text-align: right;
}

/* line 38767, app/assets/stylesheets/theme/css/style.scss */
.product-text .pro-price {
  margin: 0;
  font-weight: 400;
}

/* line 38772, app/assets/stylesheets/theme/css/style.scss */
.product-order.table tbody tr td {
  vertical-align: middle;
}

/* line 38775, app/assets/stylesheets/theme/css/style.scss */
.product-order.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.01);
}

/* line 38779, app/assets/stylesheets/theme/css/style.scss */
.pro-photos {
  margin-left: -15px;
  overflow: hidden;
}

/* line 38783, app/assets/stylesheets/theme/css/style.scss */
.pro-photos .photos-item {
  margin-left: 15px;
  width: calc(25% - 15px);
  text-align: center;
  float: left;
  border: 1px solid #f3f6f9;
  border-radius: 0.35rem;
  overflow: hidden;
  margin-bottom: 1.42rem;
  background: #ffffff;
  cursor: pointer;
}

/* line 38795, app/assets/stylesheets/theme/css/style.scss */
.pro-photos .photos-item img {
  width: 5rem;
  max-width: 100%;
}

/* line 38799, app/assets/stylesheets/theme/css/style.scss */
.pro-photos .item-active {
  border-color: #f64e60;
}

/* line 38803, app/assets/stylesheets/theme/css/style.scss */
.pro-price .old-price {
  text-decoration: line-through;
}

/* line 38806, app/assets/stylesheets/theme/css/style.scss */
.pro-price span {
  font-size: 1.143rem;
  font-weight: 400;
  color: #8c8c8c;
  margin-left: 10px;
}

/* line 38813, app/assets/stylesheets/theme/css/style.scss */
.icheck-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 38819, app/assets/stylesheets/theme/css/style.scss */
.icolors {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 38824, app/assets/stylesheets/theme/css/style.scss */
.icolors > li {
  padding: 0;
  margin: 2px;
  float: left;
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
}

/* line 38833, app/assets/stylesheets/theme/css/style.scss */
.icolors > li:first-child {
  margin-left: 0;
}

/* line 38836, app/assets/stylesheets/theme/css/style.scss */
.icolors > li.active:after {
  content: "\2713 ";
  color: #ffffff;
  line-height: 30px;
}

/*Font Icon demo style*/
/* line 38843, app/assets/stylesheets/theme/css/style.scss */
.fontawesome-icon-list .fa-hover {
  cursor: pointer;
  line-height: 50px;
  white-space: nowrap;
  color: #172b4c;
  font-weight: 300;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 38853, app/assets/stylesheets/theme/css/style.scss */
.fontawesome-icon-list .fa-hover i {
  padding-right: 10px;
  font-size: 1.286rem;
}

/* line 38857, app/assets/stylesheets/theme/css/style.scss */
.fontawesome-icon-list .fa-hover:hover {
  background-color: #f3f6f9;
  color: #172b4c;
}

/* line 38861, app/assets/stylesheets/theme/css/style.scss */
.fontawesome-icon-list .fa-hover:hover i {
  color: #8950fc;
}

/* line 38865, app/assets/stylesheets/theme/css/style.scss */
.ion-icon-list .ion-hover {
  cursor: pointer;
  line-height: 50px;
  white-space: nowrap;
  color: #172b4c;
  font-weight: 300;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 38875, app/assets/stylesheets/theme/css/style.scss */
.ion-icon-list .ion-hover i {
  padding-right: 10px;
  font-size: 1.286rem;
}

/* line 38879, app/assets/stylesheets/theme/css/style.scss */
.ion-icon-list .ion-hover:hover {
  background-color: #f3f6f9;
  color: #172b4c;
}

/* line 38883, app/assets/stylesheets/theme/css/style.scss */
.ion-icon-list .ion-hover:hover i {
  color: #8950fc;
}

/* line 38887, app/assets/stylesheets/theme/css/style.scss */
.icons-page .preview {
  padding: 15px 0;
  position: relative;
  height: 40px;
}

/* line 38892, app/assets/stylesheets/theme/css/style.scss */
.icons-page .preview .code-preview {
  padding: 10px;
}

/* line 38895, app/assets/stylesheets/theme/css/style.scss */
.icons-page .si {
  margin-right: 10px;
}

/* line 38899, app/assets/stylesheets/theme/css/style.scss */
.bs-glyphicons {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden;
}

/* line 38906, app/assets/stylesheets/theme/css/style.scss */
.bs-glyphicons li {
  float: left;
  width: 25%;
  height: 115px;
  padding: 10px;
  margin: 0 -1px -1px 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #f3f6f9;
  color: #172b4c;
}

/* line 38918, app/assets/stylesheets/theme/css/style.scss */
.bs-glyphicons li:hover {
  background-color: #f3f6f9;
  color: #8950fc;
}

/* line 38922, app/assets/stylesheets/theme/css/style.scss */
.bs-glyphicons li:hover .glyphicon {
  color: #8950fc;
}

/* line 38925, app/assets/stylesheets/theme/css/style.scss */
.bs-glyphicons .glyphicon {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 1.714rem;
}

/* line 38930, app/assets/stylesheets/theme/css/style.scss */
.bs-glyphicons .glyphicon-class {
  display: block;
  text-align: center;
  word-wrap: break-word;
  /* Help out IE10+ with class names */
}

@media (min-width: 992px) {
  /* line 38938, app/assets/stylesheets/theme/css/style.scss */
  .bs-glyphicons li {
    width: 12.5%;
  }
}

@media (max-width: 767px) {
  /* line 38943, app/assets/stylesheets/theme/css/style.scss */
  .bs-glyphicons li {
    width: 50%;
  }
}

/*---web tickers---*/
/* line 38948, app/assets/stylesheets/theme/css/style.scss */
.tickers-block .tickercontainer .cc {
  font-size: 1.429rem;
  margin: 0;
}

/* line 38952, app/assets/stylesheets/theme/css/style.scss */
.tickers-block .tickercontainer li {
  font-size: 1rem;
  font-weight: 500;
  line-height: 45px;
}

/* line 38958, app/assets/stylesheets/theme/css/style.scss */
.example-modal .modal {
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  display: block;
  z-index: 1;
  background: transparent !important;
}

/*-- timer --*/
/* line 38970, app/assets/stylesheets/theme/css/style.scss */
.timer {
  font-size: 3.2rem;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
}

/* line 38977, app/assets/stylesheets/theme/css/style.scss */
.text {
  font-size: 1rem;
  margin-top: 0.5em;
  text-align: center;
  letter-spacing: 4px;
  font-weight: 400;
}

/*-- light on-off --*/
/* line 38986, app/assets/stylesheets/theme/css/style.scss */
.light-skin .switch-on {
  display: block;
  color: #ffa800;
}

/* line 38990, app/assets/stylesheets/theme/css/style.scss */
.light-skin .switch-off {
  display: none;
}

/* line 38994, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .switch-on {
  display: none;
}

/* line 38997, app/assets/stylesheets/theme/css/style.scss */
.dark-skin .switch-off {
  display: block;
  color: #8c8c8c;
}

/*---dash world map---*/
/* line 39003, app/assets/stylesheets/theme/css/style.scss */
.map-marker {
  /* adjusting for the marker dimensions
  so that it is centered on coordinates */
  margin-left: -8px;
  margin-top: -8px;
}

/* line 39010, app/assets/stylesheets/theme/css/style.scss */
.map-marker.map-clickable {
  cursor: pointer;
}

/* line 39014, app/assets/stylesheets/theme/css/style.scss */
.pulse {
  width: 10px;
  height: 10px;
  border: 5px solid #8950fc;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #8950fc;
  z-index: 10;
  position: absolute;
}

/* line 39026, app/assets/stylesheets/theme/css/style.scss */
.map-marker .dot {
  border: 10px solid #8950fc;
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: mappulse 3s ease-out;
  -moz-animation: mappulse 3s ease-out;
  animation: mappulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 1;
  opacity: 0;
}

@-moz-keyframes mappulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  25% {
    -moz-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes "mappulse" {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

/* line 39091, app/assets/stylesheets/theme/css/style.scss */
.dash-tx {
  position: absolute;
  width: 40%;
  left: 40px;
}

/* line 39097, app/assets/stylesheets/theme/css/style.scss */
.apexcharts-canvas {
  margin: 0 auto;
}

/* line 39101, app/assets/stylesheets/theme/css/style.scss */
.sticky-toolbar {
  width: 50px;
  position: fixed;
  top: 45%;
  right: 0;
  list-style: none;
  margin: 0;
  z-index: 999;
  background: #fff;
  -webkit-box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
  box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top-left-radius: 0.42rem;
  border-bottom-left-radius: 0.42rem;
  padding: 10px;
}

/* line 39129, app/assets/stylesheets/theme/css/style.scss */
.sticky-toolbar a {
  padding: 0.3rem 0.5rem;
}

/* line 39132, app/assets/stylesheets/theme/css/style.scss */
.sticky-toolbar a span {
  font-size: 1.5rem;
}

/* line 39136, app/assets/stylesheets/theme/css/style.scss */
.w3-animate-fading {
  animation: fading 10s infinite;
}

@keyframes fading {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* line 39151, app/assets/stylesheets/theme/css/style.scss */
.w3-animate-opacity {
  animation: opac 0.8s;
}

@keyframes opac {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 39163, app/assets/stylesheets/theme/css/style.scss */
.w3-animate-top {
  position: relative;
  animation: animatetop 0.4s;
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

/* line 39178, app/assets/stylesheets/theme/css/style.scss */
.w3-animate-left {
  position: relative;
  animation: animateleft 0.4s;
}

@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

/* line 39193, app/assets/stylesheets/theme/css/style.scss */
.w3-animate-right {
  position: relative;
  animation: animateright 0.4s;
}

@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}

/* line 39208, app/assets/stylesheets/theme/css/style.scss */
.w3-animate-bottom {
  position: relative;
  animation: animatebottom 0.4s;
}

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

/* line 39223, app/assets/stylesheets/theme/css/style.scss */
.w3-animate-zoom {
  animation: animatezoom 0.6s;
}

@keyframes animatezoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

/* line 39235, app/assets/stylesheets/theme/css/style.scss */
.w3-animate-input {
  transition: width 0.4s ease-in-out;
}

/* line 39239, app/assets/stylesheets/theme/css/style.scss */
.w3-animate-input:focus {
  width: 100% !important;
}

/* line 39243, app/assets/stylesheets/theme/css/style.scss */
.w3-opacity,
.w3-hover-opacity:hover {
  opacity: 0.6;
}

/* line 39248, app/assets/stylesheets/theme/css/style.scss */
.w3-opacity-off,
.w3-hover-opacity-off:hover {
  opacity: 1;
}

/* line 39253, app/assets/stylesheets/theme/css/style.scss */
.w3-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

/* line 39266, app/assets/stylesheets/theme/css/style.scss */
.w3-sidebar {
  height: 100%;
  width: 375px;
  background-color: #fff;
  position: fixed !important;
  z-index: 1;
  overflow: hidden;
  top: 0;
  right: 0;
}

/* line 39277, app/assets/stylesheets/theme/css/style.scss */
.w3-bar-block .w3-dropdown-hover,
.w3-bar-block .w3-dropdown-click {
  width: 100%;
}

/* line 39282, app/assets/stylesheets/theme/css/style.scss */
.w3-bar-block .w3-dropdown-hover .w3-dropdown-content,
.w3-bar-block .w3-dropdown-click .w3-dropdown-content {
  min-width: 100%;
}

/* line 39287, app/assets/stylesheets/theme/css/style.scss */
.w3-bar-block .w3-dropdown-hover .w3-button,
.w3-bar-block .w3-dropdown-click .w3-button {
  width: 100%;
  text-align: left;
  padding: 8px 16px;
}

/* line 39294, app/assets/stylesheets/theme/css/style.scss */
.demo-panel figure {
  position: relative;
  border: 5px solid #ebedf3;
  border-radius: 5px;
}

/* line 39299, app/assets/stylesheets/theme/css/style.scss */
.demo-panel figure:hover figcaption,
.demo-panel figure:focus figcaption {
  opacity: 1;
}

/* line 39303, app/assets/stylesheets/theme/css/style.scss */
.demo-panel figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}

/* line 39323, app/assets/stylesheets/theme/css/style.scss */
.demo-panel .buy-bt-bx {
  position: absolute;
  bottom: 0;
  background: #ffffff;
  padding: 30px 0 30px 0;
  width: 315px;
  z-index: 1999999;
}

/* line 39332, app/assets/stylesheets/theme/css/style.scss */
.rtl .sticky-toolbar {
  right: auto;
  left: 0;
  border-top-left-radius: 0rem;
  border-bottom-left-radius: 0rem;
  border-top-right-radius: 0.42rem;
  border-bottom-right-radius: 0.42rem;
}

/* line 39340, app/assets/stylesheets/theme/css/style.scss */
.rtl .w3-animate-right {
  position: relative;
  animation: animateleft 0.4s;
}

@keyframes animateleft {
  from {
    left: -300px;
    opacity: 0;
  }
  to {
    left: 0;
    opacity: 1;
  }
}

/* line 39354, app/assets/stylesheets/theme/css/style.scss */
.rtl .w3-sidebar {
  right: auto;
  left: 0;
}

/* line 39359, app/assets/stylesheets/theme/css/style.scss */
.evt-cal .fc-scroller {
  -webkit-overflow-scrolling: touch;
  overflow: visible !important;
  height: auto !important;
}

@media (max-width: 1500px) {
  /* line 39366, app/assets/stylesheets/theme/css/style.scss */
  .dask-bg {
    background-position: 160% bottom !important;
  }
}

@media (min-width: 1200px) {
  /* line 39371, app/assets/stylesheets/theme/css/style.scss */
  .md-post {
    position: absolute;
    top: -235px;
    width: 90%;
  }
}

/* line 39377, app/assets/stylesheets/theme/css/style.scss */
.browserMockup {
  display: inline-block;
  line-height: 0;
  padding: 10px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 5px 26px 0 rgba(67, 94, 131, 0.15);
  box-shadow: 0 5px 26px 0 rgba(67, 94, 131, 0.15);
}

/* line 39387, app/assets/stylesheets/theme/css/style.scss */
.browserMockup--perspectiveRight {
  -webkit-transform: perspective(320px) rotateY(-5deg);
  transform: perspective(320px) rotateY(-5deg);
}

/* line 39392, app/assets/stylesheets/theme/css/style.scss */
.browserMockup--perspectiveLeft {
  -webkit-transform: perspective(320px) rotateY(5deg);
  transform: perspective(320px) rotateY(5deg);
  -ms-transform: perspective(320px) rotateY(-5deg);
  right: 10%;
}

/* line 39399, app/assets/stylesheets/theme/css/style.scss */
.browserMockup--perspectiveLeft2 {
  -webkit-transform: perspective(320px) rotateY(5deg);
  transform: perspective(320px) rotateY(5deg);
  -ms-transform: perspective(320px) rotateY(-5deg);
  right: 30%;
}

/* line 39406, app/assets/stylesheets/theme/css/style.scss */
.browserMockup__addressBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 10px;
  margin-bottom: 10px;
}

/* line 39415, app/assets/stylesheets/theme/css/style.scss */
.browserMockup__button {
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin-left: 10px;
}

/* line 39423, app/assets/stylesheets/theme/css/style.scss */
.browserMockup__button:nth-child(1) {
  background-color: #d60066;
  margin-left: 0;
}

/* line 39428, app/assets/stylesheets/theme/css/style.scss */
.browserMockup__button:nth-child(2) {
  background-color: #f8e71b;
}

/* line 39432, app/assets/stylesheets/theme/css/style.scss */
.browserMockup__button:nth-child(3) {
  background-color: #8ed714;
}

/* line 39436, app/assets/stylesheets/theme/css/style.scss */
.browserMockup__addressInput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 10px;
  margin-left: 10px;
  background-color: #f0f3f5;
}

/* line 39448, app/assets/stylesheets/theme/css/style.scss */
.homeScreenshot {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 640px;
  background: #7b94a3 no-repeat center top;
  padding-top: calc((100% / 3) * 2);
}

/* line 39458, app/assets/stylesheets/theme/css/style.scss */
.homeScreenshot--mmo {
  background: transparent url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/front-end-img/homePreview-MMO-2a9307ec55d3e0cd37541937d710a4a82c47151d3f76b28f29ad3c87acb5f0c8.png) no-repeat center top;
  background-size: cover;
}

/* line 39464, app/assets/stylesheets/theme/css/style.scss */
.homeScreenshot--gcs {
  background: transparent url(https://oarlin-bb3cf8e14b12.herokuapp.com/assets/front-end-img/homePreview-MMO2-b1bfd044a7bbb8b87dc17c083bfaf38d09c624b2bc238c94466ee93d601c8b55.png) no-repeat center top;
  background-size: cover;
}

/* line 39470, app/assets/stylesheets/theme/css/style.scss */
.homeScreenshot::before {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(15, 39, 65, 0.05);
}

/* line 39482, app/assets/stylesheets/theme/css/style.scss */
.h-100vh {
  height: 100vh;
}

/* line 39486, app/assets/stylesheets/theme/css/style.scss */
.particles-js-canvas-el {
  position: absolute;
  z-index: -9;
}

@media (max-width: 991px) {
  /* line 39492, app/assets/stylesheets/theme/css/style.scss */
  .h-100vh {
    height: auto;
  }
}

@media (max-width: 1199px) {
  /* line 39497, app/assets/stylesheets/theme/css/style.scss */
  .browserMockup--perspectiveLeft {
    right: 50%;
  }
  /* line 39501, app/assets/stylesheets/theme/css/style.scss */
  .browserMockup--perspectiveLeft2 {
    right: 80%;
  }
}

/* line 39505, app/assets/stylesheets/theme/css/style.scss */
.logo-slide .owl-carousel .item img {
  opacity: 0.3;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* line 39512, app/assets/stylesheets/theme/css/style.scss */
.logo-slide .owl-carousel .item img:hover {
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*---Currency Exchange---*/
/* line 39521, app/assets/stylesheets/theme/css/style.scss */
.exchange-calculator {
  font-weight: bold;
  margin: 0 auto 20px;
  width: 85%;
  background: rgba(0, 0, 0, 0.1);
  padding: 20px 5px;
}

/* line 39528, app/assets/stylesheets/theme/css/style.scss */
.exchange-calculator input {
  width: 30%;
  height: 60px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  background: #ffe5b3;
  display: inline-block;
}

/* line 39536, app/assets/stylesheets/theme/css/style.scss */
.exchange-calculator .select2-container {
  width: 15% !important;
  border: 0;
  margin-top: -2px;
}

/* line 39541, app/assets/stylesheets/theme/css/style.scss */
.exchange-calculator .select2-container--default .select2-selection--single {
  border-color: transparent;
  height: 60px;
}

/* line 39545, app/assets/stylesheets/theme/css/style.scss */
.exchange-calculator
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
  line-height: 55px;
}

/* line 39551, app/assets/stylesheets/theme/css/style.scss */
.exchange-calculator
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
  height: 55px;
  right: 3px;
}

/* line 39559, app/assets/stylesheets/theme/css/style.scss */
.equal {
  width: 6%;
  display: inline-block;
  font-size: 30px;
  height: 60px;
  line-height: 60px;
  vertical-align: top;
}

@media (max-width: 767px) {
  /* line 39569, app/assets/stylesheets/theme/css/style.scss */
  .exchange-calculator .select2-container {
    width: 100% !important;
  }
  /* line 39573, app/assets/stylesheets/theme/css/style.scss */
  .exchange-calculator input {
    width: 100%;
  }
}

/* ps-scrollbar */
/* line 39578, app/assets/stylesheets/theme/css/style.scss */
.ps-container {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
  /* line 39586, app/assets/stylesheets/theme/css/style.scss */
  .ps-container {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* line 39591, app/assets/stylesheets/theme/css/style.scss */
  .ps-container {
    overflow: auto !important;
  }
}

/* line 39595, app/assets/stylesheets/theme/css/style.scss */
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent;
}

/* line 39601, app/assets/stylesheets/theme/css/style.scss */
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: transparent;
  opacity: 0.9;
}

/* line 39606, app/assets/stylesheets/theme/css/style.scss */
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.2);
  height: 11px;
}

/* line 39611, app/assets/stylesheets/theme/css/style.scss */
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: transparent;
  opacity: 0.9;
}

/* line 39616, app/assets/stylesheets/theme/css/style.scss */
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.2);
  width: 11px;
}

/* line 39621, app/assets/stylesheets/theme/css/style.scss */
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 0;
  height: 15px;
}

/* line 39633, app/assets/stylesheets/theme/css/style.scss */
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  -o-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  -moz-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  bottom: 2px;
  height: 6px;
}

/* line 39657, app/assets/stylesheets/theme/css/style.scss */
.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x,
.ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
  height: 6px;
}

/* line 39662, app/assets/stylesheets/theme/css/style.scss */
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0;
  width: 15px;
}

/* line 39674, app/assets/stylesheets/theme/css/style.scss */
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out;
  -o-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  -moz-transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out, -webkit-border-radius 0.2s ease-in-out, -moz-border-radius 0.2s ease-in-out;
  right: 2px;
  width: 6px;
}

/* line 39698, app/assets/stylesheets/theme/css/style.scss */
.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y,
.ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 6px;
}

/* line 39703, app/assets/stylesheets/theme/css/style.scss */
.ps-container.ps-in-scrolling.ps-x:hover > .ps-scrollbar-x-rail {
  background-color: transparent;
  opacity: 0.9;
}

/* line 39708, app/assets/stylesheets/theme/css/style.scss */
.ps-container.ps-in-scrolling.ps-x:hover
> .ps-scrollbar-x-rail
> .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.2);
  height: 6px;
}

/* line 39715, app/assets/stylesheets/theme/css/style.scss */
.ps-container.ps-in-scrolling.ps-y:hover > .ps-scrollbar-y-rail {
  background-color: transparent;
  opacity: 0.9;
}

/* line 39720, app/assets/stylesheets/theme/css/style.scss */
.ps-container.ps-in-scrolling.ps-y:hover
> .ps-scrollbar-y-rail
> .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.2);
  width: 6px;
}

/* line 39727, app/assets/stylesheets/theme/css/style.scss */
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}

/* line 39732, app/assets/stylesheets/theme/css/style.scss */
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: transparent;
  opacity: 0.9;
}

/* line 39737, app/assets/stylesheets/theme/css/style.scss */
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 39741, app/assets/stylesheets/theme/css/style.scss */
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: transparent;
  opacity: 0.9;
}

/* line 39746, app/assets/stylesheets/theme/css/style.scss */
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 39750, app/assets/stylesheets/theme/css/style.scss */
.ps-container .ps-scrollbar-y-rail {
  position: absolute;
  /* please don't change 'position' */
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear;
}

/*form-element*/
/* line 39768, app/assets/stylesheets/theme/css/style.scss */
.form-element .input-group .input-group-addon {
  border: none;
  -webkit-background-clip: padding-box;
  background-color: transparent;
  background-position: center bottom, center calc(100% - 1px);
  background-repeat: no-repeat;
  background-size: 0 2px, 100% 1px;
}

/* line 39776, app/assets/stylesheets/theme/css/style.scss */
.form-element .form-control {
  color: #737373;
  min-height: 38px;
  display: initial;
  -webkit-background-clip: padding-box;
  background-color: transparent;
  background-position: center bottom, center calc(100% - 1px);
  background-repeat: no-repeat;
  background-size: 0 2px, 100% 1px;
  padding: 0;
  -webkit-transition: background 0s ease-out 0s;
  -o-transition: background 0s ease-out 0s;
  transition: background 0s ease-out 0s;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: none;
}

/* line 39795, app/assets/stylesheets/theme/css/style.scss */
.form-element .form-control :focus {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  float: none;
  background-size: 100% 2px, 100% 1px;
  outline: 0;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* line 39807, app/assets/stylesheets/theme/css/style.scss */
.form-element .form-control .focus {
  background-size: 100% 2px, 100% 1px;
  outline: 0;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

/* line 39815, app/assets/stylesheets/theme/css/style.scss */
.form-group {
  margin-bottom: 1rem;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 1px transparent;
  }
  50% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 15px transparent;
    box-shadow: 0 0 0 15px transparent;
  }
}

@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 1px transparent;
    box-shadow: 0 0 0 1px transparent;
  }
  50% {
    -webkit-box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 15px rgba(0, 0, 0, 0.1);
  }
  100% {
    -webkit-box-shadow: 0 0 0 15px transparent;
    box-shadow: 0 0 0 15px transparent;
  }
}

/* line 39847, app/assets/stylesheets/theme/css/style.scss */
.demo-checkbox label {
  min-width: 200px;
  margin-bottom: 20px;
}

/* line 39852, app/assets/stylesheets/theme/css/style.scss */
.demo-radio-button label {
  min-width: 200px;
  margin-bottom: 20px;
}

/* line 39857, app/assets/stylesheets/theme/css/style.scss */
.demo-swtich .demo-switch-title {
  width: 150px;
  margin-bottom: 10px;
  display: inline-block;
}

/* line 39862, app/assets/stylesheets/theme/css/style.scss */
.demo-swtich .switch {
  width: 150px;
  margin-bottom: 10px;
  display: inline-block;
}

/* line 39868, app/assets/stylesheets/theme/css/style.scss */
.form-control {
  padding: 0.5rem 1rem;
}

/* line 39872, app/assets/stylesheets/theme/css/style.scss */
.form-select {
  padding: 0.5rem 1.75rem 0.375rem 0.5rem;
}

/* line 39876, app/assets/stylesheets/theme/css/style.scss */
.cours-search {
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  max-width: 700px;
  margin: auto;
  margin-bottom: 50px;
  width: 100%;
}

/* line 39885, app/assets/stylesheets/theme/css/style.scss */
.cours-search .form-control {
  border: 0;
  height: 50px;
  border-radius: 5px !important;
  padding: 10px 20px;
  font-size: 1.143rem;
}

/* line 39892, app/assets/stylesheets/theme/css/style.scss */
.cours-search .input-group .btn {
  border-radius: 5px !important;
  margin-left: 10px !important;
}

/* line 39896, app/assets/stylesheets/theme/css/style.scss */
.cours-search .select2-container--default .select2-selection--single {
  height: 50px;
}

/* line 39899, app/assets/stylesheets/theme/css/style.scss */
.cours-search
.select2-container--default
.select2-selection--single
.select2-selection__rendered {
  line-height: 44px;
}

/* line 39905, app/assets/stylesheets/theme/css/style.scss */
.cours-search
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
  height: 44px;
}

/* line 39911, app/assets/stylesheets/theme/css/style.scss */
.cours-search .btn {
  height: 50px;
  line-height: 30px;
}

/* Radio Buttons
   ========================================================================== */
/* line 39918, app/assets/stylesheets/theme/css/style.scss */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

/* line 39925, app/assets/stylesheets/theme/css/style.scss */
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: 0.28s ease;
  /* webkit (konqueror) browsers */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 39942, app/assets/stylesheets/theme/css/style.scss */
[type="radio"] + label:before,
[type="radio"] + label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: 0.28s ease;
}

/* Unchecked styles */
/* line 39956, app/assets/stylesheets/theme/css/style.scss */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:checked + label:after,
.with-gap[type="radio"]:checked + label:before,
.with-gap[type="radio"]:checked + label:after {
  border-radius: 50%;
}

/* line 39965, app/assets/stylesheets/theme/css/style.scss */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:not(:checked) + label:after {
  border: 2px solid #5a5a5a;
}

/* line 39970, app/assets/stylesheets/theme/css/style.scss */
[type="radio"]:not(:checked) + label:after {
  z-index: -1;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* Checked styles */
/* line 39977, app/assets/stylesheets/theme/css/style.scss */
[type="radio"]:checked + label:before {
  border: 2px solid transparent;
  animation: ripple 0.2s linear forwards;
}

/* line 39982, app/assets/stylesheets/theme/css/style.scss */
[type="radio"]:checked + label:after,
.with-gap[type="radio"]:checked + label:before,
.with-gap[type="radio"]:checked + label:after {
  border: 2px solid #26a69a;
}

/* line 39988, app/assets/stylesheets/theme/css/style.scss */
[type="radio"]:checked + label:after,
.with-gap[type="radio"]:checked + label:after {
  background-color: #26a69a;
  z-index: 0;
}

/* line 39994, app/assets/stylesheets/theme/css/style.scss */
[type="radio"]:checked + label:after {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

/* Radio With gap */
/* line 40000, app/assets/stylesheets/theme/css/style.scss */
.with-gap[type="radio"]:checked + label:after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

/* Focused styles */
/* line 40006, app/assets/stylesheets/theme/css/style.scss */
.tabbed[type="radio"]:focus + label:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  animation: ripple 0.2s linear forwards;
}

/* Disabled Radio With gap */
/* line 40012, app/assets/stylesheets/theme/css/style.scss */
.with-gap[type="radio"]:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.26);
  animation: ripple 0.2s linear forwards;
}

/* line 40017, app/assets/stylesheets/theme/css/style.scss */
.with-gap[type="radio"]:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}

/* Disabled style */
/* line 40023, app/assets/stylesheets/theme/css/style.scss */
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.26);
  animation: ripple 0.2s linear forwards;
}

/* line 40030, app/assets/stylesheets/theme/css/style.scss */
[type="radio"]:disabled + label {
  color: rgba(0, 0, 0, 0.26);
}

/* line 40034, app/assets/stylesheets/theme/css/style.scss */
[type="radio"]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.26);
}

/* line 40038, app/assets/stylesheets/theme/css/style.scss */
[type="radio"]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.26);
  border-color: #bdbdbd;
}

/* Checkboxes
   ========================================================================== */
/* CUSTOM CSS CHECKBOXES */
/* line 40046, app/assets/stylesheets/theme/css/style.scss */
form p {
  margin-bottom: 10px;
  text-align: left;
}

/* line 40051, app/assets/stylesheets/theme/css/style.scss */
form p:last-child {
  margin-bottom: 0;
}

/* Remove default checkbox */
/* line 40056, app/assets/stylesheets/theme/css/style.scss */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

/* line 40063, app/assets/stylesheets/theme/css/style.scss */
[type="checkbox"] {
  /* checkbox aspect */
}

/* line 40067, app/assets/stylesheets/theme/css/style.scss */
[type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}

/* line 40085, app/assets/stylesheets/theme/css/style.scss */
[type="checkbox"] + label:before,
[type="checkbox"]:not(.filled-in) + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 1px solid #d1d3e0;
  border-radius: 5px;
  margin-top: 2px;
  transition: 0.2s;
}

/* line 40100, app/assets/stylesheets/theme/css/style.scss */
[type="checkbox"]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* line 40106, app/assets/stylesheets/theme/css/style.scss */
[type="checkbox"]:not(:checked):disabled + label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}

/* line 40111, app/assets/stylesheets/theme/css/style.scss */
.tabbed[type="checkbox"]:focus + label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 40120, app/assets/stylesheets/theme/css/style.scss */
[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid #26a69a;
  border-bottom: 1px solid #26a69a;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  border-radius: 0;
}

/* line 40138, app/assets/stylesheets/theme/css/style.scss */
[type="checkbox"]:checked:disabled + label:before {
  border-right: 1px solid rgba(0, 0, 0, 0.26);
  border-bottom: 1px solid rgba(0, 0, 0, 0.26);
}

/* Indeterminate checkbox */
/* line 40144, app/assets/stylesheets/theme/css/style.scss */
[type="checkbox"]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 1px solid #26a69a;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

/* line 40161, app/assets/stylesheets/theme/css/style.scss */
[type="checkbox"]:indeterminate:disabled + label:before {
  border-right: 1px solid rgba(0, 0, 0, 0.26);
  background-color: transparent;
}

/* line 40166, app/assets/stylesheets/theme/css/style.scss */
.filled-in[type="checkbox"] + label:after {
  border-radius: 5px;
}

/* line 40170, app/assets/stylesheets/theme/css/style.scss */
.filled-in[type="checkbox"] + label:before,
.filled-in[type="checkbox"] + label:after {
  content: "";
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  z-index: 1;
}

/* line 40181, app/assets/stylesheets/theme/css/style.scss */
.filled-in[type="checkbox"]:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}

/* line 40193, app/assets/stylesheets/theme/css/style.scss */
.filled-in[type="checkbox"]:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #d1d3e0;
  border-radius: 5px;
  top: 2px;
  z-index: 0;
}

/* line 40203, app/assets/stylesheets/theme/css/style.scss */
.filled-in[type="checkbox"]:checked + label:before {
  top: 2px;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid #ffffff !important;
  border-bottom: 1px solid #ffffff !important;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

/* line 40218, app/assets/stylesheets/theme/css/style.scss */
.filled-in[type="checkbox"]:checked + label:after {
  top: 2px;
  width: 20px;
  height: 20px;
  border: 1px solid #26a69a;
  background-color: #26a69a;
  z-index: 0;
}

/* line 40227, app/assets/stylesheets/theme/css/style.scss */
.filled-in.tabbed[type="checkbox"]:focus + label:after {
  border-radius: 5px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 40233, app/assets/stylesheets/theme/css/style.scss */
.filled-in.tabbed[type="checkbox"]:checked:focus + label:after {
  border-radius: 1px;
  background-color: #26a69a;
  border-color: #26a69a;
}

/* line 40239, app/assets/stylesheets/theme/css/style.scss */
.filled-in[type="checkbox"]:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 1px solid transparent;
}

/* line 40244, app/assets/stylesheets/theme/css/style.scss */
.filled-in[type="checkbox"]:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #bdbdbd;
}

/* line 40249, app/assets/stylesheets/theme/css/style.scss */
.filled-in[type="checkbox"]:disabled:checked + label:before {
  background-color: transparent;
}

/* line 40253, app/assets/stylesheets/theme/css/style.scss */
.filled-in[type="checkbox"]:disabled:checked + label:after {
  background-color: #bdbdbd;
  border-color: #bdbdbd;
}

/* line 40258, app/assets/stylesheets/theme/css/style.scss */
input[type="color"] {
  height: 42px;
}

/* line 40262, app/assets/stylesheets/theme/css/style.scss */
.custom-file-label {
  border-radius: 5px;
}

/* line 40265, app/assets/stylesheets/theme/css/style.scss */
.custom-file-label::after {
  border-radius: 0 5px 5px 0;
}

/* line 40269, app/assets/stylesheets/theme/css/style.scss */
.form-type-roundinput.form-control {
  border-radius: 10rem;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 40275, app/assets/stylesheets/theme/css/style.scss */
.form-type-round input.form-control {
  border-radius: 10rem;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 40281, app/assets/stylesheets/theme/css/style.scss */
.form-type-roundselect.form-control:not([multiple]) {
  border-radius: 10rem;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 40287, app/assets/stylesheets/theme/css/style.scss */
.form-type-round select.form-control:not([multiple]) {
  border-radius: 10rem;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 40293, app/assets/stylesheets/theme/css/style.scss */
.form-group label {
  font-weight: 500;
}

/* line 40296, app/assets/stylesheets/theme/css/style.scss */
.form-group.has-success .help-block {
  color: #1bc5bd;
}

/* line 40299, app/assets/stylesheets/theme/css/style.scss */
.form-group.has-success label {
  color: #1bc5bd;
}

/* line 40302, app/assets/stylesheets/theme/css/style.scss */
.form-group.has-success .form-control {
  border-color: #1bc5bd;
  box-shadow: none;
}

/* line 40306, app/assets/stylesheets/theme/css/style.scss */
.form-group.has-success .input-group-addon {
  border-color: #1bc5bd;
  box-shadow: none;
}

/* line 40310, app/assets/stylesheets/theme/css/style.scss */
.form-group.has-warning .help-block {
  color: #ffa800;
}

/* line 40313, app/assets/stylesheets/theme/css/style.scss */
.form-group.has-warning label {
  color: #ffa800;
}

/* line 40316, app/assets/stylesheets/theme/css/style.scss */
.form-group.has-warning .form-control {
  border-color: #ffa800;
  box-shadow: none;
}

/* line 40320, app/assets/stylesheets/theme/css/style.scss */
.form-group.has-warning .input-group-addon {
  border-color: #ffa800;
  box-shadow: none;
}

/* line 40324, app/assets/stylesheets/theme/css/style.scss */
.form-group.has-error .help-block {
  color: #f64e60;
}

/* line 40327, app/assets/stylesheets/theme/css/style.scss */
.form-group.has-error label {
  color: #f64e60;
}

/* line 40330, app/assets/stylesheets/theme/css/style.scss */
.form-group.has-error .form-control {
  border-color: #f64e60;
  box-shadow: none;
}

/* line 40334, app/assets/stylesheets/theme/css/style.scss */
.form-group.has-error .input-group-addon {
  border-color: #f64e60;
  box-shadow: none;
}

/* line 40339, app/assets/stylesheets/theme/css/style.scss */
.form-control,
.form-select {
  border-radius: 5px;
  box-shadow: none;
  border-color: #f3f6f9;
  height: auto;
}

/* line 40346, app/assets/stylesheets/theme/css/style.scss */
.form-control:focus,
.form-select:focus {
  box-shadow: none;
}

/* line 40350, app/assets/stylesheets/theme/css/style.scss */
.form-control::-webkit-input-placeholder,
.form-select::-webkit-input-placeholder {
  color: #7e8299;
  opacity: 1;
}

/* line 40355, app/assets/stylesheets/theme/css/style.scss */
.form-control:-moz-placeholder,
.form-select:-moz-placeholder {
  color: #7e8299;
  opacity: 1;
}

/* line 40360, app/assets/stylesheets/theme/css/style.scss */
.form-control::-moz-placeholder,
.form-select::-moz-placeholder {
  color: #7e8299;
  opacity: 1;
}

/* line 40365, app/assets/stylesheets/theme/css/style.scss */
.form-control:-ms-input-placeholder,
.form-select:-ms-input-placeholder {
  color: #7e8299;
  opacity: 1;
}

/* line 40370, app/assets/stylesheets/theme/css/style.scss */
.form-control:not(select),
.form-select:not(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 40376, app/assets/stylesheets/theme/css/style.scss */
.form-control + .input-group-addon:not(:first-child),
.form-select + .input-group-addon:not(:first-child) {
  border-radius: 0px 5px 5px 0px;
  border-left: 0;
}

/* line 40382, app/assets/stylesheets/theme/css/style.scss */
.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

/* line 40388, app/assets/stylesheets/theme/css/style.scss */
textarea.form-control {
  border-radius: 5px;
}

/* line 40392, app/assets/stylesheets/theme/css/style.scss */
.iCheck-helper {
  border-radius: 0;
}

/* line 40396, app/assets/stylesheets/theme/css/style.scss */
.icheckbox_flat-blue {
  border-radius: 0;
}

/* line 40399, app/assets/stylesheets/theme/css/style.scss */
.icheckbox_flat-blue input {
  border-radius: 0;
}

/* line 40403, app/assets/stylesheets/theme/css/style.scss */
.icheck > label {
  padding-left: 0;
}

/* line 40407, app/assets/stylesheets/theme/css/style.scss */
.input-group .input-group-addon {
  border-radius: 5px 0px 0px 5px;
  border-color: #f3f6f9;
  background-color: #ffffff;
}

/* line 40412, app/assets/stylesheets/theme/css/style.scss */
.input-group .input-group-text {
  padding: 0.425rem 0.75rem;
  background-color: #ffffff;
  border-color: #f3f6f9;
  border-radius: 5px;
}

/* line 40419, app/assets/stylesheets/theme/css/style.scss */
.input-group-addon {
  font-weight: 300;
  padding: 0.425rem 0.75rem;
  border: 1px solid #f3f6f9;
  line-height: 1.25;
  color: #172b4c;
  text-align: center;
  margin-bottom: 0;
  font-size: 1rem;
}

/* line 40430, app/assets/stylesheets/theme/css/style.scss */
.form-control-feedback.fa {
  line-height: 34px;
}

/* line 40434, app/assets/stylesheets/theme/css/style.scss */
.form-group-lg .form-control + .form-control-feedback.fa {
  line-height: 46px;
}

/* line 40438, app/assets/stylesheets/theme/css/style.scss */
.form-group-sm .form-control + .form-control-feedback.fa {
  line-height: 30px;
}

/* line 40442, app/assets/stylesheets/theme/css/style.scss */
.input-group-sm + .form-control-feedback.fa {
  line-height: 30px;
}

/* line 40446, app/assets/stylesheets/theme/css/style.scss */
.input-sm + .form-control-feedback.fa {
  line-height: 30px;
}

/* line 40450, app/assets/stylesheets/theme/css/style.scss */
.form-group-feedback {
  position: relative;
}

/* line 40453, app/assets/stylesheets/theme/css/style.scss */
.form-group-feedback.form-group-feedback-right .form-control-feedback {
  position: absolute;
  top: 0;
  color: #333333;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  line-height: 2.25003rem;
  min-width: 1rem;
}

/* line 40463, app/assets/stylesheets/theme/css/style.scss */
.form-group-feedback-right .form-control-feedback {
  right: 0;
}

/* line 40467, app/assets/stylesheets/theme/css/style.scss */
.input-group-lg + .form-control-feedback.fa {
  line-height: 46px;
}

/* line 40471, app/assets/stylesheets/theme/css/style.scss */
.input-lg + .form-control-feedback.fa {
  line-height: 46px;
}

/*Bootstrap select*/
/* line 40476, app/assets/stylesheets/theme/css/style.scss */
.bootstrap-select .btn-group .dropdown-menu {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

/* line 40480, app/assets/stylesheets/theme/css/style.scss */
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
.input-group-btn
) {
  width: 100%;
}

/* line 40485, app/assets/stylesheets/theme/css/style.scss */
.bootstrap-select .dropdown-menu li a {
  display: block;
  padding: 7px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #172b4c;
  white-space: nowrap;
}

/* line 40494, app/assets/stylesheets/theme/css/style.scss */
.bootstrap-select .dropdown-menu li a:hover,
.bootstrap-select .dropdown-menu li a:focus {
  color: #6993ff;
  background: #f3f6f9;
}

/* line 40499, app/assets/stylesheets/theme/css/style.scss */
.bootstrap-select .show > .dropdown-menu {
  display: block;
}

/* line 40502, app/assets/stylesheets/theme/css/style.scss */
.bootstrap-select.btn-group .dropdown-menu {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}

/* line 40506, app/assets/stylesheets/theme/css/style.scss */
.bootstrap-select.btn-group .dropdown-menu li.divider {
  margin: 0.2rem auto;
}

/* line 40509, app/assets/stylesheets/theme/css/style.scss */
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  letter-spacing: inherit;
}

/* line 40513, app/assets/stylesheets/theme/css/style.scss */
.bootstrap-touchspin .input-group-btn-vertical > .btn {
  padding: 9px 10px;
}

/* line 40517, app/assets/stylesheets/theme/css/style.scss */
.btn.bootstrap-touchspin-up {
  border-radius: 5px;
}

/* line 40521, app/assets/stylesheets/theme/css/style.scss */
.btn.bootstrap-touchspin-down {
  border-radius: 5px;
}

/*---form-group---*/
/* line 40526, app/assets/stylesheets/theme/css/style.scss */
.input-group-append .btn,
.input-group-prepend .btn {
  border-radius: 5px;
}

/* line 40531, app/assets/stylesheets/theme/css/style.scss */
.file-group input[type="file"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 20px;
}

/* line 40538, app/assets/stylesheets/theme/css/style.scss */
.form-groups-attached {
  margin-bottom: 1rem;
}

/* line 40541, app/assets/stylesheets/theme/css/style.scss */
.form-groups-attached .form-group {
  margin-bottom: 0;
  border-radius: 0;
}

/* line 40545, app/assets/stylesheets/theme/css/style.scss */
.form-groups-attached > div:not(:last-child),
.form-groups-attached > div:not(:last-child) .form-group {
  border-bottom-color: transparent;
}

/* line 40549, app/assets/stylesheets/theme/css/style.scss */
.form-groups-attached .row {
  margin-left: 0;
  margin-right: 0;
}

/* line 40553, app/assets/stylesheets/theme/css/style.scss */
.form-groups-attached .row > .form-group:not(:last-child) {
  border-right-color: transparent;
}

/* line 40557, app/assets/stylesheets/theme/css/style.scss */
.file-group {
  position: relative;
  overflow: hidden;
  display: inline-grid;
}

/* line 40562, app/assets/stylesheets/theme/css/style.scss */
.file-group input[type="file"] {
  position: absolute;
  opacity: 0;
  z-index: 2;
  width: 100%;
  display: block;
  top: 0;
  cursor: pointer;
}

/* line 40572, app/assets/stylesheets/theme/css/style.scss */
.file-group-inline {
  display: inline-block;
}

/*box*/
/* line 40577, app/assets/stylesheets/theme/css/style.scss */
.small-box {
  position: relative;
  display: block;
  margin-bottom: 1.5rem;
  box-shadow: 0px 2px 5px 0px rgba(19, 23, 38, 0.05);
  border-radius: 5px;
}

/* line 40584, app/assets/stylesheets/theme/css/style.scss */
.small-box > .inner {
  padding: 1.25rem;
}

/* line 40587, app/assets/stylesheets/theme/css/style.scss */
.small-box > .small-box-footer {
  position: relative;
  text-align: right;
  padding: 3px 10px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

/* line 40598, app/assets/stylesheets/theme/css/style.scss */
.small-box > .small-box-footer:hover {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.15);
}

/* line 40602, app/assets/stylesheets/theme/css/style.scss */
.small-box h3 {
  font-size: 2.7142857143rem;
  font-weight: 700;
  margin: 0 0 10px;
  white-space: nowrap;
  padding: 0;
  z-index: 5;
}

/* line 40610, app/assets/stylesheets/theme/css/style.scss */
.small-box p {
  font-size: 1rem;
  margin-bottom: 10px;
  z-index: 5;
}

/* line 40615, app/assets/stylesheets/theme/css/style.scss */
.small-box p > small {
  display: block;
  color: #f3f6f9;
  font-size: 0.8571rem;
  margin-top: 5px;
}

/* line 40621, app/assets/stylesheets/theme/css/style.scss */
.small-box .icon {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 0;
  font-size: 5.1428571429rem;
  color: rgba(0, 0, 0, 0.15);
}

/* line 40632, app/assets/stylesheets/theme/css/style.scss */
.small-box:hover {
  text-decoration: none;
  color: #f3f6f9;
}

/* line 40636, app/assets/stylesheets/theme/css/style.scss */
.small-box:hover .icon {
  font-size: 5.5714285714rem;
}

@media (max-width: 767px) {
  /* line 40641, app/assets/stylesheets/theme/css/style.scss */
  .small-box {
    text-align: center;
  }
  /* line 40644, app/assets/stylesheets/theme/css/style.scss */
  .small-box .icon {
    display: none;
  }
  /* line 40647, app/assets/stylesheets/theme/css/style.scss */
  .small-box p {
    font-size: 0.8571rem;
  }
}

/* line 40651, app/assets/stylesheets/theme/css/style.scss */
.box {
  position: relative;
  margin-bottom: 1.5rem;
  width: 100%;
  background-color: #0e1621;
  border-radius: 5px;
  padding: 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
  box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
}

/* line 40667, app/assets/stylesheets/theme/css/style.scss */
.box.collapsed-box .box-body {
  display: none;
}

/* line 40670, app/assets/stylesheets/theme/css/style.scss */
.box.collapsed-box .box-footer {
  display: none;
}

/* line 40673, app/assets/stylesheets/theme/css/style.scss */
.box .flex-column > li {
  border-bottom: 1px solid #f3f6f9;
  margin: 0;
}

/* line 40677, app/assets/stylesheets/theme/css/style.scss */
.box .flex-column > li:last-of-type {
  border-bottom: none;
}

/* line 40680, app/assets/stylesheets/theme/css/style.scss */
.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}

/* line 40684, app/assets/stylesheets/theme/css/style.scss */
.box .border-right {
  border-right: 1px solid #f3f6f9;
}

/* line 40687, app/assets/stylesheets/theme/css/style.scss */
.box .border-left {
  border-left: 1px solid #f3f6f9;
}

/* line 40690, app/assets/stylesheets/theme/css/style.scss */
.box.box-solid {
  border-top: 0;
  overflow: hidden;
}

/* line 40694, app/assets/stylesheets/theme/css/style.scss */
.box.box-solid.box-default > .box-header {
  color: #172b4c;
  background-color: #f3f6f9;
}

/* line 40698, app/assets/stylesheets/theme/css/style.scss */
.box.box-solid.box-default > .box-header .btn {
  color: #172b4c;
}

/* line 40701, app/assets/stylesheets/theme/css/style.scss */
.box.box-solid.box-default > .box-header a {
  color: #172b4c;
}

/* line 40704, app/assets/stylesheets/theme/css/style.scss */
.box.box-solid.box-default > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none;
}

/* line 40708, app/assets/stylesheets/theme/css/style.scss */
.box.box-solid[class*="bg"] > .box-header {
  color: #ffffff;
}

/* line 40711, app/assets/stylesheets/theme/css/style.scss */
.box.box-solid[class*="bg"] > .box-header .box-title {
  color: #ffffff;
}

/* line 40714, app/assets/stylesheets/theme/css/style.scss */
.box .box-group > .box {
  margin-bottom: 5px;
}

/* line 40717, app/assets/stylesheets/theme/css/style.scss */
.box .knob-label {
  text-align: center;
  color: #172b4c;
  font-weight: 300;
  font-size: 0.8571rem;
  margin-bottom: 0.3em;
}

/* line 40724, app/assets/stylesheets/theme/css/style.scss */
.box > .loading-img,
.box > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 40732, app/assets/stylesheets/theme/css/style.scss */
.box .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
}

/* line 40737, app/assets/stylesheets/theme/css/style.scss */
.box .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000000;
  font-size: 2.143rem;
}

/* line 40746, app/assets/stylesheets/theme/css/style.scss */
.box .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}

/* line 40749, app/assets/stylesheets/theme/css/style.scss */
.box .box-header .box-subtitle {
  font-weight: 300;
  margin-bottom: 0px;
  margin-top: 5px;
  color: #608acf;
}

/* line 40755, app/assets/stylesheets/theme/css/style.scss */
.box .box-subtitle {
  font-weight: 300;
  margin-bottom: 0px;
  margin-top: 5px;
  color: #608acf;
}

/* line 40762, app/assets/stylesheets/theme/css/style.scss */
.pull-up {
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

/* line 40768, app/assets/stylesheets/theme/css/style.scss */
.pull-up:hover {
  -webkit-transform: translateY(-4px) scale(1.02);
  -moz-transform: translateY(-4px) scale(1.02);
  -ms-transform: translateY(-4px) scale(1.02);
  -o-transform: translateY(-4px) scale(1.02);
  transform: translateY(-4px) scale(1.02);
  -webkit-box-shadow: 0 14px 24px rgba(0, 0, 0, 0.2);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

/* line 40779, app/assets/stylesheets/theme/css/style.scss */
.box-inverse {
  color: #ffffff !important;
  background-color: #172b4c;
}

/* line 40783, app/assets/stylesheets/theme/css/style.scss */
.box-inverse .box-header {
  color: #ffffff !important;
}

/* line 40786, app/assets/stylesheets/theme/css/style.scss */
.box-inverse .box-title {
  color: #ffffff !important;
}

/* line 40789, app/assets/stylesheets/theme/css/style.scss */
.box-inverse h1,
.box-inverse h2,
.box-inverse h3,
.box-inverse h4,
.box-inverse h5,
.box-inverse h6 {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* line 40797, app/assets/stylesheets/theme/css/style.scss */
.box-inverse small {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* line 40800, app/assets/stylesheets/theme/css/style.scss */
.box-inverse .box-controls li > a {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* line 40803, app/assets/stylesheets/theme/css/style.scss */
.box-inverse .box-title small {
  opacity: 0.8;
}

/* line 40806, app/assets/stylesheets/theme/css/style.scss */
.box-inverse .box-btn-more:before,
.box-inverse .box-btn-more:after {
  border-color: #ffffff;
}

/* line 40810, app/assets/stylesheets/theme/css/style.scss */
.box-inverse .box-header {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 40813, app/assets/stylesheets/theme/css/style.scss */
.box-inverse .box-footer {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 40816, app/assets/stylesheets/theme/css/style.scss */
.box-inverse .box-action {
  border-color: rgba(255, 255, 255, 0.15);
}

/* line 40820, app/assets/stylesheets/theme/css/style.scss */
.box-secondary {
  background-color: #4d7bc9 !important;
}

/* line 40823, app/assets/stylesheets/theme/css/style.scss */
.box-secondary .box-bordered {
  border-color: #e9eff8 !important;
}

/* line 40827, app/assets/stylesheets/theme/css/style.scss */
.box-outline-secondary {
  background-color: #ffffff;
  border: 1px solid #4d7bc9;
}

/* line 40832, app/assets/stylesheets/theme/css/style.scss */
.box-bordered {
  border: 1px solid #a6a6a6;
}

/* line 40836, app/assets/stylesheets/theme/css/style.scss */
.box-shadowed {
  -webkit-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.08) !important;
}

/* line 40841, app/assets/stylesheets/theme/css/style.scss */
.box-shadowed:hover {
  -webkit-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.08) !important;
  -moz-box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.08) !important;
}

/* line 40847, app/assets/stylesheets/theme/css/style.scss */
.box-transparent {
  background-color: transparent;
}

/* line 40851, app/assets/stylesheets/theme/css/style.scss */
.box-round {
  border-radius: 5px;
}

/* line 40855, app/assets/stylesheets/theme/css/style.scss */
.box-header {
  color: #172b4c;
  display: block;
  padding: 1.5rem 1.5rem;
  position: relative;
  border-bottom: 1px solid rgba(72, 94, 144, 0.16);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* line 40864, app/assets/stylesheets/theme/css/style.scss */
.box-header.without-border {
  border-bottom: none;
}

/* line 40867, app/assets/stylesheets/theme/css/style.scss */
.box-header.with-border {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

/* line 40871, app/assets/stylesheets/theme/css/style.scss */
.box-header .box-title {
  display: inline-block;
  margin: 0;
  font-weight: 400;
}

/* line 40876, app/assets/stylesheets/theme/css/style.scss */
.box-header > i {
  display: inline-block;
  margin: 0 5px 0 0;
  font-weight: 500;
}

/* line 40881, app/assets/stylesheets/theme/css/style.scss */
.box-header > .box-tools {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}

/* line 40886, app/assets/stylesheets/theme/css/style.scss */
.box-header > .box-tools [data-toggle="tooltip"] {
  position: relative;
}

/* line 40889, app/assets/stylesheets/theme/css/style.scss */
.box-header > .box-tools .dropdown-menu > li > a {
  color: #172b4c;
}

/* line 40892, app/assets/stylesheets/theme/css/style.scss */
.box-header > .box-controls {
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
}

/* line 40897, app/assets/stylesheets/theme/css/style.scss */
.box-header img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* line 40902, app/assets/stylesheets/theme/css/style.scss */
.box-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  padding: 1.5rem 1.5rem;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 40908, app/assets/stylesheets/theme/css/style.scss */
.box-footer > *:last-child {
  margin-bottom: 0;
}

/* line 40911, app/assets/stylesheets/theme/css/style.scss */
.box-footer img {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 40916, app/assets/stylesheets/theme/css/style.scss */
.box-controls {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

/* line 40926, app/assets/stylesheets/theme/css/style.scss */
.box-controls li > a {
  font-family: themify;
  font-size: 0.8571rem;
  display: inline-block;
  padding: 0 4px;
  margin: 0 4px;
  color: #608acf;
  opacity: 0.8;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

/* line 40937, app/assets/stylesheets/theme/css/style.scss */
.box-controls li > a i {
  font-family: themify;
  font-size: 0.8571rem;
  display: inline-block;
  padding: 0 4px;
  margin: 0 4px;
  color: #608acf;
  opacity: 0.8;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

/* line 40948, app/assets/stylesheets/theme/css/style.scss */
.box-controls li > button {
  font-size: 0.8571rem;
  display: inline-block;
  padding: 0 4px;
  margin: 0 4px;
  color: #608acf;
  opacity: 0.8;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

/* line 40958, app/assets/stylesheets/theme/css/style.scss */
.box-controls li > button > i {
  font-family: themify;
}

/* line 40961, app/assets/stylesheets/theme/css/style.scss */
.box-controls li:first-child > a {
  margin-right: 0;
}

/* line 40964, app/assets/stylesheets/theme/css/style.scss */
.box-controls [data-toggle="dropdown"],
.box-controls .box-btn-reload {
  font-size: 1rem;
}

/* line 40969, app/assets/stylesheets/theme/css/style.scss */
.box-btn-reload::before {
  content: "\e619";
}

/* line 40973, app/assets/stylesheets/theme/css/style.scss */
.box-btn-close::before {
  content: "\e646";
}

/* line 40977, app/assets/stylesheets/theme/css/style.scss */
.box-btn-slide::before {
  content: "\e648";
}

/* line 40981, app/assets/stylesheets/theme/css/style.scss */
.box-btn-maximize::before {
  content: "\e6e8";
}

/* line 40985, app/assets/stylesheets/theme/css/style.scss */
.box-btn-fullscreen::before {
  content: "\e659";
}

/* line 40989, app/assets/stylesheets/theme/css/style.scss */
.box-btn-prev::before {
  content: "\e64a";
}

/* line 40993, app/assets/stylesheets/theme/css/style.scss */
.box-btn-next::before {
  content: "\e649";
}

/* line 40997, app/assets/stylesheets/theme/css/style.scss */
.control {
  position: relative;
}

/* line 41001, app/assets/stylesheets/theme/css/style.scss */
.box-body {
  padding: 1.5rem 1.5rem;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 5px;
}

/* line 41007, app/assets/stylesheets/theme/css/style.scss */
.box-body .box-title {
  display: inline-block;
  margin: 0;
  margin-bottom: 1rem;
  color: #172b4c;
}

/* line 41013, app/assets/stylesheets/theme/css/style.scss */
.box-body > .table {
  margin-bottom: 0;
}

/* line 41016, app/assets/stylesheets/theme/css/style.scss */
.box-body .fc {
  margin-top: 5px;
}

/* line 41019, app/assets/stylesheets/theme/css/style.scss */
.box-body .full-width-chart {
  margin: -10px;
}

/* line 41022, app/assets/stylesheets/theme/css/style.scss */
.box-body.no-padding .full-width-chart {
  margin: -9px;
}

/* line 41025, app/assets/stylesheets/theme/css/style.scss */
.box-body .box-pane {
  border-radius: 0 0 0 5px;
}

/* line 41028, app/assets/stylesheets/theme/css/style.scss */
.box-body .box-pane-right {
  border-radius: 0 0 5px;
}

/* line 41031, app/assets/stylesheets/theme/css/style.scss */
.box-body > *:last-child {
  margin-bottom: 0;
}

/* line 41034, app/assets/stylesheets/theme/css/style.scss */
.box-body ul li {
  line-height: 24px;
}

/* line 41038, app/assets/stylesheets/theme/css/style.scss */
.box-title {
  z-index: auto;
}

/* line 41041, app/assets/stylesheets/theme/css/style.scss */
.box-title.box-title-bold {
  font-weight: 900;
}

/* line 41044, app/assets/stylesheets/theme/css/style.scss */
.box-title code {
  font-size: 0.7143rem;
}

/* line 41048, app/assets/stylesheets/theme/css/style.scss */
.overlay-wrapper > .loading-img,
.overlay-wrapper > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 41056, app/assets/stylesheets/theme/css/style.scss */
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
}

/* line 41061, app/assets/stylesheets/theme/css/style.scss */
.overlay-wrapper .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000000;
  font-size: 2.143rem;
}

/* line 41070, app/assets/stylesheets/theme/css/style.scss */
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}

/* line 41074, app/assets/stylesheets/theme/css/style.scss */
.collapsed-box .box-header.with-border {
  border-bottom: none;
}

/* line 41078, app/assets/stylesheets/theme/css/style.scss */
.no-header .box-body {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

/* line 41083, app/assets/stylesheets/theme/css/style.scss */
.box-carousel .box-footer .carousel-indicators-outside {
  padding: 6px 0;
}

/* line 41087, app/assets/stylesheets/theme/css/style.scss */
.box-img,
.box-img-top,
.box-img-bottom {
  border-radius: 5px;
}

/* line 41093, app/assets/stylesheets/theme/css/style.scss */
.box-loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 41111, app/assets/stylesheets/theme/css/style.scss */
.box-loading .reveal {
  opacity: 1;
  z-index: auto;
}

/* line 41116, app/assets/stylesheets/theme/css/style.scss */
.box-fullscreen {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-bottom: 0;
  z-index: 9999 !important;
}

/* line 41126, app/assets/stylesheets/theme/css/style.scss */
.box-slided-up .box-content {
  display: none;
}

/* line 41129, app/assets/stylesheets/theme/css/style.scss */
.box-slided-up .box-body {
  display: none;
}

/* line 41132, app/assets/stylesheets/theme/css/style.scss */
.box-slided-up .box-btn-slide::before {
  content: "\e64b";
}

/* line 41136, app/assets/stylesheets/theme/css/style.scss */
.box-header-actions {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: -4px;
}

/* line 41143, app/assets/stylesheets/theme/css/style.scss */
.box-header-actions > * {
  margin: 4px;
}

/* line 41147, app/assets/stylesheets/theme/css/style.scss */
.box-solid .box-body {
  background-color: #ffffff !important;
  color: #737373;
}

/* line 41151, app/assets/stylesheets/theme/css/style.scss */
.box-solid .box-controls li a {
  color: #ffffff;
}

/* line 41154, app/assets/stylesheets/theme/css/style.scss */
.box-solid .box-controls .dropdown-item {
  color: #172b4c;
}

/* line 41158, app/assets/stylesheets/theme/css/style.scss */
.rotate-45 {
  display: inline-block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 41164, app/assets/stylesheets/theme/css/style.scss */
.rotate-90 {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 41170, app/assets/stylesheets/theme/css/style.scss */
.rotate-180 {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*User card page*/
/* line 41177, app/assets/stylesheets/theme/css/style.scss */
.fx-element-overlay .white-box {
  padding: 0px;
}

/* line 41180, app/assets/stylesheets/theme/css/style.scss */
.fx-element-overlay .fx-card-item {
  position: relative;
  display: contents;
}

/* line 41184, app/assets/stylesheets/theme/css/style.scss */
.fx-element-overlay .fx-card-item .fx-card-avatar {
  margin-bottom: 15px;
}

/* line 41187, app/assets/stylesheets/theme/css/style.scss */
.fx-element-overlay .fx-card-item .fx-card-content {
  text-align: center;
  display: block;
  margin-bottom: 15px;
}

/* line 41192, app/assets/stylesheets/theme/css/style.scss */
.fx-element-overlay .fx-card-item h3 {
  margin: 0px;
}

/* line 41195, app/assets/stylesheets/theme/css/style.scss */
.fx-element-overlay .fx-card-item a {
  color: #737373;
}

/* line 41198, app/assets/stylesheets/theme/css/style.scss */
.fx-element-overlay .fx-card-item .fx-overlay-1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

/* line 41206, app/assets/stylesheets/theme/css/style.scss */
.fx-element-overlay .fx-card-item .fx-overlay-1 img {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

/* line 41216, app/assets/stylesheets/theme/css/style.scss */
.fx-element-overlay .fx-card-item .fx-overlay-1 .fx-info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%) translateZ(0);
  -webkit-transform: translateY(-50%) translateZ(0);
  -ms-transform: translateY(-50%) translateZ(0);
}

/* line 41236, app/assets/stylesheets/theme/css/style.scss */
.fx-element-overlay .fx-card-item .fx-overlay-1 .fx-info > li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
}

/* line 41241, app/assets/stylesheets/theme/css/style.scss */
.fx-element-overlay .fx-card-item .fx-overlay-1 .fx-info > li a {
  border-color: #ffffff;
  color: #ffffff;
  padding: 10px 15px 10px;
}

/* line 41246, app/assets/stylesheets/theme/css/style.scss */
.fx-element-overlay .fx-card-item .fx-overlay-1 .scrl-dwn {
  top: -100%;
}

/* line 41249, app/assets/stylesheets/theme/css/style.scss */
.fx-element-overlay .fx-card-item .fx-overlay-1 .scrl-up {
  top: 100%;
  height: 0px;
}

/* line 41253, app/assets/stylesheets/theme/css/style.scss */
.fx-element-overlay .fx-card-item .fx-overlay-1:hover img {
  -ms-transform: scale(1.2) translateZ(0);
  -webkit-transform: scale(1.2) translateZ(0);
  transform: scale(1.2) translateZ(0);
}

/* line 41258, app/assets/stylesheets/theme/css/style.scss */
.fx-element-overlay .fx-card-item .fx-overlay-1:hover .fx-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

/* line 41265, app/assets/stylesheets/theme/css/style.scss */
.fx-element-overlay .fx-card-item .fx-overlay-1:hover .scrl-dwn {
  top: 0px;
}

/* line 41268, app/assets/stylesheets/theme/css/style.scss */
.fx-element-overlay .fx-card-item .fx-overlay-1:hover .scrl-up {
  top: 0px;
  height: 100%;
}

/* line 41272, app/assets/stylesheets/theme/css/style.scss */
.fx-element-overlay .fx-card-item .fx-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/*---card---*/
/* line 41287, app/assets/stylesheets/theme/css/style.scss */
.card {
  border-radius: 5px;
  box-shadow: 0px 2px 5px 0px rgba(19, 23, 38, 0.05);
  margin-bottom: 1.5rem;
}

/* line 41293, app/assets/stylesheets/theme/css/style.scss */
.card-img-top {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* line 41298, app/assets/stylesheets/theme/css/style.scss */
.card-body {
  padding: 1.5rem 1.5rem;
}

/* line 41301, app/assets/stylesheets/theme/css/style.scss */
.card-body .card-title {
  margin-bottom: 0.75rem;
  border-bottom: none;
}

/* line 41306, app/assets/stylesheets/theme/css/style.scss */
.card-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 1.5rem 1.5rem;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

/* line 41317, app/assets/stylesheets/theme/css/style.scss */
.card-header .card-title {
  padding: 0;
  border: none;
}

/* line 41321, app/assets/stylesheets/theme/css/style.scss */
.card-header > *:first-child {
  margin-left: 0;
}

/* line 41324, app/assets/stylesheets/theme/css/style.scss */
.card-header > *:last-child {
  margin-right: 0;
}

/* line 41327, app/assets/stylesheets/theme/css/style.scss */
.card-header > * {
  margin-left: 8px;
  margin-right: 8px;
}

/* line 41332, app/assets/stylesheets/theme/css/style.scss */
.card-title {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

/* line 41337, app/assets/stylesheets/theme/css/style.scss */
.card-controls {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

/* line 41348, app/assets/stylesheets/theme/css/style.scss */
.card-controls [data-toggle="dropdown"],
.card-controls .card-btn-reload {
  font-size: 1rem;
}

/* line 41352, app/assets/stylesheets/theme/css/style.scss */
.card-controls li > a {
  font-size: 0.8571rem;
  display: inline-block;
  padding: 0 4px;
  margin: 0 4px;
  color: #608acf;
  opacity: 0.8;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

/* line 41363, app/assets/stylesheets/theme/css/style.scss */
.card-footer {
  padding: 1.5rem 1.5rem;
  background-color: transparent;
}

/* line 41368, app/assets/stylesheets/theme/css/style.scss */
.card-inverse {
  color: #ffffff !important;
  background-color: #172b4c;
}

/* line 41372, app/assets/stylesheets/theme/css/style.scss */
.card-inverse h1,
.card-inverse h2,
.card-inverse h3,
.card-inverse h4,
.card-inverse h5,
.card-inverse h6,
.card-inverse .card-title,
.card-inverse small,
.card-inverse .card-controls li > a {
  color: #ffffff !important;
}

/*---box-comments---*/
/* line 41385, app/assets/stylesheets/theme/css/style.scss */
.box-comments {
  background-color: #f3f6f9;
}

/* line 41388, app/assets/stylesheets/theme/css/style.scss */
.box-comments .box-comment {
  padding: 8px 0;
  border-bottom: 1px solid #cccccc;
}

/* line 41392, app/assets/stylesheets/theme/css/style.scss */
.box-comments .box-comment:before,
.box-comments .box-comment:after {
  content: " ";
  display: table;
}

/* line 41397, app/assets/stylesheets/theme/css/style.scss */
.box-comments .box-comment:after {
  clear: both;
}

/* line 41400, app/assets/stylesheets/theme/css/style.scss */
.box-comments .box-comment:last-of-type {
  border-bottom: 0;
}

/* line 41403, app/assets/stylesheets/theme/css/style.scss */
.box-comments .box-comment:first-of-type {
  padding-top: 0;
}

/* line 41406, app/assets/stylesheets/theme/css/style.scss */
.box-comments .box-comment img {
  float: left;
}

/* line 41409, app/assets/stylesheets/theme/css/style.scss */
.box-comments .comment-text {
  margin-left: 40px;
  color: #2f579a;
}

/* line 41413, app/assets/stylesheets/theme/css/style.scss */
.box-comments .username {
  color: #172b4c;
  display: block;
  font-weight: 600;
}

/* line 41418, app/assets/stylesheets/theme/css/style.scss */
.box-comments .text-muted {
  font-weight: 300;
  font-size: 0.8571rem;
}

/*---info-box---*/
/* line 41424, app/assets/stylesheets/theme/css/style.scss */
.box-input {
  max-width: 200px;
}

/* line 41428, app/assets/stylesheets/theme/css/style.scss */
.info-box {
  display: block;
  min-height: 100px;
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 1.5rem;
  padding: 1.25rem;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}

/* line 41439, app/assets/stylesheets/theme/css/style.scss */
.info-box small {
  font-size: 1rem;
}

/* line 41442, app/assets/stylesheets/theme/css/style.scss */
.info-box .progress {
  background: rgba(0, 0, 0, 0.2);
  margin: 5px -10px 5px 0;
  height: 2px;
  border-radius: 0;
}

/* line 41448, app/assets/stylesheets/theme/css/style.scss */
.info-box .progress .progress-bar {
  border-radius: 0;
  background-color: #ffffff;
}

/* line 41453, app/assets/stylesheets/theme/css/style.scss */
.info-box-icon {
  display: block;
  float: left;
  height: 70px;
  width: 70px;
  text-align: center;
  font-size: 30px;
  line-height: 74px;
}

/* line 41462, app/assets/stylesheets/theme/css/style.scss */
.info-box-icon.push-bottom {
  margin-top: 20px;
}

/* line 41465, app/assets/stylesheets/theme/css/style.scss */
.info-box-icon > img {
  max-width: 100%;
}

/* line 41469, app/assets/stylesheets/theme/css/style.scss */
.info-box-more {
  display: block;
}

/* line 41473, app/assets/stylesheets/theme/css/style.scss */
.info-box-icnumberon {
  display: block;
}

/* line 41477, app/assets/stylesheets/theme/css/style.scss */
.info-box-content {
  padding: 10px 10px 0px 0;
  margin-left: 90px;
}

/* line 41482, app/assets/stylesheets/theme/css/style.scss */
.info-box-number {
  font-weight: 300;
  font-size: 1.5714285714rem;
}

/* line 41487, app/assets/stylesheets/theme/css/style.scss */
.info-box-text,
.progress-description {
  display: block;
  font-size: 1.143rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}

/* line 41497, app/assets/stylesheets/theme/css/style.scss */
.progress-description {
  margin: 0;
}

/*---badges---*/
/* line 41502, app/assets/stylesheets/theme/css/style.scss */
.badge {
  border-radius: 3px;
  font-weight: 300;
  line-height: 1.3;
  font-size: 85%;
}

/* line 41508, app/assets/stylesheets/theme/css/style.scss */
.badge:empty {
  display: inline-block;
  vertical-align: inherit;
}

/* line 41513, app/assets/stylesheets/theme/css/style.scss */
.badge-pill {
  border-radius: 10rem;
}

/* line 41517, app/assets/stylesheets/theme/css/style.scss */
.badge-secondary {
  color: #ffffff;
  background-color: #4d7bc9;
}

/* line 41521, app/assets/stylesheets/theme/css/style.scss */
.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
  color: #ffffff;
  background-color: #7498d5;
}

/* line 41527, app/assets/stylesheets/theme/css/style.scss */
.badge-gray {
  background-color: gray;
  color: #ffffff;
}

/* line 41531, app/assets/stylesheets/theme/css/style.scss */
.badge-gray[href]:hover,
.badge-gray[href]:focus {
  color: #ffffff;
  background-color: #a6a6a6;
}

/* line 41537, app/assets/stylesheets/theme/css/style.scss */
.badge-dark {
  background-color: #172b4c;
  color: #ffffff;
}

/* line 41541, app/assets/stylesheets/theme/css/style.scss */
.badge-dark[href]:hover,
.badge-dark[href]:focus {
  color: #ffffff;
  background-color: #234173;
}

/* line 41547, app/assets/stylesheets/theme/css/style.scss */
.badge-default {
  background-color: #e6e6e6;
  color: #172b4c;
}

/* line 41551, app/assets/stylesheets/theme/css/style.scss */
.badge-default[href]:hover,
.badge-default[href]:focus {
  color: #172b4c;
  background-color: #cccccc;
}

/* line 41557, app/assets/stylesheets/theme/css/style.scss */
.badge-warning {
  color: #ffffff;
}

/* line 41561, app/assets/stylesheets/theme/css/style.scss */
.badge-sm {
  line-height: 1.2;
  padding-top: 1px;
  padding-bottom: 2px;
  font-size: 75%;
}

/* line 41568, app/assets/stylesheets/theme/css/style.scss */
.badge-lg {
  line-height: 1.5;
  padding: 5px 7px;
  font-size: 95%;
}

/* line 41574, app/assets/stylesheets/theme/css/style.scss */
.badge-xl {
  line-height: 1.7;
  padding: 7px 9px;
  font-size: 100%;
}

/* line 41580, app/assets/stylesheets/theme/css/style.scss */
.badge-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border-radius: 100%;
  vertical-align: middle;
}

/* line 41587, app/assets/stylesheets/theme/css/style.scss */
.badge-dot.badge-sm {
  width: 6px;
  height: 6px;
}

/* line 41591, app/assets/stylesheets/theme/css/style.scss */
.badge-dot.badge-lg {
  width: 10px;
  height: 10px;
}

/* line 41595, app/assets/stylesheets/theme/css/style.scss */
.badge-dot.badge-xl {
  width: 12px;
  height: 12px;
}

/* line 41600, app/assets/stylesheets/theme/css/style.scss */
.badge-ring {
  position: relative;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 100%;
  vertical-align: middle;
}

/* line 41608, app/assets/stylesheets/theme/css/style.scss */
.badge-ring::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* line 41622, app/assets/stylesheets/theme/css/style.scss */
.badge-ring.badge-sm {
  width: 8px;
  height: 8px;
}

/* line 41626, app/assets/stylesheets/theme/css/style.scss */
.badge-ring.badge-sm::after {
  width: 4px;
  height: 4px;
}

/* line 41630, app/assets/stylesheets/theme/css/style.scss */
.badge-ring.badge-lg {
  width: 12px;
  height: 12px;
}

/* line 41634, app/assets/stylesheets/theme/css/style.scss */
.badge-ring.badge-lg::after {
  width: 8px;
  height: 8px;
}

/* line 41638, app/assets/stylesheets/theme/css/style.scss */
.badge-ring.badge-xl {
  width: 14px;
  height: 14px;
}

/* line 41642, app/assets/stylesheets/theme/css/style.scss */
.badge-ring.badge-xl::after {
  width: 10px;
  height: 10px;
}

/* line 41646, app/assets/stylesheets/theme/css/style.scss */
.badge-ring.fill::after {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/* line 41651, app/assets/stylesheets/theme/css/style.scss */
.badge-bold {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
}

/* line 41657, app/assets/stylesheets/theme/css/style.scss */
.list-group .badge-pill {
  margin-top: 3px;
}

/*---modal---*/
/* line 41662, app/assets/stylesheets/theme/css/style.scss */
.modal-left .modal-content {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  border-radius: 0;
}

/* line 41671, app/assets/stylesheets/theme/css/style.scss */
.modal-left .modal-dialog {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 360px;
  max-width: 100%;
  margin: 0;
  -webkit-transform: translate(-100%, 0) !important;
  transform: translate(-100%, 0) !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 41684, app/assets/stylesheets/theme/css/style.scss */
.modal-left.show .modal-dialog {
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

/* line 41689, app/assets/stylesheets/theme/css/style.scss */
.center-modal {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* line 41695, app/assets/stylesheets/theme/css/style.scss */
.center-modal.show {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 41699, app/assets/stylesheets/theme/css/style.scss */
.center-modal .modal-dialog {
  margin: 0;
  width: 100%;
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%) !important;
  transform: translate(-50%, 50%) !important;
}

/* line 41709, app/assets/stylesheets/theme/css/style.scss */
.modal-fill {
  background: rgba(255, 255, 255, 0.97);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* line 41716, app/assets/stylesheets/theme/css/style.scss */
.modal-fill.show {
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* line 41729, app/assets/stylesheets/theme/css/style.scss */
.modal-fill .modal-dialog {
  display: -webkit-box;
  display: flex;
  max-width: 100%;
  width: 100%;
  height: 100%;
  margin: 0;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column nowrap;
  align-content: center;
  -webkit-box-align: center;
  align-items: center;
}

/* line 41745, app/assets/stylesheets/theme/css/style.scss */
.modal-fill .modal-content {
  background: rgba(255, 255, 255, 0.97);
  width: 100%;
  max-width: 600px;
  box-shadow: none;
}

/* line 41751, app/assets/stylesheets/theme/css/style.scss */
.modal-fill .modal-header {
  border-bottom: none;
}

/* line 41754, app/assets/stylesheets/theme/css/style.scss */
.modal-fill .modal-header .close {
  position: fixed;
  top: 0;
  right: 0;
  padding: 20px;
  font-size: 2.5714285714rem;
  font-weight: 300;
}

/* line 41762, app/assets/stylesheets/theme/css/style.scss */
.modal-fill .modal-footer {
  border: none;
}

/* line 41766, app/assets/stylesheets/theme/css/style.scss */
.modal {
  background: rgba(0, 0, 0, 0.3);
}

/* line 41769, app/assets/stylesheets/theme/css/style.scss */
.modal.modal-fill {
  background: rgba(255, 255, 255, 0.97);
}

/* line 41772, app/assets/stylesheets/theme/css/style.scss */
.modal .panel-body {
  color: #172b4c;
}

/* line 41776, app/assets/stylesheets/theme/css/style.scss */
.modal-right.show .modal-dialog {
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}

/* line 41780, app/assets/stylesheets/theme/css/style.scss */
.modal-right .modal-dialog {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 360px;
  max-width: 100%;
  margin: 0;
  -webkit-transform: translate(100%, 0) !important;
  transform: translate(100%, 0) !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 41793, app/assets/stylesheets/theme/css/style.scss */
.modal-right .modal-content {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  border-radius: 0;
}

/* line 41803, app/assets/stylesheets/theme/css/style.scss */
.modal-content {
  border-radius: 0;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  border: 0;
}

@media (min-width: 768px) {
  /* line 41811, app/assets/stylesheets/theme/css/style.scss */
  .modal-content {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  }
}

/* line 41816, app/assets/stylesheets/theme/css/style.scss */
.modal-header {
  border-bottom-color: #f3f6f9;
}

/* line 41820, app/assets/stylesheets/theme/css/style.scss */
.modal-footer {
  border-top-color: #f3f6f9;
  display: inline-block;
}

/* line 41825, app/assets/stylesheets/theme/css/style.scss */
.model_img {
  cursor: pointer;
}

/*---mask Formatter---*/
/* line 41830, app/assets/stylesheets/theme/css/style.scss */
.sidetitle {
  font-style: italic;
  margin-left: 0.5rem;
}

/* line 41834, app/assets/stylesheets/theme/css/style.scss */
.sidetitle::before {
  content: "\2014 \00A0";
}

/* line 41838, app/assets/stylesheets/theme/css/style.scss */
.subtitle {
  display: block;
  margin-top: 8px;
  margin-bottom: 5px;
}

/*---flexbox---*/
/* line 41845, app/assets/stylesheets/theme/css/style.scss */
.flexbox {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

/* line 41851, app/assets/stylesheets/theme/css/style.scss */
.flexbox .dropdown i {
  font-size: 1rem;
}

/* line 41854, app/assets/stylesheets/theme/css/style.scss */
.flexbox > * {
  margin-left: 4px;
  margin-right: 4px;
}

/* line 41858, app/assets/stylesheets/theme/css/style.scss */
.flexbox > *:last-child {
  margin-right: 0;
}

/* line 41861, app/assets/stylesheets/theme/css/style.scss */
.flexbox > *:first-child {
  margin-left: 0;
}

/* line 41864, app/assets/stylesheets/theme/css/style.scss */
.flexbox .list-inline > li {
  display: block;
}

/* line 41867, app/assets/stylesheets/theme/css/style.scss */
.flexbox .dropdown a i {
  font-size: 1rem;
}

/* line 41871, app/assets/stylesheets/theme/css/style.scss */
.no-shrink {
  flex-shrink: 0;
}

/* line 41875, app/assets/stylesheets/theme/css/style.scss */
.flex-justified > *,
.flex-grow-all > *,
.flex-cols-wide > *,
.flex-col-wide,
.flex-grow {
  -webkit-box-flex: 1;
  flex: 1 1 0%;
}

/* line 41884, app/assets/stylesheets/theme/css/style.scss */
.list-inline > li.flexbox {
  display: -webkit-box;
  display: flex;
}

/* line 41889, app/assets/stylesheets/theme/css/style.scss */
ul.flexbox {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

/*---dropdown---*/
/* line 41896, app/assets/stylesheets/theme/css/style.scss */
.dropdown-toggle {
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

/* line 41901, app/assets/stylesheets/theme/css/style.scss */
.dropdown-toggle .no-caret::after {
  display: none;
}

/* line 41905, app/assets/stylesheets/theme/css/style.scss */
.dropdown-header {
  padding: 4px 12px;
  margin: 4px;
}

/* line 41910, app/assets/stylesheets/theme/css/style.scss */
.dropdown-item {
  color: #172b4c;
  font-weight: 400;
  padding: 10px 15px;
  width: auto;
  margin: 5px 0;
  -webkit-transition: 0.15s linear;
  transition: 0.15s linear;
}

/* line 41919, app/assets/stylesheets/theme/css/style.scss */
.dropdown-item i {
  margin-right: 0.5rem;
}

/* line 41923, app/assets/stylesheets/theme/css/style.scss */
.dropdown-menu {
  color: #172b4c;
  border-radius: 2px;
  font-size: 1rem;
  border-color: #f3f6f9;
  padding: 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  z-index: 992;
}

/* line 41934, app/assets/stylesheets/theme/css/style.scss */
.dropdown-grid {
  color: #172b4c;
  border-radius: 2px;
  font-size: 1rem;
  border-color: #f3f6f9;
  padding: 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  z-index: 992;
}

/* line 41945, app/assets/stylesheets/theme/css/style.scss */
.dropdown-item.active,
.dropdown-item:active {
  color: #172b4c;
  background-color: #f3f6f9;
}

/* line 41951, app/assets/stylesheets/theme/css/style.scss */
.doc-dropdown .dropdown {
  display: inline-block;
}

/* line 41954, app/assets/stylesheets/theme/css/style.scss */
.doc-dropdown .dropup {
  display: inline-block;
}

/* line 41957, app/assets/stylesheets/theme/css/style.scss */
.doc-dropdown .dropdown-menu {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* line 41961, app/assets/stylesheets/theme/css/style.scss */
.doc-dropdown .dropdown-grid {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

/* line 41966, app/assets/stylesheets/theme/css/style.scss */
.dropdown-menu {
  color: #172b4c;
  border-radius: 5px;
  font-size: 13px;
  border-color: #f3f6f9;
  padding: 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  z-index: 992;
}

/* line 41977, app/assets/stylesheets/theme/css/style.scss */
.show > .dropdown-grid {
  display: -webkit-box;
  display: flex;
}

/* line 41982, app/assets/stylesheets/theme/css/style.scss */
.dropdown-grid {
  display: none;
  flex-wrap: wrap;
  color: #172b4c;
  border-radius: 5px;
  font-size: 1rem;
  padding: 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
  z-index: 992;
  position: absolute;
  top: 100%;
  float: left;
  min-width: 300px;
  margin: 2px 0 0;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

/* line 42004, app/assets/stylesheets/theme/css/style.scss */
.dropdown-grid .dropdown-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  flex-basis: 33.333333%;
  overflow: hidden;
  text-align: center;
  padding: 12px;
  margin: 0;
  min-height: 90px;
  border: 1px solid transparent;
}

/* line 42020, app/assets/stylesheets/theme/css/style.scss */
.dropdown-grid .dropdown-item:hover {
  border-color: #f3f6f9;
}

/* line 42023, app/assets/stylesheets/theme/css/style.scss */
.dropdown-grid .dropdown-item.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* line 42027, app/assets/stylesheets/theme/css/style.scss */
.dropdown-grid .dropdown-item.disabled:hover {
  background-color: transparent;
}

/* line 42030, app/assets/stylesheets/theme/css/style.scss */
.dropdown-grid .dropdown-item.active,
.dropdown-grid .dropdown-item:active {
  color: #172b4c;
  background-color: #f3f6f9;
}

/* line 42035, app/assets/stylesheets/theme/css/style.scss */
.dropdown-grid .icon {
  font-size: 1.714rem !important;
}

/* line 42038, app/assets/stylesheets/theme/css/style.scss */
.dropdown-grid .icon:first-child {
  width: auto;
  margin-right: 0em;
  text-align: center;
}

/* line 42043, app/assets/stylesheets/theme/css/style.scss */
.dropdown-grid img.icon:first-child {
  width: 60%;
  margin: 0 auto;
}

/* line 42047, app/assets/stylesheets/theme/css/style.scss */
.dropdown-grid.cols-2 {
  min-width: 200px;
}

/* line 42050, app/assets/stylesheets/theme/css/style.scss */
.dropdown-grid.cols-2 .dropdown-item {
  flex-basis: 50%;
}

/* line 42053, app/assets/stylesheets/theme/css/style.scss */
.dropdown-grid.cols-4 {
  min-width: 400px;
}

/* line 42056, app/assets/stylesheets/theme/css/style.scss */
.dropdown-grid.cols-4 .dropdown-item {
  flex-basis: 25%;
}

/* line 42060, app/assets/stylesheets/theme/css/style.scss */
.dropdown-item .icon {
  vertical-align: baseline;
  margin-right: 6px;
  font-size: 0.875rem;
}

/*---Statistic widgets---*/
/* line 42067, app/assets/stylesheets/theme/css/style.scss */
.percent {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
}

/* line 42072, app/assets/stylesheets/theme/css/style.scss */
.percent :after {
  content: "%";
  margin-left: 0.1em;
  font-size: 0.8571rem;
}

/* line 42078, app/assets/stylesheets/theme/css/style.scss */
.countnm.per:after {
  content: "%";
  margin-left: 0.1em;
  font-size: 0.8571rem;
}

/* line 42084, app/assets/stylesheets/theme/css/style.scss */
.icon-box {
  display: inline-block;
  line-height: 110px;
  z-index: 2;
  font-size: 2.5714285714rem;
}

/* line 42091, app/assets/stylesheets/theme/css/style.scss */
.easypie {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  text-align: center;
}

/* line 42098, app/assets/stylesheets/theme/css/style.scss */
.easypie canvas {
  position: absolute;
  top: 0;
  left: 0;
}

/*---media---*/
/* line 42105, app/assets/stylesheets/theme/css/style.scss */
.box .media,
.box .box-body .media,
.box .box-header .media,
.box .box-footer .media,
.card .media,
.card .card-body .media,
.card .card-header .media,
.card .card-footer .media {
  box-shadow: none;
}

/* line 42116, app/assets/stylesheets/theme/css/style.scss */
[class*="col-"] > .media {
  border-radius: 5px;
}

/* line 42120, app/assets/stylesheets/theme/css/style.scss */
.media {
  padding: 1rem;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

/* line 42125, app/assets/stylesheets/theme/css/style.scss */
.media > * {
  margin: 0rem 1rem;
}

/* line 42128, app/assets/stylesheets/theme/css/style.scss */
.media .nav-link:hover,
.media .nav-link:focus {
  background-color: transparent;
}

/* line 42132, app/assets/stylesheets/theme/css/style.scss */
.media a:not(.btn):not(.avatar) {
  color: #172b4c;
}

/* line 42135, app/assets/stylesheets/theme/css/style.scss */
.media.flex-column > * {
  margin: 0;
}

/* line 42138, app/assets/stylesheets/theme/css/style.scss */
.media.flex-column > div {
  width: 100%;
}

/* line 42141, app/assets/stylesheets/theme/css/style.scss */
.media.active {
  background-color: #f3f6f9;
}

/* line 42144, app/assets/stylesheets/theme/css/style.scss */
.media.bordered {
  border: 1px solid #f3f6f9;
}

/* line 42147, app/assets/stylesheets/theme/css/style.scss */
.media.items-center {
  -webkit-box-align: center;
  align-items: center;
}

/* line 42151, app/assets/stylesheets/theme/css/style.scss */
.media[data-provide~="checkable"],
.media[data-provide~="selectable"] {
  cursor: pointer;
}

/* line 42155, app/assets/stylesheets/theme/css/style.scss */
.media .media {
  margin-top: 1.25rem;
}

/* line 42158, app/assets/stylesheets/theme/css/style.scss */
.media .lead {
  line-height: 1.875rem;
}

/* line 42161, app/assets/stylesheets/theme/css/style.scss */
.media .title {
  -webkit-box-flex: 1;
  flex: 1 1 0%;
}

/* line 42165, app/assets/stylesheets/theme/css/style.scss */
.media .avatar {
  flex-shrink: 0;
}

/* line 42168, app/assets/stylesheets/theme/css/style.scss */
.media .align-center {
  -ms-grid-row-align: center;
  align-self: center;
}

/* line 42172, app/assets/stylesheets/theme/css/style.scss */
.media .media-hover-show {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* line 42177, app/assets/stylesheets/theme/css/style.scss */
.media .dropdown .dropdown-toggle {
  opacity: 0.7;
}

/* line 42180, app/assets/stylesheets/theme/css/style.scss */
.media .dropdown:hover .dropdown-toggle {
  opacity: 1;
}

/* line 42183, app/assets/stylesheets/theme/css/style.scss */
.media .dropdown.open .dropdown-toggle {
  opacity: 1;
}

/* line 42186, app/assets/stylesheets/theme/css/style.scss */
.media:hover .media-hover-show {
  opacity: 1;
}

/* line 42189, app/assets/stylesheets/theme/css/style.scss */
.media:hover .media-block-actions {
  opacity: 1;
}

/* line 42192, app/assets/stylesheets/theme/css/style.scss */
.media:hover .media-action {
  opacity: 1;
}

/* line 42195, app/assets/stylesheets/theme/css/style.scss */
.media .custom-control {
  margin-right: 0;
}

/* line 42198, app/assets/stylesheets/theme/css/style.scss */
.media .nav {
  flex-wrap: nowrap;
  margin-left: -8px;
  margin-right: -8px;
}

/* line 42203, app/assets/stylesheets/theme/css/style.scss */
.media .nav-link {
  line-height: 24px;
  font-size: 90%;
  padding: 0 8px;
}

/* line 42208, app/assets/stylesheets/theme/css/style.scss */
.media.media-xs {
  padding: 10px 6px;
}

/* line 42211, app/assets/stylesheets/theme/css/style.scss */
.media.media-sm {
  padding: 12px 8px;
}

/* line 42214, app/assets/stylesheets/theme/css/style.scss */
.media.media-lg {
  padding-top: 20px 16px;
}

/* line 42217, app/assets/stylesheets/theme/css/style.scss */
.media.media-xl {
  padding-top: 24px 20px;
}

/* line 42220, app/assets/stylesheets/theme/css/style.scss */
.media.media-xxl {
  padding-top: 32px 24px;
}

/* line 42224, app/assets/stylesheets/theme/css/style.scss */
.media-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

/* line 42230, app/assets/stylesheets/theme/css/style.scss */
.media-center {
  -webkit-box-align: center;
  align-items: center;
}

/* line 42235, app/assets/stylesheets/theme/css/style.scss */
.media-block-actions {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 1rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 42247, app/assets/stylesheets/theme/css/style.scss */
.media-collapsible {
  flex-wrap: wrap;
}

/* line 42250, app/assets/stylesheets/theme/css/style.scss */
.media-collapsible .collapse {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-shrink: 0;
  min-width: 100%;
}

/* line 42257, app/assets/stylesheets/theme/css/style.scss */
.collapse-arrow::before {
  content: "\e64b";
  font-family: themify;
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/* line 42264, app/assets/stylesheets/theme/css/style.scss */
.collapse-arrow :not(.collapsed)::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 42269, app/assets/stylesheets/theme/css/style.scss */
.media-body {
  min-width: 0;
}

/* line 42272, app/assets/stylesheets/theme/css/style.scss */
.media-body > * {
  margin-bottom: 0;
}

/* line 42275, app/assets/stylesheets/theme/css/style.scss */
.media-body .media > *:first-child {
  margin-left: 0;
}

/* line 42278, app/assets/stylesheets/theme/css/style.scss */
.media-body .media > *:last-child {
  margin-right: 0;
}

/* line 42282, app/assets/stylesheets/theme/css/style.scss */
.media-left {
  padding-right: 0;
}

/* line 42286, app/assets/stylesheets/theme/css/style.scss */
.media-right-out {
  padding-left: 1.25rem;
}

/* line 42289, app/assets/stylesheets/theme/css/style.scss */
.media-right-out a {
  color: #172b4c;
  font-size: 1.286rem;
  opacity: 0.8;
}

/* line 42294, app/assets/stylesheets/theme/css/style.scss */
.media-right-out a + a {
  margin-left: 0.5rem;
}

/* line 42298, app/assets/stylesheets/theme/css/style.scss */
.media-action {
  opacity: 0;
  color: #172b4c;
}

/* line 42303, app/assets/stylesheets/theme/css/style.scss */
.media-action-visible .media-action {
  opacity: 1;
}

/* line 42307, app/assets/stylesheets/theme/css/style.scss */
.media-inverse {
  color: #ffffff;
}

/* line 42310, app/assets/stylesheets/theme/css/style.scss */
.media-inverse h1,
.media-inverse h2,
.media-inverse h3,
.media-inverse h4,
.media-inverse h5,
.media-inverse h6 {
  color: #ffffff;
}

/* line 42318, app/assets/stylesheets/theme/css/style.scss */
.media-inverse .small,
.media-inverse small,
.media-inverse time,
.media-inverse .nav-link {
  color: rgba(255, 255, 255, 0.7);
}

/* line 42324, app/assets/stylesheets/theme/css/style.scss */
.media-inverse .nav-link:hover {
  color: #ffffff;
}

/* line 42328, app/assets/stylesheets/theme/css/style.scss */
.media-new {
  background-color: #f3f6f9;
}

/* line 42332, app/assets/stylesheets/theme/css/style.scss */
.media-list-hover .media-new:hover {
  background-color: #f3f6f9 !important;
}

/* line 42336, app/assets/stylesheets/theme/css/style.scss */
.media-single,
.media-center-v {
  -webkit-box-align: center;
  align-items: center;
}

/* line 42342, app/assets/stylesheets/theme/css/style.scss */
.media-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

/* line 42348, app/assets/stylesheets/theme/css/style.scss */
.media-chat {
  padding-right: 64px;
  margin-bottom: 0;
}

/* line 42352, app/assets/stylesheets/theme/css/style.scss */
.media-chat.media-chat-reverse {
  padding-right: 12px;
  padding-left: 64px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

/* line 42359, app/assets/stylesheets/theme/css/style.scss */
.media-chat.media-chat-reverse .media-body p {
  float: right;
  clear: right;
  color: #ffffff;
}

/* line 42364, app/assets/stylesheets/theme/css/style.scss */
.media-chat .media-body {
  display: table;
}

/* line 42367, app/assets/stylesheets/theme/css/style.scss */
.media-chat .media-body p {
  position: relative;
  padding: 6px 8px;
  margin: 4px 0;
  background-color: #f3f6f9;
  border-radius: 3px;
}

/* line 42374, app/assets/stylesheets/theme/css/style.scss */
.media-chat .media-body p.inverse {
  color: #ffffff;
}

/* line 42377, app/assets/stylesheets/theme/css/style.scss */
.media-chat .media-body p.meta {
  background-color: transparent !important;
  padding: 0;
  opacity: 0.8;
}

/* line 42382, app/assets/stylesheets/theme/css/style.scss */
.media-chat .media-body p.meta time {
  font-weight: 300;
}

/* line 42386, app/assets/stylesheets/theme/css/style.scss */
.media-meta-day {
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 0;
  color: #172b4c;
  opacity: 0.8;
  font-weight: 300;
}

/* line 42396, app/assets/stylesheets/theme/css/style.scss */
.media-meta-day:before,
.media-meta-day:after {
  content: "";
  -webkit-box-flex: 1;
  flex: 1 1 0%;
  border-top: 1px solid #f3f6f9;
}

/* line 42403, app/assets/stylesheets/theme/css/style.scss */
.media-meta-day::before {
  margin-right: 16px;
}

/* line 42406, app/assets/stylesheets/theme/css/style.scss */
.media-meta-day::after {
  margin-left: 16px;
}

@media (max-width: 767px) {
  /* line 42411, app/assets/stylesheets/theme/css/style.scss */
  .media-doc {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  /* line 42416, app/assets/stylesheets/theme/css/style.scss */
  .media-doc > * {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 42420, app/assets/stylesheets/theme/css/style.scss */
  .media-doc .media-body {
    margin: 30px 0;
  }
}

/* line 42424, app/assets/stylesheets/theme/css/style.scss */
.media-list > .media:not(.media-list-header):not(.media-list-footer),
.media-list .media-list-body > .media {
  margin-bottom: 0;
}

/* line 42428, app/assets/stylesheets/theme/css/style.scss */
.media-list .media .sortable-dot {
  margin: 0;
  margin-left: -5px;
  opacity: 0;
  border-radius: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 42436, app/assets/stylesheets/theme/css/style.scss */
.media-list .media:hover .sortable-dot {
  opacity: 0.6;
}

/* line 42439, app/assets/stylesheets/theme/css/style.scss */
.media-list
[data-provide~="selectable"]
.media:not(.media-list-header):not(.media-list-footer) {
  cursor: pointer;
}

/* line 42445, app/assets/stylesheets/theme/css/style.scss */
.media-listul {
  padding-left: 0;
}

/* line 42449, app/assets/stylesheets/theme/css/style.scss */
.media-list-hover
> .media:not(.media-list-header):not(.media-list-footer):hover,
.media-list-hover .media-list-body > .media:hover {
  background-color: #ebedf3;
}

/* line 42454, app/assets/stylesheets/theme/css/style.scss */
.media-list-hover
> .media:not(.media-list-header):not(.media-list-footer):hover
a:not(.btn):not(.avatar),
.media-list-hover .media-list-body > .media:hover a:not(.btn):not(.avatar) {
  color: #172b4c;
}

/* line 42460, app/assets/stylesheets/theme/css/style.scss */
.media-list-hover
> .media:not(.media-list-header):not(.media-list-footer):hover
.divider-dash,
.media-list-hover .media-list-body > .media:hover .divider-dash {
  color: #172b4c;
}

/* line 42467, app/assets/stylesheets/theme/css/style.scss */
.media-list-divided > .media:not(.media-list-header):not(.media-list-footer),
.media-list-divided .media-list-body > .media {
  border-bottom: 1px solid rgba(96, 138, 207, 0.07);
}

/* line 42471, app/assets/stylesheets/theme/css/style.scss */
.media-list-divided
> .media:not(.media-list-header):not(.media-list-footer):last-child,
.media-list-divided .media-list-body > .media:last-child {
  border-bottom: none;
}

/* line 42477, app/assets/stylesheets/theme/css/style.scss */
.media-list-bordered {
  border: 1px solid #f3f6f9;
}

/* line 42481, app/assets/stylesheets/theme/css/style.scss */
.media-list-striped
.media:not(.media-list-header):not(.media-list-footer):nth-child(even) {
  background-color: #f3f6f9;
}

/* line 42486, app/assets/stylesheets/theme/css/style.scss */
.media-list-xs .media {
  padding: 10px 16px;
}

/* line 42490, app/assets/stylesheets/theme/css/style.scss */
.media-list-sm .media {
  padding: 12px 16px;
}

/* line 42494, app/assets/stylesheets/theme/css/style.scss */
.media-list-lg .media {
  padding: 20px 16px;
}

/* line 42498, app/assets/stylesheets/theme/css/style.scss */
.media-list-xl .media {
  padding: 24px 20px;
}

/* line 42502, app/assets/stylesheets/theme/css/style.scss */
.media-list-xxl .media {
  padding: 32px 24px;
}

/* line 42506, app/assets/stylesheets/theme/css/style.scss */
.media-list-header {
  border-bottom: 1px solid #f3f6f9;
  background-color: #afc3d7;
}

/* line 42511, app/assets/stylesheets/theme/css/style.scss */
.media-list-footer {
  border-top: 1px solid #f3f6f9;
  background-color: #afc3d7;
}

/* line 42516, app/assets/stylesheets/theme/css/style.scss */
.media-grid {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
}

/* line 42522, app/assets/stylesheets/theme/css/style.scss */
.media-grid::after {
  content: "";
  -webkit-box-flex: 1;
  flex: auto;
}

/* line 42527, app/assets/stylesheets/theme/css/style.scss */
.media-grid.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 42531, app/assets/stylesheets/theme/css/style.scss */
.media-grid.row .media {
  margin-bottom: 15px;
}

/* line 42534, app/assets/stylesheets/theme/css/style.scss */
.media-grid > .media {
  margin-right: 15px;
  margin-bottom: 15px;
  width: 200px;
}

/* line 42540, app/assets/stylesheets/theme/css/style.scss */
.media-grid-bordered .media {
  border: 1px solid #afc3d7;
}

/* line 42544, app/assets/stylesheets/theme/css/style.scss */
.media-grid-hover .media:hover {
  background-color: #f3f6f9;
}

/*---blog and other widgets ---*/
/* line 42549, app/assets/stylesheets/theme/css/style.scss */
[class*="img-hov-"] {
  overflow: hidden;
}

/* line 42552, app/assets/stylesheets/theme/css/style.scss */
[class*="img-hov-"] img {
  -webkit-transition: 0.45s;
  transition: 0.45s;
  -webkit-backface-visibility: hidden;
}

/* line 42558, app/assets/stylesheets/theme/css/style.scss */
.img-hov-fadein {
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

/* line 42562, app/assets/stylesheets/theme/css/style.scss */
.img-hov-fadein:hover {
  opacity: 0.7;
}

/* line 42566, app/assets/stylesheets/theme/css/style.scss */
.img-hov-fadeout {
  opacity: 0.7;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

/* line 42571, app/assets/stylesheets/theme/css/style.scss */
.img-hov-fadeout:hover {
  opacity: 1;
}

/* line 42575, app/assets/stylesheets/theme/css/style.scss */
.img-hov-zoomin img:hover {
  -webkit-transform: scale(1.045);
  transform: scale(1.045);
}

/* line 42580, app/assets/stylesheets/theme/css/style.scss */
.img-hov-zoomout img {
  -webkit-transform: scale(1.045);
  transform: scale(1.045);
}

/* line 42584, app/assets/stylesheets/theme/css/style.scss */
.img-hov-zoomout img:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 42589, app/assets/stylesheets/theme/css/style.scss */
.img-hov-stretchin img {
  -webkit-transform-origin: left top 0;
  transform-origin: left top 0;
}

/* line 42593, app/assets/stylesheets/theme/css/style.scss */
.img-hov-stretchin img:hover {
  -webkit-transform: scale(1.045);
  transform: scale(1.045);
}

/* line 42598, app/assets/stylesheets/theme/css/style.scss */
.img-hov-stretchout img {
  -webkit-transform-origin: left top 0;
  transform-origin: left top 0;
  -webkit-transform: scale(1.045);
  transform: scale(1.045);
}

/* line 42604, app/assets/stylesheets/theme/css/style.scss */
.img-hov-stretchout img:hover {
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* line 42609, app/assets/stylesheets/theme/css/style.scss */
.img-hov-slideleft img {
  -webkit-transform-origin: left center 0;
  transform-origin: left center 0;
  -webkit-transform: scale(1.045) translateX(0);
  transform: scale(1.045) translateX(0);
}

/* line 42615, app/assets/stylesheets/theme/css/style.scss */
.img-hov-slideleft img:hover {
  -webkit-transform: scale(1.045) translateX(-4.5%);
  transform: scale(1.045) translateX(-4.5%);
}

/* line 42620, app/assets/stylesheets/theme/css/style.scss */
.img-hov-slideright img {
  -webkit-transform-origin: right center 0;
  transform-origin: right center 0;
  -webkit-transform: scale(1.045) translateX(0);
  transform: scale(1.045) translateX(0);
}

/* line 42626, app/assets/stylesheets/theme/css/style.scss */
.img-hov-slideright img:hover {
  -webkit-transform: scale(1.045) translateX(4.5%);
  transform: scale(1.045) translateX(4.5%);
}

/* line 42631, app/assets/stylesheets/theme/css/style.scss */
.img-hov-slideup img {
  -webkit-transform-origin: center top 0;
  transform-origin: center top 0;
  -webkit-transform: scale(1.045) translateY(0);
  transform: scale(1.045) translateY(0);
}

/* line 42637, app/assets/stylesheets/theme/css/style.scss */
.img-hov-slideup img:hover {
  -webkit-transform: scale(1.045) translateY(-4.5%);
  transform: scale(1.045) translateY(-4.5%);
}

/* line 42642, app/assets/stylesheets/theme/css/style.scss */
.img-hov-slidedown img {
  -webkit-transform-origin: center bottom 0;
  transform-origin: center bottom 0;
  -webkit-transform: scale(1.045) translateY(0);
  transform: scale(1.045) translateY(0);
}

/* line 42648, app/assets/stylesheets/theme/css/style.scss */
.img-hov-slidedown img:hover {
  -webkit-transform: scale(1.045) translateY(4.5%);
  transform: scale(1.045) translateY(4.5%);
}

/* line 42653, app/assets/stylesheets/theme/css/style.scss */
.img-hov-rotateleft img {
  -webkit-transform: rotateZ(0) scale(1);
  transform: rotateZ(0) scale(1);
}

/* line 42657, app/assets/stylesheets/theme/css/style.scss */
.img-hov-rotateleft img:hover {
  -webkit-transform: rotateZ(-5deg) scale(1.1);
  transform: rotateZ(-5deg) scale(1.1);
}

/* line 42662, app/assets/stylesheets/theme/css/style.scss */
.img-hov-rotateright img {
  -webkit-transform: rotateZ(0) scale(1);
  transform: rotateZ(0) scale(1);
}

/* line 42666, app/assets/stylesheets/theme/css/style.scss */
.img-hov-rotateright img:hover {
  -webkit-transform: rotateZ(5deg) scale(1.1);
  transform: rotateZ(5deg) scale(1.1);
}

/* line 42671, app/assets/stylesheets/theme/css/style.scss */
.gap-items > * {
  margin-left: 8px;
  margin-right: 8px;
}

/* line 42675, app/assets/stylesheets/theme/css/style.scss */
.gap-items > *:first-child {
  margin-left: 0;
}

/* line 42678, app/assets/stylesheets/theme/css/style.scss */
.gap-items > *:last-child {
  margin-right: 0;
}

/* line 42682, app/assets/stylesheets/theme/css/style.scss */
.gap-items-1 > * {
  margin-left: 2px;
  margin-right: 2px;
}

/* line 42686, app/assets/stylesheets/theme/css/style.scss */
.gap-items-1 > *:first-child {
  margin-left: 0;
}

/* line 42689, app/assets/stylesheets/theme/css/style.scss */
.gap-items-1 > *:last-child {
  margin-right: 0;
}

/* line 42693, app/assets/stylesheets/theme/css/style.scss */
.gap-items-2 > * {
  margin-left: 4px;
  margin-right: 4px;
}

/* line 42697, app/assets/stylesheets/theme/css/style.scss */
.gap-items-2 > *:first-child {
  margin-left: 0;
}

/* line 42700, app/assets/stylesheets/theme/css/style.scss */
.gap-items-2 > *:last-child {
  margin-right: 0;
}

/* line 42704, app/assets/stylesheets/theme/css/style.scss */
.gap-items-3 > * {
  margin-left: 8px;
  margin-right: 8px;
}

/* line 42708, app/assets/stylesheets/theme/css/style.scss */
.gap-items-3 > *:first-child {
  margin-left: 0;
}

/* line 42711, app/assets/stylesheets/theme/css/style.scss */
.gap-items-3 > *:last-child {
  margin-right: 0;
}

/* line 42715, app/assets/stylesheets/theme/css/style.scss */
.gap-items-4 > * {
  margin-left: 12px;
  margin-right: 12px;
}

/* line 42719, app/assets/stylesheets/theme/css/style.scss */
.gap-items-4 > *:first-child {
  margin-left: 0;
}

/* line 42722, app/assets/stylesheets/theme/css/style.scss */
.gap-items-4 > *:last-child {
  margin-right: 0;
}

/* line 42726, app/assets/stylesheets/theme/css/style.scss */
.gap-items-5 > * {
  margin-left: 16px;
  margin-right: 16px;
}

/* line 42730, app/assets/stylesheets/theme/css/style.scss */
.gap-items-5 > *:first-child {
  margin-left: 0;
}

/* line 42733, app/assets/stylesheets/theme/css/style.scss */
.gap-items-5 > *:last-child {
  margin-right: 0;
}

/* line 42737, app/assets/stylesheets/theme/css/style.scss */
.gap-multiline-items {
  margin: -8px;
}

/* line 42740, app/assets/stylesheets/theme/css/style.scss */
.gap-multiline-items > * {
  margin: 8px;
}

/* line 42744, app/assets/stylesheets/theme/css/style.scss */
.gap-multiline-items-1 {
  margin: -2px;
}

/* line 42747, app/assets/stylesheets/theme/css/style.scss */
.gap-multiline-items-1 > * {
  margin: 2px;
}

/* line 42751, app/assets/stylesheets/theme/css/style.scss */
.gap-multiline-items-2 {
  margin: -4px;
}

/* line 42754, app/assets/stylesheets/theme/css/style.scss */
.gap-multiline-items-2 > * {
  margin: 4px;
}

/* line 42758, app/assets/stylesheets/theme/css/style.scss */
.gap-multiline-items-3 {
  margin: -8px;
}

/* line 42761, app/assets/stylesheets/theme/css/style.scss */
.gap-multiline-items-3 > * {
  margin: 8px;
}

/* line 42765, app/assets/stylesheets/theme/css/style.scss */
.gap-multiline-items-4 {
  margin: -12px;
}

/* line 42768, app/assets/stylesheets/theme/css/style.scss */
.gap-multiline-items-4 > * {
  margin: 12px;
}

/* line 42772, app/assets/stylesheets/theme/css/style.scss */
.gap-multiline-items-5 {
  margin: -16px;
}

/* line 42775, app/assets/stylesheets/theme/css/style.scss */
.gap-multiline-items-5 > * {
  margin: 16px;
}

/* line 42779, app/assets/stylesheets/theme/css/style.scss */
.gap-y.gap-items {
  margin: -8px;
}

/* line 42782, app/assets/stylesheets/theme/css/style.scss */
.gap-y.gap-items > * {
  margin: 8px;
}

/* line 42785, app/assets/stylesheets/theme/css/style.scss */
.gap-y.gap-items-1 {
  margin: -2px;
}

/* line 42788, app/assets/stylesheets/theme/css/style.scss */
.gap-y.gap-items-1 > * {
  margin: 2px;
}

/* line 42791, app/assets/stylesheets/theme/css/style.scss */
.gap-y.gap-items-2 {
  margin: -4px;
}

/* line 42794, app/assets/stylesheets/theme/css/style.scss */
.gap-y.gap-items-2 > * {
  margin: 4px;
}

/* line 42797, app/assets/stylesheets/theme/css/style.scss */
.gap-y.gap-items-3 {
  margin: -8px;
}

/* line 42800, app/assets/stylesheets/theme/css/style.scss */
.gap-y.gap-items-3 > * {
  margin: 8px;
}

/* line 42803, app/assets/stylesheets/theme/css/style.scss */
.gap-y.gap-items-4 {
  margin: -12px;
}

/* line 42806, app/assets/stylesheets/theme/css/style.scss */
.gap-y.gap-items-4 > * {
  margin: 12px;
}

/* line 42809, app/assets/stylesheets/theme/css/style.scss */
.gap-y.gap-items-5 {
  margin: -16px;
}

/* line 42812, app/assets/stylesheets/theme/css/style.scss */
.gap-y.gap-items-5 > * {
  margin: 16px;
}

/*---background and overlay ---*/
/* line 42817, app/assets/stylesheets/theme/css/style.scss */
.bg-img {
  position: relative;
  border-bottom: none;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}

/* line 42827, app/assets/stylesheets/theme/css/style.scss */
.box.bg-img,
.box .bg-img {
  border-radius: 5px;
}

/* line 42832, app/assets/stylesheets/theme/css/style.scss */
[data-overlay] {
  position: relative;
}

/* line 42835, app/assets/stylesheets/theme/css/style.scss */
[data-overlay]::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  z-index: -1;
  border-radius: inherit;
  display: block;
}

/* line 42848, app/assets/stylesheets/theme/css/style.scss */
[data-overlay-light] {
  position: relative;
}

/* line 42851, app/assets/stylesheets/theme/css/style.scss */
[data-overlay-light]::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  z-index: -1;
  border-radius: inherit;
  display: block;
}

/* line 42864, app/assets/stylesheets/theme/css/style.scss */
[data-overlay="1"]::before {
  opacity: 0.1;
}

/* line 42868, app/assets/stylesheets/theme/css/style.scss */
[data-overlay="2"]::before {
  opacity: 0.2;
}

/* line 42872, app/assets/stylesheets/theme/css/style.scss */
[data-overlay="3"]::before {
  opacity: 0.3;
}

/* line 42876, app/assets/stylesheets/theme/css/style.scss */
[data-overlay="4"]::before {
  opacity: 0.4;
}

/* line 42880, app/assets/stylesheets/theme/css/style.scss */
[data-overlay="5"]::before {
  opacity: 0.5;
}

/* line 42884, app/assets/stylesheets/theme/css/style.scss */
[data-overlay="6"]::before {
  opacity: 0.6;
}

/* line 42888, app/assets/stylesheets/theme/css/style.scss */
[data-overlay="7"]::before {
  opacity: 0.7;
}

/* line 42892, app/assets/stylesheets/theme/css/style.scss */
[data-overlay="8"]::before {
  opacity: 0.8;
}

/* line 42896, app/assets/stylesheets/theme/css/style.scss */
[data-overlay="9"]::before {
  opacity: 0.9;
}

/* line 42900, app/assets/stylesheets/theme/css/style.scss */
[data-overlay-light="1"]::before {
  opacity: 0.1;
}

/* line 42904, app/assets/stylesheets/theme/css/style.scss */
[data-overlay-light="2"]::before {
  opacity: 0.2;
}

/* line 42908, app/assets/stylesheets/theme/css/style.scss */
[data-overlay-light="3"]::before {
  opacity: 0.3;
}

/* line 42912, app/assets/stylesheets/theme/css/style.scss */
[data-overlay-light="4"]::before {
  opacity: 0.4;
}

/* line 42916, app/assets/stylesheets/theme/css/style.scss */
[data-overlay-light="5"]::before {
  opacity: 0.5;
}

/* line 42920, app/assets/stylesheets/theme/css/style.scss */
[data-overlay-light="6"]::before {
  opacity: 0.6;
}

/* line 42924, app/assets/stylesheets/theme/css/style.scss */
[data-overlay-light="7"]::before {
  opacity: 0.7;
}

/* line 42928, app/assets/stylesheets/theme/css/style.scss */
[data-overlay-light="8"]::before {
  opacity: 0.8;
}

/* line 42932, app/assets/stylesheets/theme/css/style.scss */
[data-overlay-light="9"]::before {
  opacity: 0.9;
}

/* line 42936, app/assets/stylesheets/theme/css/style.scss */
[data-scrim-top] {
  position: relative;
}

/* line 42939, app/assets/stylesheets/theme/css/style.scss */
[data-scrim-top]::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 20%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(transparent));
  background: -webkit-linear-gradient(top, #000000 0%, transparent 100%);
  background: linear-gradient(to bottom, #000000 0%, transparent 100%);
  z-index: -1;
  border-radius: inherit;
}

/* line 42959, app/assets/stylesheets/theme/css/style.scss */
[data-scrim-bottom] {
  position: relative;
}

/* line 42962, app/assets/stylesheets/theme/css/style.scss */
[data-scrim-bottom]::before {
  position: absolute;
  content: "";
  top: 20%;
  left: 0;
  right: 0;
  bottom: 0%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(transparent));
  background: -webkit-linear-gradient(top, #000000 0%, transparent 100%);
  background: linear-gradient(to bottom, #000000 0%, transparent 100%);
  z-index: -1;
  border-radius: inherit;
}

/* line 42982, app/assets/stylesheets/theme/css/style.scss */
[data-scrim-top="1"]::before,
[data-scrim-bottom="1"]::before {
  opacity: 0.1;
}

/* line 42987, app/assets/stylesheets/theme/css/style.scss */
[data-scrim-top="2"]::before,
[data-scrim-bottom="2"]::before {
  opacity: 0.2;
}

/* line 42992, app/assets/stylesheets/theme/css/style.scss */
[data-scrim-top="3"]::before,
[data-scrim-bottom="3"]::before {
  opacity: 0.3;
}

/* line 42997, app/assets/stylesheets/theme/css/style.scss */
[data-scrim-top="4"]::before,
[data-scrim-bottom="4"]::before {
  opacity: 0.4;
}

/* line 43002, app/assets/stylesheets/theme/css/style.scss */
[data-scrim-top="5"]::before,
[data-scrim-bottom="5"]::before {
  opacity: 0.5;
}

/* line 43007, app/assets/stylesheets/theme/css/style.scss */
[data-scrim-top="6"]::before,
[data-scrim-bottom="6"]::before {
  opacity: 0.6;
}

/* line 43012, app/assets/stylesheets/theme/css/style.scss */
[data-scrim-top="7"]::before,
[data-scrim-bottom="7"]::before {
  opacity: 0.7;
}

/* line 43017, app/assets/stylesheets/theme/css/style.scss */
[data-scrim-top="8"]::before,
[data-scrim-bottom="8"]::before {
  opacity: 0.8;
}

/* line 43022, app/assets/stylesheets/theme/css/style.scss */
[data-scrim-top="9"]::before,
[data-scrim-bottom="9"]::before {
  opacity: 0.9;
}

/*---blockquote ---*/
/* line 43028, app/assets/stylesheets/theme/css/style.scss */
.blockquote {
  font-style: italic;
  margin-left: 2rem;
  margin-right: 2rem;
  margin-top: 1rem;
  color: #172b4c;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #f3f6f9;
}

/* line 43039, app/assets/stylesheets/theme/css/style.scss */
.blockquote p {
  font-size: 1.125rem;
  line-height: 1.875rem;
}

/* line 43043, app/assets/stylesheets/theme/css/style.scss */
.blockquote a {
  color: #172b4c;
}

/* line 43046, app/assets/stylesheets/theme/css/style.scss */
.blockquote footer {
  color: #3b6dc1;
  font-size: 0.875rem;
}

/* line 43050, app/assets/stylesheets/theme/css/style.scss */
.blockquote footer::before {
  content: "\2014 \00A0";
}

/* line 43054, app/assets/stylesheets/theme/css/style.scss */
.blockquote-inverse {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* line 43057, app/assets/stylesheets/theme/css/style.scss */
.blockquote-inverse footer {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* line 43061, app/assets/stylesheets/theme/css/style.scss */
.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #f3f6f9;
  border-left: 0;
}

/*---nav-dot ---*/
/* line 43070, app/assets/stylesheets/theme/css/style.scss */
.nav-dot-separated .nav-item::after,
.nav-dot-separated > .nav-link::after {
  content: "/";
  vertical-align: middle;
  color: #172b4c;
  opacity: 0.4;
  cursor: default;
}

/* line 43078, app/assets/stylesheets/theme/css/style.scss */
.nav-dot-separated .nav-link:hover,
.nav-dot-separated .nav-link:active,
.nav-dot-separated .nav-link:focus,
.nav-dot-separated .nav-link.active {
  background-color: transparent;
}

/* line 43084, app/assets/stylesheets/theme/css/style.scss */
.nav-dot-separated .nav-item,
.nav-dot-separated > .nav-link {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
}

/* line 43091, app/assets/stylesheets/theme/css/style.scss */
.nav-dot-separated .nav-item:last-child::after,
.nav-dot-separated > .nav-link:last-child::after {
  display: none;
}

/* line 43096, app/assets/stylesheets/theme/css/style.scss */
.nav.no-gutters > .nav-link:first-child,
.nav.no-gutters .nav-item:first-child .nav-link {
  padding-left: 0;
}

/*---rating ---*/
/* line 43102, app/assets/stylesheets/theme/css/style.scss */
.rating {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 43112, app/assets/stylesheets/theme/css/style.scss */
.rating input {
  display: none;
}

/* line 43115, app/assets/stylesheets/theme/css/style.scss */
.rating label {
  color: #f3f6f9;
  cursor: pointer;
}

/* line 43119, app/assets/stylesheets/theme/css/style.scss */
.rating label::before {
  margin-right: 5px;
  font-size: 20px;
  display: inline-block;
}

/* line 43125, app/assets/stylesheets/theme/css/style.scss */
.rating-static {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

/* line 43130, app/assets/stylesheets/theme/css/style.scss */
.rating-static label {
  cursor: default;
}

/* line 43133, app/assets/stylesheets/theme/css/style.scss */
.rating-static label:not(.active) {
  color: #f3f6f9 !important;
}

/* line 43137, app/assets/stylesheets/theme/css/style.scss */
.rating-xs label::before {
  margin-right: 1px;
  font-size: 1rem;
}

/* line 43142, app/assets/stylesheets/theme/css/style.scss */
.rating-sm label::before {
  margin-right: 2px;
  font-size: 1.143rem;
}

/* line 43147, app/assets/stylesheets/theme/css/style.scss */
.rating-lg label::before {
  font-size: 1.714rem;
}

/* line 43151, app/assets/stylesheets/theme/css/style.scss */
.rating-remove {
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
  line-height: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

/* line 43162, app/assets/stylesheets/theme/css/style.scss */
[data-has-rate="true"]:hover .rating-remove {
  opacity: 0.6;
  visibility: visible;
}

/* line 43166, app/assets/stylesheets/theme/css/style.scss */
[data-has-rate="true"]:hover .rating-remove:hover {
  opacity: 1;
}

/* line 43170, app/assets/stylesheets/theme/css/style.scss */
.rating-secondary .active,
.rating-secondary :checked ~ label,
.rating-secondary label:hover,
.rating-secondary label:hover ~ label {
  color: #4d7bc9;
}

/* line 43177, app/assets/stylesheets/theme/css/style.scss */
.rating-gray .active,
.rating-gray :checked ~ label,
.rating-gray label:hover,
.rating-gray label:hover ~ label {
  color: gray;
}

/* line 43184, app/assets/stylesheets/theme/css/style.scss */
.rating-dark .active,
.rating-dark :checked ~ label,
.rating-dark label:hover,
.rating-dark label:hover ~ label {
  color: #172b4c;
}

/*---toggler ---*/
/* line 43192, app/assets/stylesheets/theme/css/style.scss */
.toggler {
  color: #f3f6f9;
  cursor: pointer;
  font-size: 1.429rem;
  margin-bottom: 0;
  line-height: 1.2;
}

/* line 43199, app/assets/stylesheets/theme/css/style.scss */
.toggler i {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

/* line 43203, app/assets/stylesheets/theme/css/style.scss */
.toggler input {
  display: none;
}

/* line 43206, app/assets/stylesheets/theme/css/style.scss */
.toggler input:checked + i {
  color: #ffa800;
}

/* line 43210, app/assets/stylesheets/theme/css/style.scss */
.toggler-gray input:checked + i {
  color: gray;
}

/* line 43214, app/assets/stylesheets/theme/css/style.scss */
.toggler-dark input:checked + i {
  color: #172b4c;
}

/* line 43218, app/assets/stylesheets/theme/css/style.scss */
.toggler-secondary input:checked + i {
  color: #4d7bc9;
}

/*---box nav-tab---*/
/* line 43223, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs .nav-link {
  position: relative;
  color: #2f579a;
  padding: 0.5rem 1.25rem;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #d9d9d9;
  margin: 5px 5px;
}

@media (max-width: 767px) {
  /* line 43235, app/assets/stylesheets/theme/css/style.scss */
  .nav-tabs .nav-link {
    padding: 8px 12px;
  }
}

/* line 43239, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs.nav-tabs-secondary .nav-link:hover,
.nav-tabs.nav-tabs-secondary .nav-link:active,
.nav-tabs.nav-tabs-secondary .nav-link.active {
  border-color: #4d7bc9;
  background-color: transparent;
  color: #172b4c;
}

/* line 43246, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs.nav-tabs-secondary .nav-link.active:hover,
.nav-tabs.nav-tabs-secondary .nav-link.active:focus {
  border-color: #4d7bc9;
  background-color: transparent;
  color: #172b4c;
}

/* line 43252, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs.nav-tabs-gray .nav-link:hover,
.nav-tabs.nav-tabs-gray .nav-link:active,
.nav-tabs.nav-tabs-gray .nav-link.active {
  border-color: gray;
  background-color: transparent;
  color: #000000;
}

/* line 43259, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs.nav-tabs-gray .nav-link.active:hover,
.nav-tabs.nav-tabs-gray .nav-link.active:focus {
  border-color: gray;
  background-color: transparent;
  color: #000000;
}

/* line 43265, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs.nav-tabs-dark .nav-link:hover,
.nav-tabs.nav-tabs-dark .nav-link:active,
.nav-tabs.nav-tabs-dark .nav-link.active {
  border-color: #172b4c;
  background-color: transparent;
  color: #172b4c;
}

/* line 43272, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs.nav-tabs-dark .nav-link.active:hover,
.nav-tabs.nav-tabs-dark .nav-link.active:focus {
  border-color: #172b4c;
  background-color: transparent;
  color: #172b4c;
}

/* line 43279, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs-light-mode {
  background-color: #f3f6f9;
}

/* line 43282, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs-light-mode .nav-link {
  border-bottom: none;
}

/* line 43286, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs-inverse-mode {
  border-bottom: none;
  background-color: transparent;
  margin-bottom: 0;
}

/* line 43291, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs-inverse-mode .nav-link {
  border: none;
}

/* line 43294, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs-inverse-mode .nav-link.active {
  background-color: #f3f6f9;
  color: #172b4c;
}

/* line 43298, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs-inverse-mode .nav-link.active:hover,
.nav-tabs-inverse-mode .nav-link.active:focus {
  background-color: #f3f6f9;
  color: #172b4c;
}

/* line 43303, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs-inverse-mode + .tab-content {
  background-color: #f3f6f9;
  padding: 20px 16px;
}

/* line 43308, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs-left {
  display: -webkit-box;
  display: flex;
}

/* line 43312, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs-left .nav-tabs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  border-bottom: 0;
  border-right: 1px solid #f3f6f9;
}

/* line 43319, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs-left .nav-tabs .nav-item + .nav-item {
  margin-left: 0;
}

/* line 43322, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs-left .nav-tabs .nav-link {
  border-bottom: none;
  text-align: left;
  border-right: 2px solid transparent;
}

/* line 43327, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs-left .tab-content {
  overflow: hidden;
  padding-left: 20px;
}

/* line 43332, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs-right {
  display: -webkit-box;
  display: flex;
}

/* line 43336, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs-right .nav-tabs {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  border-bottom: 0;
  -webkit-box-ordinal-group: 3;
  order: 2;
  border-left: 1px solid #f3f6f9;
}

/* line 43345, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs-right .nav-tabs .nav-item + .nav-item {
  margin-left: 0;
}

/* line 43348, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs-right .nav-tabs .nav-link {
  border-bottom: none;
  text-align: left;
  border-left: 2px solid transparent;
}

/* line 43353, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs-right .tab-content {
  overflow: hidden;
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 20px;
}

/*---lookup---*/
/* line 43361, app/assets/stylesheets/theme/css/style.scss */
.lookup {
  position: relative;
  display: -webkit-block;
  display: block;
  -webkit-box-align: center;
  align-items: center;
}

/* line 43368, app/assets/stylesheets/theme/css/style.scss */
.lookup::before {
  content: "\e610";
  font-family: themify;
  font-size: 1rem;
  position: absolute;
  top: 52%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.4);
  width: 36px;
  text-align: center;
  cursor: text;
}

/* line 43382, app/assets/stylesheets/theme/css/style.scss */
.lookup input {
  color: #172b4c;
  border: 1px solid #f3f6f9;
  border-radius: 18px;
  height: 25px;
  width: 200px;
  max-width: 100%;
  padding-left: 36px !important;
  padding-right: 18px;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.5px;
  outline: none !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 43398, app/assets/stylesheets/theme/css/style.scss */
.lookup input::-webkit-input-placeholder {
  color: rgba(23, 43, 76, 0.7);
}

/* line 43401, app/assets/stylesheets/theme/css/style.scss */
.lookup input:-moz-placeholder {
  color: rgba(23, 43, 76, 0.7);
}

/* line 43404, app/assets/stylesheets/theme/css/style.scss */
.lookup input::-moz-placeholder {
  color: rgba(23, 43, 76, 0.7);
}

/* line 43407, app/assets/stylesheets/theme/css/style.scss */
.lookup input:-ms-input-placeholder {
  color: rgba(23, 43, 76, 0.7);
}

/* line 43410, app/assets/stylesheets/theme/css/style.scss */
.lookup input:focus {
  background-color: rgba(23, 43, 76, 0.04);
}

/* line 43413, app/assets/stylesheets/theme/css/style.scss */
.lookup input + input {
  border-left: none;
}

/* line 43416, app/assets/stylesheets/theme/css/style.scss */
.lookup input + .bootstrap-select .dropdown-toggle {
  border-left: none;
}

/* line 43419, app/assets/stylesheets/theme/css/style.scss */
.lookup .bootstrap-select + .bootstrap-select .dropdown-toggle {
  border-left: none;
}

/* line 43422, app/assets/stylesheets/theme/css/style.scss */
.lookup .btn {
  height: 36px;
  line-height: 36px;
}

/* line 43426, app/assets/stylesheets/theme/css/style.scss */
.lookup.no-icon::before {
  display: none;
}

/* line 43429, app/assets/stylesheets/theme/css/style.scss */
.lookup.no-icon input {
  padding-left: 18px;
}

/* line 43433, app/assets/stylesheets/theme/css/style.scss */
.lookup-sm::before {
  font-size: 1rem;
  width: 29px;
}

/* line 43437, app/assets/stylesheets/theme/css/style.scss */
.lookup-sm input {
  border-radius: 14.5px;
  height: 29px;
  padding-left: 29px;
  padding-right: 14.5px;
  font-size: 1rem;
  width: 160px;
}

/* line 43445, app/assets/stylesheets/theme/css/style.scss */
.lookup-sm .btn {
  height: 29px;
  line-height: 29px;
}

/* line 43450, app/assets/stylesheets/theme/css/style.scss */
.lookup-lg::before {
  font-size: 1.429rem;
  width: 48px;
}

/* line 43454, app/assets/stylesheets/theme/css/style.scss */
.lookup-lg input {
  border-radius: 24px;
  height: 48px;
  padding-left: 48px;
  padding-right: 24px;
  font-size: 1.143rem;
  width: 250px;
}

/* line 43462, app/assets/stylesheets/theme/css/style.scss */
.lookup-lg .btn {
  height: 48px;
  line-height: 48px;
}

/* line 43467, app/assets/stylesheets/theme/css/style.scss */
.lookup-right::before {
  left: auto;
  right: 0;
}

/* line 43471, app/assets/stylesheets/theme/css/style.scss */
.lookup-right input {
  padding-left: 18px;
  padding-right: 36px;
}

/* line 43475, app/assets/stylesheets/theme/css/style.scss */
.lookup-right.lookup-sm input {
  padding-left: 14.5px;
  padding-right: 29px;
}

/* line 43479, app/assets/stylesheets/theme/css/style.scss */
.lookup-right.lookup-lg input {
  padding-left: 24px;
  padding-right: 48px;
}

/* line 43483, app/assets/stylesheets/theme/css/style.scss */
.lookup-right.no-icon input {
  padding-right: 18px;
}

/* line 43486, app/assets/stylesheets/theme/css/style.scss */
.lookup-right.no-icon.lookup-sm input {
  padding-right: 14.5px;
}

/* line 43489, app/assets/stylesheets/theme/css/style.scss */
.lookup-right.no-icon.lookup-sm input {
  padding-right: 24px;
}

/* line 43493, app/assets/stylesheets/theme/css/style.scss */
.lookup-circle {
  z-index: 0;
}

/* line 43496, app/assets/stylesheets/theme/css/style.scss */
.lookup-circle::before {
  z-index: -1;
}

/* line 43499, app/assets/stylesheets/theme/css/style.scss */
.lookup-circle input {
  background-color: rgba(23, 43, 76, 0.04);
  border: none;
  width: 36px;
  padding-right: 0;
}

/* line 43505, app/assets/stylesheets/theme/css/style.scss */
.lookup-circle input:focus {
  background-color: rgba(23, 43, 76, 0.05);
  width: 170px;
  padding-right: 18px;
}

/* line 43510, app/assets/stylesheets/theme/css/style.scss */
.lookup-circle.lookup-sm::before {
  font-size: 1rem;
  width: 29px;
}

/* line 43514, app/assets/stylesheets/theme/css/style.scss */
.lookup-circle.lookup-sm input {
  border-radius: 14.5px;
  height: 29px;
  width: 29px;
  padding-left: 29px;
}

/* line 43520, app/assets/stylesheets/theme/css/style.scss */
.lookup-circle.lookup-sm input:focus {
  width: 150px;
  padding-right: 14.5px;
}

/* line 43524, app/assets/stylesheets/theme/css/style.scss */
.lookup-circle.lookup-lg::before {
  font-size: 1.143rem;
  width: 48px;
}

/* line 43528, app/assets/stylesheets/theme/css/style.scss */
.lookup-circle.lookup-lg input {
  border-radius: 24px;
  height: 48px;
  width: 48px;
  padding-left: 48px;
}

/* line 43534, app/assets/stylesheets/theme/css/style.scss */
.lookup-circle.lookup-lg input:focus {
  width: 200px;
  padding-right: 24px;
}

/* line 43538, app/assets/stylesheets/theme/css/style.scss */
.lookup-circle.lookup-right::before {
  left: auto;
  right: 0;
}

/* line 43542, app/assets/stylesheets/theme/css/style.scss */
.lookup-circle.lookup-right input {
  padding-left: 0;
  padding-right: 36px;
}

/* line 43546, app/assets/stylesheets/theme/css/style.scss */
.lookup-circle.lookup-right input:focus {
  padding-left: 18px;
}

/* line 43549, app/assets/stylesheets/theme/css/style.scss */
.lookup-circle.lookup-right.lookup-sm input {
  padding-left: 0;
  padding-right: 29px;
}

/* line 43553, app/assets/stylesheets/theme/css/style.scss */
.lookup-circle.lookup-right.lookup-sm input:focus {
  padding-left: 14.5px;
}

/* line 43556, app/assets/stylesheets/theme/css/style.scss */
.lookup-circle.lookup-right.lookup-lg input {
  padding-left: 0;
  padding-right: 48px;
}

/* line 43560, app/assets/stylesheets/theme/css/style.scss */
.lookup-circle.lookup-right.lookup-lg input:focus {
  padding-left: 24px;
}

/* line 43564, app/assets/stylesheets/theme/css/style.scss */
.lookup-huge {
  display: -webkit-box;
  display: flex;
}

/* line 43568, app/assets/stylesheets/theme/css/style.scss */
.lookup-huge::before {
  font-size: 1.714rem;
  width: 64px;
}

/* line 43572, app/assets/stylesheets/theme/css/style.scss */
.lookup-huge input {
  border-radius: 32px;
  height: 64px;
  padding-left: 64px;
  padding-right: 32px;
  font-size: 1.429rem;
  font-weight: 100;
  width: 100%;
}

/* line 43581, app/assets/stylesheets/theme/css/style.scss */
.lookup-huge input::-webkit-input-placeholder {
  color: #cccccc;
}

/* line 43584, app/assets/stylesheets/theme/css/style.scss */
.lookup-huge input:-moz-placeholder {
  color: #cccccc;
}

/* line 43587, app/assets/stylesheets/theme/css/style.scss */
.lookup-huge input::-moz-placeholder {
  color: #cccccc;
}

/* line 43590, app/assets/stylesheets/theme/css/style.scss */
.lookup-huge input:-ms-input-placeholder {
  color: #cccccc;
}

/* line 43593, app/assets/stylesheets/theme/css/style.scss */
.lookup-huge .btn,
.lookup-huge .bootstrap-select.btn-group > .dropdown-toggle {
  height: 64px;
  line-height: 100%;
}

/* line 43598, app/assets/stylesheets/theme/css/style.scss */
.lookup-huge.no-icon input {
  padding-left: 32px;
}

/* line 43602, app/assets/stylesheets/theme/css/style.scss */
.lookup-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.985);
  z-index: 1050;
  padding: 50px 5%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

/* line 43616, app/assets/stylesheets/theme/css/style.scss */
.lookup-fullscreen.reveal {
  display: -webkit-box;
  display: flex;
}

/* line 43620, app/assets/stylesheets/theme/css/style.scss */
.lookup-fullscreen > .close {
  position: absolute;
  top: 32px;
  right: 32px;
}

/* line 43625, app/assets/stylesheets/theme/css/style.scss */
.lookup-fullscreen .lookup-form {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 2rem;
}

/* line 43629, app/assets/stylesheets/theme/css/style.scss */
.lookup-fullscreen .lookup-form input {
  border: none;
  font-size: 44px;
  background-color: transparent;
  outline: none !important;
  padding: 25px 0;
  color: #172b4c;
  width: 100%;
}

/* line 43638, app/assets/stylesheets/theme/css/style.scss */
.lookup-fullscreen .lookup-form input::-webkit-input-placeholder {
  color: #cccccc;
}

/* line 43641, app/assets/stylesheets/theme/css/style.scss */
.lookup-fullscreen .lookup-form input:-moz-placeholder {
  color: #cccccc;
}

/* line 43644, app/assets/stylesheets/theme/css/style.scss */
.lookup-fullscreen .lookup-form input::-moz-placeholder {
  color: #cccccc;
}

/* line 43647, app/assets/stylesheets/theme/css/style.scss */
.lookup-fullscreen .lookup-form input:-ms-input-placeholder {
  color: #cccccc;
}

/* line 43650, app/assets/stylesheets/theme/css/style.scss */
.lookup-fullscreen .lookup-results {
  height: 100%;
}

/* line 43653, app/assets/stylesheets/theme/css/style.scss */
.lookup-fullscreen .lookup-results .ps-scrollbar-x-rail {
  display: none;
}

@media (max-width: 767px) {
  /* line 43658, app/assets/stylesheets/theme/css/style.scss */
  .lookup-fullscreen .lookup-results.scrollable .row {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 43662, app/assets/stylesheets/theme/css/style.scss */
  .lookup-fullscreen .lookup-results.scrollable .row [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}

/*---publisher---*/
/* line 43668, app/assets/stylesheets/theme/css/style.scss */
.publisher {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 12px 20px;
}

/* line 43676, app/assets/stylesheets/theme/css/style.scss */
.publisher > * {
  margin: 0 8px;
}

/* line 43679, app/assets/stylesheets/theme/css/style.scss */
.publisher > *:first-child {
  margin-left: 0;
}

/* line 43682, app/assets/stylesheets/theme/css/style.scss */
.publisher > *:last-child {
  margin-right: 0;
}

/* line 43686, app/assets/stylesheets/theme/css/style.scss */
.publisher-multi {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: start;
  align-items: flex-start;
  border-radius: 5px;
}

/* line 43694, app/assets/stylesheets/theme/css/style.scss */
.publisher-multi > * {
  margin: 0;
  -webkit-box-flex: 1;
  flex-grow: 1;
  width: 100%;
}

/* line 43700, app/assets/stylesheets/theme/css/style.scss */
.publisher-multi .publisher-input {
  margin-bottom: 1rem;
}

/* line 43704, app/assets/stylesheets/theme/css/style.scss */
.publisher-input {
  -webkit-box-flex: 1;
  flex-grow: 1;
  border: none;
  outline: none !important;
  background-color: transparent;
}

/* line 43712, app/assets/stylesheets/theme/css/style.scss */
.publisher-btn {
  background-color: transparent;
  border: none;
  color: #608acf;
  font-size: 1.143rem;
  cursor: pointer;
  overflow: -moz-hidden-unscrollable;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

/* line 43722, app/assets/stylesheets/theme/css/style.scss */
.publisher-btn:hover {
  color: #616a78;
}

/* line 43726, app/assets/stylesheets/theme/css/style.scss */
.publisher-avatar {
  position: absolute;
  width: auto;
  left: -18px;
  top: 8px;
}

/* line 43732, app/assets/stylesheets/theme/css/style.scss */
.publisher-avatar.avatar-sm {
  left: -14.5px;
  top: auto;
}

/*---price---*/
/* line 43738, app/assets/stylesheets/theme/css/style.scss */
.price {
  font-weight: bold;
  font-size: 5.4285714286rem;
  line-height: normal;
  padding: 10px 0;
}

/* line 43744, app/assets/stylesheets/theme/css/style.scss */
.price sup {
  font-size: 1.857rem;
  vertical-align: super;
}

/* line 43748, app/assets/stylesheets/theme/css/style.scss */
.price span {
  display: block;
  font-size: 0.8571rem;
  font-weight: 400;
  line-height: 25px;
}

/* line 43755, app/assets/stylesheets/theme/css/style.scss */
.price-dollar {
  display: inline-block;
  font-size: 1.143rem;
  vertical-align: top;
  margin-right: -10px;
  margin-top: 14px;
}

/* line 43763, app/assets/stylesheets/theme/css/style.scss */
.price-interval {
  display: inline-block;
  font-size: 0.8571rem;
  vertical-align: text-bottom;
  margin-left: -10px;
  margin-bottom: 14px;
  color: #2f579a;
}

/*---todo-list---*/
/* line 43773, app/assets/stylesheets/theme/css/style.scss */
.todo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: auto;
}

/* line 43779, app/assets/stylesheets/theme/css/style.scss */
.todo-list > li {
  border-radius: 2px;
  padding: 1.5rem 2.2rem;
  margin-bottom: 2px;
  color: #172b4c;
}

/* line 43785, app/assets/stylesheets/theme/css/style.scss */
.todo-list > li:last-of-type {
  margin-bottom: 0;
}

/* line 43788, app/assets/stylesheets/theme/css/style.scss */
.todo-list > li > input[type="checkbox"] {
  margin: 0 10px 0 5px;
}

/* line 43791, app/assets/stylesheets/theme/css/style.scss */
.todo-list > li .text {
  display: inline-block;
  margin-left: 30px;
  font-weight: 600;
}

/* line 43796, app/assets/stylesheets/theme/css/style.scss */
.todo-list > li .label {
  margin-left: 10px;
  font-size: fs-10;
}

/* line 43800, app/assets/stylesheets/theme/css/style.scss */
.todo-list > li .tools {
  display: none;
  float: right;
  color: #f64e60;
}

/* line 43805, app/assets/stylesheets/theme/css/style.scss */
.todo-list > li .tools > i {
  margin-right: 5px;
  cursor: pointer;
}

/* line 43809, app/assets/stylesheets/theme/css/style.scss */
.todo-list > li:hover .tools {
  display: inline-block;
}

/* line 43812, app/assets/stylesheets/theme/css/style.scss */
.todo-list > li.done {
  color: #737373;
}

/* line 43815, app/assets/stylesheets/theme/css/style.scss */
.todo-list > li.done .text {
  text-decoration: line-through;
  font-weight: 500;
}

/* line 43819, app/assets/stylesheets/theme/css/style.scss */
.todo-list > li.done .text-line {
  text-decoration: line-through;
  font-weight: 500;
}

/* line 43823, app/assets/stylesheets/theme/css/style.scss */
.todo-list > li.done label {
  background: transparent;
}

/* line 43826, app/assets/stylesheets/theme/css/style.scss */
.todo-list .done .text-line {
  text-decoration: line-through;
  font-weight: 500;
}

/* line 43830, app/assets/stylesheets/theme/css/style.scss */
.todo-list .handle {
  display: inline-block;
  cursor: move;
  margin: 0 5px;
}

/* line 43835, app/assets/stylesheets/theme/css/style.scss */
.todo-list .handle2 {
  border-left: 3px dotted #b3b3b3;
  border-right: 3px dotted #b3b3b3;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 10px;
  margin: 0;
}

/* line 43847, app/assets/stylesheets/theme/css/style.scss */
.control {
  margin-bottom: 0;
  display: inline;
  padding-left: 0;
  padding-top: 0;
  cursor: pointer;
  font-size: 1.143rem;
}

/* line 43855, app/assets/stylesheets/theme/css/style.scss */
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 43860, app/assets/stylesheets/theme/css/style.scss */
.control input:focus ~ .control_indicator {
  background-color: #ffffff;
}

/* line 43863, app/assets/stylesheets/theme/css/style.scss */
.control input:disabled ~ .control_indicator {
  background: #cccccc;
  opacity: 0.6;
  pointer-events: none;
}

/* line 43868, app/assets/stylesheets/theme/css/style.scss */
.control input:checked ~ .control_indicator:after {
  display: block;
}

/* line 43871, app/assets/stylesheets/theme/css/style.scss */
.control:hover input ~ .control_indicator {
  background-color: #ffffff;
}

/* line 43875, app/assets/stylesheets/theme/css/style.scss */
.control_indicator {
  position: absolute;
  top: 2px;
  left: 5px;
  height: 15px;
  width: 15px;
  background-color: #ffffff;
}

/* line 43883, app/assets/stylesheets/theme/css/style.scss */
.control_indicator:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}

/* line 43890, app/assets/stylesheets/theme/css/style.scss */
.control-radio .control_indicator {
  border-radius: undefined;
}

/* line 43894, app/assets/stylesheets/theme/css/style.scss */
.control-checkbox .control_indicator:after {
  left: 5px;
  top: 1px;
  width: 3px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* line 43903, app/assets/stylesheets/theme/css/style.scss */
.control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #737373;
}

/* line 43907, app/assets/stylesheets/theme/css/style.scss */
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

/* line 43919, app/assets/stylesheets/theme/css/style.scss */
td .label {
  font-size: 100%;
}

/* line 43923, app/assets/stylesheets/theme/css/style.scss */
.badge {
  font-weight: normal;
}

/* line 43927, app/assets/stylesheets/theme/css/style.scss */
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

/*---chat---*/
/* line 43934, app/assets/stylesheets/theme/css/style.scss */
.chat {
  padding: 5px 20px 5px 10px;
}

/* line 43937, app/assets/stylesheets/theme/css/style.scss */
.chat .item {
  margin-bottom: 10px;
}

/* line 43940, app/assets/stylesheets/theme/css/style.scss */
.chat .item:before,
.chat .item:after {
  content: " ";
  display: table;
}

/* line 43945, app/assets/stylesheets/theme/css/style.scss */
.chat .item > img {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 5px;
}

/* line 43951, app/assets/stylesheets/theme/css/style.scss */
.chat .item > .online {
  border: 2px solid #1bc5bd;
}

/* line 43954, app/assets/stylesheets/theme/css/style.scss */
.chat .item > .offline {
  border: 2px solid #f64e60;
}

/* line 43957, app/assets/stylesheets/theme/css/style.scss */
.chat .item > .message {
  margin-left: 55px;
  margin-top: -40px;
  color: #737373;
}

/* line 43962, app/assets/stylesheets/theme/css/style.scss */
.chat .item > .message > .name {
  display: block;
  font-weight: 600;
}

/* line 43966, app/assets/stylesheets/theme/css/style.scss */
.chat .item > .attachment {
  border-radius: 5px;
  background-color: #f3f6f9;
  margin-left: 65px;
  margin-right: 15px;
  padding: 10px;
}

/* line 43973, app/assets/stylesheets/theme/css/style.scss */
.chat .item > .attachment .pull-right .btn {
  top: 10px;
  position: relative;
  border-radius: 5px;
}

/* line 43978, app/assets/stylesheets/theme/css/style.scss */
.chat .item > .attachment > h4 {
  margin: 0 0 5px;
  font-weight: 600;
  font-size: 1rem;
}

/* line 43983, app/assets/stylesheets/theme/css/style.scss */
.chat .item > .attachment > .filename,
.chat .item > .attachment > p {
  font-weight: 600;
  font-size: 1rem;
  font-style: italic;
  margin: 0;
}

/* line 43990, app/assets/stylesheets/theme/css/style.scss */
.chat .item > .attachment:before,
.chat .item > .attachment:after {
  content: " ";
  display: table;
}

/*---timeline---*/
/* line 43997, app/assets/stylesheets/theme/css/style.scss */
.timeline {
  width: 100%;
  position: relative;
  padding: 1px 0;
  list-style: none;
  font-weight: 400;
}

/* line 44004, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item {
  padding-left: 0;
  padding-right: 30px;
}

/* line 44008, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item.timeline-item-right {
  padding-left: 30px;
  padding-right: 0;
}

/* line 44012, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
  padding-left: 30px;
  padding-right: 0;
}

/* line 44016, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item .timeline-event {
  width: 100%;
}

/* line 44019, app/assets/stylesheets/theme/css/style.scss */
.timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100% !important;
  margin-left: 1px;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: #8c8c8c;
  background: transparent;
}

/* line 44033, app/assets/stylesheets/theme/css/style.scss */
.timeline:after {
  clear: both;
}

/* line 44036, app/assets/stylesheets/theme/css/style.scss */
.timeline:before,
.timeline:after {
  content: " ";
  display: block;
}

/* line 44041, app/assets/stylesheets/theme/css/style.scss */
.timeline.timeline-single-column.timeline {
  width: 100%;
  max-width: 768px;
}

/* line 44045, app/assets/stylesheets/theme/css/style.scss */
.timeline.timeline-single-column.timeline .timeline-item {
  padding-left: 72px;
  padding-right: 0;
  width: 100%;
  margin-bottom: 20px;
}

/* line 44051, app/assets/stylesheets/theme/css/style.scss */
.timeline.timeline-single-column.timeline .timeline-item.timeline-item-right {
  padding-left: 72px;
  padding-right: 0;
}

/* line 44055, app/assets/stylesheets/theme/css/style.scss */
.timeline.timeline-single-column.timeline
.timeline-item:nth-of-type(even):not(.timeline-item-left) {
  padding-left: 72px;
  padding-right: 0;
}

/* line 44060, app/assets/stylesheets/theme/css/style.scss */
.timeline.timeline-single-column.timeline .timeline-item .timeline-event {
  width: 100%;
}

/* line 44063, app/assets/stylesheets/theme/css/style.scss */
.timeline.timeline-single-column.timeline .timeline-item > .timeline-event {
  float: right !important;
}

/* line 44066, app/assets/stylesheets/theme/css/style.scss */
.timeline.timeline-single-column.timeline
.timeline-item
> .timeline-event:before,
.timeline.timeline-single-column.timeline
.timeline-item
> .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}

/* line 44075, app/assets/stylesheets/theme/css/style.scss */
.timeline.timeline-single-column.timeline
.timeline-item
> .timeline-event:before {
  left: -15px !important;
  border-right-width: 15px !important;
}

/* line 44081, app/assets/stylesheets/theme/css/style.scss */
.timeline.timeline-single-column.timeline
.timeline-item
> .timeline-event:after {
  left: -14px !important;
  border-right-width: 14px !important;
}

/* line 44087, app/assets/stylesheets/theme/css/style.scss */
.timeline.timeline-single-column.timeline .timeline-item:nth-of-type(even) {
  margin-top: 0;
}

/* line 44090, app/assets/stylesheets/theme/css/style.scss */
.timeline.timeline-single-column.timeline .timeline-item > .timeline-point {
  transform: translateX(-50%);
  left: 42px !important;
  margin-left: 0;
}

/* line 44095, app/assets/stylesheets/theme/css/style.scss */
.timeline.timeline-single-column.timeline:before {
  left: 42px;
  width: 0;
  margin-left: -1px;
}

/* line 44100, app/assets/stylesheets/theme/css/style.scss */
.timeline.timeline-single-column.timeline .timeline-label {
  transform: translateX(-50%);
  margin: 0 0 20px 42px;
}

/* line 44104, app/assets/stylesheets/theme/css/style.scss */
.timeline.timeline-single-column.timeline
.timeline-label
+ .timeline-item
+ .timeline-item {
  margin-top: 0;
}

/* line 44110, app/assets/stylesheets/theme/css/style.scss */
.timeline.timeline-single-full-column.timeline {
  width: 100%;
  max-width: 100%;
}

/* line 44114, app/assets/stylesheets/theme/css/style.scss */
.timeline.timeline-line-solid:before {
  border-right-style: solid;
}

/* line 44117, app/assets/stylesheets/theme/css/style.scss */
.timeline.timeline-line-dotted:before {
  border-right-style: dotted;
}

/* line 44120, app/assets/stylesheets/theme/css/style.scss */
.timeline.timeline-line-dashed:before {
  border-right-style: dashed;
}

/* line 44123, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item {
  position: relative;
  float: left;
  clear: left;
  width: 50%;
  margin-bottom: 20px;
}

/* line 44130, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item:before,
.timeline .timeline-item:after {
  content: "";
  display: table;
}

/* line 44135, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item:after {
  clear: both;
}

/* line 44138, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item:last-child {
  margin-bottom: 0 !important;
}

/* line 44141, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item.timeline-item-right > .timeline-event {
  float: right !important;
}

/* line 44144, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item.timeline-item-right > .timeline-event:before,
.timeline .timeline-item.timeline-item-right > .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}

/* line 44149, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item.timeline-item-right > .timeline-event:before {
  left: -15px !important;
  border-right-width: 15px !important;
}

/* line 44153, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item.timeline-item-right > .timeline-event:after {
  left: -14px !important;
  border-right-width: 14px !important;
}

/* line 44157, app/assets/stylesheets/theme/css/style.scss */
.timeline
.timeline-item:nth-of-type(even):not(.timeline-item-left)
> .timeline-event {
  float: right !important;
}

/* line 44162, app/assets/stylesheets/theme/css/style.scss */
.timeline
.timeline-item:nth-of-type(even):not(.timeline-item-left)
> .timeline-event:before,
.timeline
.timeline-item:nth-of-type(even):not(.timeline-item-left)
> .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}

/* line 44171, app/assets/stylesheets/theme/css/style.scss */
.timeline
.timeline-item:nth-of-type(even):not(.timeline-item-left)
> .timeline-event:before {
  left: -15px !important;
  border-right-width: 15px !important;
}

/* line 44177, app/assets/stylesheets/theme/css/style.scss */
.timeline
.timeline-item:nth-of-type(even):not(.timeline-item-left)
> .timeline-event:after {
  left: -14px !important;
  border-right-width: 14px !important;
}

/* line 44183, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item > .timeline-event {
  background: #ffffff;
  border: 1px solid #8c8c8c;
  color: #172b4c;
  position: relative;
  float: left;
  border-radius: 3px;
}

/* line 44191, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item > .timeline-event:after {
  top: 11px;
  right: -14px;
  border-top: 14px solid transparent;
  border-left-width: 14px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 14px solid transparent;
  border-left-color: #ffffff;
  border-right-color: #ffffff;
}

/* line 44203, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item > .timeline-event:before {
  top: 10px;
  right: -15px;
  border-top: 15px solid transparent;
  border-left-width: 15px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 15px solid transparent;
  border-left-color: #8c8c8c;
  border-right-color: #8c8c8c;
}

/* line 44215, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item > .timeline-event.timeline-event-default {
  background: #ffffff;
  border: 1px solid #8c8c8c;
  color: #172b4c;
}

/* line 44220, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item > .timeline-event.timeline-event-default:before {
  border-left-color: #8c8c8c;
  border-right-color: #8c8c8c;
}

/* line 44224, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item > .timeline-event.timeline-event-default:after {
  border-left-color: #ffffff;
  border-right-color: #ffffff;
}

/* line 44228, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item > .timeline-event.timeline-event-default * {
  color: inherit;
}

/* line 44231, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item > .timeline-event:before,
.timeline .timeline-item > .timeline-event:after {
  content: "";
  display: inline-block;
  position: absolute;
}

/* line 44237, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item > .timeline-event .timeline-heading {
  padding: 0.75rem 1.25rem;
}

/* line 44240, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item > .timeline-event .timeline-heading .timeline-title {
  margin-bottom: 0;
}

/* line 44243, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item > .timeline-event .timeline-body {
  padding: 0.25rem 1.25rem;
}

/* line 44246, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item > .timeline-event .timeline-footer {
  padding: 0.75rem 1.25rem;
}

/* line 44249, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item > .timeline-event .timeline-footer a {
  cursor: pointer;
  text-decoration: none;
}

/* line 44253, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item > .timeline-event .timeline-heading p,
.timeline .timeline-item > .timeline-event .timeline-body p,
.timeline .timeline-item > .timeline-event .timeline-footer p,
.timeline .timeline-item > .timeline-event .timeline-heading ul,
.timeline .timeline-item > .timeline-event .timeline-body ul,
.timeline .timeline-item > .timeline-event .timeline-footer ul {
  margin-bottom: 0;
}

/* line 44261, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item > .timeline-event .panel,
.timeline .timeline-item > .timeline-event .table,
.timeline .timeline-item > .timeline-event .blankslate {
  margin: 0;
  border: none;
  border-radius: inherit;
  overflow: hidden;
}

/* line 44269, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item > .timeline-event .table th {
  border-top: 0;
}

/* line 44272, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item > .timeline-point {
  top: 25px;
  color: #8c8c8c;
  background: #ffffff;
  right: -24px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: 12px;
  margin-right: 12px;
  position: absolute;
  z-index: 100;
  border-width: 2px;
  border-style: solid;
  border-radius: 100%;
  line-height: 20px;
  text-align: center;
}

/* line 44290, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item > .timeline-point.timeline-point-blank {
  right: -12px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: 6px;
  margin-right: 6px;
  color: #8c8c8c;
  background: #8c8c8c;
}

/* line 44300, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item > .timeline-point.timeline-point-default {
  color: #8c8c8c;
  background: #ffffff;
}

/* line 44304, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item:nth-of-type(2) {
  margin-top: 40px;
}

/* line 44307, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item.timeline-item-left {
  clear: both !important;
}

/* line 44310, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item.timeline-item-right {
  clear: both !important;
  float: right;
}

/* line 44314, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item.timeline-item-right > .timeline-point {
  left: -24px;
}

/* line 44317, app/assets/stylesheets/theme/css/style.scss */
.timeline
.timeline-item.timeline-item-right
> .timeline-point.timeline-point-blank {
  left: -12px;
}

/* line 44322, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
  float: right;
  clear: right;
}

/* line 44326, app/assets/stylesheets/theme/css/style.scss */
.timeline
.timeline-item:nth-of-type(even):not(.timeline-item-left)
> .timeline-point {
  left: -24px;
}

/* line 44331, app/assets/stylesheets/theme/css/style.scss */
.timeline
.timeline-item:nth-of-type(even):not(.timeline-item-left)
> .timeline-point.timeline-point-blank {
  left: -12px;
}

/* line 44336, app/assets/stylesheets/theme/css/style.scss */
.timeline
.timeline-item.timeline-item-arrow-sm.timeline-item-right
> .timeline-event {
  float: right !important;
}

/* line 44341, app/assets/stylesheets/theme/css/style.scss */
.timeline
.timeline-item.timeline-item-arrow-sm.timeline-item-right
> .timeline-event:before,
.timeline
.timeline-item.timeline-item-arrow-sm.timeline-item-right
> .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}

/* line 44350, app/assets/stylesheets/theme/css/style.scss */
.timeline
.timeline-item.timeline-item-arrow-sm.timeline-item-right
> .timeline-event:before {
  left: -10px !important;
  border-right-width: 10px !important;
}

/* line 44356, app/assets/stylesheets/theme/css/style.scss */
.timeline
.timeline-item.timeline-item-arrow-sm.timeline-item-right
> .timeline-event:after {
  left: -9px !important;
  border-right-width: 9px !important;
}

/* line 44362, app/assets/stylesheets/theme/css/style.scss */
.timeline
.timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(
.timeline-item-left
)
> .timeline-event {
  float: right !important;
}

/* line 44369, app/assets/stylesheets/theme/css/style.scss */
.timeline
.timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(
.timeline-item-left
)
> .timeline-event:before,
.timeline
.timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(
.timeline-item-left
)
> .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}

/* line 44382, app/assets/stylesheets/theme/css/style.scss */
.timeline
.timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(
.timeline-item-left
)
> .timeline-event:before {
  left: -10px !important;
  border-right-width: 10px !important;
}

/* line 44390, app/assets/stylesheets/theme/css/style.scss */
.timeline
.timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(
.timeline-item-left
)
> .timeline-event:after {
  left: -9px !important;
  border-right-width: 9px !important;
}

/* line 44398, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:before {
  top: 4px;
  right: -10px;
  border-top: 10px solid transparent;
  border-left-width: 10px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 10px solid transparent;
}

/* line 44408, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:after {
  top: 5px;
  right: -9px;
  border-top: 9px solid transparent;
  border-left-width: 9px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 9px solid transparent;
}

/* line 44418, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item.timeline-item-arrow-sm > .timeline-point {
  top: 14px;
}

/* line 44421, app/assets/stylesheets/theme/css/style.scss */
.timeline
.timeline-item.timeline-item-arrow-md.timeline-item-right
> .timeline-event {
  float: right !important;
}

/* line 44426, app/assets/stylesheets/theme/css/style.scss */
.timeline
.timeline-item.timeline-item-arrow-md.timeline-item-right
> .timeline-event:before,
.timeline
.timeline-item.timeline-item-arrow-md.timeline-item-right
> .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}

/* line 44435, app/assets/stylesheets/theme/css/style.scss */
.timeline
.timeline-item.timeline-item-arrow-md.timeline-item-right
> .timeline-event:before {
  left: -15px !important;
  border-right-width: 15px !important;
}

/* line 44441, app/assets/stylesheets/theme/css/style.scss */
.timeline
.timeline-item.timeline-item-arrow-md.timeline-item-right
> .timeline-event:after {
  left: -14px !important;
  border-right-width: 14px !important;
}

/* line 44447, app/assets/stylesheets/theme/css/style.scss */
.timeline
.timeline-item.timeline-item-arrow-md:nth-of-type(even):not(
.timeline-item-left
)
> .timeline-event {
  float: right !important;
}

/* line 44454, app/assets/stylesheets/theme/css/style.scss */
.timeline
.timeline-item.timeline-item-arrow-md:nth-of-type(even):not(
.timeline-item-left
)
> .timeline-event:before,
.timeline
.timeline-item.timeline-item-arrow-md:nth-of-type(even):not(
.timeline-item-left
)
> .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}

/* line 44467, app/assets/stylesheets/theme/css/style.scss */
.timeline
.timeline-item.timeline-item-arrow-md:nth-of-type(even):not(
.timeline-item-left
)
> .timeline-event:before {
  left: -15px !important;
  border-right-width: 15px !important;
}

/* line 44475, app/assets/stylesheets/theme/css/style.scss */
.timeline
.timeline-item.timeline-item-arrow-md:nth-of-type(even):not(
.timeline-item-left
)
> .timeline-event:after {
  left: -14px !important;
  border-right-width: 14px !important;
}

/* line 44483, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:before {
  top: 10px;
  right: -15px;
  border-top: 15px solid transparent;
  border-left-width: 15px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 15px solid transparent;
}

/* line 44493, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item.timeline-item-arrow-md > .timeline-event :after {
  top: 11px;
  right: -14px;
  border-top: 14px solid transparent;
  border-left-width: 14px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 14px solid transparent;
}

/* line 44503, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item.timeline-item-arrow-md > .timeline-point {
  top: 25px;
}

/* line 44506, app/assets/stylesheets/theme/css/style.scss */
.timeline
.timeline-item.timeline-item-arrow-lg.timeline-item-right
> .timeline-event {
  float: right !important;
}

/* line 44511, app/assets/stylesheets/theme/css/style.scss */
.timeline
.timeline-item.timeline-item-arrow-lg.timeline-item-right
> .timeline-event:before,
.timeline
.timeline-item.timeline-item-arrow-lg.timeline-item-right
> .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}

/* line 44520, app/assets/stylesheets/theme/css/style.scss */
.timeline
.timeline-item.timeline-item-arrow-lg.timeline-item-right
> .timeline-event:before {
  left: -18px !important;
  border-right-width: 18px !important;
}

/* line 44526, app/assets/stylesheets/theme/css/style.scss */
.timeline
.timeline-item.timeline-item-arrow-lg.timeline-item-right
> .timeline-event:after {
  left: -17px !important;
  border-right-width: 17px !important;
}

/* line 44532, app/assets/stylesheets/theme/css/style.scss */
.timeline
.timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(
.timeline-item-left
)
> .timeline-event {
  float: right !important;
}

/* line 44539, app/assets/stylesheets/theme/css/style.scss */
.timeline
.timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(
.timeline-item-left
)
> .timeline-event:before,
.timeline
.timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(
.timeline-item-left
)
> .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}

/* line 44552, app/assets/stylesheets/theme/css/style.scss */
.timeline
.timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(
.timeline-item-left
)
> .timeline-event:before {
  left: -18px !important;
  border-right-width: 18px !important;
}

/* line 44560, app/assets/stylesheets/theme/css/style.scss */
.timeline
.timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(
.timeline-item-left
)
> .timeline-event:after {
  left: -17px !important;
  border-right-width: 17px !important;
}

/* line 44568, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:before {
  top: 10px;
  right: -18px;
  border-top: 18px solid transparent;
  border-left-width: 18px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 18px solid transparent;
}

/* line 44578, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event :after {
  top: 11px;
  right: -17px;
  border-top: 17px solid transparent;
  border-left-width: 17px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 17px solid transparent;
}

/* line 44588, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-item.timeline-item-arrow-lg > .timeline-point {
  top: 28px;
}

/* line 44591, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-label {
  position: relative;
  float: left;
  clear: left;
  margin-bottom: 20px;
  top: 1px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center;
}

/* line 44603, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-label:before,
.timeline .timeline-label:after {
  content: "";
  display: table;
}

/* line 44608, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-label:after {
  clear: both;
}

/* line 44611, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-label:last-child {
  margin-bottom: 0 !important;
}

/* line 44614, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-label + .timeline-item {
  margin-top: 0;
}

/* line 44617, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-label + .timeline-item + .timeline-item {
  margin-top: 40px;
}

/* line 44620, app/assets/stylesheets/theme/css/style.scss */
.timeline .timeline-label .label-default {
  background-color: #8c8c8c;
}

/* line 44624, app/assets/stylesheets/theme/css/style.scss */
.timeline-single-column.timeline .timeline-item > .timeline-event {
  float: right !important;
}

/* line 44627, app/assets/stylesheets/theme/css/style.scss */
.timeline-single-column.timeline .timeline-item > .timeline-event:before,
.timeline-single-column.timeline .timeline-item > .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}

/* line 44632, app/assets/stylesheets/theme/css/style.scss */
.timeline-single-column.timeline .timeline-item > .timeline-event:before {
  left: -15px !important;
  border-right-width: 15px !important;
}

/* line 44636, app/assets/stylesheets/theme/css/style.scss */
.timeline-single-column.timeline .timeline-item > .timeline-event:after {
  left: -14px !important;
  border-right-width: 14px !important;
}

/* line 44640, app/assets/stylesheets/theme/css/style.scss */
.timeline-single-column.timeline
.timeline-item.timeline-item-arrow-sm
> .timeline-event {
  float: right !important;
}

/* line 44645, app/assets/stylesheets/theme/css/style.scss */
.timeline-single-column.timeline
.timeline-item.timeline-item-arrow-sm
> .timeline-event:before,
.timeline-single-column.timeline
.timeline-item.timeline-item-arrow-sm
> .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}

/* line 44654, app/assets/stylesheets/theme/css/style.scss */
.timeline-single-column.timeline
.timeline-item.timeline-item-arrow-sm
> .timeline-event:before {
  left: -10px !important;
  border-right-width: 10px !important;
}

/* line 44660, app/assets/stylesheets/theme/css/style.scss */
.timeline-single-column.timeline
.timeline-item.timeline-item-arrow-sm
> .timeline-event:after {
  left: -9px !important;
  border-right-width: 9px !important;
}

/* line 44666, app/assets/stylesheets/theme/css/style.scss */
.timeline-single-column.timeline
.timeline-item.timeline-item-arrow-md
> .timeline-event {
  float: right !important;
}

/* line 44671, app/assets/stylesheets/theme/css/style.scss */
.timeline-single-column.timeline
.timeline-item.timeline-item-arrow-md
> .timeline-event:before,
.timeline-single-column.timeline
.timeline-item.timeline-item-arrow-md
> .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}

/* line 44680, app/assets/stylesheets/theme/css/style.scss */
.timeline-single-column.timeline
.timeline-item.timeline-item-arrow-md
> .timeline-event:before {
  left: -15px !important;
  border-right-width: 15px !important;
}

/* line 44686, app/assets/stylesheets/theme/css/style.scss */
.timeline-single-column.timeline
.timeline-item.timeline-item-arrow-md
> .timeline-event:after {
  left: -14px !important;
  border-right-width: 14px !important;
}

/* line 44692, app/assets/stylesheets/theme/css/style.scss */
.timeline-single-column.timeline
.timeline-item.timeline-item-arrow-lg
> .timeline-event {
  float: right !important;
}

/* line 44697, app/assets/stylesheets/theme/css/style.scss */
.timeline-single-column.timeline
.timeline-item.timeline-item-arrow-lg
> .timeline-event:before,
.timeline-single-column.timeline
.timeline-item.timeline-item-arrow-lg
> .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}

/* line 44706, app/assets/stylesheets/theme/css/style.scss */
.timeline-single-column.timeline
.timeline-item.timeline-item-arrow-lg
> .timeline-event:before {
  left: -18px !important;
  border-right-width: 18px !important;
}

/* line 44712, app/assets/stylesheets/theme/css/style.scss */
.timeline-single-column.timeline
.timeline-item.timeline-item-arrow-lg
> .timeline-event:after {
  left: -17px !important;
  border-right-width: 17px !important;
}

@media (max-width: 767px) {
  /* line 44720, app/assets/stylesheets/theme/css/style.scss */
  .timeline.timeline {
    width: 100%;
    max-width: 100%;
  }
  /* line 44724, app/assets/stylesheets/theme/css/style.scss */
  .timeline.timeline .timeline-item {
    padding-left: 72px;
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  /* line 44730, app/assets/stylesheets/theme/css/style.scss */
  .timeline.timeline .timeline-item.timeline-item-right,
.timeline.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
    padding-left: 72px;
    padding-right: 0;
  }
  /* line 44735, app/assets/stylesheets/theme/css/style.scss */
  .timeline.timeline .timeline-item .timeline-event {
    width: 100%;
  }
  /* line 44738, app/assets/stylesheets/theme/css/style.scss */
  .timeline.timeline .timeline-item > .timeline-event {
    float: right !important;
  }
  /* line 44741, app/assets/stylesheets/theme/css/style.scss */
  .timeline.timeline .timeline-item > .timeline-event:before,
.timeline.timeline .timeline-item > .timeline-event:after {
    right: auto !important;
    border-left-width: 0 !important;
  }
  /* line 44746, app/assets/stylesheets/theme/css/style.scss */
  .timeline.timeline .timeline-item > .timeline-event:before {
    left: -15px !important;
    border-right-width: 15px !important;
  }
  /* line 44750, app/assets/stylesheets/theme/css/style.scss */
  .timeline.timeline .timeline-item > .timeline-event:after {
    left: -14px !important;
    border-right-width: 14px !important;
  }
  /* line 44754, app/assets/stylesheets/theme/css/style.scss */
  .timeline.timeline .timeline-item:nth-of-type(even) {
    margin-top: 0;
  }
  /* line 44757, app/assets/stylesheets/theme/css/style.scss */
  .timeline.timeline .timeline-item > .timeline-point {
    transform: translateX(-50%);
    left: 42px !important;
    margin-left: 0;
  }
  /* line 44762, app/assets/stylesheets/theme/css/style.scss */
  .timeline.timeline:before {
    left: 42px;
    width: 0;
    margin-left: -1px;
  }
  /* line 44767, app/assets/stylesheets/theme/css/style.scss */
  .timeline.timeline .timeline-label {
    transform: translateX(-50%);
    margin: 0 0 20px 42px;
  }
  /* line 44771, app/assets/stylesheets/theme/css/style.scss */
  .timeline.timeline .timeline-label + .timeline-item + .timeline-item {
    margin-top: 0;
  }
}

/* Animation Delay */
/* line 44776, app/assets/stylesheets/theme/css/style.scss */
.d01 {
  animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
}

/* line 44782, app/assets/stylesheets/theme/css/style.scss */
.d02 {
  animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}

/* line 44788, app/assets/stylesheets/theme/css/style.scss */
.d03 {
  animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}

/* line 44794, app/assets/stylesheets/theme/css/style.scss */
.d04 {
  animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

/* line 44800, app/assets/stylesheets/theme/css/style.scss */
.d05 {
  animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

/* line 44806, app/assets/stylesheets/theme/css/style.scss */
.d06 {
  animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}

/* line 44812, app/assets/stylesheets/theme/css/style.scss */
.d07 {
  animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}

/* line 44818, app/assets/stylesheets/theme/css/style.scss */
.d08 {
  animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}

/* line 44824, app/assets/stylesheets/theme/css/style.scss */
.d09 {
  animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}

/* line 44830, app/assets/stylesheets/theme/css/style.scss */
.d10 {
  animation-delay: 1s;
  -moz-animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

/* line 44836, app/assets/stylesheets/theme/css/style.scss */
.d11 {
  animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
}

/* line 44842, app/assets/stylesheets/theme/css/style.scss */
.d12 {
  animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

/* line 44848, app/assets/stylesheets/theme/css/style.scss */
.d13 {
  animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
}

/* line 44854, app/assets/stylesheets/theme/css/style.scss */
.d14 {
  animation-delay: 1.4s;
  -moz-animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}

/* line 44860, app/assets/stylesheets/theme/css/style.scss */
.d15 {
  animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}

/* line 44866, app/assets/stylesheets/theme/css/style.scss */
.d16 {
  animation-delay: 1.6s;
  -moz-animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}

/* line 44872, app/assets/stylesheets/theme/css/style.scss */
.d17 {
  animation-delay: 1.7s;
  -moz-animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
}

/* line 44878, app/assets/stylesheets/theme/css/style.scss */
.d18 {
  animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}

/* line 44884, app/assets/stylesheets/theme/css/style.scss */
.d19 {
  animation-delay: 1.9s;
  -moz-animation-delay: 1.9s;
  -webkit-animation-delay: 1.9s;
}

/* line 44890, app/assets/stylesheets/theme/css/style.scss */
.d21 {
  animation-delay: 2.1s;
  -moz-animation-delay: 2.1s;
  -webkit-animation-delay: 2.1s;
}

/* line 44896, app/assets/stylesheets/theme/css/style.scss */
.d26 {
  animation-delay: 2.6s;
  -moz-animation-delay: 2.6s;
  -webkit-animation-delay: 2.6s;
}

/* line 44902, app/assets/stylesheets/theme/css/style.scss */
.t14 {
  animation-duration: 1.4s !important;
}

/* line 44906, app/assets/stylesheets/theme/css/style.scss */
.t24 {
  animation-duration: 2.4s !important;
}

/*Animation ends*/
/* line 44911, app/assets/stylesheets/theme/css/style.scss */
.anim,
.anima {
  opacity: 0;
}

/* line 44916, app/assets/stylesheets/theme/css/style.scss */
.anim.animated,
.anima.animated {
  opacity: 1;
}

/* line 44921, app/assets/stylesheets/theme/css/style.scss */
#timeline {
  list-style: none;
  position: relative;
  margin: 50px auto;
  width: 90%;
}

/* line 44927, app/assets/stylesheets/theme/css/style.scss */
#timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background-color: #6993ff;
  left: 50%;
  margin-left: -1.5px;
}

/* line 44937, app/assets/stylesheets/theme/css/style.scss */
#timeline .clearFix {
  clear: both;
  height: 0;
}

/* line 44941, app/assets/stylesheets/theme/css/style.scss */
#timeline .timeline-badge {
  color: #ffffff;
  width: 25px;
  height: 25px;
  font-size: 1.2em;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -13px;
  background-color: #ffffff;
  z-index: 6;
  border-radius: 50%;
  border: 2px solid #6993ff;
}

/* line 44956, app/assets/stylesheets/theme/css/style.scss */
#timeline .timeline-badge span.timeline-balloon-date-day {
  font-size: 1.4em;
}

/* line 44959, app/assets/stylesheets/theme/css/style.scss */
#timeline .timeline-badge span.timeline-balloon-date-month {
  font-size: 0.7em;
  position: relative;
  top: -10px;
}

/* line 44964, app/assets/stylesheets/theme/css/style.scss */
#timeline .timeline-badge .timeline-filter-movement {
  background-color: #ffffff;
  font-size: 1.7em;
  height: 35px;
  margin-left: -18px;
  width: 35px;
  top: 40px;
}

/* line 44972, app/assets/stylesheets/theme/css/style.scss */
#timeline .timeline-badge .timeline-filter-movement a span {
  color: #6993ff;
  font-size: 1.3em;
  top: -1px;
}

/* line 44977, app/assets/stylesheets/theme/css/style.scss */
#timeline .timeline-badge .timeline-future-movement {
  background-color: #ffffff;
  height: 120px;
  width: 120px;
  font-size: 1.7em;
  top: -16px;
  margin-left: -60px;
  border: 2px solid #6993ff;
}

/* line 44986, app/assets/stylesheets/theme/css/style.scss */
#timeline .timeline-badge .timeline-future-movement a span {
  color: #6993ff;
  font-size: 0.9em;
  top: 0;
  left: 1px;
}

/* line 44992, app/assets/stylesheets/theme/css/style.scss */
#timeline .timeline-badge .timeline-future-movement p {
  color: #6993ff;
  position: absolute;
  top: 40px;
  left: 32px;
}

/* line 44998, app/assets/stylesheets/theme/css/style.scss */
#timeline .timeline-movement {
  position: relative;
  margin-bottom: 10rem;
}

/* line 45002, app/assets/stylesheets/theme/css/style.scss */
#timeline .timeline-movement.timeline-movement-top {
  height: 60px;
}

/* line 45005, app/assets/stylesheets/theme/css/style.scss */
#timeline .timeline-movement .timeline-item .timeline-panel {
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  background-color: #ffffff;
  color: #666666;
  padding: 10px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

/* line 45015, app/assets/stylesheets/theme/css/style.scss */
#timeline .timeline-movement .timeline-item .timeline-panel .timeline-panel-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 45020, app/assets/stylesheets/theme/css/style.scss */
#timeline
.timeline-movement
.timeline-item
.timeline-panel.credits
.timeline-panel-ul
.lefting-wrap {
  float: right;
  width: 30%;
  height: 130px;
  background-color: #f3f6f9;
}

/* line 45031, app/assets/stylesheets/theme/css/style.scss */
#timeline
.timeline-movement
.timeline-item
.timeline-panel.credits
.timeline-panel-ul
.righting-wrap {
  float: left;
  width: 70%;
  height: 130px;
  padding: 0 12px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 45045, app/assets/stylesheets/theme/css/style.scss */
#timeline
.timeline-movement
.timeline-item
.timeline-panel.credits
.timeline-panel-ul
li {
  color: #666666;
  width: 100%;
}

/* line 45054, app/assets/stylesheets/theme/css/style.scss */
#timeline
.timeline-movement
.timeline-item
.timeline-panel.credits
.timeline-panel-ul
li.img-wraping
a
img {
  width: 100%;
  height: 130px;
}

/* line 45065, app/assets/stylesheets/theme/css/style.scss */
#timeline
.timeline-movement
.timeline-item
.timeline-panel.credits
.timeline-panel-ul
li
a.importo {
  font-size: 1.3em;
  font-weight: 600;
}

/* line 45075, app/assets/stylesheets/theme/css/style.scss */
#timeline
.timeline-movement
.timeline-item
.timeline-panel.debits
.timeline-panel-ul {
  text-align: left;
}

/* line 45082, app/assets/stylesheets/theme/css/style.scss */
#timeline
.timeline-movement
.timeline-item
.timeline-panel.debits
.timeline-panel-ul
.lefting-wrap {
  float: left;
  width: 30%;
  height: 130px;
  background-color: #f3f6f9;
}

/* line 45093, app/assets/stylesheets/theme/css/style.scss */
#timeline
.timeline-movement
.timeline-item
.timeline-panel.debits
.timeline-panel-ul
.righting-wrap {
  float: right;
  width: 70%;
  height: 130px;
  padding: 0 0 0 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* line 45107, app/assets/stylesheets/theme/css/style.scss */
#timeline
.timeline-movement
.timeline-item
.timeline-panel.debits
.timeline-panel-ul
li {
  color: #666666;
  width: 100%;
}

/* line 45116, app/assets/stylesheets/theme/css/style.scss */
#timeline
.timeline-movement
.timeline-item
.timeline-panel.debits
.timeline-panel-ul
li.img-wraping {
  width: 100%;
}

/* line 45124, app/assets/stylesheets/theme/css/style.scss */
#timeline
.timeline-movement
.timeline-item
.timeline-panel.debits
.timeline-panel-ul
li.img-wraping
a
img {
  width: 100%;
  height: 130px;
}

/* line 45135, app/assets/stylesheets/theme/css/style.scss */
#timeline
.timeline-movement
.timeline-item
.timeline-panel.debits
.timeline-panel-ul
li
a.importo {
  font-size: 1.3em;
  font-weight: 600;
}

/* line 45146, app/assets/stylesheets/theme/css/style.scss */
.clear {
  clear: both;
}

/*timeline5*/
/* line 45151, app/assets/stylesheets/theme/css/style.scss */
.timeline5 {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* line 45156, app/assets/stylesheets/theme/css/style.scss */
.timeline5:before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
}

/* line 45164, app/assets/stylesheets/theme/css/style.scss */
.timeline__group {
  position: relative;
}

/* line 45167, app/assets/stylesheets/theme/css/style.scss */
.timeline__group:not(:first-of-type) {
  margin-top: 4rem;
}

/* line 45171, app/assets/stylesheets/theme/css/style.scss */
.timeline__year {
  padding: 0.5rem 1.5rem;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 45179, app/assets/stylesheets/theme/css/style.scss */
.timeline__box {
  position: relative;
}

/* line 45182, app/assets/stylesheets/theme/css/style.scss */
.timeline__box:not(:last-of-type) {
  margin-bottom: 10px;
}

/* line 45185, app/assets/stylesheets/theme/css/style.scss */
.timeline__box:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  z-index: 1;
}

/* line 45194, app/assets/stylesheets/theme/css/style.scss */
.timeline__date {
  min-width: 80px;
  position: absolute;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  padding: 0.5rem 1.5rem;
  text-align: center;
  color: #ffffff;
}

/* line 45205, app/assets/stylesheets/theme/css/style.scss */
.timeline__day {
  font-size: 2rem;
  font-weight: 700;
  display: block;
}

/* line 45211, app/assets/stylesheets/theme/css/style.scss */
.timeline__month {
  display: block;
  font-size: 0.8em;
  text-transform: uppercase;
}

/* line 45217, app/assets/stylesheets/theme/css/style.scss */
.timeline__post {
  padding: 1.5rem 2rem;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  background-color: #ffffff;
  z-index: 1;
  position: relative;
}

@media screen and (min-width: 641px) {
  /* line 45227, app/assets/stylesheets/theme/css/style.scss */
  .timeline5:before {
    left: 38px;
  }
  /* line 45231, app/assets/stylesheets/theme/css/style.scss */
  .timeline__group {
    padding-top: 55px;
  }
  /* line 45235, app/assets/stylesheets/theme/css/style.scss */
  .timeline__box {
    padding-left: 105px;
  }
  /* line 45238, app/assets/stylesheets/theme/css/style.scss */
  .timeline__box:before {
    top: 50%;
    transform: translateY(-50%);
  }
  /* line 45243, app/assets/stylesheets/theme/css/style.scss */
  .timeline__date {
    top: 50%;
    margin-top: -38px;
  }
}

@media screen and (max-width: 640px) {
  /* line 45249, app/assets/stylesheets/theme/css/style.scss */
  .timeline5:before {
    left: 0;
  }
  /* line 45253, app/assets/stylesheets/theme/css/style.scss */
  .timeline__group {
    padding-top: 40px;
  }
  /* line 45257, app/assets/stylesheets/theme/css/style.scss */
  .timeline__box {
    padding-left: 20px;
    padding-top: 70px;
  }
  /* line 45261, app/assets/stylesheets/theme/css/style.scss */
  .timeline__box:before {
    top: 90px;
  }
  /* line 45265, app/assets/stylesheets/theme/css/style.scss */
  .timeline__date {
    top: 0;
  }
}

/* line 45269, app/assets/stylesheets/theme/css/style.scss */
.timeline5 {
  font-size: 1.143rem;
}

/* horizontal-timeline */
/* line 45274, app/assets/stylesheets/theme/css/style.scss */
.cd-horizontal-timeline .timeline {
  padding: 20px 0 20px;
}

/* line 45277, app/assets/stylesheets/theme/css/style.scss */
.cd-horizontal-timeline .timeline:before,
.cd-horizontal-timeline .timeline:after {
  display: none;
}

/*Button*/
/* line 45283, app/assets/stylesheets/theme/css/style.scss */
.btn {
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  cursor: pointer;
  line-height: inherit;
  padding: 8px 16px;
  font-size: 1.1rem;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/* line 45297, app/assets/stylesheets/theme/css/style.scss */
.btn.btn-flat {
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
}

/* line 45304, app/assets/stylesheets/theme/css/style.scss */
.btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 45309, app/assets/stylesheets/theme/css/style.scss */
.btn:focus,
.btn.focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 45315, app/assets/stylesheets/theme/css/style.scss */
.btn:hover {
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.1), 0 4px 23px 0 rgba(0, 0, 0, 0.1), 0 8px 10px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 14px 26px -12px rgba(0, 0, 0, 0.1), 0 4px 23px 0 rgba(0, 0, 0, 0.1), 0 8px 10px -5px rgba(0, 0, 0, 0.1);
}

/* line 45330, app/assets/stylesheets/theme/css/style.scss */
.btn[class*="bg-gradient-"] {
  color: #ffffff;
  border: none;
}

/* line 45334, app/assets/stylesheets/theme/css/style.scss */
.btn[class*="btn-outline-"] {
  border-color: #f3f6f9;
}

/* line 45337, app/assets/stylesheets/theme/css/style.scss */
.btn.btn-outline {
  border-color: #f3f6f9;
  color: #172b4c;
}

/* line 45341, app/assets/stylesheets/theme/css/style.scss */
.btn.btn-file {
  position: relative;
  overflow: hidden;
}

/* line 45345, app/assets/stylesheets/theme/css/style.scss */
.btn.btn-file > input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: 0;
  background: #ffffff;
  cursor: inherit;
  display: block;
}

/* line 45360, app/assets/stylesheets/theme/css/style.scss */
.btn[class*="bg-"]:hover {
  -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}

/* line 45364, app/assets/stylesheets/theme/css/style.scss */
.btn.dropdown-toggle:after {
  display: none;
}

/* line 45368, app/assets/stylesheets/theme/css/style.scss */
a.btn {
  text-decoration: none !important;
}

/* line 45372, app/assets/stylesheets/theme/css/style.scss */
.btn-icon-circle {
  width: 45px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  border-radius: 100%;
}

/* line 45379, app/assets/stylesheets/theme/css/style.scss */
.btn-icon-circle.btn-lg {
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  border-radius: 100%;
}

/* line 45386, app/assets/stylesheets/theme/css/style.scss */
.btn-icon-circle.btn-md {
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border-radius: 100%;
}

/* line 45393, app/assets/stylesheets/theme/css/style.scss */
.btn-icon-circle.btn-sm {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border-radius: 100%;
}

/* line 45400, app/assets/stylesheets/theme/css/style.scss */
.btn-icon-circle.btn-xs {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  border-radius: 100%;
}

/* line 45408, app/assets/stylesheets/theme/css/style.scss */
.btn-rounded {
  border-radius: 60px;
}

/* line 45412, app/assets/stylesheets/theme/css/style.scss */
.btn-circle {
  width: 45px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  border-radius: 100%;
}

/* line 45419, app/assets/stylesheets/theme/css/style.scss */
.btn-circle.btn-lg {
  width: 60px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  border-radius: 100%;
}

/* line 45426, app/assets/stylesheets/theme/css/style.scss */
.btn-circle.btn-md {
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 0;
  border-radius: 100%;
}

/* line 45433, app/assets/stylesheets/theme/css/style.scss */
.btn-circle.btn-sm {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  border-radius: 100%;
}

/* line 45440, app/assets/stylesheets/theme/css/style.scss */
.btn-circle.btn-xs {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  border-radius: 100%;
}

/* line 45448, app/assets/stylesheets/theme/css/style.scss */
.btn-group-vertical {
  display: -ms-inline-block;
  display: inline-block;
}

/* line 45452, app/assets/stylesheets/theme/css/style.scss */
.btn-group-vertical > .btn:first-child:not(:last-child),
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-radius: 4px;
}

/* line 45456, app/assets/stylesheets/theme/css/style.scss */
.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
  border-radius: 0;
}

/* line 45460, app/assets/stylesheets/theme/css/style.scss */
.btn-group-vertical .btn.dropdown-toggle:after {
  display: none;
}

/* line 45464, app/assets/stylesheets/theme/css/style.scss */
.wysihtml5-toolbar .btn-group {
  display: -ms-inline-block;
  display: inline-block;
}

/* line 45468, app/assets/stylesheets/theme/css/style.scss */
.wysihtml5-toolbar .btn-default {
  background-color: #ffffff;
}

/* line 45471, app/assets/stylesheets/theme/css/style.scss */
.wysihtml5-toolbar.btn.dropdown-toggle:after {
  display: inline-block;
}

/* line 45475, app/assets/stylesheets/theme/css/style.scss */
.btn-app {
  text-align: center;
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  font-size: 0.8571rem;
  overflow: visible;
}

/* line 45485, app/assets/stylesheets/theme/css/style.scss */
.btn-app .badge {
  font-size: 100%;
  position: absolute;
  top: -3px;
  right: -10px;
  font-weight: 300;
}

/* line 45492, app/assets/stylesheets/theme/css/style.scss */
.btn-app > i {
  font-size: 1.429rem;
  display: block;
}

/* line 45496, app/assets/stylesheets/theme/css/style.scss */
.btn-app:hover {
  background: #f3f6f9;
  color: #172b4c;
  border-color: #595959;
}

/* line 45501, app/assets/stylesheets/theme/css/style.scss */
.btn-app:focus,
.btn-app:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 45508, app/assets/stylesheets/theme/css/style.scss */
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 0.8571rem;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 45516, app/assets/stylesheets/theme/css/style.scss */
.btn-default {
  background-color: #e6e6e6;
  color: #172b4c;
  border-color: #999999;
}

/* line 45521, app/assets/stylesheets/theme/css/style.scss */
.btn-default.hover,
.btn-default:active,
.btn-default:hover {
  background-color: #cccccc;
}

/* line 45527, app/assets/stylesheets/theme/css/style.scss */
.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 45532, app/assets/stylesheets/theme/css/style.scss */
button.btn.dropdown-toggle:after {
  display: inline-block;
}

/* line 45536, app/assets/stylesheets/theme/css/style.scss */
.dropdown-toggle.no-caret:after {
  display: none;
}

/* line 45539, app/assets/stylesheets/theme/css/style.scss */
.dropdown-toggle.no-caret.no-caret:after {
  display: none;
}

/* line 45543, app/assets/stylesheets/theme/css/style.scss */
.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: 0 0;
  color: #2f579a;
  cursor: pointer;
}

/* line 45550, app/assets/stylesheets/theme/css/style.scss */
.btn-box-tool:hover,
.btn-box-tool .show .btn-box-tool {
  color: #172b4c;
}

/* line 45554, app/assets/stylesheets/theme/css/style.scss */
.btn-box-tool.btn:active {
  box-shadow: none;
}

/* line 45558, app/assets/stylesheets/theme/css/style.scss */
.btn-bold {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8571rem;
}

/* line 45564, app/assets/stylesheets/theme/css/style.scss */
.btn-group-sm > .btn {
  font-size: 0.7143rem;
  padding: 4px 12px;
}

/* line 45569, app/assets/stylesheets/theme/css/style.scss */
.btn-sm {
  padding: 0.55rem 0.75rem;
  font-size: 0.925rem;
  line-height: 1.35;
}

/* line 45575, app/assets/stylesheets/theme/css/style.scss */
.btn-group-lg > .btn {
  font-size: 1.286rem;
  padding: 18px 32px;
}

/* line 45580, app/assets/stylesheets/theme/css/style.scss */
.btn-lg {
  font-size: 1.286rem;
  padding: 18px 32px;
}

/* line 45585, app/assets/stylesheets/theme/css/style.scss */
.btn-md {
  font-size: 1rem;
  padding: 6px 16px;
}

/* line 45590, app/assets/stylesheets/theme/css/style.scss */
.btn-w-xs {
  width: 85px;
}

/* line 45594, app/assets/stylesheets/theme/css/style.scss */
.btn-w-sm {
  width: 100px;
}

/* line 45598, app/assets/stylesheets/theme/css/style.scss */
.btn-w-md {
  width: 120px;
}

/* line 45602, app/assets/stylesheets/theme/css/style.scss */
.btn-w-lg {
  width: 145px;
}

/* line 45606, app/assets/stylesheets/theme/css/style.scss */
.btn-w-xl {
  width: 180px;
}

/* line 45610, app/assets/stylesheets/theme/css/style.scss */
.btn-round {
  border-radius: 10rem;
}

/* line 45614, app/assets/stylesheets/theme/css/style.scss */
.btn-square {
  padding: 5px;
  width: 36px;
  height: 36px;
}

/* line 45619, app/assets/stylesheets/theme/css/style.scss */
.btn-square.btn-lg {
  width: 48px;
  height: 48px;
}

/* line 45623, app/assets/stylesheets/theme/css/style.scss */
.btn-square.btn-sm {
  width: 29px;
  height: 29px;
}

/* line 45627, app/assets/stylesheets/theme/css/style.scss */
.btn-square.btn-xs {
  width: 24px;
  height: 24px;
}

/* line 45632, app/assets/stylesheets/theme/css/style.scss */
.btn-link {
  font-weight: 500;
  background-color: transparent;
  border-color: transparent;
  color: #172b4c;
}

/* line 45638, app/assets/stylesheets/theme/css/style.scss */
.btn-link:hover,
.btn-link:focus {
  text-decoration: none;
  color: #172b4c;
}

/* line 45644, app/assets/stylesheets/theme/css/style.scss */
.btn-facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #ffffff;
}

/* line 45649, app/assets/stylesheets/theme/css/style.scss */
.btn-facebook:hover,
.btn-facebook:active,
.btn-facebook.active {
  background-color: #2d4373;
  border-color: #2d4373;
  color: #ffffff !important;
}

/* line 45656, app/assets/stylesheets/theme/css/style.scss */
.btn-facebook:focus,
.btn-facebook.focus {
  color: #ffffff !important;
}

/* line 45660, app/assets/stylesheets/theme/css/style.scss */
.btn-facebook.disabled,
.btn-facebook:disabled {
  opacity: 0.5;
}

/* line 45664, app/assets/stylesheets/theme/css/style.scss */
.btn-facebook:active,
.btn-facebook.active {
  background-color: #2d4373;
  border-color: #2d4373;
}

/* line 45669, app/assets/stylesheets/theme/css/style.scss */
.btn-facebook.btn-outline {
  background-color: transparent;
  border-color: #3b5998;
  color: #3b5998;
}

/* line 45674, app/assets/stylesheets/theme/css/style.scss */
.btn-facebook.btn-outline:hover,
.btn-facebook.btn-outline:active,
.btn-facebook.btn-outline.active {
  background-color: #2d4373;
  border-color: #2d4373;
  color: #ffffff;
}

/* line 45682, app/assets/stylesheets/theme/css/style.scss */
.show > .btn-facebook.dropdown-toggle,
.show > .btn-outline.btn-facebook.dropdown-toggle {
  background-color: #2d4373;
  border-color: #2d4373;
  color: #ffffff;
}

/* line 45689, app/assets/stylesheets/theme/css/style.scss */
.btn-google {
  background-color: #dd4b39;
  border-color: #dd4b39;
  color: #ffffff;
}

/* line 45694, app/assets/stylesheets/theme/css/style.scss */
.btn-google:hover,
.btn-google:active,
.btn-google.active {
  background-color: #c23321;
  border-color: #c23321;
  color: #ffffff !important;
}

/* line 45701, app/assets/stylesheets/theme/css/style.scss */
.btn-google:focus,
.btn-google.focus {
  color: #ffffff !important;
}

/* line 45705, app/assets/stylesheets/theme/css/style.scss */
.btn-google.disabled,
.btn-google:disabled {
  opacity: 0.5;
}

/* line 45709, app/assets/stylesheets/theme/css/style.scss */
.btn-google:active,
.btn-google.active {
  background-color: #c23321;
  border-color: #c23321;
}

/* line 45714, app/assets/stylesheets/theme/css/style.scss */
.btn-google.btn-outline {
  background-color: transparent;
  border-color: #dd4b39;
  color: #dd4b39;
}

/* line 45719, app/assets/stylesheets/theme/css/style.scss */
.btn-google.btn-outline:hover,
.btn-google.btn-outline:active,
.btn-google.btn-outline.active {
  background-color: #c23321;
  border-color: #c23321;
  color: #ffffff;
}

/* line 45727, app/assets/stylesheets/theme/css/style.scss */
.show > .btn-google.dropdown-toggle,
.show > .btn-outline.btn-google.dropdown-toggle {
  background-color: #c23321;
  border-color: #c23321;
  color: #ffffff;
}

/* line 45734, app/assets/stylesheets/theme/css/style.scss */
.btn-twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: #ffffff;
}

/* line 45739, app/assets/stylesheets/theme/css/style.scss */
.btn-twitter:hover,
.btn-twitter:active,
.btn-twitter.active {
  background-color: #0c85d0;
  border-color: #0c85d0;
  color: #ffffff !important;
}

/* line 45746, app/assets/stylesheets/theme/css/style.scss */
.btn-twitter:focus,
.btn-twitter.focus {
  color: #ffffff !important;
}

/* line 45750, app/assets/stylesheets/theme/css/style.scss */
.btn-twitter.disabled,
.btn-twitter:disabled {
  opacity: 0.5;
}

/* line 45754, app/assets/stylesheets/theme/css/style.scss */
.btn-twitter:active,
.btn-twitter.active {
  background-color: #0c85d0;
  border-color: #0c85d0;
}

/* line 45759, app/assets/stylesheets/theme/css/style.scss */
.btn-twitter.btn-outline {
  background-color: transparent;
  border-color: #1da1f2;
  color: #1da1f2;
}

/* line 45764, app/assets/stylesheets/theme/css/style.scss */
.btn-twitter.btn-outline:hover,
.btn-twitter.btn-outline:active,
.btn-twitter.btn-outline.active {
  background-color: #0c85d0;
  border-color: #0c85d0;
  color: #ffffff;
}

/* line 45772, app/assets/stylesheets/theme/css/style.scss */
.show > .btn-twitter.dropdown-toggle,
.show > .btn-outline.btn-twitter.dropdown-toggle {
  background-color: #0c85d0;
  border-color: #0c85d0;
  color: #ffffff;
}

/* line 45779, app/assets/stylesheets/theme/css/style.scss */
.btn-linkedin {
  background-color: #0077b5;
  border-color: #0077b5;
  color: #ffffff;
}

/* line 45784, app/assets/stylesheets/theme/css/style.scss */
.btn-linkedin:hover,
.btn-linkedin:active,
.btn-linkedin.active {
  background-color: #005582;
  border-color: #005582;
  color: #ffffff !important;
}

/* line 45791, app/assets/stylesheets/theme/css/style.scss */
.btn-linkedin:focus,
.btn-linkedin.focus {
  color: #ffffff !important;
}

/* line 45795, app/assets/stylesheets/theme/css/style.scss */
.btn-linkedin.disabled,
.btn-linkedin:disabled {
  opacity: 0.5;
}

/* line 45799, app/assets/stylesheets/theme/css/style.scss */
.btn-linkedin:active,
.btn-linkedin.active {
  background-color: #005582;
  border-color: #005582;
}

/* line 45804, app/assets/stylesheets/theme/css/style.scss */
.btn-linkedin.btn-outline {
  background-color: transparent;
  border-color: #0077b5;
  color: #0077b5;
}

/* line 45809, app/assets/stylesheets/theme/css/style.scss */
.btn-linkedin.btn-outline:hover,
.btn-linkedin.btn-outline:active,
.btn-linkedin.btn-outline.active {
  background-color: #005582;
  border-color: #005582;
  color: #ffffff;
}

/* line 45817, app/assets/stylesheets/theme/css/style.scss */
.show > .btn-linkedin.dropdown-toggle,
.show > .btn-outline.btn-linkedin.dropdown-toggle {
  background-color: #005582;
  border-color: #005582;
  color: #ffffff;
}

/* line 45824, app/assets/stylesheets/theme/css/style.scss */
.btn-pinterest {
  background-color: #bd081c;
  border-color: #bd081c;
  color: #ffffff;
}

/* line 45829, app/assets/stylesheets/theme/css/style.scss */
.btn-pinterest:hover,
.btn-pinterest:active,
.btn-pinterest.active {
  background-color: #8c0615;
  border-color: #8c0615;
  color: #ffffff !important;
}

/* line 45836, app/assets/stylesheets/theme/css/style.scss */
.btn-pinterest:focus,
.btn-pinterest.focus {
  color: #ffffff !important;
}

/* line 45840, app/assets/stylesheets/theme/css/style.scss */
.btn-pinterest.disabled,
.btn-pinterest:disabled {
  opacity: 0.5;
}

/* line 45844, app/assets/stylesheets/theme/css/style.scss */
.btn-pinterest:active,
.btn-pinterest.active {
  background-color: #8c0615;
  border-color: #8c0615;
}

/* line 45849, app/assets/stylesheets/theme/css/style.scss */
.btn-pinterest.btn-outline {
  background-color: transparent;
  border-color: #bd081c;
  color: #bd081c;
}

/* line 45854, app/assets/stylesheets/theme/css/style.scss */
.btn-pinterest.btn-outline:hover,
.btn-pinterest.btn-outline:active,
.btn-pinterest.btn-outline.active {
  background-color: #8c0615;
  border-color: #8c0615;
  color: #ffffff;
}

/* line 45862, app/assets/stylesheets/theme/css/style.scss */
.show > .btn-pinterest.dropdown-toggle,
.show > .btn-outline.btn-pinterest.dropdown-toggle {
  background-color: #8c0615;
  border-color: #8c0615;
  color: #ffffff;
}

/* line 45869, app/assets/stylesheets/theme/css/style.scss */
.btn-git {
  background-color: #6cc644;
  border-color: #6cc644;
  color: #ffffff;
}

/* line 45874, app/assets/stylesheets/theme/css/style.scss */
.btn-git:hover,
.btn-git:active,
.btn-git.active {
  background-color: #55a532;
  border-color: #55a532;
  color: #ffffff !important;
}

/* line 45881, app/assets/stylesheets/theme/css/style.scss */
.btn-git:focus,
.btn-git.focus {
  color: #ffffff !important;
}

/* line 45885, app/assets/stylesheets/theme/css/style.scss */
.btn-git.disabled,
.btn-git:disabled {
  opacity: 0.5;
}

/* line 45889, app/assets/stylesheets/theme/css/style.scss */
.btn-git:active,
.btn-git.active {
  background-color: #55a532;
  border-color: #55a532;
}

/* line 45894, app/assets/stylesheets/theme/css/style.scss */
.btn-git.btn-outline {
  background-color: transparent;
  border-color: #6cc644;
  color: #6cc644;
}

/* line 45899, app/assets/stylesheets/theme/css/style.scss */
.btn-git.btn-outline:hover,
.btn-git.btn-outline:active,
.btn-git.btn-outline.active {
  background-color: #55a532;
  border-color: #55a532;
  color: #ffffff;
}

/* line 45907, app/assets/stylesheets/theme/css/style.scss */
.show > .btn-git.dropdown-toggle,
.show > .btn-outline.btn-git.dropdown-toggle {
  background-color: #55a532;
  border-color: #55a532;
  color: #ffffff;
}

/* line 45914, app/assets/stylesheets/theme/css/style.scss */
.btn-tumblr {
  background-color: #35465c;
  border-color: #35465c;
  color: #ffffff;
}

/* line 45919, app/assets/stylesheets/theme/css/style.scss */
.btn-tumblr:hover,
.btn-tumblr:active,
.btn-tumblr.active {
  background-color: #222d3c;
  border-color: #222d3c;
  color: #ffffff !important;
}

/* line 45926, app/assets/stylesheets/theme/css/style.scss */
.btn-tumblr:focus,
.btn-tumblr.focus {
  color: #ffffff !important;
}

/* line 45930, app/assets/stylesheets/theme/css/style.scss */
.btn-tumblr.disabled,
.btn-tumblr:disabled {
  opacity: 0.5;
}

/* line 45934, app/assets/stylesheets/theme/css/style.scss */
.btn-tumblr:active,
.btn-tumblr.active {
  background-color: #222d3c;
  border-color: #222d3c;
}

/* line 45939, app/assets/stylesheets/theme/css/style.scss */
.btn-tumblr.btn-outline {
  background-color: transparent;
  border-color: #35465c;
  color: #35465c;
}

/* line 45944, app/assets/stylesheets/theme/css/style.scss */
.btn-tumblr.btn-outline:hover,
.btn-tumblr.btn-outline:active,
.btn-tumblr.btn-outline.active {
  background-color: #222d3c;
  border-color: #222d3c;
  color: #ffffff;
}

/* line 45952, app/assets/stylesheets/theme/css/style.scss */
.show > .btn-tumblr.dropdown-toggle,
.show > .btn-outline.btn-tumblr.dropdown-toggle {
  background-color: #222d3c;
  border-color: #222d3c;
  color: #ffffff;
}

/* line 45959, app/assets/stylesheets/theme/css/style.scss */
.btn-vimeo {
  background-color: #1ab7ea;
  border-color: #1ab7ea;
  color: #ffffff;
}

/* line 45964, app/assets/stylesheets/theme/css/style.scss */
.btn-vimeo:hover,
.btn-vimeo:active,
.btn-vimeo.active {
  background-color: #1295bf;
  border-color: #1295bf;
  color: #ffffff !important;
}

/* line 45971, app/assets/stylesheets/theme/css/style.scss */
.btn-vimeo:focus,
.btn-vimeo.focus {
  color: #ffffff !important;
}

/* line 45975, app/assets/stylesheets/theme/css/style.scss */
.btn-vimeo.disabled,
.btn-vimeo:disabled {
  opacity: 0.5;
}

/* line 45979, app/assets/stylesheets/theme/css/style.scss */
.btn-vimeo:active,
.btn-vimeo.active {
  background-color: #1295bf;
  border-color: #1295bf;
}

/* line 45984, app/assets/stylesheets/theme/css/style.scss */
.btn-vimeo.btn-outline {
  background-color: transparent;
  border-color: #1ab7ea;
  color: #1ab7ea;
}

/* line 45989, app/assets/stylesheets/theme/css/style.scss */
.btn-vimeo.btn-outline:hover,
.btn-vimeo.btn-outline:active,
.btn-vimeo.btn-outline.active {
  background-color: #1295bf;
  border-color: #1295bf;
  color: #ffffff;
}

/* line 45997, app/assets/stylesheets/theme/css/style.scss */
.show > .btn-vimeo.dropdown-toggle,
.show > .btn-outline.btn-vimeo.dropdown-toggle {
  background-color: #1295bf;
  border-color: #1295bf;
  color: #ffffff;
}

/* line 46004, app/assets/stylesheets/theme/css/style.scss */
.btn-youtube {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #ffffff;
}

/* line 46009, app/assets/stylesheets/theme/css/style.scss */
.btn-youtube:hover,
.btn-youtube:active,
.btn-youtube.active {
  background-color: #cc0000;
  border-color: #cc0000;
  color: #ffffff !important;
}

/* line 46016, app/assets/stylesheets/theme/css/style.scss */
.btn-youtube:focus,
.btn-youtube.focus {
  color: #ffffff !important;
}

/* line 46020, app/assets/stylesheets/theme/css/style.scss */
.btn-youtube.disabled,
.btn-youtube:disabled {
  opacity: 0.5;
}

/* line 46024, app/assets/stylesheets/theme/css/style.scss */
.btn-youtube:active,
.btn-youtube.active {
  background-color: #cc0000;
  border-color: #cc0000;
}

/* line 46029, app/assets/stylesheets/theme/css/style.scss */
.btn-youtube.btn-outline {
  background-color: transparent;
  border-color: #ff0000;
  color: #ff0000;
}

/* line 46034, app/assets/stylesheets/theme/css/style.scss */
.btn-youtube.btn-outline:hover,
.btn-youtube.btn-outline:active,
.btn-youtube.btn-outline.active {
  background-color: #cc0000;
  border-color: #cc0000;
  color: #ffffff;
}

/* line 46042, app/assets/stylesheets/theme/css/style.scss */
.show > .btn-youtube.dropdown-toggle,
.show > .btn-outline.btn-youtube.dropdown-toggle {
  background-color: #cc0000;
  border-color: #cc0000;
  color: #ffffff;
}

/* line 46049, app/assets/stylesheets/theme/css/style.scss */
.btn-flickr {
  background-color: #ff0084;
  border-color: #ff0084;
  color: #ffffff;
}

/* line 46054, app/assets/stylesheets/theme/css/style.scss */
.btn-flickr:hover,
.btn-flickr:active,
.btn-flickr.active {
  background-color: #cc006a;
  border-color: #cc006a;
  color: #ffffff !important;
}

/* line 46061, app/assets/stylesheets/theme/css/style.scss */
.btn-flickr:focus,
.btn-flickr.focus {
  color: #ffffff !important;
}

/* line 46065, app/assets/stylesheets/theme/css/style.scss */
.btn-flickr.disabled,
.btn-flickr:disabled {
  opacity: 0.5;
}

/* line 46069, app/assets/stylesheets/theme/css/style.scss */
.btn-flickr:active,
.btn-flickr.active {
  background-color: #cc006a;
  border-color: #cc006a;
}

/* line 46074, app/assets/stylesheets/theme/css/style.scss */
.btn-flickr.btn-outline {
  background-color: transparent;
  border-color: #ff0084;
  color: #ff0084;
}

/* line 46079, app/assets/stylesheets/theme/css/style.scss */
.btn-flickr.btn-outline:hover,
.btn-flickr.btn-outline:active,
.btn-flickr.btn-outline.active {
  background-color: #cc006a;
  border-color: #cc006a;
  color: #ffffff;
}

/* line 46087, app/assets/stylesheets/theme/css/style.scss */
.show > .btn-flickr.dropdown-toggle,
.show > .btn-outline.btn-flickr.dropdown-toggle {
  background-color: #cc006a;
  border-color: #cc006a;
  color: #ffffff;
}

/* line 46094, app/assets/stylesheets/theme/css/style.scss */
.btn-reddit {
  background-color: #ff4500;
  border-color: #ff4500;
  color: #ffffff;
}

/* line 46099, app/assets/stylesheets/theme/css/style.scss */
.btn-reddit:hover,
.btn-reddit:active,
.btn-reddit.active {
  background-color: #cc3700;
  border-color: #cc3700;
  color: #ffffff !important;
}

/* line 46106, app/assets/stylesheets/theme/css/style.scss */
.btn-reddit:focus,
.btn-reddit.focus {
  color: #ffffff !important;
}

/* line 46110, app/assets/stylesheets/theme/css/style.scss */
.btn-reddit.disabled,
.btn-reddit:disabled {
  opacity: 0.5;
}

/* line 46114, app/assets/stylesheets/theme/css/style.scss */
.btn-reddit:active,
.btn-reddit.active {
  background-color: #cc3700;
  border-color: #cc3700;
}

/* line 46119, app/assets/stylesheets/theme/css/style.scss */
.btn-reddit.btn-outline {
  background-color: transparent;
  border-color: #ff4500;
  color: #ff4500;
}

/* line 46124, app/assets/stylesheets/theme/css/style.scss */
.btn-reddit.btn-outline:hover,
.btn-reddit.btn-outline:active,
.btn-reddit.btn-outline.active {
  background-color: #cc3700;
  border-color: #cc3700;
  color: #ffffff;
}

/* line 46132, app/assets/stylesheets/theme/css/style.scss */
.show > .btn-reddit.dropdown-toggle,
.show > .btn-outline.btn-reddit.dropdown-toggle {
  background-color: #cc3700;
  border-color: #cc3700;
  color: #ffffff;
}

/* line 46139, app/assets/stylesheets/theme/css/style.scss */
.btn-dribbble {
  background-color: #ea4c89;
  border-color: #ea4c89;
  color: #ffffff;
}

/* line 46144, app/assets/stylesheets/theme/css/style.scss */
.btn-dribbble:hover,
.btn-dribbble:active,
.btn-dribbble.active {
  background-color: #e51e6b;
  border-color: #e51e6b;
  color: #ffffff !important;
}

/* line 46151, app/assets/stylesheets/theme/css/style.scss */
.btn-dribbble:focus,
.btn-dribbble.focus {
  color: #ffffff !important;
}

/* line 46155, app/assets/stylesheets/theme/css/style.scss */
.btn-dribbble.disabled,
.btn-dribbble:disabled {
  opacity: 0.5;
}

/* line 46159, app/assets/stylesheets/theme/css/style.scss */
.btn-dribbble:active,
.btn-dribbble.active {
  background-color: #e51e6b;
  border-color: #e51e6b;
}

/* line 46164, app/assets/stylesheets/theme/css/style.scss */
.btn-dribbble.btn-outline {
  background-color: transparent;
  border-color: #ea4c89;
  color: #ea4c89;
}

/* line 46169, app/assets/stylesheets/theme/css/style.scss */
.btn-dribbble.btn-outline:hover,
.btn-dribbble.btn-outline:active,
.btn-dribbble.btn-outline.active {
  background-color: #e51e6b;
  border-color: #e51e6b;
  color: #ffffff;
}

/* line 46177, app/assets/stylesheets/theme/css/style.scss */
.show > .btn-dribbble.dropdown-toggle,
.show > .btn-outline.btn-dribbble.dropdown-toggle {
  background-color: #e51e6b;
  border-color: #e51e6b;
  color: #ffffff;
}

/* line 46184, app/assets/stylesheets/theme/css/style.scss */
.btn-skype {
  background-color: #00aff0;
  border-color: #00aff0;
  color: #ffffff;
}

/* line 46189, app/assets/stylesheets/theme/css/style.scss */
.btn-skype:hover,
.btn-skype:active,
.btn-skype.active {
  background-color: #008abd;
  border-color: #008abd;
  color: #ffffff !important;
}

/* line 46196, app/assets/stylesheets/theme/css/style.scss */
.btn-skype:focus,
.btn-skype.focus {
  color: #ffffff !important;
}

/* line 46200, app/assets/stylesheets/theme/css/style.scss */
.btn-skype.disabled,
.btn-skype:disabled {
  opacity: 0.5;
}

/* line 46204, app/assets/stylesheets/theme/css/style.scss */
.btn-skype:active,
.btn-skype.active {
  background-color: #008abd;
  border-color: #008abd;
}

/* line 46209, app/assets/stylesheets/theme/css/style.scss */
.btn-skype.btn-outline {
  background-color: transparent;
  border-color: #00aff0;
  color: #00aff0;
}

/* line 46214, app/assets/stylesheets/theme/css/style.scss */
.btn-skype.btn-outline:hover,
.btn-skype.btn-outline:active,
.btn-skype.btn-outline.active {
  background-color: #008abd;
  border-color: #008abd;
  color: #ffffff;
}

/* line 46222, app/assets/stylesheets/theme/css/style.scss */
.show > .btn-skype.dropdown-toggle,
.show > .btn-outline.btn-skype.dropdown-toggle {
  background-color: #008abd;
  border-color: #008abd;
  color: #ffffff;
}

/* line 46229, app/assets/stylesheets/theme/css/style.scss */
.btn-instagram {
  background-color: #e1306c;
  border-color: #e1306c;
  color: #ffffff;
}

/* line 46234, app/assets/stylesheets/theme/css/style.scss */
.btn-instagram:hover,
.btn-instagram:active,
.btn-instagram.active {
  background-color: #c21c54;
  border-color: #c21c54;
  color: #ffffff !important;
}

/* line 46241, app/assets/stylesheets/theme/css/style.scss */
.btn-instagram:focus,
.btn-instagram.focus {
  color: #ffffff !important;
}

/* line 46245, app/assets/stylesheets/theme/css/style.scss */
.btn-instagram.disabled,
.btn-instagram:disabled {
  opacity: 0.5;
}

/* line 46249, app/assets/stylesheets/theme/css/style.scss */
.btn-instagram:active,
.btn-instagram.active {
  background-color: #c21c54;
  border-color: #c21c54;
}

/* line 46254, app/assets/stylesheets/theme/css/style.scss */
.btn-instagram.btn-outline {
  background-color: transparent;
  border-color: #e1306c;
  color: #e1306c;
}

/* line 46259, app/assets/stylesheets/theme/css/style.scss */
.btn-instagram.btn-outline:hover,
.btn-instagram.btn-outline:active,
.btn-instagram.btn-outline.active {
  background-color: #c21c54;
  border-color: #c21c54;
  color: #ffffff;
}

/* line 46267, app/assets/stylesheets/theme/css/style.scss */
.show > .btn-instagram.dropdown-toggle,
.show > .btn-outline.btn-instagram.dropdown-toggle {
  background-color: #c21c54;
  border-color: #c21c54;
  color: #ffffff;
}

/* line 46274, app/assets/stylesheets/theme/css/style.scss */
.btn-lastfm {
  background-color: #d51007;
  border-color: #d51007;
  color: #ffffff;
}

/* line 46279, app/assets/stylesheets/theme/css/style.scss */
.btn-lastfm:hover,
.btn-lastfm:active,
.btn-lastfm.active {
  background-color: #a40c05;
  border-color: #a40c05;
  color: #ffffff !important;
}

/* line 46286, app/assets/stylesheets/theme/css/style.scss */
.btn-lastfm:focus,
.btn-lastfm.focus {
  color: #ffffff !important;
}

/* line 46290, app/assets/stylesheets/theme/css/style.scss */
.btn-lastfm.disabled,
.btn-lastfm:disabled {
  opacity: 0.5;
}

/* line 46294, app/assets/stylesheets/theme/css/style.scss */
.btn-lastfm:active,
.btn-lastfm.active {
  background-color: #a40c05;
  border-color: #a40c05;
}

/* line 46299, app/assets/stylesheets/theme/css/style.scss */
.btn-lastfm.btn-outline {
  background-color: transparent;
  border-color: #d51007;
  color: #d51007;
}

/* line 46304, app/assets/stylesheets/theme/css/style.scss */
.btn-lastfm.btn-outline:hover,
.btn-lastfm.btn-outline:active,
.btn-lastfm.btn-outline.active {
  background-color: #a40c05;
  border-color: #a40c05;
  color: #ffffff;
}

/* line 46312, app/assets/stylesheets/theme/css/style.scss */
.show > .btn-lastfm.dropdown-toggle,
.show > .btn-outline.btn-lastfm.dropdown-toggle {
  background-color: #a40c05;
  border-color: #a40c05;
  color: #ffffff;
}

/* line 46319, app/assets/stylesheets/theme/css/style.scss */
.btn-behance {
  background-color: #1769ff;
  border-color: #1769ff;
  color: #ffffff;
}

/* line 46324, app/assets/stylesheets/theme/css/style.scss */
.btn-behance:hover,
.btn-behance:active,
.btn-behance.active {
  background-color: #0050e3;
  border-color: #0050e3;
  color: #ffffff !important;
}

/* line 46331, app/assets/stylesheets/theme/css/style.scss */
.btn-behance:focus,
.btn-behance.focus {
  color: #ffffff !important;
}

/* line 46335, app/assets/stylesheets/theme/css/style.scss */
.btn-behance.disabled,
.btn-behance:disabled {
  opacity: 0.5;
}

/* line 46339, app/assets/stylesheets/theme/css/style.scss */
.btn-behance:active,
.btn-behance.active {
  background-color: #0050e3;
  border-color: #0050e3;
}

/* line 46344, app/assets/stylesheets/theme/css/style.scss */
.btn-behance.btn-outline {
  background-color: transparent;
  border-color: #1769ff;
  color: #1769ff;
}

/* line 46349, app/assets/stylesheets/theme/css/style.scss */
.btn-behance.btn-outline:hover,
.btn-behance.btn-outline:active,
.btn-behance.btn-outline.active {
  background-color: #0050e3;
  border-color: #0050e3;
  color: #ffffff;
}

/* line 46357, app/assets/stylesheets/theme/css/style.scss */
.show > .btn-behance.dropdown-toggle,
.show > .btn-outline.btn-behance.dropdown-toggle {
  background-color: #0050e3;
  border-color: #0050e3;
  color: #ffffff;
}

/* line 46364, app/assets/stylesheets/theme/css/style.scss */
.btn-rss {
  background-color: #f26522;
  border-color: #f26522;
  color: #ffffff;
}

/* line 46369, app/assets/stylesheets/theme/css/style.scss */
.btn-rss:hover,
.btn-rss:active,
.btn-rss.active {
  background-color: #d54d0d;
  border-color: #d54d0d;
  color: #ffffff !important;
}

/* line 46376, app/assets/stylesheets/theme/css/style.scss */
.btn-rss:focus,
.btn-rss.focus {
  color: #ffffff !important;
}

/* line 46380, app/assets/stylesheets/theme/css/style.scss */
.btn-rss.disabled,
.btn-rss:disabled {
  opacity: 0.5;
}

/* line 46384, app/assets/stylesheets/theme/css/style.scss */
.btn-rss:active,
.btn-rss.active {
  background-color: #d54d0d;
  border-color: #d54d0d;
}

/* line 46389, app/assets/stylesheets/theme/css/style.scss */
.btn-rss.btn-outline {
  background-color: transparent;
  border-color: #f26522;
  color: #f26522;
}

/* line 46394, app/assets/stylesheets/theme/css/style.scss */
.btn-rss.btn-outline:hover,
.btn-rss.btn-outline:active,
.btn-rss.btn-outline.active {
  background-color: #d54d0d;
  border-color: #d54d0d;
  color: #ffffff;
}

/* line 46402, app/assets/stylesheets/theme/css/style.scss */
.show > .btn-rss.dropdown-toggle,
.show > .btn-outline.btn-rss.dropdown-toggle {
  background-color: #d54d0d;
  border-color: #d54d0d;
  color: #ffffff;
}

/* line 46409, app/assets/stylesheets/theme/css/style.scss */
.btn-bitbucket {
  background-color: #205081;
  border-color: #205081;
  color: #ffffff;
}

/* line 46414, app/assets/stylesheets/theme/css/style.scss */
.btn-bitbucket:hover,
.btn-bitbucket:active,
.btn-bitbucket.active {
  background-color: #163758;
  border-color: #163758;
  color: #ffffff !important;
}

/* line 46421, app/assets/stylesheets/theme/css/style.scss */
.btn-bitbucket:focus,
.btn-bitbucket.focus {
  color: #ffffff !important;
}

/* line 46425, app/assets/stylesheets/theme/css/style.scss */
.btn-bitbucket.disabled,
.btn-bitbucket:disabled {
  opacity: 0.5;
}

/* line 46429, app/assets/stylesheets/theme/css/style.scss */
.btn-bitbucket:active,
.btn-bitbucket.active {
  background-color: #163758;
  border-color: #163758;
}

/* line 46434, app/assets/stylesheets/theme/css/style.scss */
.btn-bitbucket.btn-outline {
  background-color: transparent;
  border-color: #205081;
  color: #205081;
}

/* line 46439, app/assets/stylesheets/theme/css/style.scss */
.btn-bitbucket.btn-outline:hover,
.btn-bitbucket.btn-outline:active,
.btn-bitbucket.btn-outline.active {
  background-color: #163758;
  border-color: #163758;
  color: #ffffff;
}

/* line 46447, app/assets/stylesheets/theme/css/style.scss */
.show > .btn-bitbucket.dropdown-toggle,
.show > .btn-outline.btn-bitbucket.dropdown-toggle {
  background-color: #163758;
  border-color: #163758;
  color: #ffffff;
}

/* line 46454, app/assets/stylesheets/theme/css/style.scss */
.btn-dropbox {
  background-color: #007ee5;
  border-color: #007ee5;
  color: #ffffff;
}

/* line 46459, app/assets/stylesheets/theme/css/style.scss */
.btn-dropbox:hover,
.btn-dropbox:active,
.btn-dropbox.active {
  background-color: #0062b2;
  border-color: #0062b2;
  color: #ffffff !important;
}

/* line 46466, app/assets/stylesheets/theme/css/style.scss */
.btn-dropbox:focus,
.btn-dropbox.focus {
  color: #ffffff !important;
}

/* line 46470, app/assets/stylesheets/theme/css/style.scss */
.btn-dropbox.disabled,
.btn-dropbox:disabled {
  opacity: 0.5;
}

/* line 46474, app/assets/stylesheets/theme/css/style.scss */
.btn-dropbox:active,
.btn-dropbox.active {
  background-color: #0062b2;
  border-color: #0062b2;
}

/* line 46479, app/assets/stylesheets/theme/css/style.scss */
.btn-dropbox.btn-outline {
  background-color: transparent;
  border-color: #007ee5;
  color: #007ee5;
}

/* line 46484, app/assets/stylesheets/theme/css/style.scss */
.btn-dropbox.btn-outline:hover,
.btn-dropbox.btn-outline:active,
.btn-dropbox.btn-outline.active {
  background-color: #0062b2;
  border-color: #0062b2;
  color: #ffffff;
}

/* line 46492, app/assets/stylesheets/theme/css/style.scss */
.show > .btn-dropbox.dropdown-toggle,
.show > .btn-outline.btn-dropbox.dropdown-toggle {
  background-color: #0062b2;
  border-color: #0062b2;
  color: #ffffff;
}

/* line 46499, app/assets/stylesheets/theme/css/style.scss */
.btn-foursquare {
  background-color: #2d5be3;
  border-color: #2d5be3;
  color: #ffffff;
}

/* line 46504, app/assets/stylesheets/theme/css/style.scss */
.btn-foursquare:hover,
.btn-foursquare:active,
.btn-foursquare.active {
  background-color: #1a45c3;
  border-color: #1a45c3;
  color: #ffffff !important;
}

/* line 46511, app/assets/stylesheets/theme/css/style.scss */
.btn-foursquare:focus,
.btn-foursquare.focus {
  color: #ffffff !important;
}

/* line 46515, app/assets/stylesheets/theme/css/style.scss */
.btn-foursquare.disabled,
.btn-foursquare:disabled {
  opacity: 0.5;
}

/* line 46519, app/assets/stylesheets/theme/css/style.scss */
.btn-foursquare:active,
.btn-foursquare.active {
  background-color: #1a45c3;
  border-color: #1a45c3;
}

/* line 46524, app/assets/stylesheets/theme/css/style.scss */
.btn-foursquare.btn-outline {
  background-color: transparent;
  border-color: #2d5be3;
  color: #2d5be3;
}

/* line 46529, app/assets/stylesheets/theme/css/style.scss */
.btn-foursquare.btn-outline:hover,
.btn-foursquare.btn-outline:active,
.btn-foursquare.btn-outline.active {
  background-color: #1a45c3;
  border-color: #1a45c3;
  color: #ffffff;
}

/* line 46537, app/assets/stylesheets/theme/css/style.scss */
.show > .btn-foursquare.dropdown-toggle,
.show > .btn-outline.btn-foursquare.dropdown-toggle {
  background-color: #1a45c3;
  border-color: #1a45c3;
  color: #ffffff;
}

/* line 46544, app/assets/stylesheets/theme/css/style.scss */
.btn-github {
  background-color: #4078c0;
  border-color: #4078c0;
  color: #ffffff;
}

/* line 46549, app/assets/stylesheets/theme/css/style.scss */
.btn-github:hover,
.btn-github:active,
.btn-github.active {
  background-color: #33609a;
  border-color: #33609a;
  color: #ffffff !important;
}

/* line 46556, app/assets/stylesheets/theme/css/style.scss */
.btn-github:focus,
.btn-github.focus {
  color: #ffffff !important;
}

/* line 46560, app/assets/stylesheets/theme/css/style.scss */
.btn-github.disabled,
.btn-github:disabled {
  opacity: 0.5;
}

/* line 46564, app/assets/stylesheets/theme/css/style.scss */
.btn-github:active,
.btn-github.active {
  background-color: #33609a;
  border-color: #33609a;
}

/* line 46569, app/assets/stylesheets/theme/css/style.scss */
.btn-github.btn-outline {
  background-color: transparent;
  border-color: #4078c0;
  color: #4078c0;
}

/* line 46574, app/assets/stylesheets/theme/css/style.scss */
.btn-github.btn-outline:hover,
.btn-github.btn-outline:active,
.btn-github.btn-outline.active {
  background-color: #33609a;
  border-color: #33609a;
  color: #ffffff;
}

/* line 46582, app/assets/stylesheets/theme/css/style.scss */
.show > .btn-github.dropdown-toggle,
.show > .btn-outline.btn-github.dropdown-toggle {
  background-color: #33609a;
  border-color: #33609a;
  color: #ffffff;
}

/* line 46589, app/assets/stylesheets/theme/css/style.scss */
.btn-vk {
  background-color: #45668e;
  border-color: #45668e;
  color: #ffffff;
}

/* line 46594, app/assets/stylesheets/theme/css/style.scss */
.btn-vk:hover,
.btn-vk:active,
.btn-vk.active {
  background-color: #344d6c;
  border-color: #344d6c;
  color: #ffffff !important;
}

/* line 46601, app/assets/stylesheets/theme/css/style.scss */
.btn-vk:focus,
.btn-vk.focus {
  color: #ffffff !important;
}

/* line 46605, app/assets/stylesheets/theme/css/style.scss */
.btn-vk.disabled,
.btn-vk:disabled {
  opacity: 0.5;
}

/* line 46609, app/assets/stylesheets/theme/css/style.scss */
.btn-vk:active,
.btn-vk.active {
  background-color: #344d6c;
  border-color: #344d6c;
}

/* line 46614, app/assets/stylesheets/theme/css/style.scss */
.btn-vk.btn-outline {
  background-color: transparent;
  border-color: #45668e;
  color: #45668e;
}

/* line 46619, app/assets/stylesheets/theme/css/style.scss */
.btn-vk.btn-outline:hover,
.btn-vk.btn-outline:active,
.btn-vk.btn-outline.active {
  background-color: #344d6c;
  border-color: #344d6c;
  color: #ffffff;
}

/* line 46627, app/assets/stylesheets/theme/css/style.scss */
.show > .btn-vk.dropdown-toggle,
.show > .btn-outline.btn-vk.dropdown-toggle {
  background-color: #344d6c;
  border-color: #344d6c;
  color: #ffffff;
}

/* line 46634, app/assets/stylesheets/theme/css/style.scss */
.btn-outline.btn-white {
  color: #ffffff !important;
  background-color: transparent;
  border-color: #ffffff;
}

/* line 46639, app/assets/stylesheets/theme/css/style.scss */
.btn-outline.btn-white:hover {
  color: #172b4c !important;
  background-color: #ffffff;
  border-color: #ffffff;
}

/* line 46645, app/assets/stylesheets/theme/css/style.scss */
.btn-label {
  position: relative;
  padding-left: 52px;
  overflow: hidden;
}

/* line 46650, app/assets/stylesheets/theme/css/style.scss */
.btn-label label {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 36px;
  line-height: inherit;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  margin-bottom: 0;
}

/* line 46663, app/assets/stylesheets/theme/css/style.scss */
.btn-label .btn-xs {
  padding-left: 32px;
}

/* line 46666, app/assets/stylesheets/theme/css/style.scss */
.btn-label .btn-xs label {
  width: 24px;
}

/* line 46669, app/assets/stylesheets/theme/css/style.scss */
.btn-label .btn-sm {
  padding-left: 41px;
}

/* line 46672, app/assets/stylesheets/theme/css/style.scss */
.btn-label .btn-sm label {
  width: 29px;
}

/* line 46675, app/assets/stylesheets/theme/css/style.scss */
.btn-label .btn-lg {
  padding-left: 64px;
}

/* line 46678, app/assets/stylesheets/theme/css/style.scss */
.btn-label .btn-lg label {
  width: 48px;
}

/* line 46682, app/assets/stylesheets/theme/css/style.scss */
.btn-flat {
  position: relative;
  font-size: 1rem;
  background-color: #f3f6f9;
  border: none;
  letter-spacing: 1px;
  border-radius: 0;
}

/* line 46690, app/assets/stylesheets/theme/css/style.scss */
.btn-flat:hover {
  background-color: #6b90b5;
}

/* line 46693, app/assets/stylesheets/theme/css/style.scss */
.btn-flat svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 46700, app/assets/stylesheets/theme/css/style.scss */
.btn-flat circle {
  fill: rgba(255, 255, 255, 0.3);
}

/*---social media background---*/
/* line 46705, app/assets/stylesheets/theme/css/style.scss */
.bg-bitbucket {
  background-color: #205081;
}

/* line 46709, app/assets/stylesheets/theme/css/style.scss */
.bg-dropbox {
  background-color: #007ee5;
}

/* line 46713, app/assets/stylesheets/theme/css/style.scss */
.bg-facebook {
  background-color: #3b5998;
}

/* line 46717, app/assets/stylesheets/theme/css/style.scss */
.bg-flickr {
  background-color: #ff0084;
}

/* line 46721, app/assets/stylesheets/theme/css/style.scss */
.bg-foursquare {
  background-color: #2d5be3;
}

/* line 46725, app/assets/stylesheets/theme/css/style.scss */
.bg-github {
  background-color: #4078c0;
}

/* line 46729, app/assets/stylesheets/theme/css/style.scss */
.bg-google {
  background-color: #dd4b39;
}

/* line 46733, app/assets/stylesheets/theme/css/style.scss */
.bg-instagram {
  background-color: #e1306c;
}

/* line 46737, app/assets/stylesheets/theme/css/style.scss */
.bg-linkedin {
  background-color: #0077b5;
}

/* line 46741, app/assets/stylesheets/theme/css/style.scss */
.bg-tumblr {
  background-color: #35465c;
}

/* line 46745, app/assets/stylesheets/theme/css/style.scss */
.bg-twitter {
  background-color: #1da1f2;
}

/* line 46749, app/assets/stylesheets/theme/css/style.scss */
.bg-vk {
  background-color: #45668e;
}

/*callout*/
/* line 46754, app/assets/stylesheets/theme/css/style.scss */
.callout {
  margin: 0 0 20px;
  padding: 15px 30px 15px 15px;
  border-radius: 5px;
}

/* line 46759, app/assets/stylesheets/theme/css/style.scss */
.callout a {
  color: #ffffff;
  text-decoration: underline;
}

/* line 46763, app/assets/stylesheets/theme/css/style.scss */
.callout a:hover {
  color: #172b4c;
}

/* line 46766, app/assets/stylesheets/theme/css/style.scss */
.callout h4 {
  margin-top: 0;
}

/* line 46769, app/assets/stylesheets/theme/css/style.scss */
.callout p:last-child {
  margin-bottom: 0;
}

/* line 46772, app/assets/stylesheets/theme/css/style.scss */
.callout .callout-secondary {
  border-color: #4d7bc9;
  background-color: #4d7bc9;
}

/* line 46776, app/assets/stylesheets/theme/css/style.scss */
.callout .highlight,
.callout code {
  background-color: #ffffff;
}

/*alert*/
/* line 46782, app/assets/stylesheets/theme/css/style.scss */
.alert {
  border-radius: 5px;
}

/* line 46785, app/assets/stylesheets/theme/css/style.scss */
.alert .icon {
  margin-right: 10px;
}

/* line 46788, app/assets/stylesheets/theme/css/style.scss */
.alert .close {
  color: #172b4c;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

/* line 46793, app/assets/stylesheets/theme/css/style.scss */
.alert .close:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/* line 46797, app/assets/stylesheets/theme/css/style.scss */
.alert a {
  color: #ffffff;
  text-decoration: underline;
}

/*tab*/
/* line 46803, app/assets/stylesheets/theme/css/style.scss */
.nav .nav-link {
  padding: 0.3rem 1rem;
}

/* line 46807, app/assets/stylesheets/theme/css/style.scss */
.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus,
.nav > li > a.active {
  color: #ffffff !important;
  background: #8950fc;
}

/* line 46815, app/assets/stylesheets/theme/css/style.scss */
.nav-pills > li > a {
  border-radius: 0;
  border-bottom: 2px solid transparent;
  color: #172b4c;
}

/* line 46820, app/assets/stylesheets/theme/css/style.scss */
.nav-pills > li > a > i {
  margin-right: 5px;
}

/* line 46823, app/assets/stylesheets/theme/css/style.scss */
.nav-pills.rounded > li > a {
  border-radius: 5px;
}

/* line 46827, app/assets/stylesheets/theme/css/style.scss */
.flex-column > li > a {
  border-radius: 0 !important;
  border-top: 0;
  border-left: 3px solid transparent;
  color: #172b4c;
}

/* line 46833, app/assets/stylesheets/theme/css/style.scss */
.flex-column > li > a .nav-link.active {
  background: 0 0;
  color: #ffffff;
  border-top: 0;
}

/* line 46838, app/assets/stylesheets/theme/css/style.scss */
.flex-column > li > a .nav-link.active:hover {
  background: 0 0;
  color: #ffffff;
  border-top: 0;
}

/* line 46843, app/assets/stylesheets/theme/css/style.scss */
.flex-column > li .header {
  border-bottom: 1px solid #d9d9d9;
  color: #737373;
  margin-bottom: 10px;
  padding: 5px 10px;
}

/* line 46850, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs-custom {
  margin-bottom: 20px;
  background: #ffffff;
  border: 1px solid rgba(72, 94, 144, 0.16);
  border-radius: 5px;
}

/* line 46856, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs-custom > .nav-tabs {
  margin: 0;
  border-bottom-color: #f3f6f9;
  border-radius: 0;
}

/* line 46861, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs-custom > .nav-tabs > li {
  margin-bottom: -2px;
  margin-right: 5px;
}

/* line 46865, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs-custom > .nav-tabs > li.icon-btn {
  display: block;
  position: absolute;
  right: 15px;
  border: none;
  top: -2px;
}

/* line 46872, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs-custom > .nav-tabs > li.disabled > a {
  color: #737373;
}

/* line 46875, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs-custom > .nav-tabs > li > a {
  color: #172b4c;
  border-radius: 0;
  position: relative;
  display: block;
  padding: 10px 15px;
  background: 0 0;
  margin: 0;
  border-top: 3px solid transparent;
}

/* line 46885, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs-custom > .nav-tabs > li > a.text-muted {
  color: #737373;
}

/* line 46888, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs-custom > .nav-tabs > li > a:hover {
  background: 0 0;
  margin: 0;
}

/* line 46892, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs-custom > .nav-tabs > li > a.active {
  background-color: #ffffff;
  color: #172b4c;
  border-left: 1px solid #f3f6f9;
  border-right: 1px solid #f3f6f9;
}

/* line 46898, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs-custom > .nav-tabs > li > a.active:hover {
  background-color: #ffffff;
  color: #172b4c;
}

/* line 46902, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs-custom > .nav-tabs > li:first-of-type {
  margin-left: 0;
}

/* line 46905, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs-custom > .nav-tabs > li:first-of-type > a.active {
  border-left-color: transparent;
}

/* line 46908, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs-custom > .nav-tabs > li.header {
  line-height: 30px;
  padding: 5px 10px;
  font-size: 16px;
  color: #172b4c;
}

/* line 46914, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs-custom > .nav-tabs > li.header > i {
  margin-right: 5px;
}

/* line 46917, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs-custom > .nav-tabs.float-right {
  float: none !important;
  display: block;
}

/* line 46921, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs-custom > .nav-tabs.float-right li {
  float: right;
}

/* line 46924, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs-custom > .nav-tabs.float-right li:first-of-type {
  margin-right: 0;
}

/* line 46927, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs-custom > .nav-tabs.float-right li:first-of-type > a {
  border-left-width: 1px;
}

/* line 46930, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs-custom > .nav-tabs.float-right li:first-of-type > a.active {
  border-left-color: #f3f6f9;
  border-right-color: transparent;
}

/* line 46934, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs-custom > .tab-content {
  background: #ffffff;
  padding: 1.25rem;
  border-radius: 0;
}

/* line 46939, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs-custom .dropdown.show > a:active,
.nav-tabs-custom .dropdown.show > a.active,
.nav-tabs-custom .dropdown.show > a:focus {
  background: 0 0;
  color: #737373;
}

/* line 46945, app/assets/stylesheets/theme/css/style.scss */
.nav-tabs-custom.tab-default > .nav-tabs > li a.active {
  border-top-color: #d9d9d9;
}

/* line 46949, app/assets/stylesheets/theme/css/style.scss */
.profile-tab li a.nav-link.active {
  color: #ffffff;
}

/* line 46953, app/assets/stylesheets/theme/css/style.scss */
.box-profile.nav-tabs-custom {
  margin-bottom: 20px;
  background: transparent;
  box-shadow: none;
  border-radius: 3px;
}

/* line 46959, app/assets/stylesheets/theme/css/style.scss */
.box-profile.nav-tabs-custom > .tab-content {
  padding: 1.25rem 0rem;
  border-radius: 0;
  background: transparent;
}

/* line 46964, app/assets/stylesheets/theme/css/style.scss */
.box-profile.nav-tabs-custom > .nav-tabs {
  margin: 0;
  border-bottom: none;
  border-radius: 5px;
  background-color: #ffffff;
  overflow: hidden;
}

/* line 46971, app/assets/stylesheets/theme/css/style.scss */
.box-profile.nav-tabs-custom > .nav-tabs > li {
  margin-bottom: 0px;
  margin-right: 5px;
}

/* line 46975, app/assets/stylesheets/theme/css/style.scss */
.box-profile.nav-tabs-custom > .nav-tabs > li > a {
  color: #172b4c;
}

/* line 46978, app/assets/stylesheets/theme/css/style.scss */
.box-profile.nav-tabs-custom > .nav-tabs > li > a.active {
  color: #455a64;
}

/* line 46981, app/assets/stylesheets/theme/css/style.scss */
.box-profile.nav-tabs-custom > .nav-tabs > li > a.active:hover {
  color: #455a64;
}

/*pagination*/
/* line 46986, app/assets/stylesheets/theme/css/style.scss */
.pagination {
  margin-bottom: 2rem;
}

/* line 46989, app/assets/stylesheets/theme/css/style.scss */
.pagination > li > a {
  background-color: #ffffff;
  color: #172b4c;
  border-color: #ffffff;
}

/* line 46994, app/assets/stylesheets/theme/css/style.scss */
.pagination.pagination-flat > li > a {
  border-radius: 0;
}

/* line 46997, app/assets/stylesheets/theme/css/style.scss */
.pagination li a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  min-width: 50px;
  margin: 0 3px;
  text-decoration: none;
  cursor: pointer;
  color: #737373;
  border: 1px solid #e4e6ef;
  border-radius: 2px;
  text-align: center;
}

/* line 47010, app/assets/stylesheets/theme/css/style.scss */
.pagination li a.current {
  color: #ffffff !important;
}

/* line 47013, app/assets/stylesheets/theme/css/style.scss */
.pagination li a.current:hover {
  color: #ffffff !important;
}

/* line 47016, app/assets/stylesheets/theme/css/style.scss */
.pagination li a:hover {
  color: #ffffff !important;
}

/* line 47019, app/assets/stylesheets/theme/css/style.scss */
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #737373;
  background-color: #ffffff;
  border-color: #ffffff;
  cursor: not-allowed;
}

/* line 47031, app/assets/stylesheets/theme/css/style.scss */
.datepaginator .pagination li a,
.datepaginator-lg .pagination li a,
.datepaginator-sm .pagination li a {
  min-width: 100%;
}

/*select2*/
/* line 47038, app/assets/stylesheets/theme/css/style.scss */
.ser-slt .select2-container--default .select2-selection--single {
  border: 0;
  border-radius: 0;
}

/* line 47043, app/assets/stylesheets/theme/css/style.scss */
.select2-container--default.select2-container--focus {
  outline: 0;
}

/* line 47046, app/assets/stylesheets/theme/css/style.scss */
.select2-container--default.select2-container--focus
.select2-selection--multiple {
  border-color: #d9d9d9;
}

/* line 47050, app/assets/stylesheets/theme/css/style.scss */
.select2-container--default:active,
.select2-container--default.active,
.select2-container--default:focus {
  outline: 0;
}

/* line 47055, app/assets/stylesheets/theme/css/style.scss */
.select2-container--default .select2-selection--single {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 6px 12px;
  height: 34px;
}

/* line 47061, app/assets/stylesheets/theme/css/style.scss */
.select2-container--default
.select2-selection--single
.select2-selection__arrow {
  height: 28px;
  right: 3px;
}

/* line 47067, app/assets/stylesheets/theme/css/style.scss */
.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
  margin-top: 0;
}

/* line 47073, app/assets/stylesheets/theme/css/style.scss */
.select2-container--default
.select2-results__option--highlighted[aria-selected] {
  color: #ffffff;
}

/* line 47077, app/assets/stylesheets/theme/css/style.scss */
.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #737373;
}

/* line 47080, app/assets/stylesheets/theme/css/style.scss */
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #d9d9d9;
  color: #172b4c;
}

/* line 47084, app/assets/stylesheets/theme/css/style.scss */
.select2-container--default
.select2-results__option[aria-selected="true"]:hover {
  color: #172b4c;
}

/* line 47088, app/assets/stylesheets/theme/css/style.scss */
.select2-container--default .select2-selection--multiple {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}

/* line 47092, app/assets/stylesheets/theme/css/style.scss */
.select2-container--default
.select2-selection--multiple
.select2-selection__choice {
  padding: 1px 10px;
  color: #ffffff;
}

/* line 47098, app/assets/stylesheets/theme/css/style.scss */
.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.7);
}

/* line 47104, app/assets/stylesheets/theme/css/style.scss */
.select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove:hover {
  color: #ffffff;
}

/* line 47110, app/assets/stylesheets/theme/css/style.scss */
.select2-selection.select2-container--focus {
  outline: 0;
}

/* line 47113, app/assets/stylesheets/theme/css/style.scss */
.select2-selection:active,
.select2-selection.active,
.select2-selection:focus {
  outline: 0;
}

/* line 47118, app/assets/stylesheets/theme/css/style.scss */
.select2-selection .select2-selection--single {
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding: 6px 12px;
  height: 34px;
}

/* line 47125, app/assets/stylesheets/theme/css/style.scss */
.select2-dropdown {
  border: 1px solid #d9d9d9;
  border-radius: 0;
}

/* line 47129, app/assets/stylesheets/theme/css/style.scss */
.select2-dropdown .select2-search__field {
  border: 1px solid #d9d9d9;
}

/* line 47132, app/assets/stylesheets/theme/css/style.scss */
.select2-dropdown .select2-search__field:focus {
  outline: 0;
}

/* line 47136, app/assets/stylesheets/theme/css/style.scss */
.select2-results__option {
  padding: 6px 12px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 47142, app/assets/stylesheets/theme/css/style.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  height: auto;
  margin-top: -4px;
  padding-right: 10px;
}

/* line 47148, app/assets/stylesheets/theme/css/style.scss */
.select2-container[dir="rtl"]
.select2-selection--single
.select2-selection__rendered {
  padding-right: 6px;
  padding-left: 20px;
}

/* line 47155, app/assets/stylesheets/theme/css/style.scss */
.select2-search--inline .select2-search__field {
  border: 1px solid #d9d9d9;
}

/* line 47158, app/assets/stylesheets/theme/css/style.scss */
.select2-search--inline .select2-search__field:focus {
  outline: 0;
}

/* line 47162, app/assets/stylesheets/theme/css/style.scss */
.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
  background: rgba(0, 0, 0, 0.15) !important;
}

/* line 47169, app/assets/stylesheets/theme/css/style.scss */
.box .datepicker-inline .datepicker-days td:hover,
.box .datepicker-inline .datepicker-days > table td:hover,
.box .datepicker-inline td:hover,
.box .datepicker-inline > table td:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 47175, app/assets/stylesheets/theme/css/style.scss */
.box .datepicker-inline .datepicker-days td.day.new,
.box .datepicker-inline .datepicker-days td.day.old,
.box .datepicker-inline .datepicker-days > table td.day.new,
.box .datepicker-inline .datepicker-days > table td.day.old,
.box .datepicker-inline td.day.new,
.box .datepicker-inline td.day.old,
.box .datepicker-inline > table td.day.new,
.box .datepicker-inline > table td.day.old {
  color: #172b4c;
}

/* line 47186, app/assets/stylesheets/theme/css/style.scss */
.calculator .displayBox {
  background: #ffffff;
  overflow: hidden;
  font-size: 4.286rem;
  text-align: right;
  padding: 0px 20px;
}

/* line 47193, app/assets/stylesheets/theme/css/style.scss */
.calculator .numberPad {
  background-color: #8950fc;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 47202, app/assets/stylesheets/theme/css/style.scss */
.calculator .numberPad .left-count {
  flex: 3;
}

/* line 47205, app/assets/stylesheets/theme/css/style.scss */
.calculator .numberPad .left-count .btn {
  color: #ffffff;
  padding: 15px 10px;
}

/* line 47209, app/assets/stylesheets/theme/css/style.scss */
.calculator .numberPad .left-count .btn:hover {
  box-shadow: none;
}

/* line 47212, app/assets/stylesheets/theme/css/style.scss */
.calculator .numberPad .operationSide.right-count {
  flex: 1;
}

/* line 47215, app/assets/stylesheets/theme/css/style.scss */
.calculator .numberPad .operationSide .btn-operation {
  color: #ffffff;
  width: 100%;
  border-radius: 0;
  padding: 15px 10px;
}

/* line 47221, app/assets/stylesheets/theme/css/style.scss */
.calculator .numberPad .operationSide .btn-operation:hover {
  box-shadow: none;
}

/* line 47225, app/assets/stylesheets/theme/css/style.scss */
.lmg-bt {
  position: absolute !important;
  top: -30px;
  right: 30px;
}

/* line 47231, app/assets/stylesheets/theme/css/style.scss */
.bullet {
  display: inline-block;
  background-color: #f3f6f9;
  width: 10px;
  height: 2px;
  border-radius: 2rem;
}

/* line 47238, app/assets/stylesheets/theme/css/style.scss */
.bullet.bullet-bar {
  width: 4px;
  height: auto;
}

/* line 47243, app/assets/stylesheets/theme/css/style.scss */
.up-mar10 {
  margin-top: -10px;
  z-index: 10;
}

/* line 47248, app/assets/stylesheets/theme/css/style.scss */
.up-mar20 {
  margin-top: -20px;
  z-index: 10;
}

/* line 47253, app/assets/stylesheets/theme/css/style.scss */
.up-mar30 {
  margin-top: -30px;
  z-index: 10;
}

/* line 47258, app/assets/stylesheets/theme/css/style.scss */
.up-mar40 {
  margin-top: -40px;
  z-index: 10;
}

/* line 47263, app/assets/stylesheets/theme/css/style.scss */
.up-mar50 {
  margin-top: -50px;
  z-index: 10;
}

/* line 47268, app/assets/stylesheets/theme/css/style.scss */
.up-mar60 {
  margin-top: -60px;
  z-index: 10;
}

/* line 47273, app/assets/stylesheets/theme/css/style.scss */
.up-mar70 {
  margin-top: -70px;
  z-index: 10;
}

/* line 47278, app/assets/stylesheets/theme/css/style.scss */
.up-mar80 {
  margin-top: -80px;
  z-index: 10;
}

/* line 47283, app/assets/stylesheets/theme/css/style.scss */
.up-mar90 {
  margin-top: -90px;
  z-index: 10;
}

/* line 47288, app/assets/stylesheets/theme/css/style.scss */
.up-mar100 {
  margin-top: -100px;
  z-index: 10;
}

/* line 47293, app/assets/stylesheets/theme/css/style.scss */
.tooltip.show {
  opacity: 1;
}

/* line 47297, app/assets/stylesheets/theme/css/style.scss */
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

/* line 47304, app/assets/stylesheets/theme/css/style.scss */
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

/* line 47311, app/assets/stylesheets/theme/css/style.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 0.75rem 1rem;
  color: #3f4254;
  text-align: center;
  background-color: #ffffff;
  border-radius: 3px;
}

/* line 47320, app/assets/stylesheets/theme/css/style.scss */
.tooltip .tooltip-inner {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  background: #ffffff;
}

/* line 47326, app/assets/stylesheets/theme/css/style.scss */
.tooltip.tooltop-auto-width .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}

/* line 47331, app/assets/stylesheets/theme/css/style.scss */
.bs-tooltip-top,
.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

/* line 47336, app/assets/stylesheets/theme/css/style.scss */
.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[x-placement^="top"] .tooltip-arrow {
  bottom: 0;
}

/* line 47341, app/assets/stylesheets/theme/css/style.scss */
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[x-placement^="top"] .tooltip-arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #ffffff;
}

/* line 47348, app/assets/stylesheets/theme/css/style.scss */
.bs-tooltip-end,
.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

/* line 47353, app/assets/stylesheets/theme/css/style.scss */
.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[x-placement^="right"] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 47360, app/assets/stylesheets/theme/css/style.scss */
.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[x-placement^="right"] .tooltip-arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #ffffff;
}

/* line 47367, app/assets/stylesheets/theme/css/style.scss */
.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

/* line 47372, app/assets/stylesheets/theme/css/style.scss */
.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow {
  top: 0;
}

/* line 47377, app/assets/stylesheets/theme/css/style.scss */
.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .tooltip-arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #ffffff;
}

/* line 47384, app/assets/stylesheets/theme/css/style.scss */
.bs-tooltip-start,
.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

/* line 47389, app/assets/stylesheets/theme/css/style.scss */
.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[x-placement^="left"] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

/* line 47396, app/assets/stylesheets/theme/css/style.scss */
.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[x-placement^="left"] .tooltip-arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #ffffff;
}

/* Testimonials */
/* line 47404, app/assets/stylesheets/theme/css/style.scss */
.testimonial-bx {
  background-color: #ffffff;
  padding: 20px 20px 20px 70px;
  border-radius: 5px;
  margin-left: 30px;
  border: 1px solid #f3f6f9;
}

/* line 47411, app/assets/stylesheets/theme/css/style.scss */
.testimonial-bx .testimonial-content p {
  margin: 0;
}

/* line 47414, app/assets/stylesheets/theme/css/style.scss */
.testimonial-bx .testimonial-info {
  margin-bottom: 15px;
}

/* line 47417, app/assets/stylesheets/theme/css/style.scss */
.testimonial-bx .testimonial-info p {
  margin: 0;
}

/* line 47420, app/assets/stylesheets/theme/css/style.scss */
.testimonial-bx .testimonial-info h5 {
  font-weight: 500;
  margin-bottom: 0;
}

/* line 47424, app/assets/stylesheets/theme/css/style.scss */
.testimonial-bx .testimonial-info:after {
  content: "\f10e";
  position: absolute;
  font-family: fontawesome;
  font-size: 3.571rem;
  color: #e4e6ef;
  right: 30px;
  top: 10px;
  z-index: 9;
}

/* line 47434, app/assets/stylesheets/theme/css/style.scss */
.testimonial-bx .testimonial-thumb {
  width: 80px;
  border-radius: 50px;
  overflow: hidden;
  border: 3px solid #ffffff;
  box-shadow: 3px 6px 5px -1px rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  z-index: 9;
}

/* line 47444, app/assets/stylesheets/theme/css/style.scss */
.testimonial-bx p {
  line-height: 28px;
}

@media (max-width: 767px) {
  /* line 47449, app/assets/stylesheets/theme/css/style.scss */
  .testimonial-bx {
    padding: 20px 20px 20px 20px;
    margin-left: 0px;
  }
  /* line 47453, app/assets/stylesheets/theme/css/style.scss */
  .testimonial-bx .testimonial-thumb {
    position: relative;
    left: auto;
    margin: 0 auto;
  }
  /* line 47458, app/assets/stylesheets/theme/css/style.scss */
  .testimonial-bx .testimonial-info {
    text-align: center;
    margin-top: 20px;
  }
  /* line 47462, app/assets/stylesheets/theme/css/style.scss */
  .testimonial-bx .testimonial-content {
    text-align: center;
  }
}

/* line 47466, app/assets/stylesheets/theme/css/style.scss */
.owl-carousel.owl-theme .owl-nav {
  position: absolute;
  top: -80px;
  right: -5px;
}

/* line 47471, app/assets/stylesheets/theme/css/style.scss */
.owl-carousel.owl-theme .owl-nav .owl-prev,
.owl-carousel.owl-theme .owl-nav .owl-next {
  background-color: #6993ff;
  color: #ffffff;
}

/* line 47476, app/assets/stylesheets/theme/css/style.scss */
.owl-carousel.owl-theme .owl-nav .owl-prev,
.owl-carousel.owl-theme .owl-nav .owl-next {
  border-radius: 5px;
  height: 40px;
  line-height: 50px;
  margin: 0 5px !important;
  padding: 0;
  text-align: center;
  width: 40px;
}

/* line 47487, app/assets/stylesheets/theme/css/style.scss */
.card-courses-list-bx {
  margin-bottom: 20px;
}

/* Card Courses List */
/* line 47492, app/assets/stylesheets/theme/css/style.scss */
.card-courses-list {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

/* line 47498, app/assets/stylesheets/theme/css/style.scss */
.card-courses-list:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* line 47504, app/assets/stylesheets/theme/css/style.scss */
.card-courses-view {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  width: 100%;
}

/* line 47512, app/assets/stylesheets/theme/css/style.scss */
.card-courses-view .card-courses-user {
  display: flex;
  align-items: center;
}

/* line 47516, app/assets/stylesheets/theme/css/style.scss */
.card-courses-view .card-courses-user .card-courses-user-pic {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  margin-right: 10px;
}

/* line 47523, app/assets/stylesheets/theme/css/style.scss */
.card-courses-view > li {
  position: relative;
  padding-right: 20px;
}

/* line 47527, app/assets/stylesheets/theme/css/style.scss */
.card-courses-view > li:last-child {
  padding-right: 0;
}

/* line 47531, app/assets/stylesheets/theme/css/style.scss */
.card-courses-categories h4,
.card-courses-user-info h4 {
  font-size: 1rem;
  margin: 0;
  line-height: 22px;
  color: #172b4c;
  text-transform: uppercase;
}

/* line 47540, app/assets/stylesheets/theme/css/style.scss */
.card-courses-list-bx {
  margin-bottom: 20px;
}

/* line 47544, app/assets/stylesheets/theme/css/style.scss */
.card-courses-dec p {
  font-size: 14px;
  line-height: 22px;
}

/* line 47549, app/assets/stylesheets/theme/css/style.scss */
.cours-star {
  margin: 0;
  padding: 0;
}

/* line 47553, app/assets/stylesheets/theme/css/style.scss */
.cours-star li {
  display: inline-block;
  list-style: none;
  color: #d1d1d1;
  font-size: 13px;
}

/* line 47559, app/assets/stylesheets/theme/css/style.scss */
.cours-star li.active {
  color: #6993ff;
}

@media (max-width: 767px) {
  /* line 47564, app/assets/stylesheets/theme/css/style.scss */
  .card-courses-view {
    display: table;
  }
  /* line 47568, app/assets/stylesheets/theme/css/style.scss */
  .card-courses-review,
.card-courses-categories {
    width: 50%;
    display: inline-block;
    margin-top: 15px;
  }
  /* line 47575, app/assets/stylesheets/theme/css/style.scss */
  .card-courses-categories {
    float: right;
    text-align: right;
  }
}

/* line 47580, app/assets/stylesheets/theme/css/style.scss */
.owl-carousel.owl-theme.owl-btn-1 .owl-nav {
  position: initial;
  top: inherit;
}

/* line 47584, app/assets/stylesheets/theme/css/style.scss */
.owl-carousel.owl-theme.owl-btn-1 .owl-nav .owl-prev,
.owl-carousel.owl-theme.owl-btn-1 .owl-nav .owl-next {
  margin: 0 0px !important;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

/* line 47595, app/assets/stylesheets/theme/css/style.scss */
.owl-carousel.owl-theme.owl-btn-1 .owl-nav .owl-next {
  left: auto;
  right: 0;
}

/* line 47600, app/assets/stylesheets/theme/css/style.scss */
.owl-carousel.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #eff7ff;
  color: #6993ff;
}

/*---widget---*/
/* line 47606, app/assets/stylesheets/theme/css/style.scss */
.widget {
  margin-bottom: 40px;
  /*widget-testimonial*/
  /*Recent Posts*/
  /*tags*/
  /*widget-newsletter*/
  /*Recent Posts*/
}

/* line 47614, app/assets/stylesheets/theme/css/style.scss */
.widget.courses-search-bx .input-group {
  display: block;
  position: relative;
}

/* line 47618, app/assets/stylesheets/theme/css/style.scss */
.widget.courses-search-bx .input-group .form-control {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 0;
  border-width: 0 0 2px 0;
  border-color: #f3f6f9;
}

/* line 47625, app/assets/stylesheets/theme/css/style.scss */
.widget.courses-search-bx .input-group label {
  font-size: 1rem;
  font-weight: 400;
  color: #172b4c;
  position: absolute;
  top: 10px;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

/* line 47638, app/assets/stylesheets/theme/css/style.scss */
.widget.courses-search-bx .focused .input-group label {
  top: -14px;
  font-size: 0.7143rem;
  color: #6993ff;
  z-index: 2;
}

/* line 47644, app/assets/stylesheets/theme/css/style.scss */
.widget .testimonial-widget .testimonial-content {
  background: #f3f6f9;
  padding: 20px;
  font-style: italic;
  border-radius: 5px;
  position: relative;
}

/* line 47651, app/assets/stylesheets/theme/css/style.scss */
.widget .testimonial-widget .testimonial-content:before {
  position: absolute;
  content: "";
  bottom: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #f3f6f9 transparent transparent transparent;
}

/* line 47661, app/assets/stylesheets/theme/css/style.scss */
.widget .testimonial-widget .testimonial-info .testimonial-avtar {
  display: table-cell;
  padding-right: 20px;
}

/* line 47665, app/assets/stylesheets/theme/css/style.scss */
.widget .testimonial-widget .testimonial-info .testimonial-avtar img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

/* line 47670, app/assets/stylesheets/theme/css/style.scss */
.widget .testimonial-widget .testimonial-info .testimonial-name {
  display: table-cell;
  vertical-align: top;
}

/* line 47674, app/assets/stylesheets/theme/css/style.scss */
.widget .testimonial-widget .testimonial-info .testimonial-name span {
  display: block;
  font-style: italic;
  font-size: 1rem;
}

/* line 47679, app/assets/stylesheets/theme/css/style.scss */
.widget .testimonial-widget .testimonial-info:before {
  display: none;
}

/* line 47682, app/assets/stylesheets/theme/css/style.scss */
.widget .recent-post {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* line 47687, app/assets/stylesheets/theme/css/style.scss */
.widget .recent-post .recent-post-image {
  float: left;
  margin-right: 15px;
}

/* line 47691, app/assets/stylesheets/theme/css/style.scss */
.widget .recent-post .recent-post-image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

/* line 47696, app/assets/stylesheets/theme/css/style.scss */
.widget .recent-post .recent-post-info {
  overflow: hidden;
}

/* line 47699, app/assets/stylesheets/theme/css/style.scss */
.widget .recent-post .recent-post-info a {
  display: block;
  margin-bottom: 5px;
  color: #172b4c;
}

/* line 47704, app/assets/stylesheets/theme/css/style.scss */
.widget .recent-post .recent-post-info a:hover {
  color: #6993ff;
}

/* line 47707, app/assets/stylesheets/theme/css/style.scss */
.widget .recent-post .recent-post-info span {
  color: #6993ff;
  font-style: italic;
  font-size: 1rem;
}

/* line 47712, app/assets/stylesheets/theme/css/style.scss */
.widget .recent-post .recent-post-info span i {
  padding-right: 10px;
}

/* line 47715, app/assets/stylesheets/theme/css/style.scss */
.widget .recent-post:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 47720, app/assets/stylesheets/theme/css/style.scss */
.widget .widget-tags li {
  display: inline-block;
}

/* line 47723, app/assets/stylesheets/theme/css/style.scss */
.widget .widget-tags li a {
  background: #f3f6f9;
  color: #172b4c;
  border-radius: 5px;
  padding: 8px 16px;
  line-height: 40px;
  font-size: 0.8rem;
  margin-right: 2px;
}

/* line 47732, app/assets/stylesheets/theme/css/style.scss */
.widget .widget-tags li a:hover {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

/* line 47736, app/assets/stylesheets/theme/css/style.scss */
.widget .widget-newsletter {
  background: #f3f6f9;
  padding: 30px;
  position: relative;
  z-index: 9;
  overflow: hidden;
}

/* line 47743, app/assets/stylesheets/theme/css/style.scss */
.widget .widget-newsletter .newsletter-icon {
  position: absolute;
  right: 0;
  top: -16px;
}

/* line 47748, app/assets/stylesheets/theme/css/style.scss */
.widget .widget-newsletter .newsletter-icon i {
  font-size: 7.142rem;
  z-index: 0;
  color: rgba(0, 0, 0, 0.05);
}

/* line 47753, app/assets/stylesheets/theme/css/style.scss */
.widget .recent-post {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* line 47758, app/assets/stylesheets/theme/css/style.scss */
.widget .recent-post .recent-post-image {
  float: left;
  margin-right: 15px;
}

/* line 47762, app/assets/stylesheets/theme/css/style.scss */
.widget .recent-post .recent-post-image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

/* line 47767, app/assets/stylesheets/theme/css/style.scss */
.widget .recent-post .recent-post-info {
  overflow: hidden;
}

/* line 47770, app/assets/stylesheets/theme/css/style.scss */
.widget .recent-post .recent-post-info a {
  display: block;
  margin-bottom: 5px;
  color: #172b4c;
}

/* line 47775, app/assets/stylesheets/theme/css/style.scss */
.widget .recent-post .recent-post-info a:hover {
  color: #6993ff;
}

/* line 47778, app/assets/stylesheets/theme/css/style.scss */
.widget .recent-post .recent-post-info span {
  color: #6993ff;
  font-style: italic;
  font-size: 1rem;
}

/* line 47783, app/assets/stylesheets/theme/css/style.scss */
.widget .recent-post .recent-post-info span i {
  padding-right: 10px;
}

/* line 47786, app/assets/stylesheets/theme/css/style.scss */
.widget .recent-post:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

/*---- list-style start ----*/
/* line 47793, app/assets/stylesheets/theme/css/style.scss */
ul.list {
  padding: 0;
  margin: 0;
}

/* line 47797, app/assets/stylesheets/theme/css/style.scss */
ul.list li {
  margin: 5px 0;
  padding-left: 24px;
  position: relative;
  line-height: 28px;
}

/* line 47803, app/assets/stylesheets/theme/css/style.scss */
ul.list li:after {
  content: "";
  font-family: "themify";
  position: absolute;
  color: #6993ff;
  left: 0;
  top: 0;
}

/* line 47811, app/assets/stylesheets/theme/css/style.scss */
ul.list i {
  position: absolute;
  left: 0;
  top: 7px;
}

/* line 47816, app/assets/stylesheets/theme/css/style.scss */
ul.list-mark {
  padding: 0;
  margin: 0;
}

/* line 47820, app/assets/stylesheets/theme/css/style.scss */
ul.list-mark li {
  list-style-type: none;
  padding-left: 25px;
  position: relative;
}

/* line 47825, app/assets/stylesheets/theme/css/style.scss */
ul.list-mark li:after {
  content: "\e64c";
}

/* line 47828, app/assets/stylesheets/theme/css/style.scss */
ul.list-arrow {
  padding: 0;
  margin: 0;
}

/* line 47832, app/assets/stylesheets/theme/css/style.scss */
ul.list-arrow li {
  list-style-type: none;
  padding-left: 25px;
  position: relative;
}

/* line 47837, app/assets/stylesheets/theme/css/style.scss */
ul.list-arrow li:after {
  content: "\e628";
  font-size: 0.8rem;
}

/* line 47841, app/assets/stylesheets/theme/css/style.scss */
ul.list-hand {
  padding: 0;
  margin: 0;
}

/* line 47845, app/assets/stylesheets/theme/css/style.scss */
ul.list-hand li {
  list-style-type: none;
  padding-left: 25px;
  position: relative;
}

/* line 47850, app/assets/stylesheets/theme/css/style.scss */
ul.list-hand li:after {
  content: "\e71b";
}

/* line 47853, app/assets/stylesheets/theme/css/style.scss */
ul.list-edit {
  padding: 0;
  margin: 0;
}

/* line 47857, app/assets/stylesheets/theme/css/style.scss */
ul.list-edit li {
  list-style-type: none;
  padding-left: 25px;
  position: relative;
}

/* line 47862, app/assets/stylesheets/theme/css/style.scss */
ul.list-edit li:after {
  content: "\e61c";
}

/* line 47866, app/assets/stylesheets/theme/css/style.scss */
.course-overview {
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
  position: sticky;
  top: 80px;
}

/* line 47874, app/assets/stylesheets/theme/css/style.scss */
.course-overview li {
  padding: 15px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  font-size: 1rem;
  align-items: center;
}

/* line 47881, app/assets/stylesheets/theme/css/style.scss */
.course-overview li i {
  margin-right: 10px;
  font-size: 1.143rem;
  color: #6993ff;
}

/* line 47886, app/assets/stylesheets/theme/css/style.scss */
.course-overview li .tag {
  width: 60%;
}

/* line 47889, app/assets/stylesheets/theme/css/style.scss */
.course-overview li .value {
  width: 40%;
}

/* line 47893, app/assets/stylesheets/theme/css/style.scss */
.course-curriculum {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 47898, app/assets/stylesheets/theme/css/style.scss */
.course-curriculum ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  font-size: 1.143rem;
}

/* line 47908, app/assets/stylesheets/theme/css/style.scss */
.course-curriculum > li {
  margin-bottom: 30px;
}

/* line 47912, app/assets/stylesheets/theme/css/style.scss */
.course-detail-bx {
  position: sticky;
  top: 100px;
}

/*------------------price start---------------------------*/
/* line 47918, app/assets/stylesheets/theme/css/style.scss */
.price-table.boxed {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

/* line 47926, app/assets/stylesheets/theme/css/style.scss */
.price-table.boxed.active {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

/* line 47934, app/assets/stylesheets/theme/css/style.scss */
.price-table.boxed.active:hover {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.14);
}

/* line 47937, app/assets/stylesheets/theme/css/style.scss */
.price-table.boxed:hover {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.14);
}

/* line 47940, app/assets/stylesheets/theme/css/style.scss */
.price-table .price-top {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
  padding: 30px;
  border-top: 8px solid #1a1a1a;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

/* line 47951, app/assets/stylesheets/theme/css/style.scss */
.price-table .price-top:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
}

/* line 47954, app/assets/stylesheets/theme/css/style.scss */
.price-table .price-top .price-prize {
  margin: 30px 0;
}

/* line 47957, app/assets/stylesheets/theme/css/style.scss */
.price-table .price-top .price-prize h2 span {
  font-size: 1.143rem;
}

/* line 47960, app/assets/stylesheets/theme/css/style.scss */
.price-table .price-content {
  width: 75%;
  padding: 30px 0;
  margin: 0 auto;
}

/* line 47965, app/assets/stylesheets/theme/css/style.scss */
.price-table .price-content .price-table-list ul li {
  line-height: 56px;
  font-weight: 600;
}

/* line 47969, app/assets/stylesheets/theme/css/style.scss */
.price-table .price-content .price-table-list ul li i {
  width: 25px;
  display: inline-block;
  color: #6993ff;
}

/* line 47974, app/assets/stylesheets/theme/css/style.scss */
.price-table .price-content .price-table-list ul li i.fa-times {
  color: #f64e60;
}

/* line 47977, app/assets/stylesheets/theme/css/style.scss */
.price-table .price-content .price-table-list ul li span {
  margin-top: 16px;
  text-align: center;
  font-size: 1rem;
  line-height: 24px;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.09);
  width: 24px;
  height: 24px;
  background: transparent;
  border-radius: 50%;
}

/* line 47988, app/assets/stylesheets/theme/css/style.scss */
.price-table .price-content .price-table-list ul li span i {
  padding-right: 0;
}

/* line 47991, app/assets/stylesheets/theme/css/style.scss */
.price-table.active {
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
}

/* line 47994, app/assets/stylesheets/theme/css/style.scss */
.price-table.active .price-top {
  border-top: 15px solid #6993ff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
  padding-bottom: 30px;
}

/* line 47999, app/assets/stylesheets/theme/css/style.scss */
.price-table.active .price-top a.button {
  padding: 12px 60px;
  font-size: 1.143rem;
}

/* line 48003, app/assets/stylesheets/theme/css/style.scss */
.price-table.active .price-prize {
  margin: 30px 0 20px;
}

/*------------------accordian-------------------*/
/* line 48008, app/assets/stylesheets/theme/css/style.scss */
.cust-accordion .tab-wrapper.v1 {
  width: 100%;
}

/* line 48011, app/assets/stylesheets/theme/css/style.scss */
.cust-accordion .tab-wrapper.v1 .item {
  margin: 0px 0 10px;
  background-color: #ffffff;
  border-radius: 5px;
}

/* line 48016, app/assets/stylesheets/theme/css/style.scss */
.cust-accordion .tab-wrapper.v1 .item .tab-btn a {
  text-decoration: none;
  display: block;
  color: #172b4c;
  padding: 10px 20px;
  border: 1px solid #f3f6f9;
  border-radius: 5px;
  word-spacing: 1px;
  font-weight: 600;
  font-size: 1.286rem;
  transition: all 0.3s linear;
}

/* line 48028, app/assets/stylesheets/theme/css/style.scss */
.cust-accordion .tab-wrapper.v1 .item .tab-btn a:hover {
  background-color: #ffffff;
  color: #6993ff;
}

/* line 48032, app/assets/stylesheets/theme/css/style.scss */
.cust-accordion .tab-wrapper.v1 .item .tab-content {
  border: none;
  border-top: 0;
  padding: 10px 20px;
  display: none;
}

/* line 48038, app/assets/stylesheets/theme/css/style.scss */
.cust-accordion .tab-wrapper.v1 .item.selected .tab-btn a {
  background-color: #ffffff;
  color: #6993ff;
}

/* line 48042, app/assets/stylesheets/theme/css/style.scss */
.cust-accordion .tab-wrapper.v1 .item.selected .tab-content {
  display: block;
}

/* line 48045, app/assets/stylesheets/theme/css/style.scss */
.cust-accordion .tab-wrapper.v1 .tab-btn em {
  float: right;
}

/* line 48049, app/assets/stylesheets/theme/css/style.scss */
.shop-page.cust-accordion .tab-wrapper.v1 .item .tab-btn a,
.shop-page.cust-accordion .tab-wrapper.v1 .item .no-tab-btn a {
  padding: 5px 0px;
  border: none;
  font-weight: 400;
  font-size: 1.143rem;
}

/* line 48056, app/assets/stylesheets/theme/css/style.scss */
.shop-page.cust-accordion .tab-wrapper.v1 .item .tab-btn a:hover,
.shop-page.cust-accordion .tab-wrapper.v1 .item .no-tab-btn a:hover {
  color: #6993ff;
}

/* line 48060, app/assets/stylesheets/theme/css/style.scss */
.shop-page.cust-accordion .tab-wrapper.v1 .item .tab-content {
  padding: 10px 10px;
}

/* line 48063, app/assets/stylesheets/theme/css/style.scss */
.shop-page .widget .shop-post {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* line 48068, app/assets/stylesheets/theme/css/style.scss */
.shop-page .widget .shop-post .shop-post-image {
  float: left;
  margin-right: 15px;
}

/* line 48072, app/assets/stylesheets/theme/css/style.scss */
.shop-page .widget .shop-post .shop-post-image img {
  width: 80px;
  height: 80px;
  border-radius: 5px;
}

/* line 48077, app/assets/stylesheets/theme/css/style.scss */
.shop-page .widget .shop-post .shop-post-info {
  overflow: hidden;
}

/* line 48080, app/assets/stylesheets/theme/css/style.scss */
.shop-page .widget .shop-post .shop-post-info a {
  display: block;
  margin-bottom: 0px;
  color: #172b4c;
  font-weight: 500;
  font-size: 1.3rem;
}

/* line 48087, app/assets/stylesheets/theme/css/style.scss */
.shop-page .widget .shop-post .shop-post-info a:hover {
  color: #6993ff;
}

/* line 48090, app/assets/stylesheets/theme/css/style.scss */
.shop-page .widget .shop-post .shop-post-info span {
  color: #6993ff;
  font-style: italic;
  font-size: 1.2rem;
}

/* line 48095, app/assets/stylesheets/theme/css/style.scss */
.shop-page .widget .shop-post .shop-post-info span i {
  padding-right: 10px;
}

/* line 48098, app/assets/stylesheets/theme/css/style.scss */
.shop-page .widget .shop-post:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 48104, app/assets/stylesheets/theme/css/style.scss */
a.play-vdo-bt {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

/*-----------------------blogpost start-----------------*/
/* line 48122, app/assets/stylesheets/theme/css/style.scss */
.blog-post {
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

/* line 48130, app/assets/stylesheets/theme/css/style.scss */
.blog-post:hover {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}

/* line 48133, app/assets/stylesheets/theme/css/style.scss */
.blog-post .entry-image img {
  width: 100%;
}

/* line 48136, app/assets/stylesheets/theme/css/style.scss */
.blog-post .entry-image iframe {
  border: none;
}

/* line 48139, app/assets/stylesheets/theme/css/style.scss */
.blog-post .entry-image .blockquote {
  background: #6993ff;
  border: 0px;
  padding: 36px 30px;
  margin: 0 0 0px;
  font-size: 1.143rem;
  position: relative;
}

/* line 48147, app/assets/stylesheets/theme/css/style.scss */
.blog-post .entry-image .blockquote blockquote {
  border-left: 0px;
  color: #ffffff;
  padding: 0px;
  position: relative;
  margin-top: 0 !important;
  padding-top: 30px;
}

/* line 48155, app/assets/stylesheets/theme/css/style.scss */
.blog-post .entry-image .blockquote blockquote:before {
  content: "\201C";
  font-size: 7.142rem;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  left: 0px;
  top: -50px;
}

/* line 48164, app/assets/stylesheets/theme/css/style.scss */
.blog-post .blog-detail {
  background: #ffffff;
  padding: 30px;
  border-top: 0px;
}

/* line 48169, app/assets/stylesheets/theme/css/style.scss */
.blog-post .blog-detail .entry-title a {
  font-size: 1.286rem;
  font-weight: 500;
}

/* line 48173, app/assets/stylesheets/theme/css/style.scss */
.blog-post .entry-meta ul li {
  display: inline-block;
  margin-right: 12px;
}

/* line 48177, app/assets/stylesheets/theme/css/style.scss */
.blog-post .entry-meta ul li i {
  color: #6993ff;
  padding-right: 6px;
}

/* line 48181, app/assets/stylesheets/theme/css/style.scss */
.blog-post .entry-meta ul li a {
  color: #172b4c;
  line-height: 0px;
  padding-right: 5px;
}

/* line 48186, app/assets/stylesheets/theme/css/style.scss */
.blog-post .entry-meta ul li a i {
  padding-right: 6px;
  color: #6993ff;
}

/* line 48190, app/assets/stylesheets/theme/css/style.scss */
.blog-post .entry-meta ul li a:hover {
  color: #6993ff;
}

/* line 48193, app/assets/stylesheets/theme/css/style.scss */
.blog-post .social strong {
  display: inline-block;
  margin-right: 10px;
}

/* line 48197, app/assets/stylesheets/theme/css/style.scss */
.blog-post .entry-button {
  display: inline-block;
}

/* line 48200, app/assets/stylesheets/theme/css/style.scss */
.blog-post .social ul {
  display: inline-block;
}

/* line 48203, app/assets/stylesheets/theme/css/style.scss */
.blog-post .social ul li {
  display: inline-block;
  padding: 0px 6px;
}

/* line 48207, app/assets/stylesheets/theme/css/style.scss */
.blog-post .social ul li a:hover {
  color: #6993ff;
}

/* line 48210, app/assets/stylesheets/theme/css/style.scss */
.blog-post .entry-share {
  margin-top: 20px;
  display: block;
}

/* line 48214, app/assets/stylesheets/theme/css/style.scss */
.blog-post .grid-post li {
  float: left;
  width: 50%;
  border-right: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  list-style: none;
}

/* line 48221, app/assets/stylesheets/theme/css/style.scss */
.blog-post .grid-post li img {
  width: 100%;
}

/* line 48224, app/assets/stylesheets/theme/css/style.scss */
.blog-post .grid-post li:nth-child(even) {
  border-left: 4px solid #ffffff;
  border-right: 0px solid #ffffff;
}

/* line 48228, app/assets/stylesheets/theme/css/style.scss */
.blog-post .cs-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 54%;
  position: relative;
  overflow: hidden;
}

/* line 48235, app/assets/stylesheets/theme/css/style.scss */
.blog-post .widget_tag_cloud a {
  padding: 8px 10px;
  background-color: #f6f7f8;
  border: 0;
  font-size: 12px;
  display: inline-block;
  margin: 0 0 5px;
  color: #000;
  font-weight: 400;
}

/* line 48246, app/assets/stylesheets/theme/css/style.scss */
.cs-video embed,
.cs-video iframe,
.cs-video object,
.cs-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  border: none;
}

/*blog-comment*/
/* line 48259, app/assets/stylesheets/theme/css/style.scss */
.comment-1 .comment-photo {
  width: 100px;
  height: auto;
  float: left;
  border: 5px solid #f3f6f9;
  margin-right: 20px;
}

/* line 48266, app/assets/stylesheets/theme/css/style.scss */
.comment-1 .comment-photo img {
  width: 100%;
}

/* line 48269, app/assets/stylesheets/theme/css/style.scss */
.comment-1 .comment-info {
  display: table;
  background: #f3f6f9;
  padding: 20px;
  margin-bottom: 20px;
}

/* line 48275, app/assets/stylesheets/theme/css/style.scss */
.comment-1 .comment-info h4 {
  display: inline-block;
}

/* line 48278, app/assets/stylesheets/theme/css/style.scss */
.comment-1 .comment-info span {
  font-size: 0.928px;
  color: #172b4c;
}

/* line 48282, app/assets/stylesheets/theme/css/style.scss */
.comment-1.comment-2 {
  padding-left: 125px;
}

/* line 48285, app/assets/stylesheets/theme/css/style.scss */
.comment-1.comment-2 .comment-info {
  background: #ffffff;
  margin-bottom: 0px;
  padding: 20px 20px 10px;
}

/* line 48291, app/assets/stylesheets/theme/css/style.scss */
footer .footer-title {
  margin-bottom: 20px;
  border-bottom-color: rgba(255, 255, 255, 0.25) !important;
}

/* line 48295, app/assets/stylesheets/theme/css/style.scss */
footer .widget p,
footer .widget a,
footer .widget li {
  color: #b5b5c3;
}

/* line 48300, app/assets/stylesheets/theme/css/style.scss */
footer .widget a:hover {
  color: #6993ff;
}

/* line 48303, app/assets/stylesheets/theme/css/style.scss */
footer .widget .social-icons a {
  color: #ffffff;
}

/* line 48306, app/assets/stylesheets/theme/css/style.scss */
footer .widget li {
  padding-bottom: 10px;
}

/* line 48309, app/assets/stylesheets/theme/css/style.scss */
footer .widget .list li {
  padding-bottom: inherit !important;
}

/* line 48312, app/assets/stylesheets/theme/css/style.scss */
footer .widget .list li:after {
  color: #ffffff;
}

/* line 48315, app/assets/stylesheets/theme/css/style.scss */
footer .widget.footer_widget li {
  padding-bottom: 10px;
}

/* line 48318, app/assets/stylesheets/theme/css/style.scss */
footer .widget.footer_widget li a {
  color: #b5b5c3;
}

/* line 48321, app/assets/stylesheets/theme/css/style.scss */
footer .widget.footer_widget li a:hover {
  color: #6993ff;
}

/* line 48324, app/assets/stylesheets/theme/css/style.scss */
footer .widget.widget_gallery li {
  width: 25%;
  display: inline-block;
  float: left;
  padding: 2px;
}

/* line 48330, app/assets/stylesheets/theme/css/style.scss */
footer .footer-bottom {
  padding: 15px 0;
  color: #b0b0b0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* line 48335, app/assets/stylesheets/theme/css/style.scss */
footer .footerbox {
  background: rgba(102, 102, 102, 0.2);
  padding: 30px;
  clear: both;
  margin-bottom: 40px;
  margin-top: 20px;
}

/* line 48342, app/assets/stylesheets/theme/css/style.scss */
footer .footerbox .content {
  display: table-cell;
  vertical-align: top;
  width: 65%;
}

/* line 48347, app/assets/stylesheets/theme/css/style.scss */
footer .payment-icon li {
  font-size: 1.286rem;
}

/* line 48350, app/assets/stylesheets/theme/css/style.scss */
footer .payment-icon li a {
  color: #b5b5c3;
}

/* line 48353, app/assets/stylesheets/theme/css/style.scss */
footer .payment-icon li a:hover {
  color: #6993ff;
}

/* line 48356, app/assets/stylesheets/theme/css/style.scss */
footer hr {
  padding: 1px;
}

/* line 48359, app/assets/stylesheets/theme/css/style.scss */
footer.footer_white .footer-title {
  border-bottom-color: rgba(0, 0, 0, 0.25) !important;
}

/* line 48362, app/assets/stylesheets/theme/css/style.scss */
footer.footer_white .widget p,
footer.footer_white .widget a,
footer.footer_white .widget li {
  color: #5e6278;
}

/* line 48367, app/assets/stylesheets/theme/css/style.scss */
footer.footer_white .widget a:hover {
  color: #6993ff;
}

/* line 48370, app/assets/stylesheets/theme/css/style.scss */
footer.footer_white .widget .social-icons a {
  color: #ffffff;
}

/* line 48373, app/assets/stylesheets/theme/css/style.scss */
footer.footer_white .widget .list li:after {
  color: #5e6278;
}

/* line 48376, app/assets/stylesheets/theme/css/style.scss */
footer.footer_white .widget.footer_widget li a {
  color: #5e6278;
}

/* line 48379, app/assets/stylesheets/theme/css/style.scss */
footer.footer_white .widget.footer_widget li a:hover {
  color: #6993ff;
}

/* line 48382, app/assets/stylesheets/theme/css/style.scss */
footer.footer_white .footer-bottom {
  color: #5e6278;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/* line 48386, app/assets/stylesheets/theme/css/style.scss */
footer.footer_white .footerbox {
  background: rgba(0, 0, 0, 0.2);
}

/* line 48389, app/assets/stylesheets/theme/css/style.scss */
footer.footer_white .payment-icon li a {
  color: #5e6278;
}

/* line 48392, app/assets/stylesheets/theme/css/style.scss */
footer.footer_white .payment-icon li a:hover {
  color: #6993ff;
}

/* line 48395, app/assets/stylesheets/theme/css/style.scss */
footer.footer_white .form-control {
  border-color: #d1d3e0;
  padding: 0.5rem 1rem;
}

/* line 48399, app/assets/stylesheets/theme/css/style.scss */
footer .footer-links a {
  color: rgba(255, 255, 255, 0.8) !important;
}

/* line 48402, app/assets/stylesheets/theme/css/style.scss */
footer .footer-links a:before {
  content: "\e628";
  font-size: 0.8rem;
  margin-right: 5px;
  position: relative;
  font-family: "themify";
  opacity: 0.5;
}

/* line 48410, app/assets/stylesheets/theme/css/style.scss */
footer .footer-links a:hover {
  color: #6993ff !important;
}

/* line 48414, app/assets/stylesheets/theme/css/style.scss */
.map {
  width: 100%;
  height: 500px;
}

/* line 48419, app/assets/stylesheets/theme/css/style.scss */
.cour-stac p {
  margin-bottom: 0;
}

/* line 48422, app/assets/stylesheets/theme/css/style.scss */
.cour-stac p.lt-sp {
  margin-left: 10px;
  margin-right: 10px;
}

@media (max-width: 991px) {
  /* line 48428, app/assets/stylesheets/theme/css/style.scss */
  .cour-stac p {
    margin-bottom: 5px;
  }
  /* line 48431, app/assets/stylesheets/theme/css/style.scss */
  .cour-stac p.lt-sp:last-child {
    display: none;
  }
}

/* Morris chart */
/* line 48436, app/assets/stylesheets/theme/css/style.scss */
.morris-chart text {
  font-family: "IBM Plex Sans", sans-serif !important;
}

/* line 48440, app/assets/stylesheets/theme/css/style.scss */
.morris-hover.morris-default-style {
  border-radius: 5px;
  padding: 10px 12px;
  background: #ffffff;
  border: none;
  font-family: "IBM Plex Sans", sans-serif;
  box-shadow: 0 5px 25px 5px rgba(23, 43, 76, 0.14);
}

/* line 48448, app/assets/stylesheets/theme/css/style.scss */
.morris-hover.morris-default-style .morris-hover-point {
  line-height: 28px;
}

/* line 48451, app/assets/stylesheets/theme/css/style.scss */
.morris-hover.morris-default-style .morris-hover-row-label {
  background-color: #172b4c;
  color: #ffffff;
  padding: 4px 20px;
  border-radius: 5px 5px 0 0;
  margin: -10px -12px 10px;
}

/* line 48459, app/assets/stylesheets/theme/css/style.scss */
.c-progress-steps {
  margin: 0;
  list-style-type: none;
  font-family: "IBM Plex Sans", sans-serif;
}

/* line 48464, app/assets/stylesheets/theme/css/style.scss */
.c-progress-steps li {
  position: relative;
  font-size: 13px;
  color: #d1d3e0;
  padding: 16px 0 0 36px;
}

/* line 48470, app/assets/stylesheets/theme/css/style.scss */
.c-progress-steps li a {
  color: inherit;
}

/* line 48473, app/assets/stylesheets/theme/css/style.scss */
.c-progress-steps li.done {
  color: #8950fc;
}

/* line 48476, app/assets/stylesheets/theme/css/style.scss */
.c-progress-steps li.done span {
  background-color: rgba(137, 80, 252, 0.09);
}

/* line 48479, app/assets/stylesheets/theme/css/style.scss */
.c-progress-steps li.done:before {
  color: #8950fc;
  content: "\f058";
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #8950fc;
}

/* line 48489, app/assets/stylesheets/theme/css/style.scss */
.c-progress-steps li.current {
  color: #6993ff;
  font-weight: 500;
}

/* line 48493, app/assets/stylesheets/theme/css/style.scss */
.c-progress-steps li.current:before {
  color: #6993ff;
  content: "\f192";
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #6993ff;
}

/* line 48503, app/assets/stylesheets/theme/css/style.scss */
.c-progress-steps li:before {
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 600;
  font-size: 18px;
  background-color: #ffffff;
  content: "\f111";
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #e4e6ef;
}

@media all and (max-width: 600px) {
  /* line 48519, app/assets/stylesheets/theme/css/style.scss */
  .c-progress-steps li:before {
    top: calc(50% - 8px);
    font-size: 16px;
  }
}

@media all and (min-width: 600px) {
  /* line 48525, app/assets/stylesheets/theme/css/style.scss */
  .c-progress-steps {
    display: table;
    list-style-type: none;
    margin: 20px auto;
    padding: 0;
    table-layout: fixed;
    width: 100%;
  }
  /* line 48533, app/assets/stylesheets/theme/css/style.scss */
  .c-progress-steps li {
    display: table-cell;
    text-align: center;
    padding: 0;
    padding-bottom: 34px;
    white-space: nowrap;
    position: relative;
    border-left-width: 0;
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #e4e6ef;
  }
  /* line 48545, app/assets/stylesheets/theme/css/style.scss */
  .c-progress-steps li.done {
    border-bottom-color: #8950fc;
  }
  /* line 48548, app/assets/stylesheets/theme/css/style.scss */
  .c-progress-steps li.current {
    color: #6993ff;
    border-bottom-color: #6993ff;
  }
  /* line 48552, app/assets/stylesheets/theme/css/style.scss */
  .c-progress-steps li.current span {
    background-color: rgba(105, 147, 255, 0.15);
    box-shadow: 0px 0px 0px 0.25px #6993ff;
  }
  /* line 48556, app/assets/stylesheets/theme/css/style.scss */
  .c-progress-steps li.current:before {
    color: #6993ff;
    content: "\f192";
  }
  /* line 48560, app/assets/stylesheets/theme/css/style.scss */
  .c-progress-steps li:before {
    bottom: -15px;
    left: 50%;
    margin-left: -16px;
  }
  /* line 48565, app/assets/stylesheets/theme/css/style.scss */
  .c-progress-steps li span {
    background-color: rgba(137, 80, 252, 0.1);
    border-radius: 3px;
    padding: 6px;
    box-shadow: 0px 0px 5px 0.25px #f7f8fa;
  }
}

/*---project table---*/
/* line 48574, app/assets/stylesheets/theme/css/style.scss */
.dataTable tbody .details-control:before {
  font-family: FontAwesome;
  content: "\f055";
  font-size: 1.4em;
  color: #739e73;
}

/* line 48581, app/assets/stylesheets/theme/css/style.scss */
.dataTable tbody .shown .details-control::before {
  content: "\f056";
  color: #a90329;
}

/* line 48586, app/assets/stylesheets/theme/css/style.scss */
.dataTable tbody .details-control {
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  width: 50px;
}

/* line 48593, app/assets/stylesheets/theme/css/style.scss */
.project-members img {
  width: 25px;
  border-radius: 0;
}

/* line 48598, app/assets/stylesheets/theme/css/style.scss */
img.away {
  border-left-color: #ffc40d !important;
}

/* line 48602, app/assets/stylesheets/theme/css/style.scss */
img.online {
  border-left-color: #40ac2b !important;
}

/* line 48606, app/assets/stylesheets/theme/css/style.scss */
img.busy {
  border-left-color: #ed1c24 !important;
}

/* line 48610, app/assets/stylesheets/theme/css/style.scss */
img.offline {
  border-left-color: #ddd !important;
}

/* line 48614, app/assets/stylesheets/theme/css/style.scss */
img.away,
img.busy,
img.offline,
img.online {
  border-left: 3px solid #fff;
}

/* line 48621, app/assets/stylesheets/theme/css/style.scss */
.project-members a {
  display: inline-block;
  overflow: hidden;
  margin: 0 3px 0 0;
  border-radius: 0;
}

/* line 48628, app/assets/stylesheets/theme/css/style.scss */
.dataTables_paginate.paging_simple_numbers .pagination .paginate_button a {
  padding: 0.5em 1em;
  border-radius: 2px;
  border: 0;
  margin: 0;
  min-width: 1.5em;
}

/* line 48636, app/assets/stylesheets/theme/css/style.scss */
.dataTables_wrapper .form-control {
  margin: 0 10px;
  padding: 5px 30px 5px 15px;
}

@media all and (min-width: 1400px) {
  /* line 48642, app/assets/stylesheets/theme/css/style.scss */
  .proj-table {
    overflow: hidden;
  }
}

/* line 48646, app/assets/stylesheets/theme/css/style.scss */
.proj-table .pagination {
  margin-bottom: 0;
}

/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
/* line 48658, app/assets/stylesheets/theme/css/style.scss */
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  transition: 0.3s ease-out;
}

/* line 48669, app/assets/stylesheets/theme/css/style.scss */
.waves-effect .waves-ripple {
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.7s ease-out;
  transition-property: transform, opacity;
  transform: scale(0);
  pointer-events: none;
}

/* line 48683, app/assets/stylesheets/theme/css/style.scss */
.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.45);
}

/* line 48686, app/assets/stylesheets/theme/css/style.scss */
.waves-effect.waves-red .waves-ripple {
  background-color: rgba(244, 67, 54, 0.7);
}

/* line 48689, app/assets/stylesheets/theme/css/style.scss */
.waves-effect.waves-yellow .waves-ripple {
  background-color: rgba(255, 235, 59, 0.7);
}

/* line 48692, app/assets/stylesheets/theme/css/style.scss */
.waves-effect.waves-orange .waves-ripple {
  background-color: rgba(255, 152, 0, 0.7);
}

/* line 48695, app/assets/stylesheets/theme/css/style.scss */
.waves-effect.waves-purple .waves-ripple {
  background-color: rgba(156, 39, 176, 0.7);
}

/* line 48698, app/assets/stylesheets/theme/css/style.scss */
.waves-effect.waves-green .waves-ripple {
  background-color: rgba(76, 175, 80, 0.7);
}

/* line 48701, app/assets/stylesheets/theme/css/style.scss */
.waves-effect.waves-teal .waves-ripple {
  background-color: rgba(0, 150, 136, 0.7);
}

/* line 48704, app/assets/stylesheets/theme/css/style.scss */
.waves-effect input[type="button"],
.waves-effect input[type="reset"],
.waves-effect input[type="submit"] {
  border: 0;
  font-style: normal;
  font-size: inherit;
  text-transform: inherit;
  background: none;
}

/* line 48713, app/assets/stylesheets/theme/css/style.scss */
.waves-effect img {
  position: relative;
  z-index: -1;
}

/* line 48718, app/assets/stylesheets/theme/css/style.scss */
.waves-notransition {
  transition: none !important;
}

/* line 48722, app/assets/stylesheets/theme/css/style.scss */
.waves-circle {
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

/* line 48727, app/assets/stylesheets/theme/css/style.scss */
.waves-input-wrapper {
  border-radius: 0.2em;
  vertical-align: bottom;
}

/* line 48731, app/assets/stylesheets/theme/css/style.scss */
.waves-input-wrapper .waves-button-input {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 48738, app/assets/stylesheets/theme/css/style.scss */
.waves-circle {
  text-align: center;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  border-radius: 50%;
  -webkit-mask-image: none;
}

/* line 48748, app/assets/stylesheets/theme/css/style.scss */
.waves-block {
  display: block;
}

/* Firefox Bug: link not triggered */
/* line 48753, app/assets/stylesheets/theme/css/style.scss */
.waves-effect .waves-ripple {
  z-index: -1;
}

/*# sourceMappingURL=style.css.map */
/*


 */
[data-aos][data-aos][data-aos-duration="50"],body[data-aos-duration="50"] [data-aos]{transition-duration:50ms}[data-aos][data-aos][data-aos-delay="50"],body[data-aos-delay="50"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="50"].aos-animate,body[data-aos-delay="50"] [data-aos].aos-animate{transition-delay:50ms}[data-aos][data-aos][data-aos-duration="100"],body[data-aos-duration="100"] [data-aos]{transition-duration:.1s}[data-aos][data-aos][data-aos-delay="100"],body[data-aos-delay="100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="100"].aos-animate,body[data-aos-delay="100"] [data-aos].aos-animate{transition-delay:.1s}[data-aos][data-aos][data-aos-duration="150"],body[data-aos-duration="150"] [data-aos]{transition-duration:.15s}[data-aos][data-aos][data-aos-delay="150"],body[data-aos-delay="150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="150"].aos-animate,body[data-aos-delay="150"] [data-aos].aos-animate{transition-delay:.15s}[data-aos][data-aos][data-aos-duration="200"],body[data-aos-duration="200"] [data-aos]{transition-duration:.2s}[data-aos][data-aos][data-aos-delay="200"],body[data-aos-delay="200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="200"].aos-animate,body[data-aos-delay="200"] [data-aos].aos-animate{transition-delay:.2s}[data-aos][data-aos][data-aos-duration="250"],body[data-aos-duration="250"] [data-aos]{transition-duration:.25s}[data-aos][data-aos][data-aos-delay="250"],body[data-aos-delay="250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="250"].aos-animate,body[data-aos-delay="250"] [data-aos].aos-animate{transition-delay:.25s}[data-aos][data-aos][data-aos-duration="300"],body[data-aos-duration="300"] [data-aos]{transition-duration:.3s}[data-aos][data-aos][data-aos-delay="300"],body[data-aos-delay="300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="300"].aos-animate,body[data-aos-delay="300"] [data-aos].aos-animate{transition-delay:.3s}[data-aos][data-aos][data-aos-duration="350"],body[data-aos-duration="350"] [data-aos]{transition-duration:.35s}[data-aos][data-aos][data-aos-delay="350"],body[data-aos-delay="350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="350"].aos-animate,body[data-aos-delay="350"] [data-aos].aos-animate{transition-delay:.35s}[data-aos][data-aos][data-aos-duration="400"],body[data-aos-duration="400"] [data-aos]{transition-duration:.4s}[data-aos][data-aos][data-aos-delay="400"],body[data-aos-delay="400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="400"].aos-animate,body[data-aos-delay="400"] [data-aos].aos-animate{transition-delay:.4s}[data-aos][data-aos][data-aos-duration="450"],body[data-aos-duration="450"] [data-aos]{transition-duration:.45s}[data-aos][data-aos][data-aos-delay="450"],body[data-aos-delay="450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="450"].aos-animate,body[data-aos-delay="450"] [data-aos].aos-animate{transition-delay:.45s}[data-aos][data-aos][data-aos-duration="500"],body[data-aos-duration="500"] [data-aos]{transition-duration:.5s}[data-aos][data-aos][data-aos-delay="500"],body[data-aos-delay="500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="500"].aos-animate,body[data-aos-delay="500"] [data-aos].aos-animate{transition-delay:.5s}[data-aos][data-aos][data-aos-duration="550"],body[data-aos-duration="550"] [data-aos]{transition-duration:.55s}[data-aos][data-aos][data-aos-delay="550"],body[data-aos-delay="550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="550"].aos-animate,body[data-aos-delay="550"] [data-aos].aos-animate{transition-delay:.55s}[data-aos][data-aos][data-aos-duration="600"],body[data-aos-duration="600"] [data-aos]{transition-duration:.6s}[data-aos][data-aos][data-aos-delay="600"],body[data-aos-delay="600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="600"].aos-animate,body[data-aos-delay="600"] [data-aos].aos-animate{transition-delay:.6s}[data-aos][data-aos][data-aos-duration="650"],body[data-aos-duration="650"] [data-aos]{transition-duration:.65s}[data-aos][data-aos][data-aos-delay="650"],body[data-aos-delay="650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="650"].aos-animate,body[data-aos-delay="650"] [data-aos].aos-animate{transition-delay:.65s}[data-aos][data-aos][data-aos-duration="700"],body[data-aos-duration="700"] [data-aos]{transition-duration:.7s}[data-aos][data-aos][data-aos-delay="700"],body[data-aos-delay="700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="700"].aos-animate,body[data-aos-delay="700"] [data-aos].aos-animate{transition-delay:.7s}[data-aos][data-aos][data-aos-duration="750"],body[data-aos-duration="750"] [data-aos]{transition-duration:.75s}[data-aos][data-aos][data-aos-delay="750"],body[data-aos-delay="750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="750"].aos-animate,body[data-aos-delay="750"] [data-aos].aos-animate{transition-delay:.75s}[data-aos][data-aos][data-aos-duration="800"],body[data-aos-duration="800"] [data-aos]{transition-duration:.8s}[data-aos][data-aos][data-aos-delay="800"],body[data-aos-delay="800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="800"].aos-animate,body[data-aos-delay="800"] [data-aos].aos-animate{transition-delay:.8s}[data-aos][data-aos][data-aos-duration="850"],body[data-aos-duration="850"] [data-aos]{transition-duration:.85s}[data-aos][data-aos][data-aos-delay="850"],body[data-aos-delay="850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="850"].aos-animate,body[data-aos-delay="850"] [data-aos].aos-animate{transition-delay:.85s}[data-aos][data-aos][data-aos-duration="900"],body[data-aos-duration="900"] [data-aos]{transition-duration:.9s}[data-aos][data-aos][data-aos-delay="900"],body[data-aos-delay="900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="900"].aos-animate,body[data-aos-delay="900"] [data-aos].aos-animate{transition-delay:.9s}[data-aos][data-aos][data-aos-duration="950"],body[data-aos-duration="950"] [data-aos]{transition-duration:.95s}[data-aos][data-aos][data-aos-delay="950"],body[data-aos-delay="950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="950"].aos-animate,body[data-aos-delay="950"] [data-aos].aos-animate{transition-delay:.95s}[data-aos][data-aos][data-aos-duration="1000"],body[data-aos-duration="1000"] [data-aos]{transition-duration:1s}[data-aos][data-aos][data-aos-delay="1000"],body[data-aos-delay="1000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1000"].aos-animate,body[data-aos-delay="1000"] [data-aos].aos-animate{transition-delay:1s}[data-aos][data-aos][data-aos-duration="1050"],body[data-aos-duration="1050"] [data-aos]{transition-duration:1.05s}[data-aos][data-aos][data-aos-delay="1050"],body[data-aos-delay="1050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1050"].aos-animate,body[data-aos-delay="1050"] [data-aos].aos-animate{transition-delay:1.05s}[data-aos][data-aos][data-aos-duration="1100"],body[data-aos-duration="1100"] [data-aos]{transition-duration:1.1s}[data-aos][data-aos][data-aos-delay="1100"],body[data-aos-delay="1100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1100"].aos-animate,body[data-aos-delay="1100"] [data-aos].aos-animate{transition-delay:1.1s}[data-aos][data-aos][data-aos-duration="1150"],body[data-aos-duration="1150"] [data-aos]{transition-duration:1.15s}[data-aos][data-aos][data-aos-delay="1150"],body[data-aos-delay="1150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1150"].aos-animate,body[data-aos-delay="1150"] [data-aos].aos-animate{transition-delay:1.15s}[data-aos][data-aos][data-aos-duration="1200"],body[data-aos-duration="1200"] [data-aos]{transition-duration:1.2s}[data-aos][data-aos][data-aos-delay="1200"],body[data-aos-delay="1200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1200"].aos-animate,body[data-aos-delay="1200"] [data-aos].aos-animate{transition-delay:1.2s}[data-aos][data-aos][data-aos-duration="1250"],body[data-aos-duration="1250"] [data-aos]{transition-duration:1.25s}[data-aos][data-aos][data-aos-delay="1250"],body[data-aos-delay="1250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1250"].aos-animate,body[data-aos-delay="1250"] [data-aos].aos-animate{transition-delay:1.25s}[data-aos][data-aos][data-aos-duration="1300"],body[data-aos-duration="1300"] [data-aos]{transition-duration:1.3s}[data-aos][data-aos][data-aos-delay="1300"],body[data-aos-delay="1300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1300"].aos-animate,body[data-aos-delay="1300"] [data-aos].aos-animate{transition-delay:1.3s}[data-aos][data-aos][data-aos-duration="1350"],body[data-aos-duration="1350"] [data-aos]{transition-duration:1.35s}[data-aos][data-aos][data-aos-delay="1350"],body[data-aos-delay="1350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1350"].aos-animate,body[data-aos-delay="1350"] [data-aos].aos-animate{transition-delay:1.35s}[data-aos][data-aos][data-aos-duration="1400"],body[data-aos-duration="1400"] [data-aos]{transition-duration:1.4s}[data-aos][data-aos][data-aos-delay="1400"],body[data-aos-delay="1400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1400"].aos-animate,body[data-aos-delay="1400"] [data-aos].aos-animate{transition-delay:1.4s}[data-aos][data-aos][data-aos-duration="1450"],body[data-aos-duration="1450"] [data-aos]{transition-duration:1.45s}[data-aos][data-aos][data-aos-delay="1450"],body[data-aos-delay="1450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1450"].aos-animate,body[data-aos-delay="1450"] [data-aos].aos-animate{transition-delay:1.45s}[data-aos][data-aos][data-aos-duration="1500"],body[data-aos-duration="1500"] [data-aos]{transition-duration:1.5s}[data-aos][data-aos][data-aos-delay="1500"],body[data-aos-delay="1500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1500"].aos-animate,body[data-aos-delay="1500"] [data-aos].aos-animate{transition-delay:1.5s}[data-aos][data-aos][data-aos-duration="1550"],body[data-aos-duration="1550"] [data-aos]{transition-duration:1.55s}[data-aos][data-aos][data-aos-delay="1550"],body[data-aos-delay="1550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1550"].aos-animate,body[data-aos-delay="1550"] [data-aos].aos-animate{transition-delay:1.55s}[data-aos][data-aos][data-aos-duration="1600"],body[data-aos-duration="1600"] [data-aos]{transition-duration:1.6s}[data-aos][data-aos][data-aos-delay="1600"],body[data-aos-delay="1600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1600"].aos-animate,body[data-aos-delay="1600"] [data-aos].aos-animate{transition-delay:1.6s}[data-aos][data-aos][data-aos-duration="1650"],body[data-aos-duration="1650"] [data-aos]{transition-duration:1.65s}[data-aos][data-aos][data-aos-delay="1650"],body[data-aos-delay="1650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1650"].aos-animate,body[data-aos-delay="1650"] [data-aos].aos-animate{transition-delay:1.65s}[data-aos][data-aos][data-aos-duration="1700"],body[data-aos-duration="1700"] [data-aos]{transition-duration:1.7s}[data-aos][data-aos][data-aos-delay="1700"],body[data-aos-delay="1700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1700"].aos-animate,body[data-aos-delay="1700"] [data-aos].aos-animate{transition-delay:1.7s}[data-aos][data-aos][data-aos-duration="1750"],body[data-aos-duration="1750"] [data-aos]{transition-duration:1.75s}[data-aos][data-aos][data-aos-delay="1750"],body[data-aos-delay="1750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1750"].aos-animate,body[data-aos-delay="1750"] [data-aos].aos-animate{transition-delay:1.75s}[data-aos][data-aos][data-aos-duration="1800"],body[data-aos-duration="1800"] [data-aos]{transition-duration:1.8s}[data-aos][data-aos][data-aos-delay="1800"],body[data-aos-delay="1800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1800"].aos-animate,body[data-aos-delay="1800"] [data-aos].aos-animate{transition-delay:1.8s}[data-aos][data-aos][data-aos-duration="1850"],body[data-aos-duration="1850"] [data-aos]{transition-duration:1.85s}[data-aos][data-aos][data-aos-delay="1850"],body[data-aos-delay="1850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1850"].aos-animate,body[data-aos-delay="1850"] [data-aos].aos-animate{transition-delay:1.85s}[data-aos][data-aos][data-aos-duration="1900"],body[data-aos-duration="1900"] [data-aos]{transition-duration:1.9s}[data-aos][data-aos][data-aos-delay="1900"],body[data-aos-delay="1900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1900"].aos-animate,body[data-aos-delay="1900"] [data-aos].aos-animate{transition-delay:1.9s}[data-aos][data-aos][data-aos-duration="1950"],body[data-aos-duration="1950"] [data-aos]{transition-duration:1.95s}[data-aos][data-aos][data-aos-delay="1950"],body[data-aos-delay="1950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="1950"].aos-animate,body[data-aos-delay="1950"] [data-aos].aos-animate{transition-delay:1.95s}[data-aos][data-aos][data-aos-duration="2000"],body[data-aos-duration="2000"] [data-aos]{transition-duration:2s}[data-aos][data-aos][data-aos-delay="2000"],body[data-aos-delay="2000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2000"].aos-animate,body[data-aos-delay="2000"] [data-aos].aos-animate{transition-delay:2s}[data-aos][data-aos][data-aos-duration="2050"],body[data-aos-duration="2050"] [data-aos]{transition-duration:2.05s}[data-aos][data-aos][data-aos-delay="2050"],body[data-aos-delay="2050"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2050"].aos-animate,body[data-aos-delay="2050"] [data-aos].aos-animate{transition-delay:2.05s}[data-aos][data-aos][data-aos-duration="2100"],body[data-aos-duration="2100"] [data-aos]{transition-duration:2.1s}[data-aos][data-aos][data-aos-delay="2100"],body[data-aos-delay="2100"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2100"].aos-animate,body[data-aos-delay="2100"] [data-aos].aos-animate{transition-delay:2.1s}[data-aos][data-aos][data-aos-duration="2150"],body[data-aos-duration="2150"] [data-aos]{transition-duration:2.15s}[data-aos][data-aos][data-aos-delay="2150"],body[data-aos-delay="2150"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2150"].aos-animate,body[data-aos-delay="2150"] [data-aos].aos-animate{transition-delay:2.15s}[data-aos][data-aos][data-aos-duration="2200"],body[data-aos-duration="2200"] [data-aos]{transition-duration:2.2s}[data-aos][data-aos][data-aos-delay="2200"],body[data-aos-delay="2200"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2200"].aos-animate,body[data-aos-delay="2200"] [data-aos].aos-animate{transition-delay:2.2s}[data-aos][data-aos][data-aos-duration="2250"],body[data-aos-duration="2250"] [data-aos]{transition-duration:2.25s}[data-aos][data-aos][data-aos-delay="2250"],body[data-aos-delay="2250"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2250"].aos-animate,body[data-aos-delay="2250"] [data-aos].aos-animate{transition-delay:2.25s}[data-aos][data-aos][data-aos-duration="2300"],body[data-aos-duration="2300"] [data-aos]{transition-duration:2.3s}[data-aos][data-aos][data-aos-delay="2300"],body[data-aos-delay="2300"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2300"].aos-animate,body[data-aos-delay="2300"] [data-aos].aos-animate{transition-delay:2.3s}[data-aos][data-aos][data-aos-duration="2350"],body[data-aos-duration="2350"] [data-aos]{transition-duration:2.35s}[data-aos][data-aos][data-aos-delay="2350"],body[data-aos-delay="2350"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2350"].aos-animate,body[data-aos-delay="2350"] [data-aos].aos-animate{transition-delay:2.35s}[data-aos][data-aos][data-aos-duration="2400"],body[data-aos-duration="2400"] [data-aos]{transition-duration:2.4s}[data-aos][data-aos][data-aos-delay="2400"],body[data-aos-delay="2400"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2400"].aos-animate,body[data-aos-delay="2400"] [data-aos].aos-animate{transition-delay:2.4s}[data-aos][data-aos][data-aos-duration="2450"],body[data-aos-duration="2450"] [data-aos]{transition-duration:2.45s}[data-aos][data-aos][data-aos-delay="2450"],body[data-aos-delay="2450"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2450"].aos-animate,body[data-aos-delay="2450"] [data-aos].aos-animate{transition-delay:2.45s}[data-aos][data-aos][data-aos-duration="2500"],body[data-aos-duration="2500"] [data-aos]{transition-duration:2.5s}[data-aos][data-aos][data-aos-delay="2500"],body[data-aos-delay="2500"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2500"].aos-animate,body[data-aos-delay="2500"] [data-aos].aos-animate{transition-delay:2.5s}[data-aos][data-aos][data-aos-duration="2550"],body[data-aos-duration="2550"] [data-aos]{transition-duration:2.55s}[data-aos][data-aos][data-aos-delay="2550"],body[data-aos-delay="2550"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2550"].aos-animate,body[data-aos-delay="2550"] [data-aos].aos-animate{transition-delay:2.55s}[data-aos][data-aos][data-aos-duration="2600"],body[data-aos-duration="2600"] [data-aos]{transition-duration:2.6s}[data-aos][data-aos][data-aos-delay="2600"],body[data-aos-delay="2600"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2600"].aos-animate,body[data-aos-delay="2600"] [data-aos].aos-animate{transition-delay:2.6s}[data-aos][data-aos][data-aos-duration="2650"],body[data-aos-duration="2650"] [data-aos]{transition-duration:2.65s}[data-aos][data-aos][data-aos-delay="2650"],body[data-aos-delay="2650"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2650"].aos-animate,body[data-aos-delay="2650"] [data-aos].aos-animate{transition-delay:2.65s}[data-aos][data-aos][data-aos-duration="2700"],body[data-aos-duration="2700"] [data-aos]{transition-duration:2.7s}[data-aos][data-aos][data-aos-delay="2700"],body[data-aos-delay="2700"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2700"].aos-animate,body[data-aos-delay="2700"] [data-aos].aos-animate{transition-delay:2.7s}[data-aos][data-aos][data-aos-duration="2750"],body[data-aos-duration="2750"] [data-aos]{transition-duration:2.75s}[data-aos][data-aos][data-aos-delay="2750"],body[data-aos-delay="2750"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2750"].aos-animate,body[data-aos-delay="2750"] [data-aos].aos-animate{transition-delay:2.75s}[data-aos][data-aos][data-aos-duration="2800"],body[data-aos-duration="2800"] [data-aos]{transition-duration:2.8s}[data-aos][data-aos][data-aos-delay="2800"],body[data-aos-delay="2800"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2800"].aos-animate,body[data-aos-delay="2800"] [data-aos].aos-animate{transition-delay:2.8s}[data-aos][data-aos][data-aos-duration="2850"],body[data-aos-duration="2850"] [data-aos]{transition-duration:2.85s}[data-aos][data-aos][data-aos-delay="2850"],body[data-aos-delay="2850"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2850"].aos-animate,body[data-aos-delay="2850"] [data-aos].aos-animate{transition-delay:2.85s}[data-aos][data-aos][data-aos-duration="2900"],body[data-aos-duration="2900"] [data-aos]{transition-duration:2.9s}[data-aos][data-aos][data-aos-delay="2900"],body[data-aos-delay="2900"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2900"].aos-animate,body[data-aos-delay="2900"] [data-aos].aos-animate{transition-delay:2.9s}[data-aos][data-aos][data-aos-duration="2950"],body[data-aos-duration="2950"] [data-aos]{transition-duration:2.95s}[data-aos][data-aos][data-aos-delay="2950"],body[data-aos-delay="2950"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="2950"].aos-animate,body[data-aos-delay="2950"] [data-aos].aos-animate{transition-delay:2.95s}[data-aos][data-aos][data-aos-duration="3000"],body[data-aos-duration="3000"] [data-aos]{transition-duration:3s}[data-aos][data-aos][data-aos-delay="3000"],body[data-aos-delay="3000"] [data-aos]{transition-delay:0}[data-aos][data-aos][data-aos-delay="3000"].aos-animate,body[data-aos-delay="3000"] [data-aos].aos-animate{transition-delay:3s}[data-aos][data-aos][data-aos-easing=linear],body[data-aos-easing=linear] [data-aos]{transition-timing-function:cubic-bezier(.25,.25,.75,.75)}[data-aos][data-aos][data-aos-easing=ease],body[data-aos-easing=ease] [data-aos]{transition-timing-function:ease}[data-aos][data-aos][data-aos-easing=ease-in],body[data-aos-easing=ease-in] [data-aos]{transition-timing-function:ease-in}[data-aos][data-aos][data-aos-easing=ease-out],body[data-aos-easing=ease-out] [data-aos]{transition-timing-function:ease-out}[data-aos][data-aos][data-aos-easing=ease-in-out],body[data-aos-easing=ease-in-out] [data-aos]{transition-timing-function:ease-in-out}[data-aos][data-aos][data-aos-easing=ease-in-back],body[data-aos-easing=ease-in-back] [data-aos]{transition-timing-function:cubic-bezier(.6,-.28,.735,.045)}[data-aos][data-aos][data-aos-easing=ease-out-back],body[data-aos-easing=ease-out-back] [data-aos]{transition-timing-function:cubic-bezier(.175,.885,.32,1.275)}[data-aos][data-aos][data-aos-easing=ease-in-out-back],body[data-aos-easing=ease-in-out-back] [data-aos]{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}[data-aos][data-aos][data-aos-easing=ease-in-sine],body[data-aos-easing=ease-in-sine] [data-aos]{transition-timing-function:cubic-bezier(.47,0,.745,.715)}[data-aos][data-aos][data-aos-easing=ease-out-sine],body[data-aos-easing=ease-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.39,.575,.565,1)}[data-aos][data-aos][data-aos-easing=ease-in-out-sine],body[data-aos-easing=ease-in-out-sine] [data-aos]{transition-timing-function:cubic-bezier(.445,.05,.55,.95)}[data-aos][data-aos][data-aos-easing=ease-in-quad],body[data-aos-easing=ease-in-quad] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quad],body[data-aos-easing=ease-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quad],body[data-aos-easing=ease-in-out-quad] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-cubic],body[data-aos-easing=ease-in-cubic] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-cubic],body[data-aos-easing=ease-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],body[data-aos-easing=ease-in-out-cubic] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos][data-aos][data-aos-easing=ease-in-quart],body[data-aos-easing=ease-in-quart] [data-aos]{transition-timing-function:cubic-bezier(.55,.085,.68,.53)}[data-aos][data-aos][data-aos-easing=ease-out-quart],body[data-aos-easing=ease-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.25,.46,.45,.94)}[data-aos][data-aos][data-aos-easing=ease-in-out-quart],body[data-aos-easing=ease-in-out-quart] [data-aos]{transition-timing-function:cubic-bezier(.455,.03,.515,.955)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:opacity,transform}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translateZ(0)}[data-aos=fade-up]{transform:translate3d(0,100px,0)}[data-aos=fade-down]{transform:translate3d(0,-100px,0)}[data-aos=fade-right]{transform:translate3d(-100px,0,0)}[data-aos=fade-left]{transform:translate3d(100px,0,0)}[data-aos=fade-up-right]{transform:translate3d(-100px,100px,0)}[data-aos=fade-up-left]{transform:translate3d(100px,100px,0)}[data-aos=fade-down-right]{transform:translate3d(-100px,-100px,0)}[data-aos=fade-down-left]{transform:translate3d(100px,-100px,0)}[data-aos^=zoom][data-aos^=zoom]{opacity:0;transition-property:opacity,transform}[data-aos^=zoom][data-aos^=zoom].aos-animate{opacity:1;transform:translateZ(0) scale(1)}[data-aos=zoom-in]{transform:scale(.6)}[data-aos=zoom-in-up]{transform:translate3d(0,100px,0) scale(.6)}[data-aos=zoom-in-down]{transform:translate3d(0,-100px,0) scale(.6)}[data-aos=zoom-in-right]{transform:translate3d(-100px,0,0) scale(.6)}[data-aos=zoom-in-left]{transform:translate3d(100px,0,0) scale(.6)}[data-aos=zoom-out]{transform:scale(1.2)}[data-aos=zoom-out-up]{transform:translate3d(0,100px,0) scale(1.2)}[data-aos=zoom-out-down]{transform:translate3d(0,-100px,0) scale(1.2)}[data-aos=zoom-out-right]{transform:translate3d(-100px,0,0) scale(1.2)}[data-aos=zoom-out-left]{transform:translate3d(100px,0,0) scale(1.2)}[data-aos^=slide][data-aos^=slide]{transition-property:transform}[data-aos^=slide][data-aos^=slide].aos-animate{transform:translateZ(0)}[data-aos=slide-up]{transform:translate3d(0,100%,0)}[data-aos=slide-down]{transform:translate3d(0,-100%,0)}[data-aos=slide-right]{transform:translate3d(-100%,0,0)}[data-aos=slide-left]{transform:translate3d(100%,0,0)}[data-aos^=flip][data-aos^=flip]{backface-visibility:hidden;transition-property:transform}[data-aos=flip-left]{transform:perspective(2500px) rotateY(-100deg)}[data-aos=flip-left].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-right]{transform:perspective(2500px) rotateY(100deg)}[data-aos=flip-right].aos-animate{transform:perspective(2500px) rotateY(0)}[data-aos=flip-up]{transform:perspective(2500px) rotateX(-100deg)}[data-aos=flip-up].aos-animate{transform:perspective(2500px) rotateX(0)}[data-aos=flip-down]{transform:perspective(2500px) rotateX(100deg)}[data-aos=flip-down].aos-animate{transform:perspective(2500px) rotateX(0)}
/* ============================================== */
/* Author : Adam Muhammad Nurdin
/* Email  : adamnurdin0@gmail.com
/* Project  : corenav
/* version  : 1.1.3
/* Description  : coreNavigation is a multi purpose navigation menu for javascript library based on jquery, come with more style and easy to combination.
/* ============================================== */

.core-content {
	-webkit-transition: all .5s ease-in-out;
	-khtml-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.core-content .brand {
	outline: 0;
}

.core-content .brand img {
	border: 0;
	outline: 0;
}

.core-content .side-menu {
	position: fixed;
	overflow-y: auto;
	top: 0;
	right: -280px;
	width: 280px;
	height: 100%;
	display: block;
	border-left: solid 1px #efefef;
	-webkit-transition: all .5s ease-in-out;
	-khtml-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	z-index: 9;
}

.core-content.open-side-menu {
	margin-left: -280px;
	margin-right: 280px;
}

.core-content.open-side-menu .side-menu {
	right: 0;
}

.core-content.open-side-menu nav.nav-core-sticky.on-scroll {
	margin-left: -280px;
	margin-right: 280px;
}

.core-content .wrap-search-top {
	display: none;
	border-bottom: solid 1px #efefef;
}

.core-content .wrap-search-top input {
	border: 0;
	padding: 15px;
	display: block;
	width: 100%;
	outline: none;
	font-size: 14px;
	color: #6a6a6a;
}

.core-content .wrap-search-top ::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	font-size: 14px;
	font-style: italic;
}

.core-content .wrap-search-top ::-moz-placeholder {
	/* Firefox 19+ */
	font-size: 14px;
	font-style: italic;
}

.core-content .wrap-search-top :-ms-input-placeholder {
	/* IE 10+ */
	font-size: 14px;
	font-style: italic;
}

.core-content .wrap-search-top :-moz-placeholder {
	/* Firefox 18- */
	font-size: 14px;
	font-style: italic;
}

.core-content .wrap-search-fullscreen {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	display: none;
}

.core-content .wrap-search-fullscreen .nav-container {
	position: relative;
	padding-top: 50px;
	padding-left: 15px;
	padding-right: 15px;
}

.core-content .wrap-search-fullscreen.open {
	display: block;
}

.core-content .wrap-search-fullscreen .close-search {
	position: absolute;
	right: 0;
	top: 15px;
	padding: 15px;
	border: 0;
	background: transparent;
	outline: 0;
	cursor: pointer;
	color: #6a6a6a;
	z-index: 3;
	font-size: 24px;
}

.core-content .wrap-search-fullscreen input {
	display: block;
	width: 100%;
	border: 0;
	border-bottom: solid 1px #efefef;
	padding: 15px;
	outline: 0;
	font-size: 24px;
}


/*
Core Navigation
=========================== */

.core-nav {
	display: block;
	position: relative;
}

.core-nav.open-dropdown {
	z-index: 99999999;
}

.core-nav .nav-header {
	display: block;
	position: absolute;
	z-index: 2;
}

.core-nav .nav-header.left {
	float: left;
	position: relative;
	display: inline-block;
}

.core-nav .nav-header.center .brand {
	display: block;
	margin: auto;
}

.core-nav .nav-header .content-header {
	float: right;
}

.core-nav .core-nav-toggle {
	display: none;
	border: 0;
	padding: 0;
	background: transparent;
	outline: none;
	cursor: pointer;
}

.core-nav .wrap-core-nav-list {
	text-align: left;
	position: relative;
	z-index: 1;
}

.core-nav .wrap-core-nav-list.right {
	text-align: right;
}

.core-nav .wrap-core-nav-list.center {
	text-align: center;
}

.core-nav .wrap-core-nav-list .core-nav-list {
	display: inline-block;
	margin: 0 0 -5px 0;
	padding: 0;
	list-style: none;
}

.core-nav .wrap-core-nav-list .core-nav-list li {
	display: block;
	float: left;
}

.core-nav.nav-core-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.core-nav.nav-core-sticky {
	position: relative;
}

.core-nav.nav-core-sticky.on-scroll {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

@media (min-width: 992px) {
	.core-nav .nav-header.bottom {
		position: relative;
		float: none;
		display: block;
		width: 100%;
	}
	.core-nav .wrap-core-nav-list.bottom {
		position: relative;
		float: none;
		display: block;
		width: 100%;
	}
}

@media (max-width: 992px) {
	.core-nav .nav-header {
		position: relative;
		width: 100%;
		display: block;
	}
	.core-nav .nav-header.left {
		float: none;
		display: block;
		position: relative;
	}
	.core-nav .nav-header::after {
		content: "";
		clear: both;
		display: table;
	}
	.core-nav .nav-header .content-header {
		float: none;
	}
	.core-nav .core-nav-toggle {
		display: inline-block;
		float: left;
	}
	.core-nav .wrap-core-nav-list {
		width: 100%;
		max-height: 300px;
		overflow: auto;
		left: 0;
		margin-top: -100vh;
		position: absolute;
		border-bottom: solid 1px #dfdfdf;
		border-top: solid 1px #dfdfdf;
		filter: alpha(opacity=0);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-opacity: 0;
		-khtml-opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-o-opacity: 0;
		opacity: 0;
		-webkit-transition: all .5s ease-in-out;
		-khtml-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	.core-nav .wrap-core-nav-list .core-nav-list {
		margin: 0;
		display: block;
	}
	.core-nav .wrap-core-nav-list .core-nav-list li {
		float: none;
		display: block;
		width: 100%;
	}
	.core-nav .wrap-core-nav-list .core-nav-list li a {
		display: block;
		width: 100%;
		text-align: left;
	}
	.core-nav .nav-header.bottom {
		border: 0;
	}
	.core-nav.open-responsive .wrap-core-nav-list {
		margin-top: 0;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-opacity: 1;
		-khtml-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-o-opacity: 1;
		opacity: 1;
	}
	.core-responsive-slide {
		-webkit-transition: all .5s ease-in-out;
		-khtml-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-opacity: 1;
		-khtml-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-o-opacity: 1;
		opacity: 1;
	}
	.core-responsive-slide .core-nav .wrap-core-nav-list {
		top: 0;
		width: 270px;
		max-height: 100vh;
		height: 100vh;
		margin-top: 0;
		margin-left: -270px;
		border: 0;
		border-right: solid 1px #dfdfdf;
		position: fixed;
		-webkit-transition: all .5s ease-in-out;
		-khtml-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	.core-responsive-slide.open {
		margin-left: 270px;
		margin-right: -270px;
	}
	.core-responsive-slide.open .core-nav .wrap-core-nav-list {
		top: 0;
		margin-top: 0;
		margin-left: 0;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-opacity: 1;
		-khtml-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-o-opacity: 1;
		opacity: 1;
	}
}


/*
Fullscreen
=========================== */

@media (min-width: 920px) {
	.core-nav.fullscreen .nav-header {
		width: 100%;
		text-align: left;
		padding: 0;
		position: relative;
	}
	.core-nav.fullscreen .nav-header .brand {
		top: 0;
		margin: 15px;
	}
	.core-nav.fullscreen .core-nav-toggle {
		position: absolute;
		right: 15px;
		top: 15px;
		font-size: 20px;
		display: inline-block;
	}
	.core-nav.fullscreen .wrap-core-nav-list {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 99999;
		background-color: #fff;
	}
	.core-nav.fullscreen .wrap-core-nav-list.center {
		text-align: center;
	}
	.core-nav.fullscreen .wrap-core-nav-list.right {
		text-align: right;
	}
	.core-nav.fullscreen .wrap-core-nav-list .nav-container {
		height: 100vh;
		display: table;
		position: relative;
		padding: 0 30px;
	}
	.core-nav.fullscreen .wrap-core-nav-list .menu {
		display: table-cell;
		vertical-align: middle;
	}
	.core-nav.fullscreen .wrap-core-nav-list .menu li {
		float: none;
		display: block;
	}
	.core-nav.fullscreen.open-fullscreen .core-nav-toggle {
		right: 30px;
	}
	.core-nav.fullscreen.open-fullscreen .wrap-core-nav-list {
		display: block;
	}
}

@media (max-width: 920px) {
	.core-nav.fullscreen .wrap-core-nav-list .nav-container .core-nav-toggle {
		display: none;
	}
}

.core-content {
	min-height: 100vh;
}


/*
Sidebar
=========================== */

@media (min-width: 992px) {
	.core-content {
		position: relative;
		min-height: 100vh;
	}
	.core-content.core-sidebar {
		padding-left: 270px;
	}
	.core-content.core-sidebar .dropdown-overlay {
		left: 270px;
	}
	.core-content.core-sidebar ul.attributes {
		position: fixed;
		width: 270px;
		left: 0;
		bottom: 0;
		display: flex;
		justify-content: space-around;
		z-index: 3;
	}
	.nav-sidebar {
		width: 270px;
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		width: 270px !important;
		border-right: solid 1px #dfdfdf;
	}
	.nav-sidebar .nav-header {
		display: block;
		width: 100%;
	}
	.nav-sidebar .nav-header .brand {
		display: block;
	}
	.nav-sidebar .nav-header .brand img {
		width: 100%;
	}
	.nav-sidebar .wrap-core-nav-list .core-nav-list {
		display: block;
	}
	.nav-sidebar .wrap-core-nav-list .core-nav-list li {
		display: block;
		float: none;
	}
}

@media (max-width: 992px) {
	.nav-sidebar {
		border-right: 0;
	}
	.nav-sidebar .nav-header .nav-container {
		padding-left: 0;
		padding-right: 0;
	}
	.nav-sidebar .wrap-core-nav-list {
		padding: 0;
		border-bottom: solid 1px #dfdfdf;
	}
	.nav-sidebar .wrap-core-nav-list .nav-container {
		padding-left: 0;
		padding-right: 0;
	}
	.core-content.core-sidebar.core-responsive-slide nav.core-nav.nav-core-fixed.nav-sidebar {
		-webkit-transition: all .5s ease-in-out;
		-khtml-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	.core-content.core-sidebar.core-responsive-slide.open nav.core-nav.nav-core-fixed.nav-sidebar {
		margin-left: 270px;
		margin-right: -270px;
	}
	.core-content.core-sidebar.core-responsive-slide.open .dropdown-overlay.open-dropdown {
		left: 270px;
	}
}


/*
Brand Center
=========================== */

@media (min-width: 920px) {
	.core-nav.brand-center .full-container,
	.core-nav.brand-center .nav-container {
		position: relative;
	}
	.core-nav.brand-center .nav-header {
		position: absolute;
		width: 100%;
		top: 0;
		left: 0;
	}
	.core-nav.brand-center .nav-header .brand {
		margin: auto;
	}
	.core-nav.brand-center .wrap-core-nav-list .col-menu {
		width: 50%;
		display: inline-block;
	}
	.core-nav.brand-center .wrap-core-nav-list .col-menu.right {
		text-align: right;
	}
	.core-nav.brand-center .wrap-core-nav-list.center .col-menu.left {
		text-align: right;
		padding-right: 50px;
	}
	.core-nav.brand-center .wrap-core-nav-list.center .col-menu.right {
		text-align: left;
		padding-left: 50px;
	}
}

.core-content {
	min-height: 100vh;
}


/*
Sidebar Toggle
=========================== */

@media (min-width: 992px) {
	.core-content {
		position: relative;
		min-height: 100vh;
	}
	.core-content.core-sidebar-toggle {
		padding-left: 75px;
	}
	.sidebar-toggle {
		width: 75px;
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		border-right: solid 1px #dfdfdf;
	}
	.sidebar-toggle .nav-header {
		display: block;
		width: 100%;
		height: 100vh;
	}
	.sidebar-toggle .nav-header .brand {
		display: block;
	}
	.sidebar-toggle .nav-header .brand img {
		width: 100%;
	}
	.sidebar-toggle .core-nav-toggle {
		display: block;
		width: 75px;
		height: 75px;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 0;
		font-size: 18px;
		color: #6a6a6a;
	}
	.sidebar-toggle .wrap-core-nav-list {
		position: absolute;
		height: 100%;
		width: 270px;
		margin-left: -270px;
		border-right: solid 1px #dfdfdf;
		-webkit-transition: all .5s ease-in-out;
		-khtml-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	}
	.sidebar-toggle .wrap-core-nav-list .core-nav-list {
		display: block;
	}
	.sidebar-toggle .wrap-core-nav-list .core-nav-list li {
		display: block;
		float: none;
	}
	.sidebar-toggle .wrap-core-nav-list .core-nav-list li a {
		border-bottom: solid 1px #dfdfdf;
	}
	.sidebar-toggle .wrap-core-nav-list.full-width {
		width: calc(100vw - 75px);
		margin-left: -100vw;
	}
	.sidebar-toggle .wrap-core-nav-list.full-width .core-nav-list {
		display: inline-block;
		width: 100%;
		margin: 0;
	}
	.sidebar-toggle .wrap-core-nav-list.full-width .core-nav-list li {
		background: #fafafa;
		float: left;
		display: table;
		height: 100vh;
		text-align: center;
		vertical-align: middle;
	}
	.sidebar-toggle .wrap-core-nav-list.full-width .core-nav-list li a {
		border: 0;
		height: 100vh;
		display: table-cell;
		vertical-align: middle;
		border-right: solid 1px #dfdfdf;
	}
	.sidebar-toggle.open-responsive .wrap-core-nav-list {
		margin-left: 75px;
	}
}

.core-nav-section .core-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}

@media (min-width: 920px) {
	.core-nav-section .core-nav {
		height: 100%;
		background: transparent;
	}
	.core-nav-section .core-nav .nav-header {
		padding: 50px;
	}
	.core-nav-section .core-nav .nav-header .brand {
		width: 100px;
		display: block;
	}
	.core-nav-section .core-nav .nav-header .brand img {
		width: 100%;
	}
	.core-nav-section .core-nav .core-nav-list {
		display: block;
		background: transparent;
		position: absolute;
		padding-left: 50px;
		width: 150px;
	}
	.core-nav-section .core-nav .core-nav-list li {
		float: none;
		display: block;
	}
	.core-nav-section .core-nav .core-nav-list li a {
		background: transparent;
		color: #6a6a6a;
		text-decoration: none;
		margin: 15px 0;
		display: block;
		font-size: 14px;
	}
	.core-nav-section .core-nav .core-nav-list li.active a {
		font-size: 18px;
		color: #ef8f3e;
	}
}

@media (max-width: 920px) {
	.core-nav-section .core-nav {
		width: 100%;
	}
}

.core-content {
	min-height: 100vh;
}


/*
Side Icon
=========================== */

@media (min-width: 992px) {
	.core-content {
		position: relative;
		min-height: 100vh;
	}
	.core-content.core-side-icon {
		padding-left: 75px;
	}
	.core-content .nav-side-icon {
		-webkit-transition: all .5s ease-in-out;
		-khtml-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		width: 75px;
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		border-right: solid 1px #dfdfdf;
	}
	.core-content .nav-side-icon .nav-header {
		display: block;
		width: 100%;
	}
	.core-content .nav-side-icon .nav-header .brand {
		display: block;
	}
	.core-content .nav-side-icon .nav-header .brand img {
		width: 100%;
	}
	.core-content .nav-side-icon .wrap-core-nav-list {
		display: block;
		position: relative;
		margin-top: 100px;
	}
	.core-content .nav-side-icon .wrap-core-nav-list ul.core-nav-list {
		display: block;
	}
	.core-content .nav-side-icon .wrap-core-nav-list ul.core-nav-list>li {
		float: none;
		display: block;
		width: 100%;
		position: relative;
	}
	.core-content .nav-side-icon .wrap-core-nav-list ul.core-nav-list>li>a {
		display: block;
		width: 100%;
		text-align: center;
		padding: 10px 5px;
	}
	.core-content .nav-side-icon .wrap-core-nav-list ul.core-nav-list>li.dropdown>ul.dropdown-menu {
		top: 0;
		left: 100%;
	}
	.core-content .nav-side-icon .wrap-core-nav-list ul.core-nav-list .text-icon {
		display: none;
	}
	.core-content.open-side-icon {
		padding-left: 250px;
	}
	.core-content.open-side-icon .nav-side-icon {
		width: 250px;
	}
	.core-content.open-side-icon .wrap-core-nav-list ul.core-nav-list>li>a {
		position: relative;
		text-align: left;
	}
	.core-content.open-side-icon .wrap-core-nav-list ul.core-nav-list .icon {
		position: absolute;
		left: 20px;
		top: 12px;
	}
	.core-content.open-side-icon .wrap-core-nav-list ul.core-nav-list .text-icon {
		display: inline-block;
		margin-left: 40px;
	}
}

@media (max-width: 992px) {
	.nav-side-icon .wrap-core-nav-list li {
		position: relative;
	}
	.nav-side-icon .wrap-core-nav-list li .icon {
		position: absolute;
		left: 10px;
		top: 12px;
	}
	.nav-side-icon .wrap-core-nav-list li .text-icon {
		display: inline-block;
		margin-left: 25px;
	}
}


/*
Dropdown
=========================== */

.dropdown-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
	background: #fff;
	left: 0;
	top: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-opacity: 0;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
}

.dropdown-overlay.open-dropdown {
	display: block;
	z-index: 9999999;
}

.core-nav .dropdown {
	position: relative;
}

.core-nav .dropdown .dropdown-menu {
	display: none;
}

.core-nav .dropdown>.dropdown-menu {
	width: 230px;
	background: #fff;
	border: solid 1px #eee;
	position: absolute;
	top: 100%;
	padding: 0;
	margin-top: 0;
}

.core-nav .dropdown>.dropdown-menu>li {
	float: none;
	display: block;
}

.core-nav .dropdown>.dropdown-menu>li>a {
	border-bottom: solid 1px #eee;
	padding: 10px 15px;
	text-align: left;
}

.core-nav .dropdown.open>.dropdown-menu {
	display: block;
}

.core-nav .wrap-core-nav-list.center .dropdown>.dropdown-menu,
.core-nav .wrap-core-nav-list.left .dropdown>.dropdown-menu {
	left: 0;
}

.core-nav .wrap-core-nav-list.center .dropdown>.dropdown-menu .dropdown>.dropdown-menu,
.core-nav .wrap-core-nav-list.left .dropdown>.dropdown-menu .dropdown>.dropdown-menu {
	top: 0;
	left: 100%;
}

.core-nav .wrap-core-nav-list.right .dropdown>.dropdown-menu {
	right: 0;
}

.core-nav .wrap-core-nav-list.right .dropdown>.dropdown-menu .dropdown>.dropdown-menu {
	top: 0;
	right: 100%;
}

.core-nav .wrap-core-nav-list.dropdown-accordion .core-nav-list li.dropdown>.dropdown-menu {
	position: relative;
	width: 100%;
	border: 0;
	padding-left: 15px;
}

.core-nav .wrap-core-nav-list.dropdown-accordion .core-nav-list>li.dropdown>.dropdown-menu {
	position: absolute !important;
	width: 230px;
	border: solid 1px #efefef;
	padding-left: 0;
}

.core-nav .wrap-core-nav-list.dropdown-accordion.center .dropdown>.dropdown-menu .dropdown>.dropdown-menu,
.core-nav .wrap-core-nav-list.dropdown-accordion.left .dropdown>.dropdown-menu .dropdown>.dropdown-menu {
	left: 0;
}

.core-nav .wrap-core-nav-list.dropdown-accordion.right .dropdown>.dropdown-menu .dropdown>.dropdown-menu {
	right: 0;
}

.core-sidebar-toggle .core-nav .wrap-core-nav-list.center>.core-nav-list>li.dropdown>ul.dropdown-menu,
.core-sidebar-toggle .core-nav .wrap-core-nav-list.left>.core-nav-list>li.dropdown>ul.dropdown-menu,
.core-sidebar-toggle .core-nav .wrap-core-nav-list.right>.core-nav-list>li.dropdown>ul.dropdown-menu,
.core-sidebar .core-nav .wrap-core-nav-list.center>.core-nav-list>li.dropdown>ul.dropdown-menu,
.core-sidebar .core-nav .wrap-core-nav-list.left>.core-nav-list>li.dropdown>ul.dropdown-menu,
.core-sidebar .core-nav .wrap-core-nav-list.right>.core-nav-list>li.dropdown>ul.dropdown-menu {
	left: 100%;
	top: 0;
}

.core-sidebar-toggle .core-nav .wrap-core-nav-list.dropdown-accordion .core-nav-list>li.dropdown>.dropdown-menu,
.core-sidebar .core-nav .wrap-core-nav-list.dropdown-accordion .core-nav-list>li.dropdown>.dropdown-menu {
	left: 0 !important;
	position: relative !important;
	width: 100%;
	border: solid 1px #efefef;
	padding-left: 0;
}

@media (max-width: 920px) {
	.core-nav .dropdown .dropdown-menu {
		position: relative;
		width: 100%;
		border: 0;
		padding-left: 15px;
		top: 0;
		left: 0 !important;
		right: 0 !important;
	}
	.core-nav ul.attributes .dropdown .dropdown-menu {
		border: solid 1px #efefef;
		padding: 0;
		position: absolute;
		display: none;
		top: 100%;
		left: 0;
		right: 0;
		width: 230px;
	}
	.core-nav ul.attributes .dropdown.open .dropdown-menu {
		display: block;
	}
	.core-nav .wrap-core-nav-list.dropdown-accordion .core-nav-list>li.dropdown>a {
		display: block;
		position: relative;
	}
	.core-nav .wrap-core-nav-list.dropdown-accordion .core-nav-list>li.dropdown .dropdown-menu {
		position: relative !important;
		width: 100% !important;
	}
	.core-nav .wrap-core-nav-list.dropdown-accordion .core-nav-list>li.dropdown.open>.dropdown-menu {
		display: block;
		position: relative;
		border: 0 !important;
		padding-left: 15px;
	}
}


/*
Mega Menu
=========================== */

.core-nav .megamenu>.megamenu-content {
	position: absolute;
	top: 100%;
	width: 100%;
	background: #fff;
	text-align: left;
	border: solid 1px #efefef;
	display: none;
}

.core-nav .megamenu.open>.megamenu-content {
	display: block;
}

.core-nav .wrap-core-nav-list.center .megamenu>.megamenu-content,
.core-nav .wrap-core-nav-list.left .megamenu>.megamenu-content {
	left: 0;
}

.core-nav .wrap-core-nav-list.right .megamenu>.megamenu-content {
	right: 0;
}

@media (max-width: 920px) {
	.core-nav .megamenu>.megamenu-content {
		position: relative;
		width: 100% !important;
		border: 0;
		border-bottom: solid 1px #efefef;
	}
	.core-nav ul.attributes .megamenu .megamenu-content {
		border: solid 1px #efefef;
		padding: 0;
		position: absolute;
		display: none;
		width: 300px !important;
		top: 100%;
		left: 0;
		right: 0;
	}
	.core-nav ul.attributes .megamenu.open .megamenu-content {
		display: block;
	}
}

ul.attributes {
	padding: 0;
	margin: 0 0 -7px 0;
	list-style: none;
	display: inline-block;
	float: right;
}

ul.attributes li {
	float: left;
	display: block;
}

ul.attributes li a {
	display: block;
	padding: 20px 10px;
	color: #6a6a6a;
}

ul.attributes li a:hover {
	color: #ef8f3e;
}

.nav-header ul.attributes {
	position: relative;
	z-index: 9;
	margin-right: 10px;
}

.nav-header ul.attributes li a {
	padding: 20px 8px;
}

@media (min-width: 920px) {
	.nav-header ul.attributes {
		display: none;
	}
	.wrap-core-nav-listul.attributes {
		display: inline-block;
	}
}

@media (max-width: 920px) {
	.nav-header ul.attributes {
		display: inline-block;
	}
	.wrap-core-nav-list ul.attributes {
		display: none;
	}
}


/*
Grid
=========================== */

* {
	box-sizing: border-box;
}

.core-nav {
	/*
    Row
    =========================== */
	/*
    Container
    =========================== */
}

.core-nav .nav-row::after {
	content: "";
	clear: both;
	display: table;
}

.core-nav .nav-row [class*="col-"] {
	float: left;
	padding: 15px;
}

.core-nav .nav-container {
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.core-nav .nav-row .col-sm-1 {
		width: 8.33%;
	}
	.core-nav .nav-row .col-sm-2 {
		width: 16.66%;
	}
	.core-nav .nav-row .col-sm-3 {
		width: 25%;
	}
	.core-nav .nav-row .col-sm-4 {
		width: 33.33%;
	}
	.core-nav .nav-row .col-sm-5 {
		width: 41.66%;
	}
	.core-nav .nav-row .col-sm-6 {
		width: 50%;
	}
	.core-nav .nav-row .col-sm-7 {
		width: 58.33%;
	}
	.core-nav .nav-row .col-sm-8 {
		width: 66.66%;
	}
	.core-nav .nav-row .col-sm-9 {
		width: 75%;
	}
	.core-nav .nav-row .col-sm-10 {
		width: 83.33%;
	}
	.core-nav .nav-row .col-sm-11 {
		width: 91.66%;
	}
	.core-nav .nav-row .col-sm-12 {
		width: 100%;
	}
	.core-nav .nav-container {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.core-nav .nav-row .col-md-1 {
		width: 8.33%;
	}
	.core-nav .nav-row .col-md-2 {
		width: 16.66%;
	}
	.core-nav .nav-row .col-md-3 {
		width: 25%;
	}
	.core-nav .nav-row .col-md-4 {
		width: 33.33%;
	}
	.core-nav .nav-row .col-md-5 {
		width: 41.66%;
	}
	.core-nav .nav-row .col-md-6 {
		width: 50%;
	}
	.core-nav .nav-row .col-md-7 {
		width: 58.33%;
	}
	.core-nav .nav-row .col-md-8 {
		width: 66.66%;
	}
	.core-nav .nav-row .col-md-9 {
		width: 75%;
	}
	.core-nav .nav-row .col-md-10 {
		width: 83.33%;
	}
	.core-nav .nav-row .col-md-11 {
		width: 91.66%;
	}
	.core-nav .nav-row .col-md-12 {
		width: 100%;
	}
	.core-nav .nav-container {
		width: 970px;
	}
	.core-nav .full-container {
		padding: 0 15px;
	}
}

@media (min-width: 1200px) {
	.core-nav .nav-container {
		width: 1140px;
		padding-right: 15px;
		padding-left: 15px;
	}
}


@media (min-width: 1440px) {
	.core-nav .nav-container {
		width: 1340px;
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (max-width: 767px) {
	.core-nav .nav-row .col-xs-1 {
		width: 8.33%;
	}
	.core-nav .nav-row .col-xs-2 {
		width: 16.66%;
	}
	.core-nav .nav-row .col-xs-3 {
		width: 25%;
	}
	.core-nav .nav-row .col-xs-4 {
		width: 33.33%;
	}
	.core-nav .nav-row .col-xs-5 {
		width: 41.66%;
	}
	.core-nav .nav-row .col-xs-6 {
		width: 50%;
	}
	.core-nav .nav-row .col-xs-7 {
		width: 58.33%;
	}
	.core-nav .nav-row .col-xs-8 {
		width: 66.66%;
	}
	.core-nav .nav-row .col-xs-9 {
		width: 75%;
	}
	.core-nav .nav-row .col-xs-10 {
		width: 83.33%;
	}
	.core-nav .nav-row .col-xs-11 {
		width: 91.66%;
	}
	.core-nav .nav-row .col-xs-12 {
		width: 100%;
	}
}
/*















 */
/****************************/
/** Imports Plugin css **/
/****************************/
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/../../assets/vendor_components/bootstrap/dist/css/bootstrap.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/../../assets/vendor_components/OwlCarousel2/dist/assets/owl.theme.default.min.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/../../assets/vendor_components/OwlCarousel2/dist/assets/owl.carousel.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/../../assets/vendor_components/Magnific-Popup-master/dist/magnific-popup.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/../../assets/vendor_components/lightbox-master/dist/ekko-lightbox.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/../../assets/vendor_components/select2/dist/css/select2.min.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/../../assets/vendor_components/bootstrap-daterangepicker/daterangepicker.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/../../assets/vendor_components/bootstrap-datepicker/dist/css/bootstrap-datepicker.min.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/../../assets/vendor_components/bootstrap-select/dist/css/bootstrap-select.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/../../assets/vendor_plugins/timepicker/bootstrap-timepicker.min.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/../../assets/vendor_components/fullcalendar/fullcalendar.min.css);
@import "../../assets/vendor_components/fullcalendar/fullcalendar.print.min.css" print;
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/../../assets/vendor_components/aos/aos.css);
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/../../assets/vendor_components/datatable/datatables.min.css);
/* Menus core CSS */
@import url(https://oarlin-bb3cf8e14b12.herokuapp.com/../corenav-master/coreNavigation-1.1.3.css);

/*# sourceMappingURL=vendors_css.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/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot');
  src: url('https://oarlin-bb3cf8e14b12.herokuapp.com/assets/fontawesome-webfont-82ff0fe46a6f60e0ab3c4a9891a0ae0a1f7b7e84c625f55358379177a2dcb202.eot?#iefix') format('embedded-opentype'), url('https://oarlin-bb3cf8e14b12.herokuapp.com/assets/fontawesome-webfont-fa79d127baca4558a0b973f5f514b90fc5ef43314c41095f5cb285ffaa0a4029.woff2') format('woff2'), url('https://oarlin-bb3cf8e14b12.herokuapp.com/assets/fontawesome-webfont-c9a0a23a23a3f6f7165cba218b40483a0b1750d92b49c40842f1d8f566f5f421.woff') format('woff'), url('https://oarlin-bb3cf8e14b12.herokuapp.com/assets/fontawesome-webfont-2794b002e3568f5abce8991e2431ca79e0ce84a08ea1268884b4e097b62762a6.ttf') format('truetype'), url('https://oarlin-bb3cf8e14b12.herokuapp.com/assets/fontawesome-webfont-67c6c8e9ffb0fcd7c7c64eaff12a298abf5b54a54b54f0e6c4c49161dba62d6d.svg#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;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *



 */

@import "https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap";

.landing-body .landing-banner .landing-banner-heading {
    line-height: 1.25;
    text-shadow: 1px 1px var(--black-1);
    font-size: 3rem;
    font-weight: 500;
    color: #fff;
}

/* src/assets/scss/styles.scss */
:root {
  color-scheme: dark;
  --body-bg-rgb:
    20,
    20,
    20;
  --primary-rgb:
    0,
    255,
    190;
  --secondary-rgb:
    0,
    227,
    210;
  --warning-rgb:
    235,
    247,
    72;
  --info-rgb:
    72,
    247,
    238;
  --success-rgb:
    72,
    247,
    104;
  --danger-rgb:
    255,74,74;
  --light-rgb:
    245,
    247,
    250;
  --dark-rgb:
    44,
    62,
    80;
  --orange-rgb:
    255,
    116,
    23;
  --pink-rgb:
    252,
    108,
    133;
  --teal-rgb:
    0,
    177,
    163;
  --purple-rgb:
    143,
    0,
    255;
  --green-rgb:
    69,
    214,
    91;
  --default-body-bg-color: rgb(var(--body-bg-rgb));
  --primary-color: rgb(var(--primary-rgb));
  --primary-border: rgb(var(--primary-rgb));
  --primary01: rgba(var(--primary-rgb), 0.1);
  --primary02: rgba(var(--primary-rgb), 0.2);
  --primary03: rgba(var(--primary-rgb), 0.3);
  --primary04: rgba(var(--primary-rgb), 0.4);
  --primary05: rgba(var(--primary-rgb), 0.5);
  --primary06: rgba(var(--primary-rgb), 0.6);
  --primary07: rgba(var(--primary-rgb), 0.7);
  --primary08: rgba(var(--primary-rgb), 0.8);
  --primary09: rgba(var(--primary-rgb), 0.9);
  --primary005: rgba(var(--primary-rgb), 0.05);
  --default-font-family: "Rajdhani", sans-serif;
  --default-font-weight: 400;
  --default-text-color-rgb:
    51,
    51,
    51;
  --default-border: #e8e8e8;
  --default-background: #f7f8f9;
  --menu-bg: #fff;
  --menu-prime-color: rgba(255,255,255,1);
  --menu-border-color: #e8e8e8;
  --header-bg: #fff;
  --header-prime-color: rgba(255,255,255,1);
  --header-border-color: #e8e8e8;
  --custom-white: #fff;
  --custom-black: #000;
  --bootstrap-card-border: #e8e8e8;
  --list-hover-focus-bg: #f5f6f7;
  --text-muted: #6c757e;
  --input-border: #e8e8e8;
  --form-control-bg: rgba(var(--primary-rgb),0.05);
  --theme-bg-gradient: #021e18;
  --bg-pattern: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p4-454XSD5G.svg);
  --gray-1: #f9fafb;
  --gray-2: #f2f4f5;
  --gray-3: #e6eaeb;
  --gray-4: #dbdfe1;
  --gray-5: #949eb7;
  --gray-6: #7987a1;
  --gray-7: #4d5875;
  --gray-8: #383853;
  --gray-9: #323251;
  --white-1: rgba(255, 255, 255, 0.1);
  --white-2: rgba(255, 255, 255, 0.2);
  --white-3: rgba(255, 255, 255, 0.3);
  --white-4: rgba(255, 255, 255, 0.4);
  --white-5: rgba(255, 255, 255, 0.5);
  --white-6: rgba(255, 255, 255, 0.6);
  --white-7: rgba(255, 255, 255, 0.7);
  --white-8: rgba(255, 255, 255, 0.8);
  --white-9: rgba(255, 255, 255, 0.9);
  --black-1: rgba(0, 0, 0, 0.1);
  --black-2: rgba(0, 0, 0, 0.2);
  --black-3: rgba(0, 0, 0, 0.3);
  --black-4: rgba(0, 0, 0, 0.4);
  --black-5: rgba(0, 0, 0, 0.5);
  --black-6: rgba(0, 0, 0, 0.6);
  --black-7: rgba(0, 0, 0, 0.7);
  --black-8: rgba(0, 0, 0, 0.8);
  --black-9: rgba(0, 0, 0, 0.9);
}
[data-theme-mode=dark] {
  --body-bg-rgb:
    32,
    32,
    37;
  --body-bg-rgb2:
    20,
    20,
    20;
  --menu-bg: rgb(var(--body-bg-rgb));
  --menu-border-color: rgba(255, 255, 255, 0.1);
  --menu-prime-color: rgba(255,255,255,1);
  --header-bg: rgb(var(--body-bg-rgb));
  --header-prime-color: rgba(255,255,255,1);
  --header-border-color: rgba(255, 255, 255, 0.1);
  --custom-white: #010a07;
  --custom-black: #fff;
  --default-border: rgba(255, 255, 255, 0.1);
  --default-text-color-rgb:
    255,
    255,
    255;
  --light-rgb:
    40,
    60,
    56;
  --dark-rgb:
    240,
    245,
    248;
  --bootstrap-card-border: rgba(255, 255, 255, 0.1);
  --list-hover-focus-bg: rgba(255, 255, 255, 0.1);
  --default-background: rgba(15, 30, 26, 0.5);
  --default-body-bg-color: rgb(var(--body-bg-rgb2));
  --text-muted: rgba(255, 255, 255, 0.9);
  --input-border: rgba(255, 255, 255, 0.1);
  --form-control-bg: rgba(var(--primary-rgb), 0.05);
  --card-bg:
    29,
    68,
    67;
  --gray-1: #110f0f;
  --gray-2: #17171c;
  --gray-3: #393946;
  --gray-4: #505062;
  --gray-5: #73738c;
  --gray-6: #8f8fa3;
  --gray-7: #ababba;
  --gray-8: #c7c7d1;
  --gray-9: #e3e3e8;
  --white-1: rgba(0, 0, 0, 0.1);
  --white-2: rgba(0, 0, 0, 0.2);
  --white-3: rgba(0, 0, 0, 0.3);
  --white-4: rgba(0, 0, 0, 0.4);
  --white-5: rgba(0, 0, 0, 0.5);
  --white-6: rgba(0, 0, 0, 0.6);
  --white-7: rgba(0, 0, 0, 0.7);
  --white-8: rgba(0, 0, 0, 0.8);
  --white-9: rgba(0, 0, 0, 0.9);
  --black-1: rgba(255, 255, 255, 0.1);
  --black-2: rgba(255, 255, 255, 0.2);
  --black-3: rgba(255, 255, 255, 0.3);
  --black-4: rgba(255, 255, 255, 0.4);
  --black-5: rgba(255, 255, 255, 0.5);
  --black-6: rgba(255, 255, 255, 0.6);
  --black-7: rgba(255, 255, 255, 0.7);
  --black-8: rgba(255, 255, 255, 0.8);
  --black-9: rgba(255, 255, 255, 0.9);
}
@media (max-width: 991.98px) {
  .sidemenu-layout-styles {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .app-header .horizontal-logo .header-logo img {
    height: 1.5rem;
    line-height: 1.5rem;
  }
}
[dir=rtl][data-card-style=style2] .card.custom-card .top-right:before {
  transform: rotate(-45deg);
}
[dir=rtl][data-card-style=style2] .card.custom-card:before {
  transform: rotate(-45deg);
}
[data-theme-mode=dark] .app-sidebar .main-sidebar-header .header-logo .desktop-dark {
  display: block;
}
[data-theme-mode=dark] .app-sidebar .main-sidebar-header .header-logo .desktop-logo,
[data-theme-mode=dark] .app-sidebar .main-sidebar-header .header-logo .toggle-logo,
[data-theme-mode=dark] .app-sidebar .main-sidebar-header .header-logo .toggle-dark {
  display: none;
}
[data-theme-mode=dark] .btn-close {
  filter: invert(1);
}
[data-theme-mode=dark] .alert .btn-close {
  filter: unset;
}
[data-theme-mode=dark] .dropdown-menu {
  box-shadow: 0 1rem 1.125rem rgba(40, 40, 40, 0.15);
}
[data-theme-mode=dark] button.gridjs-sort,
[data-theme-mode=dark] button.gridjs-sort-desc,
[data-theme-mode=dark] button.gridjs-sort-asc {
  filter: invert(1);
}
[data-theme-mode=dark] .choices__list--dropdown,
[data-theme-mode=dark] .choices__list[aria-expanded] {
  box-shadow: rgba(245, 245, 245, 0.1) 0 0.5rem 1.5rem !important;
}
@media (max-width: 991.98px) {
  [data-header-styles=dark] .app-header .horizontal-logo .header-logo .desktop-logo,
  [data-header-styles=dark] .app-header .horizontal-logo .header-logo .desktop-dark,
  [data-header-styles=dark] .app-header .horizontal-logo .header-logo .toggle-logo,
  [data-header-styles=transparent][data-theme-mode=dark] .app-header .horizontal-logo .header-logo .desktop-logo,
  [data-header-styles=transparent][data-theme-mode=dark] .app-header .horizontal-logo .header-logo .desktop-dark,
  [data-header-styles=transparent][data-theme-mode=dark] .app-header .horizontal-logo .header-logo .toggle-logo {
    display: none;
  }
  [data-header-styles=dark] .app-header .horizontal-logo .header-logo .toggle-dark,
  [data-header-styles=transparent][data-theme-mode=dark] .app-header .horizontal-logo .header-logo .toggle-dark {
    display: block;
  }
}
@media (max-width: 991.98px) {
  [data-toggled=close] .app-sidebar {
    transition: all 300ms ease;
    transform: translateX(-16rem);
  }
  [data-toggled=close] .app-header {
    padding-inline-start: 0rem;
  }
  [data-toggled=close] .app-header .horizontal-logo {
    display: block;
  }
  [data-toggled=close][dir=rtl] .app-sidebar {
    transition: all 300ms ease;
    transform: translateX(16rem);
  }
}
@media (max-width: 991.98px) {
  [data-toggled=open] .app-sidebar {
    transition: all 300ms ease;
    transform: translateX(0rem);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }
  [data-toggled=open] .app-header {
    padding-inline-start: 0rem;
  }
  [data-toggled=open] .app-header .horizontal-logo {
    display: block;
  }
}
@media (min-width: 1400px) {
  [data-width=boxed] body {
    background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  }
  [data-width=boxed] .page {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 0 1rem var(--black-1);
  }
  [data-width=boxed] .page .app-header {
    width: 1400px;
    margin: 0 auto;
  }
  [data-width=boxed] .page .app-sidebar {
    inset-inline-start: auto;
  }
  [data-width=boxed][data-nav-layout=horizontal] .app-sidebar {
    width: 1400px !important;
  }
  [data-width=boxed][data-page-style=classic] .page {
    background-color: var(--custom-white);
  }
  [data-width=boxed][data-page-style=classic] .card {
    box-shadow: none;
  }
  [data-width=boxed][data-theme-mode=dark] body {
    background-color: rgba(var(--body-bg-rgb), 0.6);
  }
  [data-width=boxed][data-vertical-style=detached] .page {
    width: 1400px;
  }
  [data-width=boxed][data-vertical-style=detached] .page .app-header {
    width: 1400px;
  }
  [data-width=boxed][data-vertical-style=detached][data-toggled=detached-close] .app-content {
    margin-inline-start: 5rem;
  }
  [data-width=boxed][data-vertical-style=detached] .app-header .main-header-container {
    width: 99%;
    padding-inline: 10px;
  }
  [data-width=boxed][data-vertical-style=detached] .app-content {
    margin-inline-start: 16rem;
  }
  [data-width=boxed][data-vertical-style=doublemenu] .app-sidebar .main-sidebar {
    height: 100%;
  }
  [data-width=boxed][data-vertical-style=doublemenu] .app-sidebar .simplebar-content-wrapper {
    position: initial;
  }
  [data-width=boxed][data-vertical-style=doublemenu] .app-sidebar .simplebar-mask {
    position: inherit;
  }
  [data-width=boxed] .mail-info-body {
    max-height: calc(100vh - 19.3rem);
  }
  [data-width=boxed] #Invoice .list-group-item > a > div {
    display: block !important;
  }
  [data-width=boxed] .leads-source-labels .col {
    flex: 100%;
  }
}
[data-menu-position=scrollable][data-nav-layout=vertical] .app-sidebar {
  position: absolute;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}
[data-menu-position=scrollable][data-nav-layout=vertical] .app-sidebar .main-sidebar-header {
  position: absolute;
}
[data-menu-position=scrollable][data-nav-layout=horizontal] .app-sidebar {
  position: relative;
  z-index: 102;
}
[data-menu-position=scrollable][data-nav-layout=horizontal] .app-content {
  margin-block-start: 6rem;
}
[data-menu-position=scrollable][data-nav-layout=horizontal][data-header-position=scrollable] .app-sidebar {
  position: relative;
}
[data-menu-position=scrollable][data-nav-layout=horizontal][data-header-position=scrollable] .app-header {
  position: relative;
}
@media (max-width: 991.98px) {
  [data-menu-position=scrollable][data-nav-layout=horizontal] .app-sidebar {
    position: absolute;
    height: 100%;
  }
  [data-menu-position=scrollable][data-nav-layout=horizontal] .main-content {
    margin-block-start: 0;
  }
  [data-menu-position=scrollable][data-nav-layout=horizontal] .main-sidebar {
    height: 100%;
  }
}
@media (min-width: 992px) {
  [data-menu-position=scrollable] .app-content {
    min-height: calc(100vh - 2.5rem);
  }
}
[data-header-position=scrollable][data-nav-layout=vertical] .app-header {
  position: absolute;
}
[data-header-position=scrollable][data-nav-layout=vertical]:not([data-vertical-style=icontext]) .app-header,
[data-header-position=scrollable][data-nav-layout=vertical]:not([data-vertical-style=detached]) .app-header,
[data-header-position=scrollable][data-nav-layout=vertical]:not([data-vertical-style=closed]) .app-header,
[data-header-position=scrollable][data-nav-layout=vertical]:not([data-vertical-style=doublemenu]) .app-header {
  border-bottom: 0;
}
[data-header-position=scrollable][data-nav-layout=vertical]:not([data-vertical-style=icontext]) .main-header-container,
[data-header-position=scrollable][data-nav-layout=vertical]:not([data-vertical-style=detached]) .main-header-container,
[data-header-position=scrollable][data-nav-layout=vertical]:not([data-vertical-style=closed]) .main-header-container,
[data-header-position=scrollable][data-nav-layout=vertical]:not([data-vertical-style=doublemenu]) .main-header-container {
  border-bottom: 1px solid var(--default-border);
}
[data-header-position=scrollable][data-nav-layout=vertical]:not([data-vertical-style=icontext]) .main-sidebar-header,
[data-header-position=scrollable][data-nav-layout=vertical]:not([data-vertical-style=detached]) .main-sidebar-header,
[data-header-position=scrollable][data-nav-layout=vertical]:not([data-vertical-style=closed]) .main-sidebar-header,
[data-header-position=scrollable][data-nav-layout=vertical]:not([data-vertical-style=doublemenu]) .main-sidebar-header {
  border-bottom: 1px solid var(--default-border);
}
[data-header-position=scrollable][data-nav-layout=horizontal] .app-sidebar {
  position: relative;
  top: 0;
}
[data-header-position=scrollable][data-nav-layout=horizontal] .app-sidebar.sticky {
  position: sticky;
  top: 0;
}
[data-header-position=scrollable][data-nav-layout=horizontal] .app-content {
  margin-block-start: 1.75rem;
}
[data-header-position=scrollable][data-nav-layout=horizontal] .app-header {
  position: relative;
}
[data-header-position=scrollable][data-nav-layout=horizontal][data-menu-position=scrollable] .app-sidebar {
  position: relative;
}
[data-header-position=scrollable][data-nav-layout=horizontal][data-menu-position=scrollable] .app-header {
  position: relative;
}
[data-header-position=scrollable][data-nav-layout=horizontal][data-width=boxed] .app-header {
  margin: 0;
}
@media (max-width: 991.98px) {
  [data-header-position=scrollable][data-nav-layout=horizontal] .app-sidebar {
    position: absolute !important;
    z-index: 102;
  }
  [data-header-position=scrollable][data-nav-layout=horizontal] .main-content {
    padding-block-start: 0;
  }
  [data-header-position=scrollable][data-nav-layout=horizontal][data-menu-position=fixed] .app-sidebar {
    position: fixed !important;
  }
  [data-header-position=scrollable][data-nav-layout=horizontal][data-menu-position=fixed] .app-sidebar .main-sidebar {
    margin-block-start: 3.72rem;
  }
  [data-header-position=scrollable][data-nav-layout=horizontal][data-menu-position=fixed] .app-sidebar.sticky .main-sidebar {
    margin-block-start: 0;
  }
  [data-header-position=scrollable][data-nav-layout=vertical] .app-sidebar.sticky {
    inset-block-start: 0;
  }
}
.bg-img[data-card-style=style9] .app-sidebar:before,
[data-card-style=style9][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar:before,
[data-card-style=style9][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar:before,
[data-card-style=style9][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar:before,
[data-card-style=style9][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar:before,
[data-card-style=style9][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar:before {
  transform: rotate(0deg);
  border: 0;
}
.bg-img .app-sidebar:before,
[data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar:before,
[data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar:before,
[data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar:before,
[data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar:before,
[data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar:before {
  background-image: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  opacity: 0.9;
}
@media (min-width: 992px) {
  .bg-img[data-nav-layout=horizontal] ul.slide-menu,
  [data-nav-layout=horizontal][data-bg-img=bgimg5][data-theme-mode=dark] ul.slide-menu,
  [data-nav-layout=horizontal][data-bg-img=bgimg4][data-theme-mode=dark] ul.slide-menu,
  [data-nav-layout=horizontal][data-bg-img=bgimg3][data-theme-mode=dark] ul.slide-menu,
  [data-nav-layout=horizontal][data-bg-img=bgimg2][data-theme-mode=dark] ul.slide-menu,
  [data-nav-layout=horizontal][data-bg-img=bgimg1][data-theme-mode=dark] ul.slide-menu {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  .bg-img[data-nav-layout=horizontal] ul.slide-menu:before,
  [data-nav-layout=horizontal][data-bg-img=bgimg5][data-theme-mode=dark] ul.slide-menu:before,
  [data-nav-layout=horizontal][data-bg-img=bgimg4][data-theme-mode=dark] ul.slide-menu:before,
  [data-nav-layout=horizontal][data-bg-img=bgimg3][data-theme-mode=dark] ul.slide-menu:before,
  [data-nav-layout=horizontal][data-bg-img=bgimg2][data-theme-mode=dark] ul.slide-menu:before,
  [data-nav-layout=horizontal][data-bg-img=bgimg1][data-theme-mode=dark] ul.slide-menu:before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    inset-inline-end: 0;
    bottom: 0;
    border-radius: 0 0 0.25rem 0.25rem;
    opacity: 0.9;
  }
  .bg-img[data-nav-layout=horizontal][data-menu-styles=dark] ul.slide-menu:before,
  [data-nav-layout=horizontal][data-menu-styles=dark][data-bg-img=bgimg5][data-theme-mode=dark] ul.slide-menu:before,
  [data-nav-layout=horizontal][data-menu-styles=dark][data-bg-img=bgimg4][data-theme-mode=dark] ul.slide-menu:before,
  [data-nav-layout=horizontal][data-menu-styles=dark][data-bg-img=bgimg3][data-theme-mode=dark] ul.slide-menu:before,
  [data-nav-layout=horizontal][data-menu-styles=dark][data-bg-img=bgimg2][data-theme-mode=dark] ul.slide-menu:before,
  [data-nav-layout=horizontal][data-menu-styles=dark][data-bg-img=bgimg1][data-theme-mode=dark] ul.slide-menu:before {
    display: none;
  }
  .bg-img[data-nav-layout=horizontal][data-theme-mode=dark][data-menu-styles=dark] ul.slide-menu:before,
  [data-nav-layout=horizontal][data-theme-mode=dark][data-menu-styles=dark][data-bg-img=bgimg5] ul.slide-menu:before,
  [data-nav-layout=horizontal][data-theme-mode=dark][data-menu-styles=dark][data-bg-img=bgimg4] ul.slide-menu:before,
  [data-nav-layout=horizontal][data-theme-mode=dark][data-menu-styles=dark][data-bg-img=bgimg3] ul.slide-menu:before,
  [data-nav-layout=horizontal][data-theme-mode=dark][data-menu-styles=dark][data-bg-img=bgimg2] ul.slide-menu:before,
  [data-nav-layout=horizontal][data-theme-mode=dark][data-menu-styles=dark][data-bg-img=bgimg1] ul.slide-menu:before {
    display: block;
  }
  .bg-img[data-nav-layout=horizontal][data-nav-layout=horizontal][data-menu-styles=dark][data-theme-mode=light] .app-sidebar .slide.has-sub .slide-menu,
  [data-nav-layout=horizontal][data-nav-layout=horizontal][data-menu-styles=dark][data-theme-mode=light][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
  [data-nav-layout=horizontal][data-nav-layout=horizontal][data-menu-styles=dark][data-theme-mode=light][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
  [data-nav-layout=horizontal][data-nav-layout=horizontal][data-menu-styles=dark][data-theme-mode=light][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
  [data-nav-layout=horizontal][data-nav-layout=horizontal][data-menu-styles=dark][data-theme-mode=light][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
  [data-nav-layout=horizontal][data-nav-layout=horizontal][data-menu-styles=dark][data-theme-mode=light][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu {
    background: #202025;
  }
}
.bg-img[data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .main-sidebar-header,
[data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
.bg-img[data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .main-sidebar-header,
[data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .main-sidebar-header {
  background-color: transparent;
}
.bg-img[data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .main-sidebar-header,
[data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
.bg-img[data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .main-sidebar-header,
[data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .main-sidebar-header {
  background-color: rgb(var(--body-bg-rgb));
}
.bg-img[data-theme-mode=dark][data-menu-styles=transparent] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-theme-mode=dark][data-menu-styles=transparent] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-theme-mode=dark][data-menu-styles=transparent] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child3 {
  background-color: transparent;
}
.bg-img[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child3,
.bg-img[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child3,
.bg-img[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child3,
.bg-img[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child3 {
  background-color: var(--custom-white) !important;
}
.bg-img[data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child3 {
  background-color: var(--default-body-bg-color) !important;
}
.bg-img[data-theme-mode=light][data-menu-styles=dark] .app-sidebar:before,
[data-theme-mode=light][data-menu-styles=dark][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar:before,
[data-theme-mode=light][data-menu-styles=dark][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar:before,
[data-theme-mode=light][data-menu-styles=dark][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar:before,
[data-theme-mode=light][data-menu-styles=dark][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar:before,
[data-theme-mode=light][data-menu-styles=dark][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.bg-img[data-theme-mode=light][data-menu-styles=transparent] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-theme-mode=light][data-menu-styles=transparent] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-theme-mode=light][data-menu-styles=transparent] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3 {
  background-color: transparent;
}
.bg-img[data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3 {
  background-color: var(--default-body-bg-color) !important;
}
.bg-img[data-vertical-style=doublemenu] .slide.has-sub .slide-menu,
[data-vertical-style=doublemenu][data-bg-img=bgimg5][data-theme-mode=dark] .slide.has-sub .slide-menu,
[data-vertical-style=doublemenu][data-bg-img=bgimg4][data-theme-mode=dark] .slide.has-sub .slide-menu,
[data-vertical-style=doublemenu][data-bg-img=bgimg3][data-theme-mode=dark] .slide.has-sub .slide-menu,
[data-vertical-style=doublemenu][data-bg-img=bgimg2][data-theme-mode=dark] .slide.has-sub .slide-menu,
[data-vertical-style=doublemenu][data-bg-img=bgimg1][data-theme-mode=dark] .slide.has-sub .slide-menu {
  background-color: #fff;
  background-image: none;
}
.bg-img[data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide.has-sub .slide-menu,
[data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
.bg-img[data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide.has-sub .slide-menu,
[data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
.bg-img[data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide.has-sub .slide-menu,
[data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
.bg-img[data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide.has-sub .slide-menu,
[data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu {
  background-color: #fff;
  background-image: none;
}
.bg-img[data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar,
[data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar,
[data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar,
[data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar,
[data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar,
[data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar,
.bg-img[data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar,
[data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar,
[data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar,
[data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar,
[data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar,
[data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar,
.bg-img[data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar,
[data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar,
[data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar,
[data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar,
[data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar,
[data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar,
.bg-img[data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar,
[data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar,
[data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar,
[data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar,
[data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar,
[data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar {
  position: absolute;
}
@media (min-width: 992px) {
  .bg-img[data-menu-styles=dark][data-nav-layout=horizontal] ul.slide-menu,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-bg-img=bgimg5][data-theme-mode=dark] ul.slide-menu,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-bg-img=bgimg4][data-theme-mode=dark] ul.slide-menu,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-bg-img=bgimg3][data-theme-mode=dark] ul.slide-menu,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-bg-img=bgimg2][data-theme-mode=dark] ul.slide-menu,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-bg-img=bgimg1][data-theme-mode=dark] ul.slide-menu {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  .bg-img[data-menu-styles=dark][data-nav-layout=horizontal] ul.slide-menu:before,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-bg-img=bgimg5][data-theme-mode=dark] ul.slide-menu:before,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-bg-img=bgimg4][data-theme-mode=dark] ul.slide-menu:before,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-bg-img=bgimg3][data-theme-mode=dark] ul.slide-menu:before,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-bg-img=bgimg2][data-theme-mode=dark] ul.slide-menu:before,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-bg-img=bgimg1][data-theme-mode=dark] ul.slide-menu:before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    inset-inline-end: 0;
    bottom: 0;
    border-radius: 0 0 0.25rem 0.25rem;
    opacity: 0.9;
  }
  .bg-img[data-menu-styles=dark][data-nav-layout=horizontal][data-menu-styles=dark] ul.slide-menu:before,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-menu-styles=dark][data-bg-img=bgimg5][data-theme-mode=dark] ul.slide-menu:before,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-menu-styles=dark][data-bg-img=bgimg4][data-theme-mode=dark] ul.slide-menu:before,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-menu-styles=dark][data-bg-img=bgimg3][data-theme-mode=dark] ul.slide-menu:before,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-menu-styles=dark][data-bg-img=bgimg2][data-theme-mode=dark] ul.slide-menu:before,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-menu-styles=dark][data-bg-img=bgimg1][data-theme-mode=dark] ul.slide-menu:before {
    display: none;
  }
  .bg-img[data-menu-styles=dark][data-nav-layout=horizontal][data-theme-mode=dark][data-menu-styles=dark] ul.slide-menu:before,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-theme-mode=dark][data-menu-styles=dark][data-bg-img=bgimg5] ul.slide-menu:before,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-theme-mode=dark][data-menu-styles=dark][data-bg-img=bgimg4] ul.slide-menu:before,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-theme-mode=dark][data-menu-styles=dark][data-bg-img=bgimg3] ul.slide-menu:before,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-theme-mode=dark][data-menu-styles=dark][data-bg-img=bgimg2] ul.slide-menu:before,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-theme-mode=dark][data-menu-styles=dark][data-bg-img=bgimg1] ul.slide-menu:before {
    display: block;
  }
  .bg-img[data-menu-styles=dark][data-nav-layout=horizontal][data-nav-layout=horizontal][data-menu-styles=dark][data-theme-mode=light] .app-sidebar .slide.has-sub .slide-menu,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-nav-layout=horizontal][data-menu-styles=dark][data-theme-mode=light][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-nav-layout=horizontal][data-menu-styles=dark][data-theme-mode=light][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-nav-layout=horizontal][data-menu-styles=dark][data-theme-mode=light][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-nav-layout=horizontal][data-menu-styles=dark][data-theme-mode=light][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-nav-layout=horizontal][data-menu-styles=dark][data-theme-mode=light][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu {
    background: #202025;
  }
}
.bg-img[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .main-sidebar-header,
[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
.bg-img[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .main-sidebar-header,
[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .main-sidebar-header {
  background-color: transparent;
}
.bg-img[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .main-sidebar-header,
[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
.bg-img[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .main-sidebar-header,
[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .main-sidebar-header {
  background-color: rgb(var(--body-bg-rgb));
}
.bg-img[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child3 {
  background-color: transparent;
}
.bg-img[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child3,
.bg-img[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child3,
.bg-img[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child3,
.bg-img[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child3 {
  background-color: var(--custom-white) !important;
}
.bg-img[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child3 {
  background-color: var(--default-body-bg-color) !important;
}
.bg-img[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=dark] .app-sidebar:before,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=dark][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar:before,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=dark][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar:before,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=dark][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar:before,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=dark][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar:before,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=dark][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.bg-img[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3 {
  background-color: transparent;
}
.bg-img[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3 {
  background-color: var(--default-body-bg-color) !important;
}
.bg-img[data-menu-styles=dark][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-vertical-style=doublemenu][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-vertical-style=doublemenu][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-vertical-style=doublemenu][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-vertical-style=doublemenu][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-vertical-style=doublemenu][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1 {
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
}
.bg-img[data-menu-styles=dark][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-vertical-style=doublemenu][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-vertical-style=doublemenu][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-vertical-style=doublemenu][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-vertical-style=doublemenu][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-vertical-style=doublemenu][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-menu-styles=dark][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-vertical-style=doublemenu][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-vertical-style=doublemenu][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-vertical-style=doublemenu][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-vertical-style=doublemenu][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-vertical-style=doublemenu][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3 {
  background: transparent !important;
}
.bg-img[data-menu-styles=dark][data-theme-mode=light][data-vertical-style=doublemenu] .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-theme-mode=light][data-vertical-style=doublemenu][data-bg-img=bgimg5][data-theme-mode=dark] .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-theme-mode=light][data-vertical-style=doublemenu][data-bg-img=bgimg4][data-theme-mode=dark] .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-theme-mode=light][data-vertical-style=doublemenu][data-bg-img=bgimg3][data-theme-mode=dark] .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-theme-mode=light][data-vertical-style=doublemenu][data-bg-img=bgimg2][data-theme-mode=dark] .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-theme-mode=light][data-vertical-style=doublemenu][data-bg-img=bgimg1][data-theme-mode=dark] .slide.has-sub .slide-menu {
  background-color: #202025;
}
.bg-img[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
.bg-img[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
.bg-img[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
.bg-img[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu {
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
}
.bg-img[data-theme-mode=dark][data-vertical-style=doublemenu] .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-vertical-style=doublemenu][data-bg-img=bgimg5] .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-vertical-style=doublemenu][data-bg-img=bgimg4] .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-vertical-style=doublemenu][data-bg-img=bgimg3] .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-vertical-style=doublemenu][data-bg-img=bgimg2] .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-vertical-style=doublemenu][data-bg-img=bgimg1] .slide.has-sub .slide-menu {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
}
.bg-img[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu,
.bg-img[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu,
.bg-img[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu,
.bg-img[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu {
  background-color: var(--custom-white);
  background-image: none;
}
.bg-img[data-menu-styles=transparent][data-theme-mode=dark],
[data-menu-styles=transparent][data-theme-mode=dark][data-bg-img=bgimg5],
[data-menu-styles=transparent][data-theme-mode=dark][data-bg-img=bgimg4],
[data-menu-styles=transparent][data-theme-mode=dark][data-bg-img=bgimg3],
[data-menu-styles=transparent][data-theme-mode=dark][data-bg-img=bgimg2],
[data-menu-styles=transparent][data-theme-mode=dark][data-bg-img=bgimg1] {
  --menu-prime-color: rgba(255, 255, 255, 0.6);
}
.bg-img[data-menu-styles=transparent] .app-sidebar:before,
[data-menu-styles=transparent][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar:before,
[data-menu-styles=transparent][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar:before,
[data-menu-styles=transparent][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar:before,
[data-menu-styles=transparent][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar:before,
[data-menu-styles=transparent][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar:before {
  background-color: var(--default-body-bg-color);
  opacity: 0.9;
}
@media (min-width: 992px) {
  .bg-img[data-menu-styles=transparent][data-nav-layout=horizontal] ul.slide-menu,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-bg-img=bgimg5][data-theme-mode=dark] ul.slide-menu,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-bg-img=bgimg4][data-theme-mode=dark] ul.slide-menu,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-bg-img=bgimg3][data-theme-mode=dark] ul.slide-menu,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-bg-img=bgimg2][data-theme-mode=dark] ul.slide-menu,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-bg-img=bgimg1][data-theme-mode=dark] ul.slide-menu {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  .bg-img[data-menu-styles=transparent][data-nav-layout=horizontal] ul.slide-menu:before,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-bg-img=bgimg5][data-theme-mode=dark] ul.slide-menu:before,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-bg-img=bgimg4][data-theme-mode=dark] ul.slide-menu:before,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-bg-img=bgimg3][data-theme-mode=dark] ul.slide-menu:before,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-bg-img=bgimg2][data-theme-mode=dark] ul.slide-menu:before,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-bg-img=bgimg1][data-theme-mode=dark] ul.slide-menu:before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    inset-inline-end: 0;
    bottom: 0;
    border-radius: 0 0 0.25rem 0.25rem;
    opacity: 0.9;
  }
  .bg-img[data-menu-styles=transparent][data-nav-layout=horizontal][data-menu-styles=dark] ul.slide-menu:before,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-menu-styles=dark][data-bg-img=bgimg5][data-theme-mode=dark] ul.slide-menu:before,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-menu-styles=dark][data-bg-img=bgimg4][data-theme-mode=dark] ul.slide-menu:before,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-menu-styles=dark][data-bg-img=bgimg3][data-theme-mode=dark] ul.slide-menu:before,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-menu-styles=dark][data-bg-img=bgimg2][data-theme-mode=dark] ul.slide-menu:before,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-menu-styles=dark][data-bg-img=bgimg1][data-theme-mode=dark] ul.slide-menu:before {
    display: none;
  }
  .bg-img[data-menu-styles=transparent][data-nav-layout=horizontal][data-theme-mode=dark][data-menu-styles=dark] ul.slide-menu:before,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-theme-mode=dark][data-menu-styles=dark][data-bg-img=bgimg5] ul.slide-menu:before,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-theme-mode=dark][data-menu-styles=dark][data-bg-img=bgimg4] ul.slide-menu:before,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-theme-mode=dark][data-menu-styles=dark][data-bg-img=bgimg3] ul.slide-menu:before,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-theme-mode=dark][data-menu-styles=dark][data-bg-img=bgimg2] ul.slide-menu:before,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-theme-mode=dark][data-menu-styles=dark][data-bg-img=bgimg1] ul.slide-menu:before {
    display: block;
  }
  .bg-img[data-menu-styles=transparent][data-nav-layout=horizontal][data-nav-layout=horizontal][data-menu-styles=dark][data-theme-mode=light] .app-sidebar .slide.has-sub .slide-menu,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-nav-layout=horizontal][data-menu-styles=dark][data-theme-mode=light][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-nav-layout=horizontal][data-menu-styles=dark][data-theme-mode=light][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-nav-layout=horizontal][data-menu-styles=dark][data-theme-mode=light][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-nav-layout=horizontal][data-menu-styles=dark][data-theme-mode=light][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-nav-layout=horizontal][data-menu-styles=dark][data-theme-mode=light][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu {
    background: #202025;
  }
}
.bg-img[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .main-sidebar-header,
[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
.bg-img[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .main-sidebar-header,
[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .main-sidebar-header {
  background-color: transparent;
}
.bg-img[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .main-sidebar-header,
[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
.bg-img[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .main-sidebar-header,
[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .main-sidebar-header {
  background-color: rgb(var(--body-bg-rgb));
}
.bg-img[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child3 {
  background-color: transparent;
}
.bg-img[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child3,
.bg-img[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child3,
.bg-img[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child3,
.bg-img[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child3 {
  background-color: var(--custom-white) !important;
}
.bg-img[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child3 {
  background-color: var(--default-body-bg-color) !important;
}
.bg-img[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=dark] .app-sidebar:before,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=dark][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar:before,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=dark][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar:before,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=dark][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar:before,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=dark][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar:before,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=dark][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.bg-img[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3 {
  background-color: transparent;
}
.bg-img[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3 {
  background-color: var(--default-body-bg-color) !important;
}
.bg-img[data-menu-styles=transparent][data-vertical-style=doublemenu] .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg5][data-theme-mode=dark] .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg4][data-theme-mode=dark] .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg3][data-theme-mode=dark] .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg2][data-theme-mode=dark] .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg1][data-theme-mode=dark] .slide.has-sub .slide-menu {
  background-color: transparent;
  background-image: none;
}
.bg-img[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
.bg-img[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
.bg-img[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
.bg-img[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu {
  background-color: var(--default-body-bg-color);
  background-image: none;
}
.bg-img .app-sidebar,
[data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar,
[data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar,
[data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar,
[data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar,
[data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-inline: 0 !important;
}
.bg-img .app-sidebar .main-sidebar-header,
[data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .main-sidebar-header {
  background: transparent;
  border-inline-end: 0;
  border-block-end: 1px solid var(--default-border);
}
.bg-img .app-sidebar:before,
[data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar:before,
[data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar:before,
[data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar:before,
[data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar:before,
[data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar:before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (min-width: 991.98px) {
  .bg-img[data-nav-layout=horizontal] .app-sidebar,
  [data-nav-layout=horizontal][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar,
  [data-nav-layout=horizontal][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar,
  [data-nav-layout=horizontal][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar,
  [data-nav-layout=horizontal][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar,
  [data-nav-layout=horizontal][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar {
    border-block: 0 !important;
  }
}
[data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/bg-img1-P5DW4UWC.jpg);
}
[data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/bg-img2-DBA2ITB5.jpg);
}
[data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/bg-img3-ODIGD7SF.jpg);
}
[data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/bg-img4-XZDQPH6D.jpg);
}
[data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/bg-img5-WJMLLMHR.jpg);
}
[data-vertical-style=icontext][data-bg-img=bgimg1] .app-sidebar.sticky .main-sidebar-header,
[data-vertical-style=icontext][data-bg-img=bgimg2] .app-sidebar.sticky .main-sidebar-header,
[data-vertical-style=icontext][data-bg-img=bgimg3] .app-sidebar.sticky .main-sidebar-header,
[data-vertical-style=icontext][data-bg-img=bgimg4] .app-sidebar.sticky .main-sidebar-header,
[data-vertical-style=icontext][data-bg-img=bgimg5] .app-sidebar.sticky .main-sidebar-header {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}
[data-pattern-img=bgpattern1] {
  /*--bg-pattern: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p1-3OF2PWVU.png);*/
}
[data-pattern-img=bgpattern2] {
  /*--bg-pattern: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p2-SRX4SJ2U.png);*/
}
[data-pattern-img=bgpattern3] {
  /*--bg-pattern: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p3-YSSTLWAU.svg);*/
}
[data-pattern-img=bgpattern4] {
  /*--bg-pattern: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p4-454XSD5G.svg);*/
}
[data-pattern-img=bgpattern5] {
  /*--bg-pattern: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p5-ANZXTM3J.png);*/
}
[data-pattern-img=bgpattern6] {
  /*--bg-pattern: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p6-A3HM5BXM.svg);*/
}
[data-pattern-img=bgpattern7] {
  /*--bg-pattern: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p7-GX5J274D.png);*/
}
[data-pattern-img=bgpattern8] {
  /*--bg-pattern: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p8-DR52SKNT.svg);*/
}
[data-pattern-img=bgpattern9] {
  /*--bg-pattern: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p9-BCFTXLSJ.png);*/
}
[data-pattern-img=bgpattern10] {
  /*--bg-pattern: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p10-J7PGGAJU.png);*/
}
[data-card-style=style1] .app-sidebar .top-left,
[data-card-style=style1] .card.custom-card .top-left,
[data-card-style=style1] .page-header-breadcrumb .top-left {
  position: absolute;
  top: 0;
  height: 2px;
  inset-inline-start: 0;
  background: rgba(255, 255, 255, 0.1);
  width: 20px;
}
[data-card-style=style1] .app-sidebar .top-left:before,
[data-card-style=style1] .card.custom-card .top-left:before,
[data-card-style=style1] .page-header-breadcrumb .top-left:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  background: linear-gradient(to right, transparent, var(--primary-color));
  inset-inline-end: 0;
}
[data-card-style=style1] .app-sidebar .top-right,
[data-card-style=style1] .card.custom-card .top-right,
[data-card-style=style1] .page-header-breadcrumb .top-right {
  position: absolute;
  top: 0;
  height: 2px;
  inset-inline-end: 0;
  background: rgba(255, 255, 255, 0.1);
  width: 20px;
}
[data-card-style=style1] .app-sidebar .top-right:before,
[data-card-style=style1] .card.custom-card .top-right:before,
[data-card-style=style1] .page-header-breadcrumb .top-right:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  background: linear-gradient(to left, transparent, var(--primary-color));
  inset-inline-start: 0;
}
[data-card-style=style1] .app-sidebar .bottom-left,
[data-card-style=style1] .card.custom-card .bottom-left,
[data-card-style=style1] .page-header-breadcrumb .bottom-left {
  position: absolute;
  bottom: 0;
  height: 2px;
  inset-inline-start: 0;
  background: rgba(255, 255, 255, 0.1);
  width: 20px;
}
[data-card-style=style1] .app-sidebar .bottom-left:before,
[data-card-style=style1] .card.custom-card .bottom-left:before,
[data-card-style=style1] .page-header-breadcrumb .bottom-left:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  background: linear-gradient(to right, transparent, var(--primary-color));
  inset-inline-end: 0;
}
[data-card-style=style1] .app-sidebar .bottom-right,
[data-card-style=style1] .card.custom-card .bottom-right,
[data-card-style=style1] .page-header-breadcrumb .bottom-right {
  position: absolute;
  bottom: 0;
  height: 2px;
  inset-inline-end: 0;
  background: rgba(255, 255, 255, 0.1);
  width: 20px;
}
[data-card-style=style1] .app-sidebar .bottom-right:before,
[data-card-style=style1] .card.custom-card .bottom-right:before,
[data-card-style=style1] .page-header-breadcrumb .bottom-right:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  background: linear-gradient(to left, transparent, var(--primary-color));
  inset-inline-start: 0;
}
[data-card-style=style1][data-card-background=background1] .app-sidebar,
[data-card-style=style1][data-card-background=background1] .card.custom-card,
[data-card-style=style1][data-card-background=background1] .page-header-breadcrumb {
  border-inline: 1px solid rgba(255, 255, 255, 0.1);
}
[data-card-style=style2] .app-sidebar,
[data-card-style=style2] .page-header-breadcrumb {
  border: 0;
  background: rgba(var(--primary-rgb), 0.025);
}
[data-card-style=style2] .app-sidebar .top-left,
[data-card-style=style2] .page-header-breadcrumb .top-left {
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, var(--primary-color), transparent);
  inset-block-start: 0;
  inset-inline-start: 0;
}
[data-card-style=style2] .app-sidebar .top-left:before,
[data-card-style=style2] .page-header-breadcrumb .top-left:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 3px;
  background-color: var(--primary-color);
  inset-inline-end: 0;
  inset-block-start: 0;
}
[data-card-style=style2] .app-sidebar .top-right,
[data-card-style=style2] .page-header-breadcrumb .top-right {
  position: absolute;
  height: 100%;
  width: 1px;
  background: var(--primary01);
  inset-block-start: 0;
  inset-inline-end: 0;
}
[data-card-style=style2] .app-sidebar .top-right:before,
[data-card-style=style2] .page-header-breadcrumb .top-right:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 15px;
  background-color: var(--primary-color);
  inset-inline-end: 0;
  inset-block-start: 0;
}
[data-card-style=style2] .app-sidebar .bottom-left,
[data-card-style=style2] .page-header-breadcrumb .bottom-left {
  position: absolute;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, var(--primary-color), transparent);
  inset-block-start: 0;
  inset-inline-start: 0;
}
[data-card-style=style2] .app-sidebar .bottom-right,
[data-card-style=style2] .page-header-breadcrumb .bottom-right {
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--primary01);
  inset-block-end: 0;
  inset-inline-start: 0;
}
[data-card-style=style2] .card.custom-card {
  border: 0;
  background: rgba(var(--primary-rgb), 0.025);
}
[data-card-style=style2] .card.custom-card:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
  transform: rotate(45deg);
  inset-inline-end: -14px;
  inset-block-start: -14px;
  border-block-end: 1px solid var(--primary01);
}
[data-card-style=style2] .card.custom-card .top-left {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to top, transparent, var(--primary-color));
}
[data-card-style=style2] .card.custom-card .top-left:before {
  z-index: 1;
  content: "";
  position: absolute;
  height: 15px;
  width: 3px;
  background-color: var(--primary-color);
  inset-inline-start: 0;
  inset-block-end: 0px;
}
[data-card-style=style2] .card.custom-card .top-right {
  position: absolute;
  height: 1px;
  inset-block-start: 0;
  inset-inline-start: 0;
  inset-inline-end: 20px;
  background-color: rgba(var(--primary-rgb), 0.1);
}
[data-card-style=style2] .card.custom-card .top-right:before {
  z-index: 1;
  content: "";
  position: absolute;
  transform: rotate(45deg);
  width: 0;
  height: 0;
  inset-inline-end: -28px;
  inset-block-start: -2px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid var(--primary-color);
}
[data-card-style=style2] .card.custom-card .bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--primary-color));
}
[data-card-style=style2] .card.custom-card .bottom-left:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 3px;
  background-color: var(--primary-color);
  inset-inline-start: 0;
  inset-block-end: 0;
}
[data-card-style=style2] .card.custom-card .bottom-right {
  position: absolute;
  width: 1px;
  top: 20px;
  bottom: 0;
  inset-inline-end: 0;
  background-color: rgba(var(--primary-rgb), 0.1);
}
[data-card-style=style2] .card.custom-card .bottom-right:before {
  content: "";
  position: absolute;
  height: 2.125rem;
  width: 4px;
  background-color: var(--primary-color);
  inset-inline-end: 0px;
  inset-block-end: 1rem;
  border-start-start-radius: 20px;
  border-start-end-radius: 0px;
  border-end-end-radius: 0px;
  border-end-start-radius: 20px;
}
[data-card-style=style2][data-card-background=background1] .app-sidebar,
[data-card-style=style2][data-card-background=background1] .card.custom-card,
[data-card-style=style2][data-card-background=background1] .page-header-breadcrumb {
  border: 0;
}
[data-card-style=style3] .card.custom-card,
[data-card-style=style3] .app-sidebar,
[data-card-style=style3] .page-header-breadcrumb {
  border: 0;
  border-block: 1px solid rgba(var(--primary-rgb), 0.1);
}
[data-card-style=style3] .card.custom-card:before,
[data-card-style=style3] .app-sidebar:before,
[data-card-style=style3] .page-header-breadcrumb:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  background-color: var(--primary07);
  inset-block-start: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 0;
}
[data-card-style=style3] .card.custom-card:after,
[data-card-style=style3] .app-sidebar:after,
[data-card-style=style3] .page-header-breadcrumb:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  background-color: var(--primary07);
  inset-block-end: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 0;
}
[data-card-style=style3] .card.custom-card .top-left,
[data-card-style=style3] .app-sidebar .top-left,
[data-card-style=style3] .page-header-breadcrumb .top-left {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
}
[data-card-style=style3] .card.custom-card .top-left:before,
[data-card-style=style3] .app-sidebar .top-left:before,
[data-card-style=style3] .page-header-breadcrumb .top-left:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: linear-gradient(to right, var(--primary-color), transparent);
  inset-inline-start: 0;
  inset-block-start: 0;
}
[data-card-style=style3] .card.custom-card .top-left:after,
[data-card-style=style3] .app-sidebar .top-left:after,
[data-card-style=style3] .page-header-breadcrumb .top-left:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  background: linear-gradient(to bottom, var(--primary-color), transparent);
  inset-inline-start: 0;
  inset-block-start: 0;
}
[data-card-style=style3] .card.custom-card .top-right,
[data-card-style=style3] .app-sidebar .top-right,
[data-card-style=style3] .page-header-breadcrumb .top-right {
  inset-block-start: 0;
  inset-inline-end: 0;
  position: absolute;
}
[data-card-style=style3] .card.custom-card .top-right:before,
[data-card-style=style3] .app-sidebar .top-right:before,
[data-card-style=style3] .page-header-breadcrumb .top-right:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: linear-gradient(to left, var(--primary-color), transparent);
  inset-inline-end: 0;
  inset-block-start: 0;
}
[data-card-style=style3] .card.custom-card .top-right:after,
[data-card-style=style3] .app-sidebar .top-right:after,
[data-card-style=style3] .page-header-breadcrumb .top-right:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  background: linear-gradient(to bottom, var(--primary-color), transparent);
  inset-inline-end: 0;
  inset-block-start: 0;
}
[data-card-style=style3] .card.custom-card .bottom-left,
[data-card-style=style3] .app-sidebar .bottom-left,
[data-card-style=style3] .page-header-breadcrumb .bottom-left {
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: 0;
}
[data-card-style=style3] .card.custom-card .bottom-left:before,
[data-card-style=style3] .app-sidebar .bottom-left:before,
[data-card-style=style3] .page-header-breadcrumb .bottom-left:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: linear-gradient(to right, var(--primary-color), transparent);
  inset-inline-start: 0;
  inset-block-end: 0;
}
[data-card-style=style3] .card.custom-card .bottom-left:after,
[data-card-style=style3] .app-sidebar .bottom-left:after,
[data-card-style=style3] .page-header-breadcrumb .bottom-left:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  background: linear-gradient(to top, var(--primary-color), transparent);
  inset-inline-start: 0;
  inset-block-end: 0;
}
[data-card-style=style3] .card.custom-card .bottom-right,
[data-card-style=style3] .app-sidebar .bottom-right,
[data-card-style=style3] .page-header-breadcrumb .bottom-right {
  position: absolute;
  inset-inline-end: 0;
  inset-block-end: 0;
}
[data-card-style=style3] .card.custom-card .bottom-right:before,
[data-card-style=style3] .app-sidebar .bottom-right:before,
[data-card-style=style3] .page-header-breadcrumb .bottom-right:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: linear-gradient(to left, var(--primary-color), transparent);
  inset-inline-end: 0;
  inset-block-end: 0;
}
[data-card-style=style3] .card.custom-card .bottom-right:after,
[data-card-style=style3] .app-sidebar .bottom-right:after,
[data-card-style=style3] .page-header-breadcrumb .bottom-right:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  background: linear-gradient(to top, var(--primary-color), transparent);
  inset-inline-end: 0;
  inset-block-end: 0;
}
[data-card-style=style3][data-card-background=background1] .app-sidebar,
[data-card-style=style3][data-card-background=background1] .card.custom-card,
[data-card-style=style3][data-card-background=background1] .page-header-breadcrumb {
  border: 0;
}
[data-card-style=style4] .card.custom-card,
[data-card-style=style4] .app-sidebar,
[data-card-style=style4] .page-header-breadcrumb {
  border: 0;
}
[data-card-style=style4] .card.custom-card .top-left,
[data-card-style=style4] .app-sidebar .top-left,
[data-card-style=style4] .page-header-breadcrumb .top-left {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
}
[data-card-style=style4] .card.custom-card .top-left:before,
[data-card-style=style4] .app-sidebar .top-left:before,
[data-card-style=style4] .page-header-breadcrumb .top-left:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: var(--primary-color);
  inset-inline-start: 3px;
  inset-block-start: 3px;
}
[data-card-style=style4] .card.custom-card .top-left:after,
[data-card-style=style4] .app-sidebar .top-left:after,
[data-card-style=style4] .page-header-breadcrumb .top-left:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: var(--primary-color);
  inset-inline-start: 3px;
  inset-block-start: 3px;
}
[data-card-style=style4] .card.custom-card .top-right,
[data-card-style=style4] .app-sidebar .top-right,
[data-card-style=style4] .page-header-breadcrumb .top-right {
  inset-block-start: 0;
  inset-inline-end: 0;
  position: absolute;
}
[data-card-style=style4] .card.custom-card .top-right:before,
[data-card-style=style4] .app-sidebar .top-right:before,
[data-card-style=style4] .page-header-breadcrumb .top-right:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: var(--primary-color);
  inset-inline-end: 3px;
  inset-block-start: 3px;
}
[data-card-style=style4] .card.custom-card .top-right:after,
[data-card-style=style4] .app-sidebar .top-right:after,
[data-card-style=style4] .page-header-breadcrumb .top-right:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: var(--primary-color);
  inset-inline-end: 3px;
  inset-block-start: 3px;
}
[data-card-style=style4] .card.custom-card .bottom-left,
[data-card-style=style4] .app-sidebar .bottom-left,
[data-card-style=style4] .page-header-breadcrumb .bottom-left {
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: 0;
}
[data-card-style=style4] .card.custom-card .bottom-left:before,
[data-card-style=style4] .app-sidebar .bottom-left:before,
[data-card-style=style4] .page-header-breadcrumb .bottom-left:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: var(--primary-color);
  inset-inline-start: 3px;
  inset-block-end: 3px;
}
[data-card-style=style4] .card.custom-card .bottom-left:after,
[data-card-style=style4] .app-sidebar .bottom-left:after,
[data-card-style=style4] .page-header-breadcrumb .bottom-left:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: var(--primary-color);
  inset-inline-start: 3px;
  inset-block-end: 3px;
}
[data-card-style=style4] .card.custom-card .bottom-right,
[data-card-style=style4] .app-sidebar .bottom-right,
[data-card-style=style4] .page-header-breadcrumb .bottom-right {
  position: absolute;
  inset-inline-end: 0;
  inset-block-end: 0;
}
[data-card-style=style4] .card.custom-card .bottom-right:before,
[data-card-style=style4] .app-sidebar .bottom-right:before,
[data-card-style=style4] .page-header-breadcrumb .bottom-right:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: var(--primary-color);
  inset-inline-end: 3px;
  inset-block-end: 3px;
}
[data-card-style=style4] .card.custom-card .bottom-right:after,
[data-card-style=style4] .app-sidebar .bottom-right:after,
[data-card-style=style4] .page-header-breadcrumb .bottom-right:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: var(--primary-color);
  inset-inline-end: 3px;
  inset-block-end: 3px;
}
[data-card-style=style4][data-card-background=background1] .app-sidebar,
[data-card-style=style4][data-card-background=background1] .card.custom-card,
[data-card-style=style4][data-card-background=background1] .page-header-breadcrumb {
  border: 1px solid var(--primary01);
}
[data-card-style=style5] .card.custom-card,
[data-card-style=style5] .app-sidebar,
[data-card-style=style5] .page-header-breadcrumb {
  background: transparent;
}
[data-card-style=style5] .card.custom-card .top-left,
[data-card-style=style5] .app-sidebar .top-left,
[data-card-style=style5] .page-header-breadcrumb .top-left {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
}
[data-card-style=style5] .card.custom-card .top-left:before,
[data-card-style=style5] .app-sidebar .top-left:before,
[data-card-style=style5] .page-header-breadcrumb .top-left:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: var(--primary05);
  inset-inline-start: 0;
  inset-block-start: 0;
}
[data-card-style=style5] .card.custom-card .top-left:after,
[data-card-style=style5] .app-sidebar .top-left:after,
[data-card-style=style5] .page-header-breadcrumb .top-left:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: var(--primary05);
  inset-inline-start: 30px;
  inset-block-start: -2px;
  border-radius: 50%;
}
[data-card-style=style5] .card.custom-card .top-right,
[data-card-style=style5] .app-sidebar .top-right,
[data-card-style=style5] .page-header-breadcrumb .top-right {
  inset-block-start: 0;
  inset-inline-end: 0;
  position: absolute;
}
[data-card-style=style5] .card.custom-card .top-right:before,
[data-card-style=style5] .app-sidebar .top-right:before,
[data-card-style=style5] .page-header-breadcrumb .top-right:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: var(--primary05);
  inset-inline-end: 0;
  inset-block-start: 0;
}
[data-card-style=style5] .card.custom-card .top-right:after,
[data-card-style=style5] .app-sidebar .top-right:after,
[data-card-style=style5] .page-header-breadcrumb .top-right:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: var(--primary05);
  inset-inline-end: 30px;
  inset-block-start: -2px;
  border-radius: 50%;
}
[data-card-style=style5] .card.custom-card .bottom-left,
[data-card-style=style5] .app-sidebar .bottom-left,
[data-card-style=style5] .page-header-breadcrumb .bottom-left {
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: 0;
}
[data-card-style=style5] .card.custom-card .bottom-left:before,
[data-card-style=style5] .app-sidebar .bottom-left:before,
[data-card-style=style5] .page-header-breadcrumb .bottom-left:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: var(--primary05);
  inset-inline-start: 0;
  inset-block-end: 0;
}
[data-card-style=style5] .card.custom-card .bottom-left:after,
[data-card-style=style5] .app-sidebar .bottom-left:after,
[data-card-style=style5] .page-header-breadcrumb .bottom-left:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: var(--primary05);
  inset-inline-start: 30px;
  inset-block-end: -2px;
  border-radius: 50%;
}
[data-card-style=style5] .card.custom-card .bottom-right,
[data-card-style=style5] .app-sidebar .bottom-right,
[data-card-style=style5] .page-header-breadcrumb .bottom-right {
  position: absolute;
  inset-inline-end: 0;
  inset-block-end: 0;
}
[data-card-style=style5] .card.custom-card .bottom-right:before,
[data-card-style=style5] .app-sidebar .bottom-right:before,
[data-card-style=style5] .page-header-breadcrumb .bottom-right:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: var(--primary05);
  inset-inline-end: 0;
  inset-block-end: 0;
}
[data-card-style=style5] .card.custom-card .bottom-right:after,
[data-card-style=style5] .app-sidebar .bottom-right:after,
[data-card-style=style5] .page-header-breadcrumb .bottom-right:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: var(--primary05);
  inset-inline-end: 30px;
  inset-block-end: -2px;
  border-radius: 50%;
}
[data-card-style=style5][data-card-background=background1] .app-sidebar,
[data-card-style=style5][data-card-background=background1] .card.custom-card,
[data-card-style=style5][data-card-background=background1] .page-header-breadcrumb {
  border-inline: 1px solid var(--primary05);
}
[data-card-style=style6] body {
  background: rgb(10, 10, 10);
}
[data-card-style=style6] .card.custom-card,
[data-card-style=style6] .app-sidebar,
[data-card-style=style6] .page-header-breadcrumb {
  border-inline: 0;
  background: rgba(66, 66, 66, 0.4);
  border: 1px solid rgb(95, 95, 95);
}
[data-card-style=style6] .card.custom-card .top-left,
[data-card-style=style6] .app-sidebar .top-left,
[data-card-style=style6] .page-header-breadcrumb .top-left {
  position: absolute;
}
[data-card-style=style6] .card.custom-card .top-right,
[data-card-style=style6] .app-sidebar .top-right,
[data-card-style=style6] .page-header-breadcrumb .top-right {
  position: absolute;
}
[data-card-style=style6] .card.custom-card .bottom-left,
[data-card-style=style6] .app-sidebar .bottom-left,
[data-card-style=style6] .page-header-breadcrumb .bottom-left {
  position: absolute;
}
[data-card-style=style6] .card.custom-card .bottom-right,
[data-card-style=style6] .app-sidebar .bottom-right,
[data-card-style=style6] .page-header-breadcrumb .bottom-right {
  position: absolute;
}
[data-card-style=style6][data-card-background=background1] .app-sidebar,
[data-card-style=style6][data-card-background=background1] .card.custom-card,
[data-card-style=style6][data-card-background=background1] .page-header-breadcrumb {
  border-inline: 0;
  border: 1px solid rgba(95, 95, 95, 0.3);
}
[data-card-style=style7] .card.custom-card,
[data-card-style=style7] .app-sidebar,
[data-card-style=style7] .page-header-breadcrumb {
  background: var(--primary005);
}
[data-card-style=style7] .card.custom-card .top-left,
[data-card-style=style7] .app-sidebar .top-left,
[data-card-style=style7] .page-header-breadcrumb .top-left {
  position: absolute;
  width: 100%;
  inset-inline-start: 0;
  inset-block-start: 0;
}
[data-card-style=style7] .card.custom-card .top-left:before,
[data-card-style=style7] .app-sidebar .top-left:before,
[data-card-style=style7] .page-header-breadcrumb .top-left:before {
  content: "";
  position: absolute;
  width: 25%;
  height: 1px;
  background: linear-gradient(to right, var(--primary05), transparent);
  inset-inline-start: 0;
  inset-block-start: 0;
}
[data-card-style=style7] .card.custom-card .top-left:after,
[data-card-style=style7] .app-sidebar .top-left:after,
[data-card-style=style7] .page-header-breadcrumb .top-left:after {
  content: "";
  position: absolute;
  width: 75%;
  height: 1px;
  background: linear-gradient(to left, var(--primary05), transparent);
  inset-inline-end: 0;
  inset-block-start: 0;
}
[data-card-style=style7] .card.custom-card .top-right,
[data-card-style=style7] .app-sidebar .top-right,
[data-card-style=style7] .page-header-breadcrumb .top-right {
  position: absolute;
  width: 50px;
  inset-inline-start: 15%;
  inset-block-start: 0;
}
[data-card-style=style7] .card.custom-card .top-right:before,
[data-card-style=style7] .app-sidebar .top-right:before,
[data-card-style=style7] .page-header-breadcrumb .top-right:before {
  content: "";
  width: 30px;
  height: 2px;
  inset-inline-start: 25%;
  top: -2px;
  background-color: var(--primary08);
  position: absolute;
}
[data-card-style=style7] .card.custom-card .top-right:after,
[data-card-style=style7] .app-sidebar .top-right:after,
[data-card-style=style7] .page-header-breadcrumb .top-right:after {
  content: "";
  width: 30px;
  height: 2px;
  inset-inline-start: 55%;
  top: 0;
  background-color: var(--primary08);
  position: absolute;
}
[data-card-style=style7] .card.custom-card .bottom-left,
[data-card-style=style7] .app-sidebar .bottom-left,
[data-card-style=style7] .page-header-breadcrumb .bottom-left {
  position: absolute;
  width: 100%;
  inset-inline-start: 0;
  inset-block-end: 0;
}
[data-card-style=style7] .card.custom-card .bottom-left:before,
[data-card-style=style7] .app-sidebar .bottom-left:before,
[data-card-style=style7] .page-header-breadcrumb .bottom-left:before {
  content: "";
  position: absolute;
  width: 75%;
  height: 1px;
  background: linear-gradient(to right, var(--primary05), transparent);
  inset-inline-start: 0;
  inset-block-end: 0;
}
[data-card-style=style7] .card.custom-card .bottom-left:after,
[data-card-style=style7] .app-sidebar .bottom-left:after,
[data-card-style=style7] .page-header-breadcrumb .bottom-left:after {
  content: "";
  position: absolute;
  width: 25%;
  height: 1px;
  background: linear-gradient(to left, var(--primary05), transparent);
  inset-inline-end: 0;
  inset-block-end: 0;
}
[data-card-style=style7] .card.custom-card .bottom-right,
[data-card-style=style7] .app-sidebar .bottom-right,
[data-card-style=style7] .page-header-breadcrumb .bottom-right {
  position: absolute;
  width: 50px;
  inset-inline-end: 15%;
  inset-block-end: 0;
}
[data-card-style=style7] .card.custom-card .bottom-right:before,
[data-card-style=style7] .app-sidebar .bottom-right:before,
[data-card-style=style7] .page-header-breadcrumb .bottom-right:before {
  content: "";
  width: 30px;
  height: 2px;
  inset-inline-end: 25%;
  top: -2px;
  background-color: var(--primary08);
  position: absolute;
}
[data-card-style=style7] .card.custom-card .bottom-right:after,
[data-card-style=style7] .app-sidebar .bottom-right:after,
[data-card-style=style7] .page-header-breadcrumb .bottom-right:after {
  content: "";
  width: 30px;
  height: 2px;
  inset-inline-end: 55%;
  top: 0;
  background-color: var(--primary08);
  position: absolute;
}
[data-card-style=style7][data-card-background=background1] .app-sidebar,
[data-card-style=style7][data-card-background=background1] .card.custom-card,
[data-card-style=style7][data-card-background=background1] .page-header-breadcrumb {
  border-inline: 1px solid var(--primary05);
}
[data-card-style=style8] body {
  background: rgb(10, 10, 10);
}
[data-card-style=style8] .card.custom-card,
[data-card-style=style8] .app-sidebar,
[data-card-style=style8] .page-header-breadcrumb {
  background: transparent;
}
[data-card-style=style8] .card.custom-card .top-left,
[data-card-style=style8] .app-sidebar .top-left,
[data-card-style=style8] .page-header-breadcrumb .top-left {
  width: 100%;
  height: 100%;
  position: absolute;
  inset-inline-start: 0;
  z-index: -1;
}
[data-card-style=style8] .card.custom-card .top-left:before,
[data-card-style=style8] .app-sidebar .top-left:before,
[data-card-style=style8] .page-header-breadcrumb .top-left:before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 5px;
  height: 5px;
  background: rgba(var(--primary-rgb), 0.8);
}
[data-card-style=style8] .card.custom-card .top-left:after,
[data-card-style=style8] .app-sidebar .top-left:after,
[data-card-style=style8] .page-header-breadcrumb .top-left:after {
  content: "";
  position: absolute;
  height: 1px;
  background: rgba(var(--primary-rgb), 0.2);
  inset-block-start: 0;
  inset-inline-end: 10px;
  inset-inline-start: 10px;
}
[data-card-style=style8] .card.custom-card .top-right,
[data-card-style=style8] .app-sidebar .top-right,
[data-card-style=style8] .page-header-breadcrumb .top-right {
  position: absolute;
  width: 100%;
  height: 100%;
  inset-inline-end: 0;
  z-index: -1;
}
[data-card-style=style8] .card.custom-card .top-right:before,
[data-card-style=style8] .app-sidebar .top-right:before,
[data-card-style=style8] .page-header-breadcrumb .top-right:before {
  content: "";
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
  width: 5px;
  height: 5px;
  background: rgba(var(--primary-rgb), 0.8);
}
[data-card-style=style8] .card.custom-card .top-right:after,
[data-card-style=style8] .app-sidebar .top-right:after,
[data-card-style=style8] .page-header-breadcrumb .top-right:after {
  content: "";
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 10px;
  inset-block-end: 10px;
  width: 1px;
  background: rgba(var(--primary-rgb), 0.2);
}
[data-card-style=style8] .card.custom-card .bottom-left,
[data-card-style=style8] .app-sidebar .bottom-left,
[data-card-style=style8] .page-header-breadcrumb .bottom-left {
  width: 100%;
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  z-index: -1;
}
[data-card-style=style8] .card.custom-card .bottom-left:before,
[data-card-style=style8] .app-sidebar .bottom-left:before,
[data-card-style=style8] .page-header-breadcrumb .bottom-left:before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: 0;
  width: 5px;
  height: 5px;
  background: rgba(var(--primary-rgb), 0.8);
}
[data-card-style=style8] .card.custom-card .bottom-left:after,
[data-card-style=style8] .app-sidebar .bottom-left:after,
[data-card-style=style8] .page-header-breadcrumb .bottom-left:after {
  content: "";
  position: absolute;
  height: 1px;
  background: rgba(var(--primary-rgb), 0.2);
  inset-block-end: 0;
  inset-inline-end: 10px;
  inset-inline-start: 10px;
}
[data-card-style=style8] .card.custom-card .bottom-right,
[data-card-style=style8] .app-sidebar .bottom-right,
[data-card-style=style8] .page-header-breadcrumb .bottom-right {
  position: absolute;
  height: 100%;
  width: 100%;
  inset-inline-end: 0;
  z-index: -1;
}
[data-card-style=style8] .card.custom-card .bottom-right:before,
[data-card-style=style8] .app-sidebar .bottom-right:before,
[data-card-style=style8] .page-header-breadcrumb .bottom-right:before {
  content: "";
  position: absolute;
  inset-inline-end: 0;
  inset-block-end: 0;
  width: 5px;
  height: 5px;
  background: rgba(var(--primary-rgb), 0.8);
}
[data-card-style=style8] .card.custom-card .bottom-right:after,
[data-card-style=style8] .app-sidebar .bottom-right:after,
[data-card-style=style8] .page-header-breadcrumb .bottom-right:after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 10px;
  inset-block-end: 10px;
  width: 1px;
  background: rgba(var(--primary-rgb), 0.2);
}
[data-card-style=style8][data-card-background=background1] .app-sidebar,
[data-card-style=style8][data-card-background=background1] .card.custom-card,
[data-card-style=style8][data-card-background=background1] .page-header-breadcrumb {
  border: 0;
}
[data-card-style=style9] .card.custom-card:before,
[data-card-style=style9] .app-sidebar:before,
[data-card-style=style9] .page-header-breadcrumb:before {
  z-index: 1;
  content: "";
  position: absolute;
  transform: rotate(45deg);
  width: 0;
  height: 0;
  inset-inline-end: -2px;
  inset-block-start: 2px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(var(--primary-rgb), 0.6);
}
[data-card-style=style9] .card.custom-card:after,
[data-card-style=style9] .app-sidebar:after,
[data-card-style=style9] .page-header-breadcrumb:after {
  z-index: 1;
  content: "";
  position: absolute;
  transform: rotate(225deg);
  width: 0;
  height: 0;
  inset-inline-start: -2px;
  inset-block-end: 2px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(var(--primary-rgb), 0.6);
}
[data-card-style=style9] .card.custom-card .top-left,
[data-card-style=style9] .app-sidebar .top-left,
[data-card-style=style9] .page-header-breadcrumb .top-left {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
}
[data-card-style=style9] .card.custom-card .top-left:before,
[data-card-style=style9] .app-sidebar .top-left:before,
[data-card-style=style9] .page-header-breadcrumb .top-left:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background: rgba(var(--primary-rgb), 0.6);
  inset-inline-start: -1px;
  inset-block-start: -1px;
}
[data-card-style=style9] .card.custom-card .top-left:after,
[data-card-style=style9] .app-sidebar .top-left:after,
[data-card-style=style9] .page-header-breadcrumb .top-left:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 18px;
  background: rgba(var(--primary-rgb), 0.6);
  inset-inline-start: -1px;
  inset-block-start: -1px;
}
[data-card-style=style9] .card.custom-card .top-right,
[data-card-style=style9] .app-sidebar .top-right,
[data-card-style=style9] .page-header-breadcrumb .top-right {
  inset-block-start: 0;
  inset-inline-end: 0;
  position: absolute;
}
[data-card-style=style9] .card.custom-card .top-right:before,
[data-card-style=style9] .app-sidebar .top-right:before,
[data-card-style=style9] .page-header-breadcrumb .top-right:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background: rgba(var(--primary-rgb), 0.6);
  inset-inline-end: -1px;
  inset-block-start: -1px;
}
[data-card-style=style9] .card.custom-card .top-right:after,
[data-card-style=style9] .app-sidebar .top-right:after,
[data-card-style=style9] .page-header-breadcrumb .top-right:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 18px;
  background: rgba(var(--primary-rgb), 0.6);
  inset-inline-end: -1px;
  inset-block-start: -1px;
}
[data-card-style=style9] .card.custom-card .bottom-left,
[data-card-style=style9] .app-sidebar .bottom-left,
[data-card-style=style9] .page-header-breadcrumb .bottom-left {
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: 0;
}
[data-card-style=style9] .card.custom-card .bottom-left:before,
[data-card-style=style9] .app-sidebar .bottom-left:before,
[data-card-style=style9] .page-header-breadcrumb .bottom-left:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background: rgba(var(--primary-rgb), 0.6);
  inset-inline-start: -1px;
  inset-block-end: -1px;
}
[data-card-style=style9] .card.custom-card .bottom-left:after,
[data-card-style=style9] .app-sidebar .bottom-left:after,
[data-card-style=style9] .page-header-breadcrumb .bottom-left:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 18px;
  background: rgba(var(--primary-rgb), 0.6);
  inset-inline-start: -1px;
  inset-block-end: -1px;
}
[data-card-style=style9] .card.custom-card .bottom-right,
[data-card-style=style9] .app-sidebar .bottom-right,
[data-card-style=style9] .page-header-breadcrumb .bottom-right {
  position: absolute;
  inset-inline-end: 0;
  inset-block-end: 0;
}
[data-card-style=style9] .card.custom-card .bottom-right:before,
[data-card-style=style9] .app-sidebar .bottom-right:before,
[data-card-style=style9] .page-header-breadcrumb .bottom-right:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background: rgba(var(--primary-rgb), 0.6);
  inset-inline-end: -1px;
  inset-block-end: -1px;
}
[data-card-style=style9] .card.custom-card .bottom-right:after,
[data-card-style=style9] .app-sidebar .bottom-right:after,
[data-card-style=style9] .page-header-breadcrumb .bottom-right:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  background: rgba(var(--primary-rgb), 0.6);
  inset-inline-end: -1px;
  inset-block-end: -1px;
}
[data-card-style=style9][data-card-background=background1] .app-sidebar,
[data-card-style=style9][data-card-background=background1] .card.custom-card,
[data-card-style=style9][data-card-background=background1] .page-header-breadcrumb {
  border: 1px solid rgba(var(--primary-rgb), 0.1);
}
[data-card-style=style9][dir=rtl] .card.custom-card:before,
[data-card-style=style9][dir=rtl] .app-sidebar:before,
[data-card-style=style9][dir=rtl] .page-header-breadcrumb:before {
  transform: rotate(-45deg);
}
[data-card-style=style9][dir=rtl] .card.custom-card:after,
[data-card-style=style9][dir=rtl] .app-sidebar:after,
[data-card-style=style9][dir=rtl] .page-header-breadcrumb:after {
  transform: rotate(-225deg);
}
[data-card-style=style10] .card.custom-card,
[data-card-style=style10] .app-sidebar,
[data-card-style=style10] .page-header-breadcrumb {
  border-radius: 0 0 25px 0;
}
[data-card-style=style10] .card.custom-card .top-left,
[data-card-style=style10] .app-sidebar .top-left,
[data-card-style=style10] .page-header-breadcrumb .top-left {
  position: absolute;
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  inset-block-start: 0;
}
[data-card-style=style10] .card.custom-card .top-left:before,
[data-card-style=style10] .app-sidebar .top-left:before,
[data-card-style=style10] .page-header-breadcrumb .top-left:before {
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
  background: rgb(var(--warning-rgb));
  inset-inline-start: 0;
  inset-block-start: 0;
}
[data-card-style=style10] .card.custom-card .top-left:after,
[data-card-style=style10] .app-sidebar .top-left:after,
[data-card-style=style10] .page-header-breadcrumb .top-left:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(var(--primary-rgb), 0.2);
  inset-block-start: 4px;
  inset-inline-start: 0;
}
[data-card-style=style10] .card.custom-card .top-right,
[data-card-style=style10] .app-sidebar .top-right,
[data-card-style=style10] .page-header-breadcrumb .top-right {
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
}
[data-card-style=style10] .card.custom-card .top-right:before,
[data-card-style=style10] .app-sidebar .top-right:before,
[data-card-style=style10] .page-header-breadcrumb .top-right:before {
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
  background: rgb(var(--warning-rgb));
  inset-inline-end: 0;
  inset-block-start: 0;
}
[data-card-style=style10] .card.custom-card .bottom-left,
[data-card-style=style10] .app-sidebar .bottom-left,
[data-card-style=style10] .page-header-breadcrumb .bottom-left {
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: 0;
  height: 100%;
}
[data-card-style=style10] .card.custom-card .bottom-left:before,
[data-card-style=style10] .app-sidebar .bottom-left:before,
[data-card-style=style10] .page-header-breadcrumb .bottom-left:before {
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
  background: rgb(var(--warning-rgb));
  inset-inline-start: 0;
  inset-block-end: 0;
}
[data-card-style=style10] .card.custom-card .bottom-left:after,
[data-card-style=style10] .app-sidebar .bottom-left:after,
[data-card-style=style10] .page-header-breadcrumb .bottom-left:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: rgba(var(--primary-rgb), 0.2);
  inset-inline-start: 4px;
  inset-block-end: 0;
}
[data-card-style=style10] .card.custom-card .bottom-right,
[data-card-style=style10] .app-sidebar .bottom-right,
[data-card-style=style10] .page-header-breadcrumb .bottom-right {
  position: absolute;
}
[data-card-background=background1] .card.custom-card {
  background: radial-gradient(circle, var(--default-background) 0%, var(--default-background) 40%, rgba(255, 255, 255, 0.075) 100%);
  border-inline: 1px solid rgba(255, 255, 255, 0.1);
}
[data-card-background=background1] .app-sidebar,
[data-card-background=background1] .page-header-breadcrumb {
  background: radial-gradient(circle, var(--default-background) 0%, rgba(255, 255, 255, 0.075) 100%);
  border-inline: 1px solid rgba(255, 255, 255, 0.1);
}
[data-card-background=background2] {
  --default-background: rgba(var(--primary-rgb), 0.1);
}
[data-card-background=background2] .card.custom-card {
  background: radial-gradient(circle, var(--default-background) 0%, var(--default-background) 40%, rgba(255, 255, 255, 0.025) 100%);
  border-inline: 1px solid rgba(255, 255, 255, 0.1);
}
[data-card-background=background2] .app-sidebar,
[data-card-background=background2] .page-header-breadcrumb {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.025), var(--default-background) 0%, rgba(255, 255, 255, 0.025) 100%);
  border-inline: 1px solid rgba(255, 255, 255, 0.1);
}
[data-card-background=background3] {
  --default-background: rgba(var(--primary-rgb), 0.1);
}
[data-card-background=background3] .app-sidebar,
[data-card-background=background3] .page-header-breadcrumb {
  background: linear-gradient(to bottom right, var(--default-background) 0%, rgba(0, 0, 0, 0.1) 100%);
  border-inline: 1px solid rgba(255, 255, 255, 0.1);
}
[data-card-background=background3] .card.custom-card {
  background: linear-gradient(to bottom, var(--default-background) 0%, rgba(0, 0, 0, 0.1) 100%);
  border-inline: 1px solid rgba(255, 255, 255, 0.1);
}
[data-card-background=background4] .app-sidebar,
[data-card-background=background4] .card.custom-card,
[data-card-background=background4] .page-header-breadcrumb {
  box-shadow: inset 0px 0px 4px 2px rgba(var(--primary-rgb), 0.2);
  border-inline: 1px solid rgba(255, 255, 255, 0.1);
}
[data-card-background=background5] {
  --default-background: rgba(0, 0, 0, 0.05);
}
[data-card-background=background5] .app-sidebar,
[data-card-background=background5] .page-header-breadcrumb {
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.05) 80%, var(--default-background) 100%);
  border-inline: 1px solid rgba(255, 255, 255, 0.1);
}
[data-card-background=background5] .card.custom-card {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.05) 80%, var(--default-background) 100%);
  border-inline: 1px solid rgba(255, 255, 255, 0.1);
}
[data-card-background=background6] .app-sidebar,
[data-card-background=background6] .page-header-breadcrumb {
  background: transparent;
  border-inline: 1px solid rgba(255, 255, 255, 0.1);
}
[data-card-background=background6] .card.custom-card {
  box-shadow: inset 0px -80px 150px -40px rgba(var(--primary-rgb), 0.5);
  border-inline: 1px solid rgba(255, 255, 255, 0.1);
}
[data-card-background=background7] body {
  background: rgb(10, 10, 8);
}
[data-card-background=background7] .app-sidebar,
[data-card-background=background7] .card.custom-card,
[data-card-background=background7] .page-header-breadcrumb {
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0px 0px 2px 5px rgb(10, 10, 8);
  border-inline: 1px solid rgba(255, 255, 255, 0.1);
}
[data-card-background=background8] body {
  background: rgb(10, 10, 8);
}
[data-card-background=background8] .app-sidebar,
[data-card-background=background8] .card.custom-card,
[data-card-background=background8] .page-header-breadcrumb {
  background: var(--primary005);
  border-inline: 1px solid rgba(255, 255, 255, 0.1);
}
[data-card-background=background9] body {
  background: rgb(10, 10, 8);
}
[data-card-background=background9] .app-sidebar,
[data-card-background=background9] .card.custom-card,
[data-card-background=background9] .page-header-breadcrumb {
  background: transparent;
  border-inline: 1px solid rgba(255, 255, 255, 0.1);
}
[loader=disable] #loader {
  display: none;
}
[data-toggled=close-menu-close] .animated-arrow span,
[data-toggled=detached-close] .animated-arrow span,
[data-toggled=icon-click-closed] .animated-arrow span,
[data-toggled=icon-hover-closed] .animated-arrow span,
[data-toggled=icon-overlay-close] .animated-arrow span,
[data-toggled=icon-text-close] .animated-arrow span,
[data-toggled=menu-click-closed] .animated-arrow span,
[data-toggled=menu-hover-closed] .animated-arrow span {
  background-color: transparent;
  background: 0 0 !important;
}
[data-toggled=close-menu-close] .animated-arrow span:before,
[data-toggled=detached-close] .animated-arrow span:before,
[data-toggled=icon-click-closed] .animated-arrow span:before,
[data-toggled=icon-hover-closed] .animated-arrow span:before,
[data-toggled=icon-overlay-close] .animated-arrow span:before,
[data-toggled=icon-text-close] .animated-arrow span:before,
[data-toggled=menu-click-closed] .animated-arrow span:before,
[data-toggled=menu-hover-closed] .animated-arrow span:before {
  inset-block-start: -1px;
}
[data-toggled=close-menu-close] .animated-arrow span:after,
[data-toggled=detached-close] .animated-arrow span:after,
[data-toggled=icon-click-closed] .animated-arrow span:after,
[data-toggled=icon-hover-closed] .animated-arrow span:after,
[data-toggled=icon-overlay-close] .animated-arrow span:after,
[data-toggled=icon-text-close] .animated-arrow span:after,
[data-toggled=menu-click-closed] .animated-arrow span:after,
[data-toggled=menu-hover-closed] .animated-arrow span:after {
  width: 1.0625rem;
  inset-block-start: -1px;
}
[data-toggled=close-menu-close] .animated-arrow span:after,
[data-toggled=detached-close] .animated-arrow span:after,
[data-toggled=icon-click-closed] .animated-arrow span:after,
[data-toggled=icon-hover-closed] .animated-arrow span:after,
[data-toggled=icon-overlay-close] .animated-arrow span:after,
[data-toggled=icon-text-close] .animated-arrow span:after,
[data-toggled=menu-click-closed] .animated-arrow span:after,
[data-toggled=menu-hover-closed] .animated-arrow span:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
[data-toggled=close-menu-close] .animated-arrow span:before,
[data-toggled=detached-close] .animated-arrow span:before,
[data-toggled=icon-click-closed] .animated-arrow span:before,
[data-toggled=icon-hover-closed] .animated-arrow span:before,
[data-toggled=icon-overlay-close] .animated-arrow span:before,
[data-toggled=icon-text-close] .animated-arrow span:before,
[data-toggled=menu-click-closed] .animated-arrow span:before,
[data-toggled=menu-hover-closed] .animated-arrow span:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  bottom: 0;
}
@media (min-width: 992px) {
  [data-header-styles=dark][data-nav-layout=horizontal] .header-element .horizontal-logo .header-logo .desktop-dark {
    display: block;
  }
  [data-header-styles=dark][data-nav-layout=horizontal] .header-element .horizontal-logo .header-logo .desktop-logo {
    display: none;
  }
}
.accordion-button {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
  padding: 0.75rem 1rem;
  font-size: 0.85rem;
  font-weight: 500;
}
.accordion-button:not(.collapsed) {
  color: rgb(var(--default-text-color-rgb));
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  box-shadow: none;
}
.accordion-button:focus {
  border-color: var(--primary03);
  box-shadow: none;
}
.accordion-button:after,
.accordion-button:not(.collapsed)::after {
  background-image: none;
}
.accordion-button:after {
  content: "\ea78";
  font-family: remixicon !important;
  font-size: 1rem;
  line-height: 1;
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.125rem;
  color: rgb(var(--default-text-color-rgb));
}
.accordion-body {
  padding: 0.75rem 1rem;
  font-size: 0.8125rem;
  color: var(--text-muted);
}
.accordion-item {
  color: rgb(var(--default-text-color-rgb));
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  border: 1px solid var(--default-border);
}
.accordions-items-seperate .accordion-item:not(:first-of-type) {
  margin-block-start: 0.5rem;
}
.accordions-items-seperate .accordion-item {
  border-block-start: 1px solid var(--default-border);
  border-radius: 0.25rem;
  overflow: hidden;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}
.accordion.accordion-primary .accordion-button {
  background-color: var(--primary01);
  color: var(--primary-color);
}
.accordion.accordion-primary .accordion-button:after {
  background-color: var(--primary-color);
  color: #000;
}
.accordion.accordion-primary .accordion-button.collapsed {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-primary .accordion-button.collapsed:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-secondary .accordion-button {
  background-color: rgba(var(--secondary-rgb), 0.1);
  color: rgb(var(--secondary-rgb));
}
.accordion.accordion-secondary .accordion-button:after {
  background-color: rgb(var(--secondary-rgb));
  color: #fff;
}
.accordion.accordion-secondary .accordion-button.collapsed {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-secondary .accordion-button.collapsed:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-success .accordion-button {
  background-color: rgba(var(--success-rgb), 0.1);
  color: rgb(var(--success-rgb));
}
.accordion.accordion-success .accordion-button:after {
  background-color: rgb(var(--success-rgb));
  color: #fff;
}
.accordion.accordion-success .accordion-button.collapsed {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-success .accordion-button.collapsed:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-danger .accordion-button {
  background-color: rgba(var(--danger-rgb), 0.1);
  color: rgb(var(--danger-rgb));
}
.accordion.accordion-danger .accordion-button:after {
  background-color: rgb(var(--danger-rgb));
  color: #fff;
}
.accordion.accordion-danger .accordion-button.collapsed {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-danger .accordion-button.collapsed:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-warning .accordion-button {
  background-color: rgba(var(--warning-rgb), 0.1);
  color: rgb(var(--warning-rgb));
}
.accordion.accordion-warning .accordion-button:after {
  background-color: rgb(var(--warning-rgb));
  color: #fff;
}
.accordion.accordion-warning .accordion-button.collapsed {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-warning .accordion-button.collapsed:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-info .accordion-button {
  background-color: rgba(var(--info-rgb), 0.1);
  color: rgb(var(--info-rgb));
}
.accordion.accordion-info .accordion-button:after {
  background-color: rgb(var(--info-rgb));
  color: #fff;
}
.accordion.accordion-info .accordion-button.collapsed {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-info .accordion-button.collapsed:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-solid-primary .accordion-button {
  background-color: var(--primary-color);
  color: #000;
}
.accordion.accordion-solid-primary .accordion-button:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: var(--primary-color);
}
.accordion.accordion-solid-primary .accordion-button.collapsed {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-solid-primary .accordion-button.collapsed:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-solid-secondary .accordion-button {
  background-color: rgb(var(--secondary-rgb));
  color: #000;
}
.accordion.accordion-solid-secondary .accordion-button:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--secondary-rgb));
}
.accordion.accordion-solid-secondary .accordion-button.collapsed {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-solid-secondary .accordion-button.collapsed:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-solid-success .accordion-button {
  background-color: rgb(var(--success-rgb));
  color: #fff;
}
.accordion.accordion-solid-success .accordion-button:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--success-rgb));
}
.accordion.accordion-solid-success .accordion-button.collapsed {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-solid-success .accordion-button.collapsed:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-solid-danger .accordion-button {
  background-color: rgb(var(--danger-rgb));
  color: #fff;
}
.accordion.accordion-solid-danger .accordion-button:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--danger-rgb));
}
.accordion.accordion-solid-danger .accordion-button.collapsed {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-solid-danger .accordion-button.collapsed:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-solid-warning .accordion-button {
  background-color: rgb(var(--warning-rgb));
  color: #fff;
}
.accordion.accordion-solid-warning .accordion-button:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--warning-rgb));
}
.accordion.accordion-solid-warning .accordion-button.collapsed {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-solid-warning .accordion-button.collapsed:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-solid-info .accordion-button {
  background-color: rgb(var(--info-rgb));
  color: #fff;
}
.accordion.accordion-solid-info .accordion-button:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--info-rgb));
}
.accordion.accordion-solid-info .accordion-button.collapsed {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-solid-info .accordion-button.collapsed:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-border-primary .accordion-item {
  border: 1px solid var(--primary-color);
}
.accordion.accordion-border-primary .accordion-button {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: var(--primary-color);
  border-block-end: 0px;
}
.accordion.accordion-border-primary .accordion-button:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.accordion.accordion-border-primary .accordion-button:not(.collapsed) {
  border-block-end: 1px solid var(--primary-color);
}
.accordion.accordion-border-secondary .accordion-item {
  border: 1px solid rgb(var(--secondary-rgb));
}
.accordion.accordion-border-secondary .accordion-button {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--secondary-rgb));
  border-block-end: 0px;
}
.accordion.accordion-border-secondary .accordion-button:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--secondary-rgb));
  border: 1px solid rgb(var(--secondary-rgb));
}
.accordion.accordion-border-secondary .accordion-button:not(.collapsed) {
  border-block-end: 1px solid rgb(var(--secondary-rgb));
}
.accordion.accordion-border-success .accordion-item {
  border: 1px solid rgb(var(--success-rgb));
}
.accordion.accordion-border-success .accordion-button {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--success-rgb));
  border-block-end: 0px;
}
.accordion.accordion-border-success .accordion-button:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--success-rgb));
  border: 1px solid rgb(var(--success-rgb));
}
.accordion.accordion-border-success .accordion-button:not(.collapsed) {
  border-block-end: 1px solid rgb(var(--success-rgb));
}
.accordion.accordion-border-danger .accordion-item {
  border: 1px solid rgb(var(--danger-rgb));
}
.accordion.accordion-border-danger .accordion-button {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--danger-rgb));
  border-block-end: 0px;
}
.accordion.accordion-border-danger .accordion-button:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--danger-rgb));
  border: 1px solid rgb(var(--danger-rgb));
}
.accordion.accordion-border-danger .accordion-button:not(.collapsed) {
  border-block-end: 1px solid rgb(var(--danger-rgb));
}
.accordion.accordion-border-warning .accordion-item {
  border: 1px solid rgb(var(--warning-rgb));
}
.accordion.accordion-border-warning .accordion-button {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--warning-rgb));
  border-block-end: 0px;
}
.accordion.accordion-border-warning .accordion-button:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--warning-rgb));
  border: 1px solid rgb(var(--warning-rgb));
}
.accordion.accordion-border-warning .accordion-button:not(.collapsed) {
  border-block-end: 1px solid rgb(var(--warning-rgb));
}
.accordion.accordion-border-info .accordion-item {
  border: 1px solid rgb(var(--info-rgb));
}
.accordion.accordion-border-info .accordion-button {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--info-rgb));
  border-block-end: 0px;
}
.accordion.accordion-border-info .accordion-button:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--info-rgb));
  border: 1px solid rgb(var(--info-rgb));
}
.accordion.accordion-border-info .accordion-button:not(.collapsed) {
  border-block-end: 1px solid rgb(var(--info-rgb));
}
.accordion.accordionicon-none .accordion-button:after {
  display: none;
}
.accordion.accordionicon-left .accordion-button {
  padding-inline-start: 2.5rem;
}
.accordion.accordionicon-left .accordion-button:after {
  position: absolute;
  inset-inline-start: 0.625rem;
}
.accordion.accordion-customicon1 .accordion-button:after {
  content: "\ea13";
  font-family: remixicon !important;
}
.accordion.accordion-customicon1 .accordion-button:not(.collapsed)::after {
  content: "\f1af";
  font-family: remixicon !important;
}
.customized-accordion .accordion-item.custom-accordion-primary .accordion-button {
  background-color: var(--primary01);
  border-inline-start: 0.25rem solid var(--primary06);
}
.customized-accordion .accordion-item.custom-accordion-primary .accordion-button:after {
  background-color: var(--primary06);
  color: #fff;
}
.customized-accordion .accordion-item.custom-accordion-primary .accordion-body {
  background-color: var(--primary01);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid var(--primary06);
}
.customized-accordion .accordion-item.custom-accordion-secondary .accordion-button {
  background-color: rgba(var(--secondary-rgb), 0.1);
  border-inline-start: 0.25rem solid rgba(var(--secondary-rgb), 0.6);
}
.customized-accordion .accordion-item.custom-accordion-secondary .accordion-button:after {
  background-color: rgba(var(--secondary-rgb), 0.6);
  color: #fff;
}
.customized-accordion .accordion-item.custom-accordion-secondary .accordion-body {
  background-color: rgba(var(--secondary-rgb), 0.1);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid rgba(var(--secondary-rgb), 0.6);
}
.customized-accordion .accordion-item.custom-accordion-warning .accordion-button {
  background-color: rgba(var(--warning-rgb), 0.1);
  border-inline-start: 0.25rem solid rgba(var(--warning-rgb), 0.6);
}
.customized-accordion .accordion-item.custom-accordion-warning .accordion-button:after {
  background-color: rgba(var(--warning-rgb), 0.6);
  color: #fff;
}
.customized-accordion .accordion-item.custom-accordion-warning .accordion-body {
  background-color: rgba(var(--warning-rgb), 0.1);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid rgba(var(--warning-rgb), 0.6);
}
.customized-accordion .accordion-item.custom-accordion-info .accordion-button {
  background-color: rgba(var(--info-rgb), 0.1);
  border-inline-start: 0.25rem solid rgba(var(--info-rgb), 0.6);
}
.customized-accordion .accordion-item.custom-accordion-info .accordion-button:after {
  background-color: rgba(var(--info-rgb), 0.6);
  color: #fff;
}
.customized-accordion .accordion-item.custom-accordion-info .accordion-body {
  background-color: rgba(var(--info-rgb), 0.1);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid rgba(var(--info-rgb), 0.6);
}
.customized-accordion .accordion-item.custom-accordion-success .accordion-button {
  background-color: rgba(var(--success-rgb), 0.1);
  border-inline-start: 0.25rem solid rgba(var(--success-rgb), 0.6);
}
.customized-accordion .accordion-item.custom-accordion-success .accordion-button:after {
  background-color: rgba(var(--success-rgb), 0.6);
  color: #fff;
}
.customized-accordion .accordion-item.custom-accordion-success .accordion-body {
  background-color: rgba(var(--success-rgb), 0.1);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid rgba(var(--success-rgb), 0.6);
}
.customized-accordion .accordion-item.custom-accordion-danger .accordion-button {
  background-color: rgba(var(--danger-rgb), 0.1);
  border-inline-start: 0.25rem solid rgba(var(--danger-rgb), 0.6);
}
.customized-accordion .accordion-item.custom-accordion-danger .accordion-button:after {
  background-color: rgba(var(--danger-rgb), 0.6);
  color: #fff;
}
.customized-accordion .accordion-item.custom-accordion-danger .accordion-body {
  background-color: rgba(var(--danger-rgb), 0.1);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid rgba(var(--danger-rgb), 0.6);
}
.alert {
  padding: 0.625rem 0.85rem;
  border-radius: 0.25rem;
  font-size: 0.8125rem;
}
.alert.alert-dismissible {
  padding: 0.625rem 3rem 0.625rem 0.85rem;
}
.alert .btn-close {
  background-image: none;
  padding: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alert .btn-close i {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.alert:last-child {
  margin-bottom: 0;
}
.alert .alert-link {
  font-weight: 400;
}
[dir=rtl] .alert.alert-dismissible {
  padding: 0.625rem 0.85rem 0.625rem 3rem;
}
.alert-warning {
  background-color: rgba(var(--warning-rgb), 0.1);
  color: rgb(var(--warning-rgb));
  border-color: rgba(var(--warning-rgb), 0.1);
}
.alert-warning .alert-link {
  color: rgb(var(--warning-rgb));
}
.alert-warning .btn-close {
  color: rgb(var(--warning-rgb));
}
.alert-warning .btn-close.custom-close {
  background-color: rgb(var(--warning-rgb));
  color: #fff;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  padding: 0.85rem;
}
.alert-primary {
  background-color: var(--primary01);
  color: var(--primary-color);
  border-color: var(--primary01);
}
.alert-primary .alert-link {
  color: var(--primary-color);
}
.alert-primary .btn-close {
  color: var(--primary-color);
}
.alert-primary .btn-close.custom-close {
  background-color: var(--primary-color);
  color: #fff;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  padding: 0.85rem;
}
.alert-secondary {
  background-color: rgba(var(--secondary-rgb), 0.1);
  color: rgb(var(--secondary-rgb));
  border-color: rgba(var(--secondary-rgb), 0.1);
}
.alert-secondary .alert-link {
  color: rgb(var(--secondary-rgb));
}
.alert-secondary .btn-close {
  color: rgb(var(--secondary-rgb));
}
.alert-secondary .btn-close.custom-close {
  background-color: rgb(var(--secondary-rgb));
  color: #fff;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  padding: 0.85rem;
}
.alert-success {
  background-color: rgba(var(--success-rgb), 0.1);
  color: rgb(var(--success-rgb));
  border-color: rgba(var(--success-rgb), 0.1);
}
.alert-success .alert-link {
  color: rgb(var(--success-rgb));
}
.alert-success .btn-close {
  color: rgb(var(--success-rgb));
}
.alert-success .btn-close.custom-close {
  background-color: rgb(var(--success-rgb));
  color: #fff;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  padding: 0.85rem;
}
.alert-info {
  background-color: rgba(var(--info-rgb), 0.1);
  color: rgb(var(--info-rgb));
  border-color: rgba(var(--info-rgb), 0.1);
}
.alert-info .alert-link {
  color: rgb(var(--info-rgb));
}
.alert-info .btn-close {
  color: rgb(var(--info-rgb));
}
.alert-info .btn-close.custom-close {
  background-color: rgb(var(--info-rgb));
  color: #fff;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  padding: 0.85rem;
}
.alert-danger {
  background-color: rgba(var(--danger-rgb), 0.1);
  color: rgb(var(--danger-rgb));
  border-color: rgba(var(--danger-rgb), 0.1);
}
.alert-danger .alert-link {
  color: rgb(var(--danger-rgb));
}
.alert-danger .btn-close {
  color: rgb(var(--danger-rgb));
}
.alert-danger .btn-close.custom-close {
  background-color: rgb(var(--danger-rgb));
  color: #fff;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  padding: 0.85rem;
}
.alert-light {
  background-color: rgb(var(--light-rgb));
  color: rgb(var(--default-text-color-rgb));
  border-color: rgb(var(--light-rgb));
}
.alert-light .alert-link {
  color: rgb(var(--default-text-color-rgb));
}
.alert-light .btn-close {
  color: rgb(var(--default-text-color-rgb));
}
.alert-light .btn-close.custom-close {
  background-color: rgb(var(--light-rgb));
  color: #fff;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  padding: 0.85rem;
}
.alert-dark {
  background-color: rgba(var(--dark-rgb), 0.1);
  color: rgb(var(--default-text-color-rgb));
  border-color: rgba(var(--dark-rgb), 0.1);
}
.alert-dark .alert-link {
  color: rgb(var(--default-text-color-rgb));
}
.alert-dark .btn-close {
  color: #fff;
}
.alert-dark .btn-close.custom-close {
  background-color: rgb(var(--dark-rgb));
  color: #fff;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  padding: 0.85rem;
}
.alert-solid-primary {
  background-color: var(--primary-color);
  color: #000;
  border-color: var(--primary-color);
}
.alert-solid-primary .btn-close {
  color: #000;
}
.alert-solid-secondary {
  background-color: rgb(var(--secondary-rgb));
  color: #000;
  border-color: rgb(var(--secondary-rgb));
}
.alert-solid-secondary .btn-close {
  color: #000;
}
.alert-solid-warning {
  background-color: rgb(var(--warning-rgb));
  color: #000;
  border-color: rgb(var(--warning-rgb));
}
.alert-solid-warning .btn-close {
  color: #000;
}
.alert-solid-info {
  background-color: rgb(var(--info-rgb));
  color: #000;
  border-color: rgb(var(--info-rgb));
}
.alert-solid-info .btn-close {
  color: #000;
}
.alert-solid-success {
  background-color: rgb(var(--success-rgb));
  color: #000;
  border-color: rgb(var(--success-rgb));
}
.alert-solid-success .btn-close {
  color: #000;
}
.alert-solid-danger {
  background-color: rgb(var(--danger-rgb));
  color: #000;
  border-color: rgb(var(--danger-rgb));
}
.alert-solid-danger .btn-close {
  color: #000;
}
.alert-solid-light {
  background-color: rgb(var(--light-rgb));
  color: rgb(var(--default-text-color-rgb));
  border-color: var(--default-border);
}
.alert-solid-dark {
  background-color: rgb(var(--dark-rgb));
  color: #000;
  border-color: rgb(var(--dark-rgb));
}
.alert-solid-dark .btn-close {
  color: #000;
}
.alert-outline-primary {
  background-color: transparent;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.alert-outline-primary .btn-close {
  color: var(--primary-color);
}
.alert-outline-secondary {
  background-color: transparent;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: rgb(var(--secondary-rgb));
  border-color: rgb(var(--secondary-rgb));
}
.alert-outline-secondary .btn-close {
  color: rgb(var(--secondary-rgb));
}
.alert-outline-info {
  background-color: transparent;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: rgb(var(--info-rgb));
  border-color: rgb(var(--info-rgb));
}
.alert-outline-info .btn-close {
  color: rgb(var(--info-rgb));
}
.alert-outline-warning {
  background-color: transparent;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: rgb(var(--warning-rgb));
  border-color: rgb(var(--warning-rgb));
}
.alert-outline-warning .btn-close {
  color: rgb(var(--warning-rgb));
}
.alert-outline-success {
  background-color: transparent;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: rgb(var(--success-rgb));
  border-color: rgb(var(--success-rgb));
}
.alert-outline-success .btn-close {
  color: rgb(var(--success-rgb));
}
.alert-outline-danger {
  background-color: transparent;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: rgb(var(--danger-rgb));
  border-color: rgb(var(--danger-rgb));
}
.alert-outline-danger .btn-close {
  color: rgb(var(--danger-rgb));
}
.alert-outline-light {
  background-color: var(--custom-white);
  color: rgb(var(--default-text-color-rgb));
  border-color: rgb(var(--light-rgb));
}
.alert-outline-dark {
  background-color: transparent;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: rgb(var(--dark-rgb));
  border-color: rgb(var(--dark-rgb));
}
.alert-outline-dark .btn-close {
  color: rgb(var(--dark-rgb));
}
.alert-primary.custom-alert-icon {
  border-inline-start: 0.313rem solid var(--primary-color) !important;
  color: var(--text-muted);
  background-color: var(--custom-white);
  border: 1px solid var(--default-border);
  font-size: 0.813rem;
}
.alert-primary.custom-alert-icon .btn-close {
  color: rgb(var(--default-text-color-rgb));
}
.alert-secondary.custom-alert-icon {
  border-inline-start: 0.313rem solid rgb(var(--secondary-rgb)) !important;
  color: var(--text-muted);
  background-color: var(--custom-white);
  border: 1px solid var(--default-border);
  font-size: 0.813rem;
}
.alert-secondary.custom-alert-icon .btn-close {
  color: rgb(var(--default-text-color-rgb));
}
.alert-warning.custom-alert-icon {
  border-inline-start: 0.313rem solid rgb(var(--warning-rgb)) !important;
  color: var(--text-muted);
  background-color: var(--custom-white);
  border: 1px solid var(--default-border);
  font-size: 0.813rem;
}
.alert-warning.custom-alert-icon .btn-close {
  color: rgb(var(--default-text-color-rgb));
}
.alert-danger.custom-alert-icon {
  border-inline-start: 0.313rem solid rgb(var(--danger-rgb)) !important;
  color: var(--text-muted);
  background-color: var(--custom-white);
  border: 1px solid var(--default-border);
  font-size: 0.813rem;
}
.alert-danger.custom-alert-icon .btn-close {
  color: rgb(var(--default-text-color-rgb));
}
.alert-success.custom-alert-icon {
  border-inline-start: 0.313rem solid rgb(var(--success-rgb)) !important;
  color: var(--text-muted);
  background-color: var(--custom-white);
  border: 1px solid var(--default-border);
  font-size: 0.813rem;
}
.alert-success.custom-alert-icon .btn-close {
  color: rgb(var(--default-text-color-rgb));
}
.alert-info.custom-alert-icon {
  border-inline-start: 0.313rem solid rgb(var(--info-rgb)) !important;
  color: var(--text-muted);
  background-color: var(--custom-white);
  border: 1px solid var(--default-border);
  font-size: 0.813rem;
}
.alert-info.custom-alert-icon .btn-close {
  color: rgb(var(--default-text-color-rgb));
}
.alert-light.custom-alert-icon {
  border-inline-start: 0.313rem solid rgb(var(--light-rgb)) !important;
  color: var(--text-muted);
  background-color: var(--custom-white);
  border: 1px solid var(--default-border);
  font-size: 0.813rem;
}
.alert-light.custom-alert-icon .btn-close {
  color: rgb(var(--default-text-color-rgb));
}
.alert-dark.custom-alert-icon {
  border-inline-start: 0.313rem solid rgb(var(--dark-rgb)) !important;
  color: var(--text-muted);
  background-color: var(--custom-white);
  border: 1px solid var(--default-border);
  font-size: 0.813rem;
}
.alert-dark.custom-alert-icon .btn-close {
  color: rgb(var(--default-text-color-rgb));
}
.custom-alert1 {
  margin-block-end: 0;
  background-color: var(--custom-white);
  border: 0;
  padding: 1.25rem;
  color: rgb(var(--default-text-color-rgb));
}
.custom-alert1 p {
  margin-block-end: 2.5rem;
  color: var(--text-muted);
  font-size: 0.8rem;
}
.custom-alert1 .custom-alert-icon {
  width: 3.125rem;
  height: 3.125rem;
  margin-bottom: 0.85rem;
}
.custom-alert1 .btn-close {
  padding: 0;
  margin-block-end: 1rem;
}
.custom-alert1.alert-primary {
  border-block-start: 0.313rem solid var(--primary-color);
}
.custom-alert1.alert-secondary {
  border-block-start: 0.313rem solid rgb(var(--secondary-rgb));
}
.custom-alert1.alert-warning {
  border-block-start: 0.313rem solid rgb(var(--warning-rgb));
}
.custom-alert1.alert-danger {
  border-block-start: 0.313rem solid rgb(var(--danger-rgb));
}
.alert-img {
  display: flex;
  align-items: center;
}
.alert-img .avatar {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 400px) {
  .btn-close.custom-close {
    margin: 9px 9px 9px 0;
  }
}
.badge {
  padding: 0.25rem 0.45rem;
  font-size: 0.6rem;
  font-weight: 500;
  border-radius: 0.25rem;
}
.badge.bg-primary-gradient {
  color: #fff;
}
.badge.bg-secondary-gradient {
  color: #fff;
}
.badge.bg-success-gradient {
  color: #fff;
}
.badge.bg-info-gradient {
  color: #fff;
}
.badge.bg-danger-gradient {
  color: #fff;
}
.badge.bg-orange-gradient {
  color: #fff;
}
.badge.bg-purple-gradient {
  color: #fff;
}
.badge-sm {
  font-weight: normal;
  font-size: 0.625rem;
}
.btn.btn-outline-primary .badge {
  background-color: var(--primary-color);
  color: #000;
}
.btn.btn-outline-primary:hover .badge,
.btn.btn-outline-primary:focus .badge,
.btn.btn-outline-primary:active .badge {
  background-color: var(--custom-white);
  color: rgb(var(--default-text-color-rgb));
}
.btn.btn-outline-secondary .badge {
  background-color: rgb(var(--secondary-rgb));
  color: #000;
}
.btn.btn-outline-secondary:hover .badge,
.btn.btn-outline-secondary:focus .badge,
.btn.btn-outline-secondary:active .badge {
  background-color: var(--custom-white);
  color: rgb(var(--default-text-color-rgb));
}
.btn.btn-outline-warning .badge {
  background-color: rgb(var(--warning-rgb));
  color: #000;
}
.btn.btn-outline-warning:hover .badge,
.btn.btn-outline-warning:focus .badge,
.btn.btn-outline-warning:active .badge {
  background-color: var(--custom-white);
  color: rgb(var(--default-text-color-rgb));
}
.btn.btn-outline-info .badge {
  background-color: rgb(var(--info-rgb));
  color: #000;
}
.btn.btn-outline-info:hover .badge,
.btn.btn-outline-info:focus .badge,
.btn.btn-outline-info:active .badge {
  background-color: var(--custom-white);
  color: rgb(var(--default-text-color-rgb));
}
.btn.btn-outline-success .badge {
  background-color: rgb(var(--success-rgb));
  color: #000;
}
.btn.btn-outline-success:hover .badge,
.btn.btn-outline-success:focus .badge,
.btn.btn-outline-success:active .badge {
  background-color: var(--custom-white);
  color: rgb(var(--default-text-color-rgb));
}
.btn.btn-outline-danger .badge {
  background-color: rgb(var(--danger-rgb));
  color: #000;
}
.btn.btn-outline-danger:hover .badge,
.btn.btn-outline-danger:focus .badge,
.btn.btn-outline-danger:active .badge {
  background-color: var(--custom-white);
  color: rgb(var(--default-text-color-rgb));
}
.custom-badge {
  font-size: 0.7rem;
  font-weight: 400;
}
.icon-badge {
  position: relative;
}
.icon-badge .icon {
  width: 2rem;
  height: 2rem;
  fill: var(--text-muted);
  font-size: 2rem;
}
.icon-badge .badge {
  position: absolute;
  inset-inline-end: -0.5rem;
}
.text-badge {
  position: relative;
}
.text-badge .badge {
  position: absolute;
  inset-inline-end: -1rem;
  inset-block-start: -1rem;
}
.page-header-breadcrumb {
  padding: 1rem;
  background: transparent;
}
.page-header-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "\ea65");
  font-family: "tabler-icons" !important;
}
[dir=rtl] .page-header-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "\ea64");
  font-family: "tabler-icons" !important;
}
.breadcrumb .breadcrumb-item a {
  color: var(--primary-color);
}
.breadcrumb .breadcrumb-item.active {
  color: rgb(var(--default-text-color-rgb));
  font-weight: 400;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: var(--text-muted);
}
.breadcrumb-example1 .breadcrumb-item + .breadcrumb-item::before {
  color: var(--text-muted);
  content: var(--bs-breadcrumb-divider, "\ea65");
  font-family: "tabler-icons" !important;
}
.breadcrumb-style1 .breadcrumb-item + .breadcrumb-item::before {
  color: var(--text-muted);
  content: var(--bs-breadcrumb-divider, "\ea1c");
  font-family: "tabler-icons" !important;
}
.breadcrumb-style2 .breadcrumb-item + .breadcrumb-item::before {
  color: var(--text-muted);
  content: var(--bs-breadcrumb-divider, "\ea61");
  font-family: "tabler-icons" !important;
}
.embedded-breadcrumb:before {
  opacity: 0.7;
}
[data-theme-mode=dark] .embedded-breadcrumb:before {
  filter: invert(1);
}
[dir=rtl] .breadcrumb-example1 .breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "\ea64");
}
[dir=rtl] .breadcrumb-style1 .breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "\ea1b");
}
[dir=rtl] .breadcrumb-style2 .breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "\ea60");
}
[dir=rtl] .embedded-breadcrumb:before {
  transform: scaleX(-1);
  padding-inline-start: 0.5rem;
  padding-inline-end: 0rem !important;
}
.btn {
  font-size: 0.85rem;
  border-radius: 0;
  padding: 0.5rem 0.85rem;
  box-shadow: none;
  font-weight: 500;
}
.btn.btn-sm {
  padding: 0.26rem 0.5rem;
  border-radius: 0;
  font-size: 0.75rem;
}
.btn.btn-lg {
  padding: 0.65rem 1rem;
  border-radius: 0;
  font-size: 0.95rem;
}
.btn-group .btn {
  padding: 0.45rem 0.75rem;
}
.btn-group-lg .btn {
  padding: 0.65rem 1rem;
}
.btn-group-sm .btn {
  padding: 0.25rem 0.5rem;
}
.btn-check:active + .btn,
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:active {
  color: #fff;
}
.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
}
.btn-primary {
  background-color: rgb(var(--primary-rgb)) !important;
  border-color: rgb(var(--primary-rgb)) !important;
  color: #000 !important;
}
.btn-primary:hover {
  background-color: rgba(var(--primary-rgb), 0.9) !important;
  border-color: rgb(var(--primary-rgb)) !important;
  color: #000;
}
.btn-primary:focus {
  background-color: rgb(var(--primary-rgb));
  border-color: rgb(var(--primary-rgb));
  color: #000;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  background-color: rgb(var(--primary-rgb));
  border-color: rgb(var(--primary-rgb));
  outline: 0;
  box-shadow: none;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary.show:focus,
.btn-primary:active:focus {
  box-shadow: 0 0.25rem 1rem var(--primary05);
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary.show,
.btn-primary:active {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-border) !important;
}
.btn-secondary {
  background-color: rgb(var(--secondary-rgb)) !important;
  border-color: rgb(var(--secondary-rgb)) !important;
  color: #000 !important;
}
.btn-secondary:hover {
  background-color: rgba(var(--secondary-rgb), 0.9) !important;
  border-color: rgb(var(--secondary-rgb)) !important;
  color: #000;
}
.btn-secondary:focus {
  background-color: rgb(var(--secondary-rgb));
  border-color: rgb(var(--secondary-rgb));
  color: #000;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  background-color: rgb(var(--secondary-rgb));
  border-color: rgb(var(--secondary-rgb));
  outline: 0;
  box-shadow: none;
}
.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary.show:focus,
.btn-secondary:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--secondary-rgb), 0.5);
}
.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary.show,
.btn-secondary:active {
  background-color: rgb(var(--secondary-rgb)) !important;
  border-color: rgb(var(--secondary-rgb)) !important;
}
.btn-warning {
  background-color: rgb(var(--warning-rgb)) !important;
  border-color: rgb(var(--warning-rgb)) !important;
  color: #000 !important;
}
.btn-warning:hover {
  background-color: rgba(var(--warning-rgb), 0.9) !important;
  border-color: rgb(var(--warning-rgb)) !important;
  color: #000;
}
.btn-warning:focus {
  background-color: rgb(var(--warning-rgb));
  border-color: rgb(var(--warning-rgb));
  color: #000;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
  background-color: rgb(var(--warning-rgb));
  border-color: rgb(var(--warning-rgb));
  outline: 0;
  box-shadow: none;
}
.btn-check:active + .btn-warning:focus,
.btn-check:checked + .btn-warning:focus,
.btn-warning.active:focus,
.btn-warning.show:focus,
.btn-warning:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--warning-rgb), 0.5);
}
.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning.show,
.btn-warning:active {
  background-color: rgb(var(--warning-rgb)) !important;
  border-color: rgb(var(--warning-rgb)) !important;
}
.btn-info {
  background-color: rgb(var(--info-rgb)) !important;
  border-color: rgb(var(--info-rgb)) !important;
  color: #000 !important;
}
.btn-info:hover {
  background-color: rgba(var(--info-rgb), 0.9) !important;
  border-color: rgb(var(--info-rgb)) !important;
  color: #000;
}
.btn-info:focus {
  background-color: rgb(var(--info-rgb));
  border-color: rgb(var(--info-rgb));
  color: #000;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
  background-color: rgb(var(--info-rgb));
  border-color: rgb(var(--info-rgb));
  outline: 0;
  box-shadow: none;
}
.btn-check:active + .btn-info:focus,
.btn-check:checked + .btn-info:focus,
.btn-info.active:focus,
.btn-info.show:focus,
.btn-info:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--info-rgb), 0.5);
}
.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info.show,
.btn-info:active {
  background-color: rgb(var(--info-rgb)) !important;
  border-color: rgb(var(--info-rgb)) !important;
}
.btn-danger {
  background-color: rgb(var(--danger-rgb)) !important;
  border-color: rgb(var(--danger-rgb)) !important;
  color: #000 !important;
}
.btn-danger:hover {
  background-color: rgba(var(--danger-rgb), 0.9) !important;
  border-color: rgb(var(--danger-rgb)) !important;
  color: #000;
}
.btn-danger:focus {
  background-color: rgb(var(--danger-rgb));
  border-color: rgb(var(--danger-rgb));
  color: #000;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
  background-color: rgb(var(--danger-rgb));
  border-color: rgb(var(--danger-rgb));
  outline: 0;
  box-shadow: none;
}
.btn-check:active + .btn-danger:focus,
.btn-check:checked + .btn-danger:focus,
.btn-danger.active:focus,
.btn-danger.show:focus,
.btn-danger:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--danger-rgb), 0.5);
}
.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger.show,
.btn-danger:active {
  background-color: rgb(var(--danger-rgb)) !important;
  border-color: rgb(var(--danger-rgb)) !important;
}
.btn-success {
  background-color: rgb(var(--success-rgb)) !important;
  border-color: rgb(var(--success-rgb)) !important;
  color: #000 !important;
}
.btn-success:hover {
  background-color: rgba(var(--success-rgb), 0.9) !important;
  border-color: rgb(var(--success-rgb)) !important;
  color: #000;
}
.btn-success:focus {
  background-color: rgb(var(--success-rgb));
  border-color: rgb(var(--success-rgb));
  color: #000;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
  background-color: rgb(var(--success-rgb));
  border-color: rgb(var(--success-rgb));
  outline: 0;
  box-shadow: none;
}
.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success.show:focus,
.btn-success:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--success-rgb), 0.5);
}
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success.show,
.btn-success:active {
  background-color: rgb(var(--success-rgb)) !important;
  border-color: rgb(var(--success-rgb)) !important;
}
.btn-dark {
  background-color: rgb(var(--dark-rgb));
  border-color: rgb(var(--dark-rgb));
  color: var(--custom-white);
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  background-color: rgb(var(--dark-rgb));
  border-color: rgb(var(--dark-rgb));
  color: var(--custom-white) !important;
}
.btn-dark svg {
  fill: var(--custom-black);
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
  background-color: rgb(var(--dark-rgb));
  border-color: rgb(var(--dark-rgb));
  outline: 0;
  box-shadow: none;
}
.btn-check:active + .btn-dark:focus,
.btn-check:checked + .btn-dark:focus,
.btn-dark.active:focus,
.btn-dark.show:focus,
.btn-dark:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--dark-rgb), 0.5);
}
.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark.show,
.btn-dark:active {
  background-color: rgb(var(--dark-rgb)) !important;
  border-color: rgb(var(--dark-rgb)) !important;
  color: var(--custom-white);
}
.btn-light {
  background-color: rgb(var(--light-rgb));
  border-color: rgb(var(--light-rgb));
  color: rgb(var(--default-text-color-rgb));
}
.btn-light:hover {
  background-color: #e4ecf2;
  border-color: rgb(var(--light-rgb));
  color: rgb(var(--default-text-color-rgb));
}
.btn-light:focus {
  background-color: rgb(var(--light-rgb));
  border-color: rgb(var(--light-rgb));
  box-shadow: none;
  color: rgb(var(--default-text-color-rgb));
}
[data-theme-mode=dark] .btn-light:hover {
  background-color: rgba(var(--light-rgb), 0.8);
}
.btn-check:focus + .btn-light,
.btn-light:focus {
  background-color: rgb(var(--light-rgb));
  border-color: rgb(var(--light-rgb));
  outline: 0;
  box-shadow: none;
}
.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light.show:focus,
.btn-light:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--light-rgb), 0.5);
}
.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light.show,
.btn-light:active {
  background-color: rgb(var(--light-rgb)) !important;
  border-color: rgb(var(--light-rgb)) !important;
  color: rgb(var(--default-text-color-rgb)) !important;
}
.btn-teal {
  background-color: rgb(var(--teal-rgb)) !important;
  border-color: rgb(var(--teal-rgb)) !important;
  color: #000 !important;
}
.btn-teal:hover {
  background-color: rgba(var(--teal-rgb), 0.9) !important;
  border-color: rgb(var(--teal-rgb)) !important;
  color: #000;
}
.btn-teal:focus {
  background-color: rgb(var(--teal-rgb));
  border-color: rgb(var(--teal-rgb));
  color: #000;
}
.btn-check:focus + .btn-teal,
.btn-teal:focus {
  background-color: rgb(var(--teal-rgb));
  border-color: rgb(var(--teal-rgb));
  outline: 0;
  box-shadow: none;
}
.btn-check:active + .btn-teal:focus,
.btn-check:checked + .btn-teal:focus,
.btn-teal.active:focus,
.btn-teal.show:focus,
.btn-teal:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--teal-rgb), 0.5);
}
.btn-check:active + .btn-teal,
.btn-check:checked + .btn-teal,
.btn-teal.active,
.btn-teal.show,
.btn-teal:active {
  background-color: rgb(var(--teal-rgb)) !important;
  border-color: rgb(var(--teal-rgb)) !important;
}
.btn-purple {
  background-color: rgb(var(--purple-rgb)) !important;
  border-color: rgb(var(--purple-rgb)) !important;
  color: #000 !important;
}
.btn-purple:hover {
  background-color: rgba(var(--purple-rgb), 0.9) !important;
  border-color: rgb(var(--purple-rgb)) !important;
  color: #000;
}
.btn-purple:focus {
  background-color: rgb(var(--purple-rgb));
  border-color: rgb(var(--purple-rgb));
  color: #000;
}
.btn-check:focus + .btn-purple,
.btn-purple:focus {
  background-color: rgb(var(--purple-rgb));
  border-color: rgb(var(--purple-rgb));
  outline: 0;
  box-shadow: none;
}
.btn-check:active + .btn-purple:focus,
.btn-check:checked + .btn-purple:focus,
.btn-purple.active:focus,
.btn-purple.show:focus,
.btn-purple:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--purple-rgb), 0.5);
}
.btn-check:active + .btn-purple,
.btn-check:checked + .btn-purple,
.btn-purple.active,
.btn-purple.show,
.btn-purple:active {
  background-color: rgb(var(--purple-rgb)) !important;
  border-color: rgb(var(--purple-rgb)) !important;
}
.btn-orange {
  background-color: rgb(var(--orange-rgb)) !important;
  border-color: rgb(var(--orange-rgb)) !important;
  color: #000 !important;
}
.btn-orange:hover {
  background-color: rgba(var(--orange-rgb), 0.9) !important;
  border-color: rgb(var(--orange-rgb)) !important;
  color: #000;
}
.btn-orange:focus {
  background-color: rgb(var(--orange-rgb));
  border-color: rgb(var(--orange-rgb));
  color: #000;
}
.btn-check:focus + .btn-orange,
.btn-orange:focus {
  background-color: rgb(var(--orange-rgb));
  border-color: rgb(var(--orange-rgb));
  outline: 0;
  box-shadow: none;
}
.btn-check:active + .btn-orange:focus,
.btn-check:checked + .btn-orange:focus,
.btn-orange.active:focus,
.btn-orange.show:focus,
.btn-orange:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--orange-rgb), 0.5);
}
.btn-check:active + .btn-orange,
.btn-check:checked + .btn-orange,
.btn-orange.active,
.btn-orange.show,
.btn-orange:active {
  background-color: rgb(var(--orange-rgb)) !important;
  border-color: rgb(var(--orange-rgb)) !important;
}
.btn-outline-primary {
  color: rgb(var(--primary-rgb));
  border-color: rgb(var(--primary-rgb));
}
.btn-outline-primary:hover,
.btn-outline-primary:active {
  color: #000;
  background-color: rgb(var(--primary-rgb));
  border-color: rgb(var(--primary-rgb));
}
.btn-outline-primary:focus {
  color: #000;
  background-color: rgb(var(--primary-rgb));
  border-color: rgb(var(--primary-rgb));
  box-shadow: none;
}
.btn-outline-primary:focus:active {
  box-shadow: none;
}
.btn-outline-secondary {
  color: rgb(var(--secondary-rgb));
  border-color: rgb(var(--secondary-rgb));
}
.btn-outline-secondary:hover,
.btn-outline-secondary:active {
  color: #000;
  background-color: rgb(var(--secondary-rgb));
  border-color: rgb(var(--secondary-rgb));
}
.btn-outline-secondary:focus {
  color: #000;
  background-color: rgb(var(--secondary-rgb));
  border-color: rgb(var(--secondary-rgb));
  box-shadow: none;
}
.btn-outline-secondary:focus:active {
  box-shadow: none;
}
.btn-outline-warning {
  color: rgb(var(--warning-rgb));
  border-color: rgb(var(--warning-rgb));
}
.btn-outline-warning:hover,
.btn-outline-warning:active {
  color: #000;
  background-color: rgb(var(--warning-rgb));
  border-color: rgb(var(--warning-rgb));
}
.btn-outline-warning:focus {
  color: #000;
  background-color: rgb(var(--warning-rgb));
  border-color: rgb(var(--warning-rgb));
  box-shadow: none;
}
.btn-outline-warning:focus:active {
  box-shadow: none;
}
.btn-outline-danger {
  color: rgb(var(--danger-rgb));
  border-color: rgb(var(--danger-rgb));
}
.btn-outline-danger:hover,
.btn-outline-danger:active {
  color: #000;
  background-color: rgb(var(--danger-rgb));
  border-color: rgb(var(--danger-rgb));
}
.btn-outline-danger:focus {
  color: #000;
  background-color: rgb(var(--danger-rgb));
  border-color: rgb(var(--danger-rgb));
  box-shadow: none;
}
.btn-outline-danger:focus:active {
  box-shadow: none;
}
.btn-outline-success {
  color: rgb(var(--success-rgb));
  border-color: rgb(var(--success-rgb));
}
.btn-outline-success:hover,
.btn-outline-success:active {
  color: #000;
  background-color: rgb(var(--success-rgb));
  border-color: rgb(var(--success-rgb));
}
.btn-outline-success:focus {
  color: #000;
  background-color: rgb(var(--success-rgb));
  border-color: rgb(var(--success-rgb));
  box-shadow: none;
}
.btn-outline-success:focus:active {
  box-shadow: none;
}
.btn-outline-info {
  color: rgb(var(--info-rgb));
  border-color: rgb(var(--info-rgb));
}
.btn-outline-info:hover,
.btn-outline-info:active {
  color: #000;
  background-color: rgb(var(--info-rgb));
  border-color: rgb(var(--info-rgb));
}
.btn-outline-info:focus {
  color: #000;
  background-color: rgb(var(--info-rgb));
  border-color: rgb(var(--info-rgb));
  box-shadow: none;
}
.btn-outline-info:focus:active {
  box-shadow: none;
}
.btn-outline-light {
  color: rgb(var(--default-text-color-rgb)) !important;
  border-color: rgb(var(--light-rgb));
}
.btn-outline-light:hover,
.btn-outline-light:active {
  color: rgb(var(--default-text-color-rgb));
  background-color: rgb(var(--light-rgb));
  border-color: rgb(var(--light-rgb));
}
.btn-outline-light:focus {
  color: rgb(var(--default-text-color-rgb));
  background-color: rgb(var(--light-rgb));
  border-color: rgb(var(--light-rgb));
  box-shadow: none;
}
.btn-outline-light:focus:active {
  box-shadow: none;
}
.btn-outline-dark {
  color: rgb(var(--dark-rgb));
  border-color: rgb(var(--dark-rgb));
}
.btn-outline-dark:hover,
.btn-outline-dark:active {
  color: var(--custom-white);
  background-color: var(--custom-black);
  border-color: var(--custom-black);
}
.btn-outline-dark:focus {
  color: var(--custom-white);
  background-color: rgb(var(--dark-rgb));
  border-color: rgb(var(--dark-rgb));
  box-shadow: none;
}
.btn-outline-dark:focus:active {
  box-shadow: none;
}
.btn-outline-teal {
  color: rgb(var(--teal-rgb));
  border-color: rgb(var(--teal-rgb));
}
.btn-outline-teal:hover,
.btn-outline-teal:active {
  color: #000;
  background-color: rgb(var(--teal-rgb));
  border-color: rgb(var(--teal-rgb));
}
.btn-outline-teal:focus {
  color: #000;
  background-color: rgb(var(--teal-rgb));
  border-color: rgb(var(--teal-rgb));
  box-shadow: none;
}
.btn-outline-teal:focus:active {
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: rgb(var(--secondary-rgb));
  border-color: rgb(var(--secondary-rgb));
}
.btn-primary-transparent {
  background-color: rgba(var(--primary-rgb), 0.1);
  border-color: rgba(var(--primary-rgb), 0.1);
  color: rgb(var(--primary-rgb));
}
.btn-primary-transparent:hover,
.btn-primary-transparent:focus:hover {
  background-color: rgb(var(--primary-rgb));
  border-color: rgb(var(--primary-rgb));
  color: #000;
}
.btn-check:focus + .btn-primary-transparent,
.btn-primary-transparent:focus {
  background-color: rgba(var(--primary-rgb), 0.1);
  border-color: rgba(var(--primary-rgb), 0.1);
  outline: 0;
  box-shadow: 0 0.25rem 1rem rgba(var(--primary-rgb), 0.3);
  color: rgb(var(--primary-rgb));
}
.btn-check:active + .btn-primary-transparent:focus,
.btn-check:checked + .btn-primary-transparent:focus,
.btn-primary-transparent.active:focus,
.btn-primary-transparent.show:focus,
.btn-primary-transparent:active:focus {
  box-shadow: 0 0.25rem 1rem var(--primary05);
}
.btn-check:active + .btn-primary-transparent,
.btn-check:checked + .btn-primary-transparent,
.btn-primary-transparent.active,
.btn-primary-transparent.show,
.btn-primary-transparent:active {
  background-color: var(--primary-color);
  border-color: var(--primary01);
  color: #000;
}
.btn-secondary-transparent {
  background-color: rgba(var(--secondary-rgb), 0.1);
  border-color: rgba(var(--secondary-rgb), 0.1);
  color: rgb(var(--secondary-rgb));
}
.btn-secondary-transparent:hover,
.btn-secondary-transparent:focus:hover {
  background-color: rgb(var(--secondary-rgb));
  border-color: rgb(var(--secondary-rgb));
  color: #000;
}
.btn-check:focus + .btn-secondary-transparent,
.btn-secondary-transparent:focus {
  background-color: rgba(var(--secondary-rgb), 0.1);
  border-color: rgba(var(--secondary-rgb), 0.1);
  outline: 0;
  box-shadow: 0 0.25rem 1rem rgba(var(--secondary-rgb), 0.3);
  color: rgb(var(--secondary-rgb));
}
.btn-check:active + .btn-secondary-transparent:focus,
.btn-check:checked + .btn-secondary-transparent:focus,
.btn-secondary-transparent.active:focus,
.btn-secondary-transparent.show:focus,
.btn-secondary-transparent:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--secondary-rgb), 0.5);
}
.btn-check:active + .btn-secondary-transparent,
.btn-check:checked + .btn-secondary-transparent,
.btn-secondary-transparent.active,
.btn-secondary-transparent.show,
.btn-secondary-transparent:active {
  background-color: rgb(var(--secondary-rgb));
  border-color: rgba(var(--secondary-rgb), 0.1);
  color: #fff;
}
.btn-warning-transparent {
  background-color: rgba(var(--warning-rgb), 0.1);
  border-color: rgba(var(--warning-rgb), 0.1);
  color: rgb(var(--warning-rgb));
}
.btn-warning-transparent:hover,
.btn-warning-transparent:focus:hover {
  background-color: rgb(var(--warning-rgb));
  border-color: rgb(var(--warning-rgb));
  color: #000;
}
.btn-check:focus + .btn-warning-transparent,
.btn-warning-transparent:focus {
  background-color: rgba(var(--warning-rgb), 0.1);
  border-color: rgba(var(--warning-rgb), 0.1);
  outline: 0;
  box-shadow: 0 0.25rem 1rem rgba(var(--warning-rgb), 0.3);
  color: rgb(var(--warning-rgb));
}
.btn-check:active + .btn-warning-transparent:focus,
.btn-check:checked + .btn-warning-transparent:focus,
.btn-warning-transparent.active:focus,
.btn-warning-transparent.show:focus,
.btn-warning-transparent:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--warning-rgb), 0.5);
}
.btn-check:active + .btn-warning-transparent,
.btn-check:checked + .btn-warning-transparent,
.btn-warning-transparent.active,
.btn-warning-transparent.show,
.btn-warning-transparent:active {
  background-color: rgb(var(--warning-rgb));
  border-color: rgba(var(--warning-rgb), 0.1);
  color: #fff;
}
.btn-info-transparent {
  background-color: rgba(var(--info-rgb), 0.1);
  border-color: rgba(var(--info-rgb), 0.1);
  color: rgb(var(--info-rgb));
}
.btn-info-transparent:hover,
.btn-info-transparent:focus:hover {
  background-color: rgb(var(--info-rgb));
  border-color: rgb(var(--info-rgb));
  color: #000;
}
.btn-check:focus + .btn-info-transparent,
.btn-info-transparent:focus {
  background-color: rgba(var(--info-rgb), 0.1);
  border-color: rgba(var(--info-rgb), 0.1);
  outline: 0;
  box-shadow: 0 0.25rem 1rem rgba(var(--info-rgb), 0.3);
  color: rgb(var(--info-rgb));
}
.btn-check:active + .btn-info-transparent:focus,
.btn-check:checked + .btn-info-transparent:focus,
.btn-info-transparent.active:focus,
.btn-info-transparent.show:focus,
.btn-info-transparent:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--info-rgb), 0.5);
}
.btn-check:active + .btn-info-transparent,
.btn-check:checked + .btn-info-transparent,
.btn-info-transparent.active,
.btn-info-transparent.show,
.btn-info-transparent:active {
  background-color: rgb(var(--info-rgb));
  border-color: rgba(var(--info-rgb), 0.1);
  color: #fff;
}
.btn-success-transparent {
  background-color: rgba(var(--success-rgb), 0.1);
  border-color: rgba(var(--success-rgb), 0.1);
  color: rgb(var(--success-rgb));
}
.btn-success-transparent:hover,
.btn-success-transparent:focus:hover {
  background-color: rgb(var(--success-rgb));
  border-color: rgb(var(--success-rgb));
  color: #000;
}
.btn-check:focus + .btn-success-transparent,
.btn-success-transparent:focus {
  background-color: rgba(var(--success-rgb), 0.1);
  border-color: rgba(var(--success-rgb), 0.1);
  outline: 0;
  box-shadow: 0 0.25rem 1rem rgba(var(--success-rgb), 0.3);
  color: rgb(var(--success-rgb));
}
.btn-check:active + .btn-success-transparent:focus,
.btn-check:checked + .btn-success-transparent:focus,
.btn-success-transparent.active:focus,
.btn-success-transparent.show:focus,
.btn-success-transparent:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--success-rgb), 0.5);
}
.btn-check:active + .btn-success-transparent,
.btn-check:checked + .btn-success-transparent,
.btn-success-transparent.active,
.btn-success-transparent.show,
.btn-success-transparent:active {
  background-color: rgb(var(--success-rgb));
  border-color: rgba(var(--success-rgb), 0.1);
  color: #fff;
}
.btn-danger-transparent {
  background-color: rgba(var(--danger-rgb), 0.1);
  border-color: rgba(var(--danger-rgb), 0.1);
  color: rgb(var(--danger-rgb));
}
.btn-danger-transparent:hover,
.btn-danger-transparent:focus:hover {
  background-color: rgb(var(--danger-rgb));
  border-color: rgb(var(--danger-rgb));
  color: #000;
}
.btn-check:focus + .btn-danger-transparent,
.btn-danger-transparent:focus {
  background-color: rgba(var(--danger-rgb), 0.1);
  border-color: rgba(var(--danger-rgb), 0.1);
  outline: 0;
  box-shadow: 0 0.25rem 1rem rgba(var(--danger-rgb), 0.3);
  color: rgb(var(--danger-rgb));
}
.btn-check:active + .btn-danger-transparent:focus,
.btn-check:checked + .btn-danger-transparent:focus,
.btn-danger-transparent.active:focus,
.btn-danger-transparent.show:focus,
.btn-danger-transparent:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--danger-rgb), 0.5);
}
.btn-check:active + .btn-danger-transparent,
.btn-check:checked + .btn-danger-transparent,
.btn-danger-transparent.active,
.btn-danger-transparent.show,
.btn-danger-transparent:active {
  background-color: rgb(var(--danger-rgb));
  border-color: rgba(var(--danger-rgb), 0.1);
  color: #fff;
}
.btn-teal-transparent {
  background-color: rgba(var(--teal-rgb), 0.1);
  border-color: rgba(var(--teal-rgb), 0.1);
  color: rgb(var(--teal-rgb));
}
.btn-teal-transparent:hover,
.btn-teal-transparent:focus:hover {
  background-color: rgb(var(--teal-rgb));
  border-color: rgb(var(--teal-rgb));
  color: #000;
}
.btn-check:focus + .btn-teal-transparent,
.btn-teal-transparent:focus {
  background-color: rgba(var(--teal-rgb), 0.1);
  border-color: rgba(var(--teal-rgb), 0.1);
  outline: 0;
  box-shadow: 0 0.25rem 1rem rgba(var(--teal-rgb), 0.3);
  color: rgb(var(--teal-rgb));
}
.btn-check:active + .btn-teal-transparent:focus,
.btn-check:checked + .btn-teal-transparent:focus,
.btn-teal-transparent.active:focus,
.btn-teal-transparent.show:focus,
.btn-teal-transparent:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--teal-rgb), 0.5);
}
.btn-check:active + .btn-teal-transparent,
.btn-check:checked + .btn-teal-transparent,
.btn-teal-transparent.active,
.btn-teal-transparent.show,
.btn-teal-transparent:active {
  background-color: rgb(var(--teal-rgb));
  border-color: rgba(var(--teal-rgb), 0.1);
  color: #fff;
}
.btn-purple-transparent {
  background-color: rgba(var(--purple-rgb), 0.1);
  border-color: rgba(var(--purple-rgb), 0.1);
  color: rgb(var(--purple-rgb));
}
.btn-purple-transparent:hover,
.btn-purple-transparent:focus:hover {
  background-color: rgb(var(--purple-rgb));
  border-color: rgb(var(--purple-rgb));
  color: #000;
}
.btn-check:focus + .btn-purple-transparent,
.btn-purple-transparent:focus {
  background-color: rgba(var(--purple-rgb), 0.1);
  border-color: rgba(var(--purple-rgb), 0.1);
  outline: 0;
  box-shadow: 0 0.25rem 1rem rgba(var(--purple-rgb), 0.3);
  color: rgb(var(--purple-rgb));
}
.btn-check:active + .btn-purple-transparent:focus,
.btn-check:checked + .btn-purple-transparent:focus,
.btn-purple-transparent.active:focus,
.btn-purple-transparent.show:focus,
.btn-purple-transparent:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--purple-rgb), 0.5);
}
.btn-check:active + .btn-purple-transparent,
.btn-check:checked + .btn-purple-transparent,
.btn-purple-transparent.active,
.btn-purple-transparent.show,
.btn-purple-transparent:active {
  background-color: rgb(var(--purple-rgb));
  border-color: rgba(var(--purple-rgb), 0.1);
  color: #fff;
}
.btn-group-sm > .btn,
.btn-sm {
  font-size: 0.8rem;
  padding: 0.25rem 0.8rem;
}
.btn-icon {
  width: 2.313rem;
  height: 2.313rem;
  font-size: 0.95rem;
  padding: 0.4375rem;
  flex-shrink: 0;
}
.btn-icon i {
  padding: 0rem;
  margin: 0 -0.5rem;
}
.btn-icon.btn-sm {
  width: 1.75rem;
  height: 1.75rem;
  font-size: 0.8rem;
  padding: 0.1875rem;
}
.btn-icon.btn-lg {
  width: 2.75rem;
  height: 2.75rem;
  font-size: 1.2rem;
  padding: 0.5rem;
}
.btn-list button,
.btn-list div,
.btn-list a,
.btn-list input {
  margin: 0 0.375rem 0.375rem 0;
}
[dir=rtl] .btn-list button,
[dir=rtl] .btn-list div,
[dir=rtl] .btn-list a,
[dir=rtl] .btn-list input {
  margin: 0 0 0.375rem 0.375rem;
}
.btn-list {
  margin-block-end: -0.5rem;
}
.btn-bd-primary {
  --bs-btn-font-weight: 400;
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--primary-color);
  --bs-btn-border-color: var(--primary-color);
  --bs-btn-border-radius: .5rem;
  --bs-btn-hover-color: var(--primary-color);
  --bs-btn-hover-bg: rgba(var(--primary-color), 0.9);
  --bs-btn-hover-border-color: rgba(var(--primary-color), 0.9);
  --bs-btn-active-color: var(--primary-color);
  --bs-btn-active-bg: rgba(var(--primary-color), 0.9);
  --bs-btn-active-border-color: rgba(var(--primary-color), 0.9);
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active,
.btn-check + .btn.btn-outline-primary:hover {
  color: #000 !important;
  background-color: rgb(var(--primary-rgb)) !important;
  border-color: rgb(var(--primary-rgb)) !important;
}
.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active,
.btn-check + .btn.btn-outline-secondary:hover {
  color: #000 !important;
  background-color: rgb(var(--secondary-rgb)) !important;
  border-color: rgb(var(--secondary-rgb)) !important;
}
.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active,
.btn-check + .btn.btn-outline-info:hover {
  color: #000 !important;
  background-color: rgb(var(--info-rgb)) !important;
  border-color: rgb(var(--info-rgb)) !important;
}
.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active,
.btn-check + .btn.btn-outline-warning:hover {
  color: #000 !important;
  background-color: rgb(var(--warning-rgb)) !important;
  border-color: rgb(var(--warning-rgb)) !important;
}
.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active,
.btn-check + .btn.btn-outline-danger:hover {
  color: #000 !important;
  background-color: rgb(var(--danger-rgb)) !important;
  border-color: rgb(var(--danger-rgb)) !important;
}
.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active,
.btn-check + .btn.btn-outline-success:hover {
  color: #000 !important;
  background-color: rgb(var(--success-rgb)) !important;
  border-color: rgb(var(--success-rgb)) !important;
}
.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active,
.btn-outline-light:hover,
.btn-check + .btn.btn-outline-light:hover {
  color: rgb(var(--default-text-color-rgb)) !important;
  border-color: rgb(var(--light-rgb)) !important;
}
.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active,
.btn-check + .btn.btn-outline-dark:hover {
  color: var(--custom-white) !important;
  background-color: var(--custom-black) !important;
  border-color: var(--custom-black) !important;
}
.btn-check:active + .btn-outline-teal,
.btn-check:checked + .btn-outline-teal,
.btn-outline-teal.active,
.btn-outline-teal.dropdown-toggle.show,
.btn-outline-teal:active,
.btn-check + .btn.btn-outline-teal:hover {
  color: #000 !important;
  background-color: rgb(var(--teal-rgb)) !important;
  border-color: rgb(var(--teal-rgb)) !important;
}
.btn-check:checked + .btn-outline-primary:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--primary-color), 0.5);
}
.btn-check:checked + .btn-outline-secondary:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--secondary-rgb), 0.5);
}
.btn-check:checked + .btn-outline-success:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--success-rgb), 0.5);
}
.btn-check:checked + .btn-outline-warning:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--warning-rgb), 0.5);
}
.btn-check:checked + .btn-outline-info:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--info-rgb), 0.5);
}
.btn-check:checked + .btn-outline-danger:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--danger-rgb), 0.5);
}
.btn-check:checked + .btn-outline-light:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--light-rgb), 0.5);
}
.btn-check:checked + .btn-outline-dark:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--dark-rgb), 0.5);
}
.btn-check:checked + .btn-outline-teal:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--teal-rgb), 0.5);
}
.btn-check:focus + .btn.btn-outline-primary {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  box-shadow: none;
}
.btn-check:checked + .btn.btn-outline-secondary {
  color: #fff;
  background-color: rgb(var(--secondary-rgb));
  border-color: rgb(var(--secondary-rgb));
  box-shadow: 0 0.25rem 1rem rgba(var(--secondary-rgb), 0.3);
}
.btn.show.btn-outline-secondary {
  background-color: rgb(var(--secondary-rgb));
  color: #fff;
  border-color: rgb(var(--secondary-rgb));
}
.btn.btn-primary-light {
  background-color: var(--primary01);
  color: var(--primary-color);
}
.btn.btn-primary-light:hover,
.btn.btn-primary-light:focus,
.btn.btn-primary-light:active {
  background-color: var(--primary-color);
  color: #000;
  border-color: var(--primary-color);
}
.btn.btn-secondary-light {
  background-color: rgba(var(--secondary-rgb), 0.1);
  color: rgb(var(--secondary-rgb));
}
.btn.btn-secondary-light:hover,
.btn.btn-secondary-light:focus,
.btn.btn-secondary-light:active {
  background-color: rgb(var(--secondary-rgb));
  color: #000;
  border-color: rgb(var(--secondary-rgb));
}
.btn.btn-warning-light {
  background-color: rgba(var(--warning-rgb), 0.1);
  color: rgb(var(--warning-rgb));
}
.btn.btn-warning-light:hover,
.btn.btn-warning-light:focus,
.btn.btn-warning-light:active {
  background-color: rgb(var(--warning-rgb));
  color: #000;
  border-color: rgb(var(--warning-rgb));
}
.btn.btn-info-light {
  background-color: rgba(var(--info-rgb), 0.1);
  color: rgb(var(--info-rgb));
}
.btn.btn-info-light:hover,
.btn.btn-info-light:focus,
.btn.btn-info-light:active {
  background-color: rgb(var(--info-rgb));
  color: #000;
  border-color: rgb(var(--info-rgb));
}
.btn.btn-success-light {
  background-color: rgba(var(--success-rgb), 0.1);
  color: rgb(var(--success-rgb));
}
.btn.btn-success-light:hover,
.btn.btn-success-light:focus,
.btn.btn-success-light:active {
  background-color: rgb(var(--success-rgb));
  color: #000;
  border-color: rgb(var(--success-rgb));
}
.btn.btn-danger-light {
  background-color: rgba(var(--danger-rgb), 0.1);
  color: rgb(var(--danger-rgb));
}
.btn.btn-danger-light:hover,
.btn.btn-danger-light:focus,
.btn.btn-danger-light:active {
  background-color: rgb(var(--danger-rgb));
  color: #000;
  border-color: rgb(var(--danger-rgb));
}
.btn.btn-purple-light {
  background-color: rgba(var(--purple-rgb), 0.1);
  color: rgb(var(--purple-rgb));
}
.btn.btn-purple-light:hover,
.btn.btn-purple-light:focus,
.btn.btn-purple-light:active {
  background-color: rgb(var(--purple-rgb));
  color: #000;
  border-color: rgb(var(--purple-rgb));
}
.btn.btn-teal-light {
  background-color: rgba(var(--teal-rgb), 0.1);
  color: rgb(var(--teal-rgb));
}
.btn.btn-teal-light:hover,
.btn.btn-teal-light:focus,
.btn.btn-teal-light:active {
  background-color: rgb(var(--teal-rgb));
  color: #000;
  border-color: rgb(var(--teal-rgb));
}
.btn.btn-orange-light {
  background-color: rgba(var(--orange-rgb), 0.1);
  color: rgb(var(--orange-rgb));
}
.btn.btn-orange-light:hover,
.btn.btn-orange-light:focus,
.btn.btn-orange-light:active {
  background-color: rgb(var(--orange-rgb));
  color: #000;
  border-color: rgb(var(--orange-rgb));
}
.btn.btn-primary-gradient {
  background: linear-gradient(to bottom, var(--primary08) 0%, rgba(0, 0, 0, 0.6) 100%);
  color: #fff !important;
  border: 0;
}
.btn.btn-primary-gradient:hover {
  border: 0;
}
.btn.btn-secondary-gradient {
  background: linear-gradient(to bottom right, rgb(var(--secondary-rgb)) 0%, #046866 100%);
  color: #fff !important;
  border: 0;
}
.btn.btn-secondary-gradient:hover {
  border: 0;
}
.btn.btn-warning-gradient {
  background: linear-gradient(to bottom right, rgb(var(--warning-rgb)) 0%, #a18709 100%);
  color: #fff !important;
  border: 0;
}
.btn.btn-warning-gradient:hover {
  border: 0;
}
.btn.btn-info-gradient {
  background: linear-gradient(to bottom right, rgb(var(--info-rgb)) 0%, #09737a 100%);
  color: #fff !important;
  border: 0;
}
.btn.btn-info-gradient:hover {
  border: 0;
}
.btn.btn-success-gradient {
  background: linear-gradient(to bottom right, rgb(var(--success-rgb)) 0%, #055a43 100%);
  color: #fff !important;
  border: 0;
}
.btn.btn-success-gradient:hover {
  border: 0;
}
.btn.btn-danger-gradient {
  background: linear-gradient(to bottom right, rgb(var(--danger-rgb)) 0%, #8d0a13 100%);
  color: #fff !important;
  border: 0;
}
.btn.btn-danger-gradient:hover {
  border: 0;
}
.btn.btn-orange-gradient {
  background: linear-gradient(to bottom right, rgb(var(--orange-rgb)) 0%, #893804 100%);
  color: #fff !important;
  border: 0;
}
.btn.btn-orange-gradient:hover {
  border: 0;
}
.btn.btn-teal-gradient {
  background: linear-gradient(to bottom right, rgb(var(--teal-rgb)) 0%, #007B6F 100%);
  color: #fff !important;
  border: 0;
}
.btn.btn-teal-gradient:hover {
  border: 0;
}
.btn.btn-purple-gradient {
  background: linear-gradient(to bottom right, rgb(var(--purple-rgb)) 0%, #bf7df3 100%);
  color: #fff !important;
  border: 0;
}
.btn.btn-purple-gradient:hover {
  border: 0;
}
.btn.btn-primary-ghost {
  background-color: transparent;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.btn.btn-primary-ghost:active {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.btn.btn-secondary-ghost {
  background-color: transparent;
  color: rgb(var(--secondary-rgb));
  border: 1px solid rgb(var(--secondary-rgb));
}
.btn.btn-secondary-ghost:active {
  color: rgb(var(--secondary-rgb));
  border: 1px solid rgb(var(--secondary-rgb));
}
.btn.btn-warning-ghost {
  background-color: transparent;
  color: rgb(var(--warning-rgb));
  border: 1px solid rgb(var(--warning-rgb));
}
.btn.btn-warning-ghost:active {
  color: rgb(var(--warning-rgb));
  border: 1px solid rgb(var(--warning-rgb));
}
.btn.btn-info-ghost {
  background-color: transparent;
  color: rgb(var(--info-rgb));
  border: 1px solid rgb(var(--info-rgb));
}
.btn.btn-info-ghost:active {
  color: rgb(var(--info-rgb));
  border: 1px solid rgb(var(--info-rgb));
}
.btn.btn-success-ghost {
  background-color: transparent;
  color: rgb(var(--success-rgb));
  border: 1px solid rgb(var(--success-rgb));
}
.btn.btn-success-ghost:active {
  color: rgb(var(--success-rgb));
  border: 1px solid rgb(var(--success-rgb));
}
.btn.btn-danger-ghost {
  background-color: transparent;
  color: rgb(var(--danger-rgb));
  border: 1px solid rgb(var(--danger-rgb));
}
.btn.btn-danger-ghost:active {
  color: rgb(var(--danger-rgb));
  border: 1px solid rgb(var(--danger-rgb));
}
.btn.btn-orange-ghost {
  background-color: transparent;
  color: rgb(var(--orange-rgb));
  border: 1px solid rgb(var(--orange-rgb));
}
.btn.btn-orange-ghost:active {
  color: rgb(var(--orange-rgb));
  border: 1px solid rgb(var(--orange-rgb));
}
.btn.btn-teal-ghost {
  background-color: transparent;
  color: rgb(var(--teal-rgb));
  border: 1px solid rgb(var(--teal-rgb));
}
.btn.btn-teal-ghost:active {
  color: rgb(var(--teal-rgb));
  border: 1px solid rgb(var(--teal-rgb));
}
.btn.btn-purple-ghost {
  background-color: transparent;
  color: rgb(var(--purple-rgb));
  border: 1px solid rgb(var(--purple-rgb));
}
.btn.btn-purple-ghost:active {
  color: rgb(var(--purple-rgb));
  border: 1px solid rgb(var(--purple-rgb));
}
.btn.btn-w-xs {
  min-width: 5.625rem;
}
.btn.btn-w-sm {
  min-width: 6.975rem;
}
.btn.btn-w-md {
  min-width: 8.125rem;
}
.btn.btn-w-lg {
  min-width: 9.375rem;
}
.btn-loader {
  pointer-events: none;
  position: relative;
  display: flex;
  align-items: center;
}
.btn-loader .loading {
  margin-inline-end: 0.75rem;
}
.btn-loader i {
  animation: loader 1000ms infinite linear;
  position: absolute !important;
  top: 0.25rem;
}
@keyframes loader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.btn-raised-shadow:hover {
  box-shadow: 0 0.5rem 1rem 0.5rem var(--black-1);
}
.label-btn {
  position: relative;
  padding-inline-start: 2.6rem;
}
.label-btn-icon {
  position: absolute;
  width: 2.25rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  inset-inline-start: -1px;
  inset-block-start: -1px;
  inset-block-end: -1px;
  background-color: var(--white-2);
}
.label-btn.label-end {
  padding-inline-start: 1rem;
  padding-inline-end: 2.6rem;
}
.label-btn.label-end .label-btn-icon {
  inset-inline-end: -1px;
  inset-inline-start: auto;
}
.custom-button {
  position: relative;
  padding-inline-start: 2.75rem;
}
.custom-button .custom-btn-icons {
  box-shadow: 0px 0px 1px 0.25rem rgba(0, 0, 0, 0.1);
  position: absolute;
  inset-inline-start: -0.125rem;
  inset-block-start: 0px;
  background-color: var(--custom-white);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0.375rem;
  border-radius: 3.125rem;
  font-size: 1rem;
  width: 2.25rem;
  height: 2.25rem;
}
.custom-button .custom-btn-icons i {
  position: absolute;
}
.btn-hover {
  position: relative;
}
.btn-hover.btn-hover-animate {
  transition: all 0.2s linear 0s;
}
.btn-hover.btn-hover-animate:before {
  content: "\f417";
  font-family: bootstrap-icons !important;
  font-size: 0.8125rem;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  inset-inline-end: 0;
  inset-block-start: 0;
  opacity: 0;
  height: 100%;
  width: 2rem;
  transition: all 0.2s linear 0s;
}
.btn-hover.btn-hover-animate:hover {
  padding-inline-end: 2rem;
}
.btn-hover.btn-hover-animate:hover:before {
  opacity: 1;
  text-indent: 0;
}
.btn-glare {
  border: 1px solid;
  overflow: hidden;
  position: relative;
}
.btn-glare span {
  z-index: 20;
}
.btn-glare:after {
  background: var(--custom-white);
  content: "";
  height: 4.6875rem;
  inset-inline-start: -1.625rem;
  opacity: 0.15;
  position: absolute;
  inset-block-start: -3.125rem;
  transform: rotate(35deg);
  transition: all 600ms cubic-bezier(0.2, 1, 0.25, 1);
  width: 1.875rem;
  z-index: 30;
}
.btn-glare:hover:after {
  inset-inline-start: 100%;
  inset-block-start: 0;
  transition: all 600ms cubic-bezier(0.2, 1, 0.25, 1);
}
.btn-darken-hover {
  position: relative;
}
.btn-darken-hover:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  inset-block-start: 0;
  inset-inline-start: 0;
}
.btn-custom-border {
  border: 0;
  box-shadow: inset 0 0 1.25rem rgba(var(--warning-rgb), 0);
  outline: 1px solid;
  outline-color: rgba(var(--warning-rgb), 0.5);
  outline-offset: 0;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-custom-border:hover {
  border: 0 solid;
  box-shadow: inset 0 0 1.25rem rgba(var(--warning-rgb), 0.5), 0 0 1.25rem rgba(var(--warning-rgb), 0.2);
  outline-color: rgba(var(--warning-rgb), 0);
  outline-offset: 0.938rem;
}
.btn-border-down.btn-primary-light {
  border-block-end: 0.1875rem solid var(--primary-color);
}
.btn-border-down.btn-secondary-light {
  border-block-end: 0.1875rem solid rgb(var(--secondary-rgb));
}
.btn-border-down.btn-info-light {
  border-block-end: 0.1875rem solid rgb(var(--info-rgb));
}
.btn-border-down.btn-warning-light {
  border-block-end: 0.1875rem solid rgb(var(--warning-rgb));
}
.btn-border-down.btn-success-light {
  border-block-end: 0.1875rem solid rgb(var(--success-rgb));
}
.btn-border-down.btn-danger-light {
  border-block-end: 0.1875rem solid rgb(var(--danger-rgb));
}
.btn-border-down.btn-dark-light {
  border-block-end: 0.1875rem solid var(--primary-color);
}
.btn-border-down.btn-teal-light {
  border-block-end: 0.1875rem solid rgb(var(--teal-rgb));
}
.btn-border-down.btn-purple-light {
  border-block-end: 0.1875rem solid rgb(var(--purple-rgb));
}
.btn-border-start.btn-primary-light {
  border-inline-start: 0.1875rem solid var(--primary-color);
}
.btn-border-start.btn-secondary-light {
  border-inline-start: 0.1875rem solid rgb(var(--secondary-rgb));
}
.btn-border-start.btn-info-light {
  border-inline-start: 0.1875rem solid rgb(var(--info-rgb));
}
.btn-border-start.btn-warning-light {
  border-inline-start: 0.1875rem solid rgb(var(--warning-rgb));
}
.btn-border-start.btn-success-light {
  border-inline-start: 0.1875rem solid rgb(var(--success-rgb));
}
.btn-border-start.btn-danger-light {
  border-inline-start: 0.1875rem solid rgb(var(--danger-rgb));
}
.btn-border-start.btn-dark-light {
  border-inline-start: 0.1875rem solid var(--primary-color);
}
.btn-border-start.btn-teal-light {
  border-inline-start: 0.1875rem solid rgb(var(--teal-rgb));
}
.btn-border-start.btn-purple-light {
  border-inline-start: 0.1875rem solid rgb(var(--purple-rgb));
}
.btn-border-end.btn-primary-light {
  border-inline-end: 0.1875rem solid var(--primary-color);
}
.btn-border-end.btn-secondary-light {
  border-inline-end: 0.1875rem solid rgb(var(--secondary-rgb));
}
.btn-border-end.btn-info-light {
  border-inline-end: 0.1875rem solid rgb(var(--info-rgb));
}
.btn-border-end.btn-warning-light {
  border-inline-end: 0.1875rem solid rgb(var(--warning-rgb));
}
.btn-border-end.btn-success-light {
  border-inline-end: 0.1875rem solid rgb(var(--success-rgb));
}
.btn-border-end.btn-danger-light {
  border-inline-end: 0.1875rem solid rgb(var(--danger-rgb));
}
.btn-border-end.btn-dark-light {
  border-inline-end: 0.1875rem solid var(--primary-color);
}
.btn-border-end.btn-teal-light {
  border-inline-end: 0.1875rem solid rgb(var(--teal-rgb));
}
.btn-border-end.btn-purple-light {
  border-inline-end: 0.1875rem solid rgb(var(--purple-rgb));
}
.btn-border-top.btn-primary-light {
  border-block-start: 0.1875rem solid var(--primary-color);
}
.btn-border-top.btn-secondary-light {
  border-block-start: 0.1875rem solid rgb(var(--secondary-rgb));
}
.btn-border-top.btn-info-light {
  border-block-start: 0.1875rem solid rgb(var(--info-rgb));
}
.btn-border-top.btn-warning-light {
  border-block-start: 0.1875rem solid rgb(var(--warning-rgb));
}
.btn-border-top.btn-success-light {
  border-block-start: 0.1875rem solid rgb(var(--success-rgb));
}
.btn-border-top.btn-danger-light {
  border-block-start: 0.1875rem solid rgb(var(--danger-rgb));
}
.btn-border-top.btn-dark-light {
  border-block-start: 0.1875rem solid var(--primary-color);
}
.btn-border-top.btn-teal-light {
  border-block-start: 0.1875rem solid rgb(var(--teal-rgb));
}
.btn-border-top.btn-purple-light {
  border-block-start: 0.1875rem solid rgb(var(--purple-rgb));
}
.btn-facebook {
  background-color: #3b5998;
  color: #fff;
  border: 1px solid #3b5998;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active {
  background-color: #3b5998 !important;
  color: #fff !important;
  border: 1px solid #3b5998 !important;
}
.btn-google {
  background-color: #CF4E43;
  color: #fff;
  border: 1px solid #CF4E43;
}
.btn-google:hover,
.btn-google:focus,
.btn-google:active {
  background-color: #CF4E43 !important;
  color: #fff !important;
  border: 1px solid #CF4E43 !important;
}
.btn-twitter {
  background-color: #00acee;
  color: #fff;
  border: 1px solid #00acee;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active {
  background-color: #00acee !important;
  color: #fff !important;
  border: 1px solid #00acee !important;
}
.btn-github {
  background-color: #333;
  color: #fff;
  border: 1px solid #333;
}
.btn-github:hover,
.btn-github:focus,
.btn-github:active {
  background-color: #333 !important;
  color: #fff !important;
  border: 1px solid #333 !important;
}
.btn-youtube {
  background-color: #FF0000;
  color: #fff;
  border: 1px solid #FF0000;
}
.btn-youtube:hover,
.btn-youtube:focus,
.btn-youtube:active {
  background-color: #FF0000 !important;
  color: #fff !important;
  border: 1px solid #FF0000 !important;
}
.btn-instagram {
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f09433", endColorstr="#bc1888", GradientType=1);
  color: #fff;
  border: 1px solid transparent;
}
.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram:active {
  color: #fff;
  border: 1px solid transparent;
}
@media (max-width: 575.9808px) {
  .checkbox-button-group .btn-group label,
  .radio-button-group .btn-group label {
    font-size: 0.563rem;
  }
}
.btn-outline-secondary {
  --bs-btn-hover-color: rgb(var(--secondary-rgb));
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: rgb(var(--secondary-rgb));
  --bs-btn-active-color: rgb(var(--secondary-rgb));
}
.btn-check:checked + .btn.btn-outline-light,
.btn.btn-outline-light.active,
.btn.btn-outline-light.show,
.btn.btn-outline-light:first-child:active,
:not(.btn-check) + .btn.btn-outline-light:active {
  background-color: rgb(var(--light-rgb));
}
.btn-white-transparent {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.btn-white-transparent:hover,
.btn-white-transparent:active,
.btn-white-transparent:focus {
  background-color: rgba(255, 255, 255, 0.3) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.card {
  margin-block-end: 1.5rem;
}
.card.custom-card {
  border-radius: 0;
  background: transparent;
  position: relative;
  margin-block-end: 1.5rem;
  width: 100%;
  border: 0px;
  border: 0px;
  z-index: inherit;
  letter-spacing: 0.044rem;
}
.card.custom-card .card-header {
  padding: 1rem 1rem 0 1rem;
  background: transparent;
  border-block-end: 0;
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  gap: 0.25rem;
  color: var(--primary-color);
}
.card.custom-card .card-header .card-title {
  position: relative;
  margin-block-end: 0;
  font-size: 1.15rem;
  text-transform: capitalize;
  font-weight: 500;
}
.card.custom-card .card-header .card-title .subtitle {
  margin-block-end: 0;
  text-transform: initial;
}
.card.custom-card .card-footer {
  background-color: transparent !important;
  border-block-start: 1px solid var(--primary01);
  padding: 1rem 1.25rem;
  font-size: 0.95rem;
}
.card.custom-card .card-body {
  padding: 1rem;
  color: rgb(var(--default-text-color-rgb));
}
.card.custom-card .card-link {
  font-size: 0.75rem;
}
.card.custom-card .card-text {
  font-size: 0.813rem;
}
.card.custom-card .footer-card-icon {
  width: 60px;
  height: 60px;
}
.card.custom-card.overlay-card {
  position: relative;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.9);
}
.card.custom-card.overlay-card .card-header {
  border-block-end: 1px solid rgba(255, 255, 255, 0.1);
}
.card.custom-card.overlay-card .card-footer {
  border-block-start: 1px solid rgba(255, 255, 255, 0.1);
}
.card.custom-card.overlay-card .over-content-bottom {
  top: auto;
}
.card.custom-card.overlay-card:before {
  content: "";
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  border-radius: 0.25rem;
}
.card.custom-card.card-bg-primary {
  background-color: var(--primary-color);
  color: #fff;
}
.card.custom-card.card-bg-primary .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.custom-card.card-bg-primary .card-header:before {
  background-color: #fff;
}
.card.custom-card.card-bg-primary .card-body {
  color: #fff;
}
.card.custom-card.card-bg-primary .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.custom-card.card-bg-secondary {
  background-color: rgb(var(--secondary-rgb));
  color: #fff;
}
.card.custom-card.card-bg-secondary .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.custom-card.card-bg-secondary .card-header:before {
  background-color: #fff;
}
.card.custom-card.card-bg-secondary .card-body {
  color: #fff;
}
.card.custom-card.card-bg-secondary .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.custom-card.card-bg-warning {
  background-color: rgb(var(--warning-rgb));
  color: #fff;
}
.card.custom-card.card-bg-warning .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.custom-card.card-bg-warning .card-header:before {
  background-color: #fff;
}
.card.custom-card.card-bg-warning .card-body {
  color: #fff;
}
.card.custom-card.card-bg-warning .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.custom-card.card-bg-info {
  background-color: rgb(var(--info-rgb));
  color: #fff;
}
.card.custom-card.card-bg-info .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.custom-card.card-bg-info .card-header:before {
  background-color: #fff;
}
.card.custom-card.card-bg-info .card-body {
  color: #fff;
}
.card.custom-card.card-bg-info .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.custom-card.card-bg-success {
  background-color: rgb(var(--success-rgb));
  color: #fff;
}
.card.custom-card.card-bg-success .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.custom-card.card-bg-success .card-header:before {
  background-color: #fff;
}
.card.custom-card.card-bg-success .card-body {
  color: #fff;
}
.card.custom-card.card-bg-success .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.custom-card.card-bg-danger {
  background-color: rgb(var(--danger-rgb));
  color: #fff;
}
.card.custom-card.card-bg-danger .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.custom-card.card-bg-danger .card-header:before {
  background-color: #fff;
}
.card.custom-card.card-bg-danger .card-body {
  color: #fff;
}
.card.custom-card.card-bg-danger .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.custom-card.card-bg-light {
  background-color: rgb(var(--light-rgb));
  color: rgb(var(--default-text-color-rgb));
}
.card.custom-card.card-bg-light .card-header {
  background-color: rgba(0, 0, 0, 0.05) !important;
  color: rgb(var(--default-text-color-rgb));
  border-block-end: var(--default-border);
}
.card.custom-card.card-bg-light .card-body {
  color: rgb(var(--default-text-color-rgb));
}
.card.custom-card.card-bg-light .card-footer {
  background-color: rgba(0, 0, 0, 0.05) !important;
  color: rgb(var(--default-text-color-rgb));
  border-block-start: var(--default-border);
}
.card.custom-card.card-bg-dark {
  background-color: rgb(var(--dark-rgb));
  color: var(--custom-white);
}
.card.custom-card.card-bg-dark .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.custom-card.card-bg-dark .card-header:before {
  background-color: var(--custom-white);
}
.card.custom-card.card-bg-dark .card-body {
  color: #fff;
}
.card.custom-card.card-bg-dark .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.custom-card.card-bgimage-none {
  background-image: none;
}
.card.custom-card .card-anchor {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  bottom: 0;
  inset-inline-start: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
}
.card.custom-card .collapse-close {
  display: none;
}
.card.custom-card.card .collapsed .collapse-close {
  display: block;
}
.card.custom-card.card .collapsed .collapse-open {
  display: none;
}
.card.custom-card.card-fullscreen {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-start: 0;
  bottom: 0;
  z-index: 9999;
  margin: 0;
  background: var(--custom-white);
}
@media (max-width: 575px) {
  .overlay-card .card-text {
    font-size: 0.613rem !important;
  }
}
.app-header .dropdown-toggle {
  position: relative;
}
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
.dropdown-menu {
  border-color: var(--default-border);
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  font-size: 0.875rem;
  color: rgb(var(--default-text-color-rgb));
  background-color: var(--theme-bg-gradient);
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  animation-duration: 0.2s;
  -webkit-animation-duration: 0.2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: slideIn;
  z-index: 10;
}
.dropdown-divider {
  border-color: var(--default-border);
}
.dropdown-item-text {
  color: rgb(var(--default-text-color-rgb));
}
.dropdown-header {
  color: rgb(var(--default-text-color-rgb));
}
.dropdown-item {
  color: rgb(var(--default-text-color-rgb));
  white-space: unset;
  padding: 0.5rem 0.9375rem;
  font-size: 0.8125rem;
  font-weight: 400;
}
.dropdown-item:not(.active):hover,
.dropdown-item:not(.active):focus,
.dropdown-item:not(.active):active {
  color: var(--primary-color);
  background-color: var(--primary005);
}
.dropdown-item.active {
  background-color: var(--primary005) !important;
  color: var(--primary-color) !important;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-inline-start: 0.25rem;
  vertical-align: 0;
  content: "\f282";
  font-family: bootstrap-icons !important;
  border: 0;
  font-size: 0.6rem;
  font-weight: 400;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-inline-start: 0.25rem;
  vertical-align: 0;
  content: "\f286";
  font-family: bootstrap-icons !important;
  border: 0;
  font-size: 0.6rem;
  font-weight: 400;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-inline-start: 0.25rem;
  vertical-align: 0;
  content: "\f285";
  font-family: bootstrap-icons !important;
  border: 0;
  font-size: 0.6rem;
  font-weight: 400;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-inline-start: 0.25rem;
  vertical-align: 0;
  content: "\f284";
  font-family: bootstrap-icons !important;
  border: 0;
  font-size: 0.6rem;
  font-weight: 400;
}
.btn.dropdown-toggle-split {
  opacity: 0.85;
}
.dropdown-menu-dark {
  background-color: rgb(var(--dark-rgb));
  border-color: rgba(255, 255, 255, 0.1);
}
.dropdown-menu-dark li a {
  color: var(--custom-white);
}
.btn-list a.dropdown-item {
  margin-block-end: 0;
}
.dropdown-menu.dropdown-menu-primary {
  background-color: var(--primary-color);
}
.dropdown-menu.dropdown-menu-primary li a {
  color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-primary .dropdown-item:hover,
.dropdown-menu.dropdown-menu-primary .dropdown-item:focus,
.dropdown-menu.dropdown-menu-primary .dropdown-item:active,
.dropdown-menu.dropdown-menu-primary .dropdown-item.active {
  color: #fff;
}
.dropdown-menu.dropdown-menu-secondary {
  background-color: rgb(var(--secondary-rgb));
}
.dropdown-menu.dropdown-menu-secondary li a {
  color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-secondary .dropdown-item:hover,
.dropdown-menu.dropdown-menu-secondary .dropdown-item:focus,
.dropdown-menu.dropdown-menu-secondary .dropdown-item:active,
.dropdown-menu.dropdown-menu-secondary .dropdown-item.active {
  color: #fff;
}
.dropdown-menu.dropdown-menu-warning {
  background-color: rgb(var(--warning-rgb));
}
.dropdown-menu.dropdown-menu-warning li a {
  color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-warning .dropdown-item:hover,
.dropdown-menu.dropdown-menu-warning .dropdown-item:focus,
.dropdown-menu.dropdown-menu-warning .dropdown-item:active,
.dropdown-menu.dropdown-menu-warning .dropdown-item.active {
  color: #fff;
}
.dropdown-menu.dropdown-menu-info {
  background-color: rgb(var(--info-rgb));
}
.dropdown-menu.dropdown-menu-info li a {
  color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-info .dropdown-item:hover,
.dropdown-menu.dropdown-menu-info .dropdown-item:focus,
.dropdown-menu.dropdown-menu-info .dropdown-item:active,
.dropdown-menu.dropdown-menu-info .dropdown-item.active {
  color: #fff;
}
.dropdown-menu.dropdown-menu-success {
  background-color: rgb(var(--success-rgb));
}
.dropdown-menu.dropdown-menu-success li a {
  color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-success .dropdown-item:hover,
.dropdown-menu.dropdown-menu-success .dropdown-item:focus,
.dropdown-menu.dropdown-menu-success .dropdown-item:active,
.dropdown-menu.dropdown-menu-success .dropdown-item.active {
  color: #fff;
}
.dropdown-menu.dropdown-menu-danger {
  background-color: rgb(var(--danger-rgb));
}
.dropdown-menu.dropdown-menu-danger li a {
  color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-danger .dropdown-item:hover,
.dropdown-menu.dropdown-menu-danger .dropdown-item:focus,
.dropdown-menu.dropdown-menu-danger .dropdown-item:active,
.dropdown-menu.dropdown-menu-danger .dropdown-item.active {
  color: #fff;
}
.dropdown-menu.dropmenu-item-primary .dropdown-item:hover,
.dropdown-menu.dropmenu-item-primary .dropdown-item:focus,
.dropdown-menu.dropmenu-item-primary .dropdown-item:active,
.dropdown-menu.dropmenu-item-primary .dropdown-item.active {
  background-color: var(--primary01) !important;
  color: var(--primary-color);
}
.dropdown-menu.dropmenu-item-secondary .dropdown-item:hover,
.dropdown-menu.dropmenu-item-secondary .dropdown-item:focus,
.dropdown-menu.dropmenu-item-secondary .dropdown-item:active,
.dropdown-menu.dropmenu-item-secondary .dropdown-item.active {
  background-color: rgba(var(--secondary-rgb), 0.1) !important;
  color: rgb(var(--secondary-rgb));
}
.dropdown-menu.dropmenu-item-warning .dropdown-item:hover,
.dropdown-menu.dropmenu-item-warning .dropdown-item:focus,
.dropdown-menu.dropmenu-item-warning .dropdown-item:active,
.dropdown-menu.dropmenu-item-warning .dropdown-item.active {
  background-color: rgba(var(--warning-rgb), 0.1) !important;
  color: rgb(var(--warning-rgb));
}
.dropdown-menu.dropmenu-item-info .dropdown-item:hover,
.dropdown-menu.dropmenu-item-info .dropdown-item:focus,
.dropdown-menu.dropmenu-item-info .dropdown-item:active,
.dropdown-menu.dropmenu-item-info .dropdown-item.active {
  background-color: rgba(var(--info-rgb), 0.1) !important;
  color: rgb(var(--info-rgb));
}
.dropdown-menu.dropmenu-item-success .dropdown-item:hover,
.dropdown-menu.dropmenu-item-success .dropdown-item:focus,
.dropdown-menu.dropmenu-item-success .dropdown-item:active,
.dropdown-menu.dropmenu-item-success .dropdown-item.active {
  background-color: rgba(var(--success-rgb), 0.1) !important;
  color: rgb(var(--success-rgb));
}
.dropdown-menu.dropmenu-item-danger .dropdown-item:hover,
.dropdown-menu.dropmenu-item-danger .dropdown-item:focus,
.dropdown-menu.dropmenu-item-danger .dropdown-item:active,
.dropdown-menu.dropmenu-item-danger .dropdown-item.active {
  background-color: rgba(var(--danger-rgb), 0.1) !important;
  color: rgb(var(--danger-rgb));
}
.dropdown-menu.dropmenu-light-primary {
  background-color: var(--primary01);
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-primary .dropdown-item:hover,
.dropdown-menu.dropmenu-light-primary .dropdown-item:focus,
.dropdown-menu.dropmenu-light-primary .dropdown-item:active,
.dropdown-menu.dropmenu-light-primary .dropdown-item.active {
  color: #fff !important;
  background-color: var(--primary-color) !important;
}
.dropdown-menu.dropmenu-light-secondary {
  background-color: rgba(var(--secondary-rgb), 0.1);
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-secondary .dropdown-item:hover,
.dropdown-menu.dropmenu-light-secondary .dropdown-item:focus,
.dropdown-menu.dropmenu-light-secondary .dropdown-item:active,
.dropdown-menu.dropmenu-light-secondary .dropdown-item.active {
  color: #fff !important;
  background-color: rgb(var(--secondary-rgb)) !important;
}
.dropdown-menu.dropmenu-light-info {
  background-color: rgba(var(--info-rgb), 0.1);
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-info .dropdown-item:hover,
.dropdown-menu.dropmenu-light-info .dropdown-item:focus,
.dropdown-menu.dropmenu-light-info .dropdown-item:active,
.dropdown-menu.dropmenu-light-info .dropdown-item.active {
  color: #fff !important;
  background-color: rgb(var(--info-rgb)) !important;
}
.dropdown-menu.dropmenu-light-warning {
  background-color: rgba(var(--warning-rgb), 0.1);
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-warning .dropdown-item:hover,
.dropdown-menu.dropmenu-light-warning .dropdown-item:focus,
.dropdown-menu.dropmenu-light-warning .dropdown-item:active,
.dropdown-menu.dropmenu-light-warning .dropdown-item.active {
  color: #fff !important;
  background-color: rgb(var(--warning-rgb)) !important;
}
.dropdown-menu.dropmenu-light-success {
  background-color: rgba(var(--success-rgb), 0.1);
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-success .dropdown-item:hover,
.dropdown-menu.dropmenu-light-success .dropdown-item:focus,
.dropdown-menu.dropmenu-light-success .dropdown-item:active,
.dropdown-menu.dropmenu-light-success .dropdown-item.active {
  color: #fff !important;
  background-color: rgb(var(--success-rgb)) !important;
}
.dropdown-menu.dropmenu-light-danger {
  background-color: rgba(var(--danger-rgb), 0.1);
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-danger .dropdown-item:hover,
.dropdown-menu.dropmenu-light-danger .dropdown-item:focus,
.dropdown-menu.dropmenu-light-danger .dropdown-item:active,
.dropdown-menu.dropmenu-light-danger .dropdown-item.active {
  color: #fff !important;
  background-color: rgb(var(--danger-rgb)) !important;
}
.dropdown-divider {
  margin: 0;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: rgb(var(--default-text-color-rgb));
  opacity: 0.5;
}
.form-control {
  border-color: var(--input-border);
  color: rgb(var(--default-text-color-rgb));
  background-color: var(--form-control-bg);
  font-size: 0.875rem;
  font-weight: var(--default-font-weight);
  line-height: 1.8;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
  border-color: var(--input-border);
  background-color: rgba(var(--primary-rgb), 0.1);
  box-shadow: 1px 0px 0.125rem 0 rgba(0, 0, 0, 0.05);
  color: rgb(var(--default-text-color-rgb));
}
.form-control.border-dotted {
  border-style: dotted;
}
.form-control.border-dashed {
  border-style: dashed;
}
.form-label {
  font-size: 0.8rem;
  font-weight: 400;
  color: rgb(var(--default-text-color-rgb));
}
.form-text {
  color: var(--text-muted);
}
.form-control-light {
  background-color: rgb(var(--light-rgb));
  border: 0;
}
.form-control-light:focus {
  background-color: rgb(var(--light-rgb));
}
.form-control-primary {
  background-color: var(--primary01);
  border: 0;
  color: var(--primary-color);
}
.form-control-primary:focus {
  background-color: var(--primary01);
  color: var(--primary-color);
}
.form-input-color {
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 0;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: var(--text-muted);
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  color: var(--text-muted);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  background-color: transparent;
}
.form-floating > .form-control:not(:placeholder-shown) ~ label::after {
  background-color: transparent;
}
.form-select {
  background-color: var(--form-control-bg);
  border: 1px solid var(--input-border);
  color: rgb(var(--default-text-color-rgb));
  font-size: 0.95rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-size: 1.25rem;
}
.form-select option {
  background-color: var(--custom-white) !important;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  margin: 1px;
  padding: 0.35rem 0.75rem;
  border-radius: 0.25rem;
}
.form-select option:hover {
  background-color: var(--primary-color);
}
.form-select option:hover.active {
  background-color: var(--primary-color);
  color: #fff !important;
}
.form-select option:checked {
  background-color: var(--primary-color);
}
.form-select option:checked:hover {
  color: #fff;
}
.form-check-input {
  width: 1.1em;
  height: 1.1em;
  background-color: var(--primary005);
  border: 1px solid var(--input-border);
}
.form-check-input:checked {
  background-color: var(--primary05);
  border-color: var(--primary05);
}
.form-check-input.form-checked-outline:checked {
  background-color: transparent;
  border-color: var(--primary-color);
}
.form-check-input.form-checked-secondary:checked {
  background-color: rgb(var(--secondary-rgb));
  border-color: rgb(var(--secondary-rgb));
}
.form-check-input.form-checked-warning:checked {
  background-color: rgb(var(--warning-rgb));
  border-color: rgb(var(--warning-rgb));
}
.form-check-input.form-checked-info:checked {
  background-color: rgb(var(--info-rgb));
  border-color: rgb(var(--info-rgb));
}
.form-check-input.form-checked-success:checked {
  background-color: rgb(var(--success-rgb));
  border-color: rgb(var(--success-rgb));
}
.form-check-input.form-checked-danger:checked {
  background-color: rgb(var(--danger-rgb));
  border-color: rgb(var(--danger-rgb));
}
.form-check-input.form-checked-light:checked {
  background-color: rgb(var(--light-rgb));
  border-color: rgb(var(--light-rgb));
}
.form-check-input.form-checked-dark:checked {
  background-color: rgba(var(--dark-rgb), 0.4);
  border-color: rgb(var(--dark-rgb));
}
.form-check-input:focus {
  box-shadow: none;
  border-color: var(--input-border);
}
.form-checked-outline:checked[type=checkbox] {
  background-image: none;
  position: relative;
  background-color: transparent;
}
.form-checked-outline:checked[type=checkbox]:before {
  content: "\f633";
  font-family: bootstrap-icons !important;
  position: absolute;
  color: var(--primary-color);
  width: 0.625rem;
  height: 0.625rem;
  inset-block-start: 0px;
  inset-inline-start: 2px;
  font-size: 0.688rem;
}
.form-checked-outline:checked[type=checkbox].form-checked-secondary:before {
  color: rgb(var(--secondary-rgb));
}
.form-checked-outline:checked[type=checkbox].form-checked-warning:before {
  color: rgb(var(--warning-rgb));
}
.form-checked-outline:checked[type=checkbox].form-checked-info:before {
  color: rgb(var(--info-rgb));
}
.form-checked-outline:checked[type=checkbox].form-checked-success:before {
  color: rgb(var(--success-rgb));
}
.form-checked-outline:checked[type=checkbox].form-checked-danger:before {
  color: rgb(var(--danger-rgb));
}
.form-checked-outline:checked[type=checkbox].form-checked-light:before {
  color: rgb(var(--light-rgb));
}
.form-checked-outline:checked[type=checkbox].form-checked-dark:before {
  color: rgb(var(--dark-rgb));
}
.form-checked-outline:checked[type=radio] {
  background-image: none;
  position: relative;
  background-color: transparent;
}
.form-checked-outline:checked[type=radio]:before {
  content: "\f309";
  font-family: bootstrap-icons !important;
  position: absolute;
  color: var(--primary-color);
  width: 0.625rem;
  height: 0.625rem;
  inset-block-start: -1.08rem;
  inset-inline-start: -0.55rem;
  font-size: 2rem;
  line-height: 1.6;
}
.form-checked-outline:checked[type=radio].form-checked-secondary:before {
  color: rgb(var(--secondary-rgb));
}
.form-checked-outline:checked[type=radio].form-checked-warning:before {
  color: rgb(var(--warning-rgb));
}
.form-checked-outline:checked[type=radio].form-checked-info:before {
  color: rgb(var(--info-rgb));
}
.form-checked-outline:checked[type=radio].form-checked-success:before {
  color: rgb(var(--success-rgb));
}
.form-checked-outline:checked[type=radio].form-checked-danger:before {
  color: rgb(var(--danger-rgb));
}
.form-checked-outline:checked[type=radio].form-checked-light:before {
  color: rgb(var(--light-rgb));
}
.form-checked-outline:checked[type=radio].form-checked-dark:before {
  color: rgb(var(--dark-rgb));
}
fieldset:disabled .btn {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.form-select:focus {
  border-color: var(--primary05);
  outline: 0;
  box-shadow: none;
}
.btn-check:focus + .btn,
.btn:focus {
  background-color: none;
  border-color: none;
  outline: 0;
}
.btn-check:active + .btn:focus,
.btn-check:checked + .btn:focus,
.btn.active:focus,
.btn.show:focus,
.btn:active:focus {
  box-shadow: none;
}
.form-control:disabled,
.form-select:disabled {
  background-color: rgb(var(--light-rgb));
  color: rgb(var(--default-text-color-rgb));
}
.form-control-plaintext {
  color: rgb(var(--default-text-color-rgb));
}
.form-control::-webkit-file-upload-button {
  color: rgb(var(--default-text-color-rgb));
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
}
.form-control::-webkit-input-placeholder {
  font-size: 0.8rem;
  font-weight: 500;
  opacity: 0.6;
  color: rgb(var(--default-text-color-rgb));
  padding-inline-start: 0px;
  -webkit-transition: padding-inline-start 0.1s ease-in;
  transition: padding-inline-start 0.1s ease-in;
}
.form-control:-moz-placeholder {
  font-size: 0.8rem;
  font-weight: 500;
  opacity: 0.6;
  color: rgb(var(--default-text-color-rgb));
}
.form-control::-moz-placeholder {
  font-size: 0.8rem;
  font-weight: 500;
  opacity: 0.6;
  color: rgb(var(--default-text-color-rgb));
}
.form-control:-ms-input-placeholder {
  font-size: 0.8rem;
  font-weight: 500;
  opacity: 0.6;
  color: rgb(var(--default-text-color-rgb));
}
.form-control-sm {
  font-size: 0.8rem;
  padding: 0.25rem 0.8rem;
  line-height: inherit;
  border-radius: 0;
}
.form-control-lg {
  font-size: 1rem;
  padding: 0.5rem 1rem;
}
.form-check-md .form-check-input {
  width: 1.15rem;
  height: 1.15rem;
}
.form-check-md.form-switch .form-check-input {
  width: 2.25rem;
}
.form-check-md label {
  margin-inline-start: 0.5rem;
  font-size: 0.95rem;
  margin-block-start: 1px;
}
.form-check-lg .form-check-input {
  width: 1.35rem;
  height: 1.35rem;
}
.form-check-lg.form-switch .form-check-input {
  width: 2.5rem;
}
.form-check-lg label {
  margin-inline-start: 0.5rem;
  font-size: 1rem;
  margin-block-start: 1px;
}
.toggle {
  width: 3.75rem;
  height: 1.563rem;
  background-color: rgb(var(--light-rgb));
  margin-inline-start: 0.625rem;
  margin-block-end: 0.313rem;
  padding: 0.125rem;
  border-radius: 0.188rem;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease;
}
.toggle span {
  position: absolute;
  inset-block-start: 0.188rem;
  inset-block-end: 0.25rem;
  inset-inline-start: 0.188rem;
  display: block;
  width: 1.25rem;
  border-radius: 0.125rem;
  background-color: var(--custom-white);
  box-shadow: 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.45);
  cursor: pointer;
  transition: all 0.2s ease;
}
.toggle span::before {
  content: "on";
  inset-inline-start: -1.563rem;
}
.toggle span::after {
  content: "off";
  inset-inline-end: -1.813rem;
  color: var(--text-muted);
}
.toggle span::before,
.toggle span::after {
  position: absolute;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  inset-block-start: 0.188rem;
  line-height: 1.38;
  transition: all 0.2s ease;
}
.toggle.on {
  background-color: var(--primary03);
}
.toggle.on span {
  background-color: var(--primary-color);
}
.toggle.on span::before {
  color: var(--primary-color);
}
.toggle.on.toggle-secondary {
  background-color: rgba(var(--secondary-rgb), 0.4);
}
.toggle.on.toggle-secondary span {
  background-color: rgb(var(--secondary-rgb));
}
.toggle.on.toggle-secondary span::before {
  color: rgb(var(--secondary-rgb));
}
.toggle.on.toggle-warning {
  background-color: rgba(var(--warning-rgb), 0.4);
}
.toggle.on.toggle-warning span {
  background-color: rgb(var(--warning-rgb));
}
.toggle.on.toggle-warning span::before {
  color: rgb(var(--warning-rgb));
}
.toggle.on.toggle-info {
  background-color: rgba(var(--info-rgb), 0.4);
}
.toggle.on.toggle-info span {
  background-color: rgb(var(--info-rgb));
}
.toggle.on.toggle-info span::before {
  color: rgb(var(--info-rgb));
}
.toggle.on.toggle-success {
  background-color: rgba(var(--success-rgb), 0.4);
}
.toggle.on.toggle-success span {
  background-color: rgb(var(--success-rgb));
}
.toggle.on.toggle-success span::before {
  color: rgb(var(--success-rgb));
}
.toggle.on.toggle-danger {
  background-color: rgba(var(--danger-rgb), 0.4);
}
.toggle.on.toggle-danger span {
  background-color: rgb(var(--danger-rgb));
}
.toggle.on.toggle-danger span::before {
  color: rgb(var(--danger-rgb));
}
.toggle.on.toggle-light {
  background-color: rgba(var(--light-rgb), 0.4);
}
.toggle.on.toggle-light span {
  background-color: rgb(var(--light-rgb));
}
.toggle.on.toggle-light span::before,
.toggle.on.toggle-light span::after {
  color: var(--text-muted);
}
.toggle.on.toggle-dark {
  background-color: rgba(var(--dark-rgb), 0.4);
}
.toggle.on.toggle-dark span {
  background-color: rgb(var(--dark-rgb));
}
.toggle.on.toggle-dark span::before {
  color: var(--custom-white);
}
.toggle.on span {
  inset-inline-start: 2.313rem;
}
.toggle.on.toggle-sm span {
  inset-inline-start: 2.313rem;
}
.toggle.on.toggle-sm span::before {
  inset-block-start: -1px;
  inset-inline-start: -1.563rem;
}
.toggle.on.toggle-lg span {
  inset-inline-start: 2.563rem;
}
.toggle.on.toggle-lg span::before {
  inset-block-start: 0.5rem;
  inset-inline-start: -1.75rem;
}
.toggle.toggle-sm {
  height: 1.063rem;
  width: 3.125rem;
}
.toggle.toggle-sm span {
  width: 0.625rem;
  height: 0.625rem;
}
.toggle.toggle-sm span::after {
  inset-inline-end: -1.875rem;
  inset-block-start: -1px;
}
.toggle.toggle-lg {
  height: 2.125rem;
  width: 4.5rem;
}
.toggle.toggle-lg span {
  width: 1.75rem;
}
.toggle.toggle-lg span::after {
  inset-block-start: 0.5rem;
  inset-inline-end: -1.938rem;
}
.custom-toggle-switch > input[type=checkbox] {
  display: none;
}
.custom-toggle-switch > label {
  cursor: pointer;
  height: 0;
  position: relative;
  width: 2.5rem;
  padding-block-start: 0;
}
.label-primary {
  background: var(--primary-color);
  color: #fff;
}
.label-secondary {
  background: rgb(var(--secondary-rgb));
  color: #fff;
}
.label-warning {
  background: rgb(var(--warning-rgb));
  color: #fff;
}
.label-info {
  background: rgb(var(--info-rgb));
  color: #fff;
}
.label-success {
  background: rgb(var(--success-rgb));
  color: #fff;
}
.label-danger {
  background: rgb(var(--danger-rgb));
  color: #fff;
}
.label-light {
  background: rgb(var(--light-rgb));
  color: #fff;
}
.label-dark {
  background: rgb(var(--dark-rgb));
  color: #fff;
}
.custom-toggle-switch > input[type=checkbox]:checked + label::before {
  background: inherit;
  opacity: 0.5;
}
.custom-toggle-switch > label::before {
  background: var(--text-muted);
  box-shadow: inset 0px 0px 0.625rem var(--white-5);
  border-radius: 0.5rem;
  content: "";
  height: 1rem;
  margin-block-start: -0.5rem;
  position: absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 2.5rem;
}
.custom-toggle-switch > label::after {
  background: var(--custom-white);
  border-radius: 1rem;
  box-shadow: 0 0 0.313rem rgba(228, 229, 237, 0.8);
  content: "";
  height: 1.5rem;
  inset-inline-start: -0.25rem;
  margin-block-start: -0.5rem;
  position: absolute;
  inset-block-start: -0.25rem;
  transition: all 0.3s ease-in-out;
  width: 1.5rem;
}
.custom-toggle-switch > input[type=checkbox]:checked + label::after {
  background: inherit;
  inset-inline-start: 50%;
}
.custom-toggle-switch.toggle-sm > label::before {
  height: 10px;
  width: 27px;
  border-radius: 10px;
}
.custom-toggle-switch.toggle-sm input[type=checkbox]:checked + label::after {
  inset-inline-start: 13px;
}
.custom-toggle-switch.toggle-sm > label::after {
  height: 17px;
  width: 17px;
  border-radius: 50%;
}
.custom-toggle-switch.toggle-lg > label::before {
  height: 27px;
  width: 55px;
  border-radius: 20px;
}
.custom-toggle-switch.toggle-lg input[type=checkbox]:checked + label::after {
  inset-inline-start: 77%;
}
.custom-toggle-switch.toggle-lg > label::after {
  height: 35px;
  width: 35px;
  margin-block-start: -8px;
  border-radius: 50%;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem - 4px);
}
.form-floating.floating-primary label {
  color: var(--primary-color);
  opacity: 1;
}
.form-floating.floating-primary input {
  border: 1px solid var(--primary-color);
}
.form-floating.floating-primary > .form-control:focus ~ label {
  color: var(--primary-color) !important;
}
.form-floating.floating-secondary label {
  color: rgb(var(--secondary-rgb));
  opacity: 1;
}
.form-floating.floating-secondary input {
  border: 1px solid rgb(var(--secondary-rgb));
}
.form-floating.floating-secondary > .form-control:focus ~ label {
  color: rgb(var(--secondary-rgb)) !important;
}
.form-floating.floating-warning label {
  color: rgb(var(--warning-rgb));
  opacity: 1;
}
.form-floating.floating-warning input {
  border: 1px solid rgb(var(--warning-rgb));
}
.form-floating.floating-warning > .form-control:focus ~ label {
  color: rgb(var(--warning-rgb)) !important;
}
.form-floating.floating-info label {
  color: rgb(var(--info-rgb));
  opacity: 1;
}
.form-floating.floating-info input {
  border: 1px solid rgb(var(--info-rgb));
}
.form-floating.floating-info > .form-control:focus ~ label {
  color: rgb(var(--info-rgb)) !important;
}
.form-floating.floating-success label {
  color: rgb(var(--success-rgb));
  opacity: 1;
}
.form-floating.floating-success input {
  border: 1px solid rgb(var(--success-rgb));
}
.form-floating.floating-success > .form-control:focus ~ label {
  color: rgb(var(--success-rgb)) !important;
}
.form-floating.floating-danger label {
  color: rgb(var(--danger-rgb));
  opacity: 1;
}
.form-floating.floating-danger input {
  border: 1px solid rgb(var(--danger-rgb));
}
.form-floating.floating-danger > .form-control:focus ~ label {
  color: rgb(var(--danger-rgb)) !important;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  background-color: var(--custom-white);
  border-radius: 0.25rem;
}
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
  background-color: var(--custom-white);
  border-radius: 0.25rem;
}
.wizard-tab {
  transition: all 0.3s ease-in;
  display: none;
}
.wizard-tab .wizard-nav {
  display: flex;
  flex-wrap: wrap;
  transition: all 0.3s ease-in;
  margin-block-start: 60px;
}
.wizard-tab .wizard-nav .wizard-step {
  cursor: pointer;
}
.wizard-tab .wizard-nav .wizard-step.nav-buttons {
  cursor: default;
}
.wizard-tab .wizard-nav .wizard-step.nav-buttons span {
  cursor: default;
}
.wizard-tab .wizard-nav.tabs .wizard-step {
  position: relative;
  font-size: 14px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  text-align: center;
  border-bottom: 1px solid var(--gray-3);
  padding: 0.5rem 1rem;
}
.wizard-tab .wizard-nav.tabs .wizard-step.active {
  border: 1px solid var(--gray-3);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom: 0px;
}
.wizard-tab .wizard-nav.progress {
  height: auto;
  overflow: auto;
  line-height: 1.5;
  font-size: 1rem;
  border-radius: 0.25rem;
}
.wizard-tab .wizard-nav.progress .wizard-step {
  position: relative;
  font-size: 14px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  text-align: center;
  border: 1px solid var(--gray-3);
  background-color: rgb(var(--success-rgb));
  color: #fff;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease-in;
}
.wizard-tab .wizard-nav.progress .wizard-step.active ~ .wizard-step {
  background-color: var(--custom-white);
  color: #000;
}
.wizard-tab .wizard-nav.dots .wizard-step {
  position: relative;
  font-size: 14px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  text-align: center;
  transition: all 0.3s ease-in;
}
.wizard-tab .wizard-nav.dots .wizard-step:last-child:before {
  display: none;
}
.wizard-tab .wizard-nav.dots .wizard-step:last-child:after {
  display: none;
}
.wizard-tab .wizard-nav.dots .wizard-step span {
  cursor: pointer;
  font-weight: 500;
}
.wizard-tab .wizard-nav.dots .wizard-step:nth-of-type(1).dot {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0.1s;
}
.wizard-tab .wizard-nav.dots .wizard-step:nth-of-type(2).dot {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0.2s;
}
.wizard-tab .wizard-nav.dots .wizard-step:nth-of-type(3).dot {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0.3s;
}
.wizard-tab .wizard-nav.dots .wizard-step:nth-of-type(4).dot {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0.4s;
}
.wizard-tab .wizard-nav.dots .wizard-step:nth-of-type(5).dot {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0.5s;
}
.wizard-tab .wizard-nav.dots .wizard-step:nth-of-type(6).dot {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0.6s;
}
.wizard-tab .wizard-nav.dots .wizard-step:nth-of-type(7).dot {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0.7s;
}
.wizard-tab .wizard-nav.dots .wizard-step:nth-of-type(8).dot {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0.8s;
}
.wizard-tab .wizard-nav.dots .wizard-step:nth-of-type(9).dot {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0.9s;
}
.wizard-tab .wizard-nav.dots .wizard-step .dot {
  content: "";
  position: absolute;
  top: -20px;
  inset-inline-start: 50%;
  z-index: 3;
  height: 10px;
  width: 10px;
  background: var(--primary-color);
  border-radius: 50%;
  box-shadow: 0 0 0 2px var(--custom-white);
  transition: all 0.5s ease-in-out;
}
.wizard-tab .wizard-nav.dots .wizard-step:nth-of-type(1):before {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0.1s;
}
.wizard-tab .wizard-nav.dots .wizard-step:nth-of-type(2):before {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0.2s;
}
.wizard-tab .wizard-nav.dots .wizard-step:nth-of-type(3):before {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0.3s;
}
.wizard-tab .wizard-nav.dots .wizard-step:nth-of-type(4):before {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0.4s;
}
.wizard-tab .wizard-nav.dots .wizard-step:nth-of-type(5):before {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0.5s;
}
.wizard-tab .wizard-nav.dots .wizard-step:nth-of-type(6):before {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0.6s;
}
.wizard-tab .wizard-nav.dots .wizard-step:nth-of-type(7):before {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0.7s;
}
.wizard-tab .wizard-nav.dots .wizard-step:nth-of-type(8):before {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0.8s;
}
.wizard-tab .wizard-nav.dots .wizard-step:nth-of-type(9):before {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0.9s;
}
.wizard-tab .wizard-nav.dots .wizard-step:before {
  content: "";
  position: absolute;
  top: -16px;
  inset-inline-start: 50%;
  width: 100%;
  height: 2px;
  z-index: 2;
  background: rgb(var(--secondary-rgb));
}
.wizard-tab .wizard-nav.dots .wizard-step:after {
  content: "";
  position: absolute;
  top: -16px;
  inset-inline-start: 50%;
  width: 100%;
  height: 2px;
  background: var(--gray-3);
  z-index: 1;
}
.wizard-tab .wizard-nav.dots .wizard-step.active ~ .wizard-step .dot {
  background: var(--gray-3);
}
.wizard-tab .wizard-nav.dots .wizard-step.active ~ .wizard-step:before {
  background: var(--gray-3);
  width: 0%;
}
.wizard-tab .wizard-nav.dots .wizard-step.active ~ .wizard-step:after {
  background: var(--gray-3);
}
.wizard-tab .wizard-nav.dots .wizard-step.active .dot {
  background-color: var(--primary-color);
  box-shadow: 0 0 0 3px var(--primary02);
}
.wizard-tab .wizard-nav.dots .wizard-step.active:before {
  background: var(--gray-3);
}
.wizard-tab .wizard-nav.dots .wizard-step.active:after {
  background: var(--gray-3);
}
.wizard-tab .wizard-content {
  transition: all 0.3s ease-in;
  padding: 3rem;
}
.wizard-tab .wizard-content .wizard-step {
  transition: all 0.3s ease-in;
  display: none;
}
.wizard-tab .wizard-content .wizard-step.active {
  display: block;
}
.wizard-tab .wizard-buttons {
  transition: all 0.3s ease-in;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.wizard-tab .wizard-buttons .wizard-btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  border-radius: 0.15rem;
  transition: all 0.3s ease-in;
  margin: 0 10px;
  background-color: var(--primary-color);
  color: var(--custom-white);
}
.wizard-tab .wizard-buttons .wizard-btn:hover {
  background-color: rgba(25, 143, 209, 0.8);
}
.wizard-tab .wizard-buttons .wizard-btn:disabled {
  cursor: not-allowed !important;
  pointer-events: none;
  opacity: 0.65;
}
.wizard.vertical {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  transition: all 0.3s ease-in;
}
.wizard.vertical .wizard-nav {
  flex-direction: column;
  flex: 1;
  padding: 0 3rem;
  transition: all 0.3s linear;
}
.wizard.vertical .wizard-nav .wizard-step:before {
  top: 7px;
  inset-inline-start: -12px;
  width: 2px;
  height: 100%;
}
.wizard.vertical .wizard-nav .wizard-step:after {
  top: 7px;
  inset-inline-start: -12px;
  width: 2px;
  height: 100%;
}
.wizard.vertical .wizard-nav .wizard-step .dot {
  top: 7px;
  inset-inline-start: -15px;
}
.wizard.vertical .wizard-nav .wizard-step.active ~ .wizard-step:before {
  height: 0%;
}
.wizard.vertical .wizard-content {
  width: 75%;
  transition: all 0.3s ease-in;
  padding: 0 0 3rem 0;
}
.wizard.vertical .wizard-buttons {
  flex-basis: 100%;
  transition: all 0.3s ease-in;
}
.highlight-error {
  outline: 1px solid rgb(var(--danger-rgb));
}
@media screen and (min-width: 1024px) {
  .wizard.vertical .wizard-nav {
    max-width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .wizard.vertical .wizard-nav .wizard-step {
    text-align: left;
    padding-inline-start: 1rem;
  }
  .wizard.vertical .wizard-content {
    padding: 2rem 0;
  }
}
.wizard.wizard-tab .wizard-nav.dots .wizard-step.active ~ .wizard-step:before {
  width: 35%;
  padding: 25px;
  background: transparent;
}
.wizard.wizard-tab .wizard-nav.dots .wizard-step:before {
  content: "";
  position: absolute;
  top: -16px;
}
.wizard.wizard-tab .wizard-nav.dots .wizard-step .dot {
  top: -25px;
  inset-inline-start: 46%;
  height: 20px;
  width: 20px;
}
.wizard.wizard-tab .wizard-nav.dots .wizard-step.active ~ .wizard-step .dot {
  background: var(--custom-white);
  border: 2px solid var(--gray-3);
}
.wizard-btn.btn.finish {
  display: none !important;
}
.wizard.wizard-tab .wizard-buttons {
  border-top: 1px solid var(--default-border);
  justify-content: space-between;
  padding: 1rem;
}
.wizard.wizard-tab .wizard-buttons .wizard-btn {
  margin: 0px;
  padding: 0.5rem 0.85rem;
  min-width: 100px;
  border-radius: 0.35rem;
}
.wizard.wizard-tab .wizard-buttons .wizard-btn:hover {
  background-color: var(--primary-color);
}
.wizard.wizard-tab .wizard-buttons .wizard-btn:disabled {
  opacity: 0;
}
.wizard-tab .wizard-buttons .wizard-btn.prev {
  background-color: rgb(var(--light-rgb));
  color: rgb(var(--default-text-color-rgb));
}
.wizard-tab .wizard-buttons .wizard-btn.prev:hover {
  background-color: rgb(var(--light-rgb));
}
.payment-card-container {
  position: relative;
  padding: 0.625rem;
  border: 1px solid var(--input-border);
  border-radius: 0.3rem;
}
.payment-card-container .form-check-input {
  position: absolute;
  inset-inline-end: 0.75rem;
  inset-block-start: 1.2rem;
}
@media (max-width: 575.98px) {
  .wizard-tab .wizard-nav {
    flex-direction: column;
    gap: 1.5rem;
  }
  .wizard.wizard-tab .wizard-nav.dots .wizard-step:before {
    top: 1.5rem !important;
    width: 2px !important;
    height: 100%;
    transition: none;
    inset-inline-start: 2.55rem;
  }
  .wizard.wizard-tab .wizard-nav.dots .wizard-step:after {
    top: 1.5rem !important;
    width: 2px !important;
    height: 100%;
    inset-inline-start: 2.55rem;
  }
  .wizard.wizard-tab .wizard-nav.dots .wizard-step .dot {
    top: 6px !important;
    inset-inline-start: 2.25rem !important;
    width: 12px !important;
    height: 12px !important;
  }
  .wizard-tab .wizard-nav.dots .wizard-step {
    text-align: start !important;
    padding-inline-start: 4rem !important;
  }
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: rgb(var(--success-rgb));
  box-shadow: none;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: rgb(var(--success-rgb));
}
.form-control-color {
  width: 1.75rem;
  height: 1.75rem;
  overflow: hidden;
  padding: 0;
}
.example-picker .pcr-button {
  border-radius: 0.35rem !important;
  overflow: hidden;
}
[dir=rtl] [type=email],
[dir=rtl] [type=number],
[dir=rtl] [type=tel],
[dir=rtl] [type=url] {
  direction: rtl;
}
.form-select.is-invalid:not([multiple]):not([size]) {
  padding-right: 1.125rem;
  background-size: 16px 28px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.invoice-quantity-container .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 0;
}
.input-group.input-btn-outline .form-control:focus {
  z-index: 2;
}
input[type=range]::-webkit-slider-runnable-track {
  background-color: rgb(var(--light-rgb));
}
.form-check {
  min-height: inherit !important;
}
.autoComplete_wrapper > input {
  border-color: var(--input-border) !important;
  color: var(--default-text-color) !important;
  background-color: var(--form-control-bg) !important;
  font-size: 0.875rem !important;
  font-weight: var(--default-font-weight) !important;
  line-height: 1.5 !important;
  border-radius: 0.35rem !important;
  padding: 0.5rem 0.85rem !important;
  background-image: none !important;
  height: inherit !important;
}
.autoComplete_wrapper > input:focus {
  border-color: var(--primary05) !important;
  box-shadow: 0 0 4px var(--primary05) !important;
}
.autoComplete_wrapper > input:focus::-moz-placeholder {
  padding: 0 !important;
}
.autoComplete_wrapper > input:focus::placeholder {
  padding: 0 !important;
}
.autoComplete_wrapper > input::-moz-placeholder {
  font-size: 0.8rem !important;
  font-weight: 400;
  opacity: 0.6;
  color: var(--default-text-color) !important;
}
.autoComplete_wrapper > input::-moz-placeholder:focus {
  padding: 0 !important;
  font-size: 0.8rem !important;
}
.autoComplete_wrapper > input::-moz-placeholder {
  font-size: 0.8rem !important;
  font-weight: 400;
  opacity: 0.6;
  color: var(--default-text-color) !important;
}
.autoComplete_wrapper > input::placeholder {
  font-size: 0.8rem !important;
  font-weight: 400;
  opacity: 0.6;
  color: var(--default-text-color) !important;
}
.autoComplete_wrapper > input::-moz-placeholder:focus {
  padding: 0 !important;
  font-size: 0.8rem !important;
}
.autoComplete_wrapper > input::placeholder:focus {
  padding: 0 !important;
  font-size: 0.8rem !important;
}
.autoComplete_wrapper > ul {
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05) !important;
  background-color: var(--custom-white) !important;
  border: 1px solid var(--default-border) !important;
  z-index: 3 !important;
  margin-top: 0 !important;
}
.autoComplete_wrapper > ul .no_result {
  padding: 0.5rem !important;
}
.autoComplete_wrapper > ul > li {
  background-color: var(--custom-white) !important;
  color: var(--default-text-color) !important;
}
.autoComplete_wrapper > ul > li:hover {
  background-color: var(--primary01) !important;
  color: var(--default-text-color) !important;
}
.autoComplete_wrapper > ul > li mark {
  background-color: transparent;
  color: rgb(var(--orange-rgb)) !important;
  font-weight: bold;
  padding: 0 !important;
}
#autoComplete_list_2 p {
  padding: 0.5rem !important;
  margin-block-end: 0 !important;
}
.hide {
  display: none;
}
input.error {
  border: 1px solid rgb(var(--danger-rgb));
}
#error-msg {
  color: rgb(var(--danger-rgb));
}
#valid-msg {
  color: rgb(var(--success-rgb));
}
.iti__search-input {
  background-color: var(--custom-white) !important;
  color: var(--default-text-color) !important;
}
.iti__search-input:focus-visible {
  outline: none;
}
.iti__search-input + .iti__country-list {
  border-top: 1px solid var(--default-border) !important;
}
.iti--inline-dropdown .iti__dropdown-content {
  border: 1px solid var(--default-border) !important;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05) !important;
}
[dir=rtl] .iti--allow-dropdown.iti--show-selected-dial-code input.iti__tel-input {
  padding-right: 90px !important;
  padding-left: 6px !important;
}
[dir=ltr] .iti--allow-dropdown.iti--show-selected-dial-code input.iti__tel-input {
  padding-left: 90px !important;
  padding-right: 6px !important;
}
.iti--inline-dropdown .iti__dropdown-content {
  z-index: 3 !important;
}
.iti__dropdown-content {
  background-color: var(--custom-white) !important;
}
.iti__country.iti__highlight {
  background-color: var(--primary01) !important;
}
.iti--show-selected-dial-code .iti__selected-flag {
  background-color: rgb(var(--light-rgb)) !important;
}
.tagify__tag__removeBtn {
  background: transparent !important;
}
.tagify__tag.tagify--noAnim > div::before {
  background: var(--primary01) !important;
}
.tagify__tag > div::before {
  box-shadow: none !important;
}
.tagify {
  border-color: var(--input-border) !important;
  --tags-disabled-bg: var(--gray-3) !important;
  --tag-bg: var(--gray-3) !important;
  --tag-hover: rgba(var(--primary-rgb), 0.15) !important;
  --tag-text-color: var(--default-text-color) !important;
  --tag-text-color--edit: var(--default-text-color) !important;
  --tag-invalid-color: rgba(var(--danger-rgb), 0.5) !important;
  --tag-invalid-bg: rgba(var(--danger-rgb), 0.2) !important;
  --tag-remove-bg: rgba(var(--danger-rgb), 0.1) !important;
  --tag-remove-btn-color: var(--default-text-color) !important;
  --tag-remove-btn-bg--hover: rgba(var(--danger-rgb), 0.3) !important;
  --tag-pad: 0.2em 0.5em !important;
}
.tagify:hover:not(.tagify--focus):not(.tagify--invalid) {
  border-color: var(--input-border) !important;
}
.tagify.tagify--focus {
  border-color: var(--input-border) !important;
  box-shadow: none !important;
}
.tagify__tag {
  margin-inline: 4px !important;
  margin-block: 7px !important;
}
.tagify__tag > div {
  font-size: 13px;
}
.tagify__tag .tagify__tag__avatar-wrap {
  width: 22px;
  height: 22px;
  white-space: normal;
  border-radius: 50%;
  margin-right: 5px;
  transition: 0.12s ease-out;
  vertical-align: middle;
}
.tagify__tag img {
  width: 100%;
  vertical-align: top;
}
.tagify__input {
  margin: 3px !important;
  line-height: 1.85rem !important;
}
.tagify__input::before {
  color: rgb(var(--default-text-color-rgb)) !important;
  opacity: 0.5;
}
.tagify__tag__removeBtn {
  margin: 0 0.25rem !important;
}
.tagify__tag:focus div::before,
.tagify__tag:hover:not([readonly]) div::before {
  --tag-bg-inset: 0px !important;
}
.tagify__tag-text {
  padding: 3px;
}
.tags-look {
  border: 1px solid var(--default-border) !important;
  background-color: var(--custom-white) !important;
}
.tags-look .tagify__dropdown__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  padding: 0.3em 0.5em;
  border: 1px solid var(--default-border);
  background: var(--custom-white);
  margin: 0.2em;
  font-size: 0.85em;
  color: var(--default-text-color);
  transition: 0s;
}
.tags-look .tagify__dropdown__item:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.tags-look .tagify__dropdown__item--active {
  color: var(--default-text-color);
}
.tags-look .tagify__dropdown__item--hidden {
  max-width: 0;
  max-height: initial;
  padding: 0.3em 0;
  margin: 0.2em 0;
  white-space: nowrap;
  text-indent: -20px;
  border: 0;
}
.tagify__dropdown {
  border-top: 1px solid var(--primary-color) !important;
}
.tagify__dropdown.users-list .tagify__dropdown__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 1em;
  grid-template-areas: "avatar name" "avatar email";
}
.tagify__dropdown.users-list .tagify__dropdown__item:hover .tagify__dropdown__item__avatar-wrap {
  transform: scale(1.2);
}
.tagify__dropdown.users-list header.tagify__dropdown__item {
  grid-template-areas: "add remove-tags" "remaning .";
}
.tagify__dropdown.users-list .tagify__dropdown__item__avatar-wrap {
  grid-area: avatar;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  background: rgb(var(--light-rgb));
  transition: 0.1s ease-out;
}
.tagify__dropdown.users-list img {
  width: 100%;
  vertical-align: top;
}
.tagify__dropdown.users-list span {
  grid-area: email;
  width: 100%;
  font-size: 0.9em;
  opacity: 0.6;
}
.tagify__dropdown.users-list .tagify__dropdown__item__addAll {
  border-bottom: 1px solid var(--default-border);
  gap: 0;
}
.tagify__dropdown.users-list .remove-all-tags {
  grid-area: remove-tags;
  justify-self: self-end;
  font-size: 0.8em;
  padding: 0.2em 0.3em;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.tagify__dropdown.users-list .remove-all-tags:hover {
  color: #fff;
  background: rgb(var(--orange-rgb));
}
[dir=rtl] .tagify.tagify--select::after {
  left: 8px;
  right: auto;
  transform: translate(150%, -50%) scaleX(1.2) rotate(90deg);
}
[dir=rtl] .tagify--select[aria-expanded=true]::after {
  transform: translate(150%, -50%) rotate(270deg) scaleY(1.2);
}
.tagify.tagify--select::after {
  right: 8px;
}
.tagify__tag {
  background-color: var(--primary01);
}
#users-list .tagify__tag {
  white-space: nowrap;
}
#users-list .tagify__tag img {
  width: 100%;
  vertical-align: top;
  pointer-events: none;
}
#users-list .tagify__tag:hover .tagify__tag__avatar-wrap {
  transform: scale(1.6) translateX(-10%);
}
#users-list .tagify__tag .tagify__tag__avatar-wrap {
  width: 16px;
  height: 16px;
  white-space: normal;
  border-radius: 50%;
  background: rgb(var(--light-rgb));
  margin-right: 5px;
  transition: 0.12s ease-out;
}
.users-list .tagify__dropdown__itemsGroup:empty {
  display: none;
}
.users-list .tagify__dropdown__itemsGroup::before {
  content: attr(data-title);
  display: inline-block;
  font-size: 0.9em;
  padding: 4px 6px;
  margin: var(--tagify-dd-item-pad);
  font-style: italic;
  border-radius: 4px;
  background: rgb(var(--success-rgb));
  color: var(--custom-white);
  font-weight: 600;
}
.users-list .tagify__dropdown__itemsGroup:not(:first-of-type) {
  border-top: 1px solid var(--default-border);
}
.tagify__dropdown.users-list header.tagify__dropdown__item > div,
.tagify__dropdown.users-list .tagify__dropdown__item strong {
  grid-area: name;
  width: 100%;
  align-self: center;
}
.tagify__dropdown__wrapper {
  border: 0 !important;
  box-shadow: none !important;
  background-color: var(--custom-white) !important;
}
.tagify__dropdown {
  padding: 0.25rem !important;
  border-bottom-width: 0;
  background: var(--custom-white) !important;
  border: 1px solid var(--default-border) !important;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05) !important;
  border-radius: 0.3rem !important;
}
.tagify__dropdown__item--active {
  background: var(--primary-color) !important;
  color: #000 !important;
}
.remove-all-tags {
  color: #fff;
}
.tagify--mix .tagify__input {
  padding: 0 !important;
  margin: 0 !important;
}
.dual-listbox .dual-listbox__search {
  border-color: var(--input-border) !important;
  color: var(--default-text-color);
  background-color: var(--form-control-bg);
  font-size: 0.875rem;
  font-weight: var(--default-font-weight);
  line-height: 1.5;
  border-radius: 0.35rem;
  padding: 0.5rem 0.85rem;
  outline: none;
}
.dual-listbox .dragging {
  background: rgb(var(--light-rgb)) !important;
}
.dual-listbox .drop-above {
  border-top: 1px solid var(--default-border) !important;
}
.dual-listbox .dual-listbox__title {
  border-left: 1px solid var(--default-border) !important;
  border-right: 1px solid var(--default-border) !important;
  border-top: 1px solid var(--default-border) !important;
  font-weight: 500 !important;
}
.dual-listbox .dual-listbox__item {
  border-bottom: 1px solid var(--default-border) !important;
}
.dual-listbox .dual-listbox__item.dual-listbox__item--selected {
  background-color: var(--primary01) !important;
}
.dual-listbox .dual-listbox__button {
  background-color: var(--primary-color) !important;
  color: #000 !important;
  border-radius: 0.3rem;
}
.dual-listbox .dual-listbox__available,
.dual-listbox .dual-listbox__selected {
  width: 270px !important;
}
@media (max-width: 330px) {
  .dual-listbox .dual-listbox__available,
  .dual-listbox .dual-listbox__selected {
    width: 250px !important;
  }
  .autoComplete_wrapper > input {
    width: 16rem !important;
  }
}
.dual-listbox .dual-listbox__available,
.dual-listbox .dual-listbox__selected {
  border: 1px solid var(--default-border) !important;
}
.col-form-label-lg,
.col-form-label-sm,
.col-form-label {
  font-weight: 400;
}
#exampleColorInput::-webkit-color-swatch-wrapper {
  direction: rtl;
}
[dir=rtl] input[type=week],
[dir=rtl] input[type=month],
[dir=rtl] input[type=date],
[dir=rtl] input[type=datetime-local],
[dir=rtl] input[type=time] {
  text-align: end;
}
label {
  padding-block-start: 2px;
}
.input-group-text {
  border-color: var(--input-border);
  font-size: 0.875rem;
  border-radius: 0rem;
  background-color: rgb(var(--light-rgb));
  color: rgb(var(--default-text-color-rgb));
  letter-spacing: 0;
}
.input-group-text .form-control {
  border: 0;
  border-start-start-radius: 0;
  border-end-start-radius: 0;
}
.list-group-item {
  color: rgb(var(--default-text-color-rgb));
  background-color: transparent;
  border: 1px solid var(--default-border);
  padding: 0.75rem 1.25rem;
}
.list-group-item.active {
  color: #000 !important;
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color);
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: rgb(var(--default-text-color-rgb));
  background-color: rgb(var(--light-rgb));
  opacity: 0.5;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  color: rgb(var(--default-text-color-rgb));
  background-color: var(--list-hover-focus-bg);
}
.list-group-item-primary {
  color: var(--primary-color);
  background-color: var(--primary01);
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: var(--primary-color);
  background-color: var(--primary02);
}
.list-group-item-secondary {
  color: rgb(var(--secondary-rgb));
  background-color: rgba(var(--secondary-rgb), 0.1);
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: rgb(var(--secondary-rgb));
  background-color: rgba(var(--secondary-rgb), 0.2);
}
.list-group-item-info {
  color: rgb(var(--info-rgb));
  background-color: rgba(var(--info-rgb), 0.1);
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: rgb(var(--info-rgb));
  background-color: rgba(var(--info-rgb), 0.2);
}
.list-group-item-warning {
  color: rgb(var(--warning-rgb));
  background-color: rgba(var(--warning-rgb), 0.1);
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: rgb(var(--warning-rgb));
  background-color: rgba(var(--warning-rgb), 0.2);
}
.list-group-item-danger {
  color: rgb(var(--danger-rgb));
  background-color: rgba(var(--danger-rgb), 0.1);
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: rgb(var(--danger-rgb));
  background-color: rgba(var(--danger-rgb), 0.2);
}
.list-group-item-success {
  color: rgb(var(--success-rgb));
  background-color: rgba(var(--success-rgb), 0.1);
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: rgb(var(--success-rgb));
  background-color: rgba(var(--success-rgb), 0.2);
}
.list-group-item-dark {
  color: rgb(var(--dark-rgb));
  background-color: rgba(var(--dark-rgb), 0.1);
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: rgb(var(--dark-rgb));
  background-color: rgba(var(--dark-rgb), 0.2);
}
.list-group-item-light {
  color: rgb(var(--default-text-color-rgb));
  background-color: rgba(var(--light-rgb), 0.1);
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: rgb(var(--default-text-color-rgb));
  background-color: rgba(var(--light-rgb), 0.2);
}
.list-item-solid-primary {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}
.list-item-solid-secondary {
  background-color: rgb(var(--secondary-rgb));
  color: #fff;
  border-color: rgb(var(--secondary-rgb));
}
.list-item-solid-success {
  background-color: rgb(var(--success-rgb));
  color: #fff;
  border-color: rgb(var(--success-rgb));
}
.list-item-solid-info {
  background-color: rgb(var(--info-rgb));
  color: #fff;
  border-color: rgb(var(--info-rgb));
}
.list-item-solid-warning {
  background-color: rgb(var(--warning-rgb));
  color: #fff;
  border-color: rgb(var(--warning-rgb));
}
.list-item-solid-danger {
  background-color: rgb(var(--danger-rgb));
  color: #fff;
  border-color: rgb(var(--danger-rgb));
}
.list-item-solid-light {
  background-color: rgb(var(--light-rgb));
  color: rgb(var(--default-text-color-rgb));
  border-color: rgb(var(--light-rgb));
}
.list-item-solid-dark {
  background-color: rgb(var(--dark-rgb));
  color: #fff;
  border-color: rgb(var(--dark-rgb));
}
.list-group-item:first-child {
  border-start-start-radius: 0;
  border-start-end-radius: 0;
}
.list-group-item:last-child {
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}
.modal {
  z-index: 105;
}
.modal-backdrop {
  z-index: 104;
}
.modal-content {
  color: rgb(var(--default-text-color-rgb));
  background-color: var(--custom-white);
  border: 1px solid var(--default-border);
  border-radius: 0.25rem;
}
.modal-header {
  padding: 1rem 1.25rem;
  border-block-end: 1px solid var(--default-border);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.modal-header .modal-title {
  font-weight: 400;
  line-height: 1;
}
.modal-header .btn-close {
  font-size: 0.625rem;
}
.modal-footer {
  padding: 1rem 1.25rem;
  border-block-start: 1px solid var(--default-border);
}
.modal.animated .modal-dialog {
  transform: translate(0, 0);
}
.modal.effect-scale .modal-dialog {
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.3s;
}
.modal.effect-scale.show .modal-dialog {
  transform: scale(1);
  opacity: 1;
}
.modal.effect-slide-in-right .modal-dialog {
  transform: translateX(20%);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.modal.effect-slide-in-right.show .modal-dialog {
  transform: translateX(0);
  opacity: 1;
}
.modal.effect-slide-in-bottom .modal-dialog {
  transform: translateY(20%);
  opacity: 0;
  transition: all 0.3s;
}
.modal.effect-slide-in-bottom.show .modal-dialog {
  transform: translateY(0);
  opacity: 1;
}
.modal.effect-newspaper .modal-dialog {
  transform: scale(0) rotate(720deg);
  opacity: 0;
}
.modal.effect-newspaper.show ~ .modal-backdrop,
.modal.effect-newspaper .modal-dialog {
  transition: all 0.5s;
}
.modal.effect-newspaper.show .modal-dialog {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}
.modal.effect-fall {
  perspective: 1300px;
}
.modal.effect-fall .modal-dialog {
  transform-style: preserve-3d;
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0;
}
.modal.effect-fall.show .modal-dialog {
  transition: all 0.3s ease-in;
  transform: translateZ(0px) rotateX(0deg);
  opacity: 1;
}
.modal.effect-flip-horizontal {
  perspective: 1300px;
}
.modal.effect-flip-horizontal .modal-dialog {
  transform-style: preserve-3d;
  transform: rotateY(-70deg);
  transition: all 0.3s;
  opacity: 0;
}
.modal.effect-flip-horizontal.show .modal-dialog {
  transform: rotateY(0deg);
  opacity: 1;
}
.modal.effect-flip-vertical {
  perspective: 1300px;
}
.modal.effect-flip-vertical .modal-dialog {
  transform-style: preserve-3d;
  transform: rotateX(-70deg);
  transition: all 0.3s;
  opacity: 0;
}
.modal.effect-flip-vertical.show .modal-dialog {
  transform: rotateX(0deg);
  opacity: 1;
}
.modal.effect-super-scaled .modal-dialog {
  transform: scale(2);
  opacity: 0;
  transition: all 0.3s;
}
.modal.effect-super-scaled.show .modal-dialog {
  transform: scale(1);
  opacity: 1;
}
.modal.effect-sign {
  perspective: 1300px;
}
.modal.effect-sign .modal-dialog {
  transform-style: preserve-3d;
  transform: rotateX(-60deg);
  transform-origin: 50% 0;
  opacity: 0;
  transition: all 0.3s;
}
.modal.effect-sign.show .modal-dialog {
  transform: rotateX(0deg);
  opacity: 1;
}
.modal.effect-rotate-bottom {
  perspective: 1300px;
}
.modal.effect-rotate-bottom .modal-dialog {
  transform-style: preserve-3d;
  transform: translateY(100%) rotateX(90deg);
  transform-origin: 0 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.modal.effect-rotate-bottom.show .modal-dialog {
  transform: translateY(0%) rotateX(0deg);
  opacity: 1;
}
.modal.effect-rotate-left {
  perspective: 1300px;
}
.modal.effect-rotate-left .modal-dialog {
  transform-style: preserve-3d;
  transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  transform-origin: 0 100%;
  opacity: 0;
  transition: all 0.3s;
}
.modal.effect-rotate-left.show .modal-dialog {
  transform: translateZ(0px) translateX(0%) rotateY(0deg);
  opacity: 1;
}
.navbar {
  border-radius: 0.25rem;
}
.navbar .navbar-nav .nav-link {
  line-height: 1;
  padding: 0.4rem 1rem;
  font-weight: 500;
}
.navbar .navbar-toggler {
  padding: 0.4rem;
  font-size: 1rem;
  line-height: 1;
  color: var(--custom-black);
  border: 1px solid var(--default-border);
  border-radius: 0.25rem;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  width: 1rem;
  height: 1rem;
  position: relative;
  background-image: none;
}
.navbar .navbar-toggler .navbar-toggler-icon:before {
  content: "\f479";
  font-family: bootstrap-icons !important;
  position: absolute;
  font-size: 1rem;
  color: rgb(var(--default-text-color-rgb));
  inset-inline-start: 0;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--custom-black);
}
.navbar-brand {
  margin-inline-end: 1.5rem;
}
.navbar-brand img {
  height: 1.5rem;
  line-height: 1.5rem;
}
.navbar-brand:hover,
.navbar-brand:focus {
  color: rgb(var(--default-text-color-rgb));
}
.navbar-primary-transparent {
  background-color: var(--primary01);
  color: rgb(var(--default-text-color-rgb));
}
.navbar-primary-transparent .nav-link.active {
  background-color: var(--primary-color);
  color: #fff !important;
}
.navbar-primary-transparent .nav-link:hover {
  color: rgb(var(--default-text-color-rgb));
}
.navbar-primary-transparent .form-control:focus {
  border-color: var(--primary-color);
}
.navbar-secondary-transparent {
  background-color: rgba(var(--secondary-rgb), 0.1);
  color: rgb(var(--default-text-color-rgb));
}
.navbar-secondary-transparent .nav-link.active {
  background-color: rgb(var(--secondary-rgb));
  color: #fff !important;
}
.navbar-secondary-transparent .nav-link:hover {
  color: rgb(var(--default-text-color-rgb));
}
.navbar-secondary-transparent .form-control:focus {
  border-color: rgb(var(--secondary-rgb));
}
.navbar-warning-transparent {
  background-color: rgba(var(--warning-rgb), 0.1);
  color: rgb(var(--default-text-color-rgb));
}
.navbar-warning-transparent .nav-link.active {
  background-color: rgb(var(--warning-rgb));
  color: #fff !important;
}
.navbar-warning-transparent .nav-link:hover {
  color: rgb(var(--default-text-color-rgb));
}
.navbar-warning-transparent .form-control:focus {
  border-color: rgb(var(--warning-rgb));
}
.navbar-info-transparent {
  background-color: rgba(var(--info-rgb), 0.1);
  color: rgb(var(--default-text-color-rgb));
}
.navbar-info-transparent .nav-link.active {
  background-color: rgb(var(--info-rgb));
  color: #fff !important;
}
.navbar-info-transparent .nav-link:hover {
  color: rgb(var(--default-text-color-rgb));
}
.navbar-info-transparent .form-control:focus {
  border-color: rgb(var(--info-rgb));
}
.navbar-success-transparent {
  background-color: rgba(var(--success-rgb), 0.1);
  color: rgb(var(--default-text-color-rgb));
}
.navbar-success-transparent .nav-link.active {
  background-color: rgb(var(--success-rgb));
  color: #fff !important;
}
.navbar-success-transparent .nav-link:hover {
  color: rgb(var(--default-text-color-rgb));
}
.navbar-success-transparent .form-control:focus {
  border-color: rgb(var(--success-rgb));
}
.navbar-danger-transparent {
  background-color: rgba(var(--danger-rgb), 0.1);
  color: rgb(var(--default-text-color-rgb));
}
.navbar-danger-transparent .nav-link.active {
  background-color: rgb(var(--danger-rgb));
  color: #fff !important;
}
.navbar-danger-transparent .nav-link:hover {
  color: rgb(var(--default-text-color-rgb));
}
.navbar-danger-transparent .form-control:focus {
  border-color: rgb(var(--danger-rgb));
}
.navbar-dark-transparent {
  background-color: rgba(var(--dark-rgb), 0.1);
  color: rgb(var(--default-text-color-rgb));
}
.navbar-dark-transparent .nav-link.active {
  background-color: var(--custom-black);
  color: var(--custom-white) !important;
}
.navbar-dark-transparent .nav-link:hover {
  color: rgb(var(--default-text-color-rgb));
}
.navbar-dark-transparent .form-control:focus {
  border-color: rgb(var(--dark-rgb));
}
.navbar-primary {
  background-color: var(--primary-color);
  color: #000;
}
.navbar-primary .nav-link {
  color: #000 !important;
}
.navbar-primary .nav-link.active {
  background-color: var(--white-2);
  color: #000 !important;
}
.navbar-primary .nav-link:hover {
  color: #000 !important;
}
.navbar-primary .form-control {
  background-color: var(--white-2);
  color: #000;
}
.navbar-primary .form-control:focus {
  border-color: var(--white-2);
}
.navbar-primary .form-control::-webkit-input-placeholder {
  color: #000;
}
.navbar-primary .navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.navbar-primary .navbar-toggler .navbar-toggler-icon:before {
  color: #fff;
}
.navbar-secondary {
  background-color: rgb(var(--secondary-rgb));
  color: #fff;
}
.navbar-secondary .nav-link {
  color: #000 !important;
}
.navbar-secondary .nav-link.active {
  background-color: var(--white-2);
  color: #000 !important;
}
.navbar-secondary .nav-link:hover {
  color: #000 !important;
}
.navbar-secondary .form-control {
  background-color: var(--white-2);
  color: #000;
}
.navbar-secondary .form-control:focus {
  border-color: var(--white-2);
}
.navbar-secondary .form-control::-webkit-input-placeholder {
  color: #000;
}
.navbar-secondary .navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.navbar-secondary .navbar-toggler .navbar-toggler-icon:before {
  color: #fff;
}
.navbar-warning {
  background-color: rgb(var(--warning-rgb));
  color: #fff;
}
.navbar-warning .nav-link {
  color: #fff !important;
}
.navbar-warning .nav-link.active {
  background-color: var(--white-2);
  color: #000 !important;
}
.navbar-warning .nav-link:hover {
  color: #000 !important;
}
.navbar-warning .form-control {
  background-color: var(--white-2);
  color: #000;
}
.navbar-warning .form-control:focus {
  border-color: var(--white-2);
}
.navbar-warning .form-control::-webkit-input-placeholder {
  color: #000;
}
.navbar-warning .navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.navbar-warning .navbar-toggler .navbar-toggler-icon:before {
  color: #fff;
}
.navbar-info {
  background-color: rgb(var(--info-rgb));
  color: #fff;
}
.navbar-info .nav-link {
  color: #fff !important;
}
.navbar-info .nav-link.active {
  background-color: var(--white-2);
  color: #000 !important;
}
.navbar-info .nav-link:hover {
  color: #000 !important;
}
.navbar-info .form-control {
  background-color: var(--white-2);
  color: #000;
}
.navbar-info .form-control:focus {
  border-color: var(--white-2);
}
.navbar-info .form-control::-webkit-input-placeholder {
  color: #000;
}
.navbar-info .navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.navbar-info .navbar-toggler .navbar-toggler-icon:before {
  color: #fff;
}
.navbar-success {
  background-color: rgb(var(--success-rgb));
  color: #fff;
}
.navbar-success .nav-link {
  color: #fff !important;
}
.navbar-success .nav-link.active {
  background-color: var(--white-2);
  color: #000 !important;
}
.navbar-success .nav-link:hover {
  color: #000 !important;
}
.navbar-success .form-control {
  background-color: var(--white-2);
  color: #000;
}
.navbar-success .form-control:focus {
  border-color: var(--white-2);
}
.navbar-success .form-control::-webkit-input-placeholder {
  color: #000;
}
.navbar-success .navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.navbar-success .navbar-toggler .navbar-toggler-icon:before {
  color: #fff;
}
.navbar-danger {
  background-color: rgb(var(--danger-rgb));
  color: #fff;
}
.navbar-danger .nav-link {
  color: #fff !important;
}
.navbar-danger .nav-link.active {
  background-color: var(--white-2);
  color: #000 !important;
}
.navbar-danger .nav-link:hover {
  color: #000 !important;
}
.navbar-danger .form-control {
  background-color: var(--white-2);
  color: #000;
}
.navbar-danger .form-control:focus {
  border-color: var(--white-2);
}
.navbar-danger .form-control::-webkit-input-placeholder {
  color: #000;
}
.navbar-danger .navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.navbar-danger .navbar-toggler .navbar-toggler-icon:before {
  color: #fff;
}
.navbar-dark {
  background-color: rgb(var(--dark-rgb));
  color: var(--custom-white);
}
.navbar-dark .nav-link {
  color: var(--custom-white) !important;
}
.navbar-dark .nav-link.active {
  background-color: var(--white-2);
  color: var(--custom-white) !important;
}
.navbar-dark .nav-link:hover {
  color: var(--custom-white) !important;
}
.navbar-dark .form-control {
  background-color: var(--white-2);
  color: #000;
}
.navbar-dark .form-control:focus {
  border-color: var(--white-2);
}
.navbar-dark .form-control::-webkit-input-placeholder {
  color: #000;
}
.navbar-dark .navbar-toggler {
  border: 1px solid var(--white-1);
}
.navbar-dark .navbar-toggler .navbar-toggler-icon:before {
  color: var(--custom-white);
}
.nav-item {
  margin-inline-end: 0.5rem;
}
.nav-item:last-child {
  margin-inline-end: 0;
}
.nav-link {
  color: rgb(var(--default-text-color-rgb));
  border-radius: 0;
  font-weight: 400;
}
.nav-link.active {
  background-color: var(--primary01);
  color: var(--primary-color);
}
.navbar-brand {
  color: rgb(var(--default-text-color-rgb));
}
.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: var(--primary-color);
}
.nav-link.disabled {
  color: rgb(var(--default-text-color-rgb));
  opacity: 0.3;
}
.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link:disabled {
  color: rgba(var(--dark-rgb), 0.5);
}
.navbar-text {
  color: rgb(var(--default-text-color-rgb));
}
.navbar-dark.bg-dark .nav-link,
.navbar-dark.bg-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #000;
  background-color: var(--primary-color);
}
.nav.nav-style-1 {
  border: 0;
}
.nav.nav-style-1 .nav-item {
  margin-inline-end: 0.25rem;
  line-height: 1.4;
}
.nav.nav-style-1 .nav-item:last-child {
  margin-inline-end: 0;
}
.nav.nav-style-1 .nav-link.active {
  background-color: var(--primary-color);
  color: #000;
}
.nav.nav-style-2 .nav-item .nav-link {
  border-block-start: 3px solid transparent;
}
.nav.nav-style-2 .nav-item .nav-link.active {
  background-color: var(--primary01);
  border-block-start: 3px solid var(--primary-color);
  color: var(--primary-color);
}
.nav.nav-style-3 .nav-link {
  border-radius: 0;
}
.nav.nav-style-3 .nav-link {
  border-block-end: 3px solid transparent;
}
.nav.nav-style-3 .nav-link.active {
  background-color: transparent;
  border-block-end: 3px solid var(--primary-color);
  color: var(--primary-color);
}
.nav.nav-style-4 {
  border: 0;
}
.nav.nav-style-4 .nav-link {
  color: var(--text-muted);
  border: 0;
}
.nav.nav-style-4 .nav-link.active {
  background-color: rgb(var(--light-rgb));
  color: rgb(var(--default-text-color-rgb));
  border: 0;
}
.nav.nav-style-4 .nav-link:hover,
.nav.nav-style-4 .nav-link:focus {
  border: 0;
}
.nav-tabs.nav-style-5 {
  border: 0;
}
.nav-tabs.nav-style-5 .nav-link {
  color: var(--text-muted);
  border: 0;
}
.nav-tabs.nav-style-5 .nav-link.active {
  background-color: var(--primary-color);
  color: #000;
  border: 0;
}
.nav-tabs.nav-style-5 .nav-link:hover,
.nav-tabs.nav-style-5 .nav-link:focus {
  border: 0;
}
.nav-style-6 {
  border: 0;
}
.nav-style-6.nav-pills .nav-link.active {
  border: 1px solid var(--primary-color);
  border-block-end: 2px solid var(--primary-color);
  background-color: transparent;
  color: var(--primary-color);
}
.nav-tabs-header {
  border: 0;
}
.nav-tabs-header .nav-item {
  margin-inline-end: 0.5rem;
}
.nav-tabs-header .nav-item:last-child {
  margin-inline-end: 0;
}
.nav-tabs-header .nav-item .nav-link {
  border: 1px solid transparent;
  font-size: 0.8rem;
  padding: 0.4rem 0.5rem;
  font-weight: 500;
}
.nav-tabs-header .nav-item .nav-link.active {
  background: var(--primary01);
  color: var(--primary-color);
  border: 1px solid transparent;
}
.nav-tabs-header .nav-item .nav-link:hover,
.nav-tabs-header .nav-item .nav-link:focus {
  border: 1px solid transparent;
}
.nav-tabs-footer {
  border: 0;
}
.nav-tabs-footer .nav-item {
  margin-inline-end: 0.5rem;
}
.nav-tabs-footer .nav-item:last-child {
  margin-inline-end: 0;
}
.nav-tabs-footer .nav-item .nav-link {
  background-color: transparent;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  font-size: 0.8rem;
}
.nav-tabs-footer .nav-item .nav-link.active {
  background: var(--primary-color);
  color: #000;
  border: 1px solid var(--primary-color);
}
.nav-tabs-footer .nav-item .nav-link:hover,
.nav-tabs-footer .nav-item .nav-link:focus {
  border: 1px solid var(--primary-color);
}
.vertical-tabs-2 {
  border: 0;
  margin-block-end: 1rem;
}
.vertical-tabs-2 .nav-item {
  margin-inline-end: 0.5rem;
}
.vertical-tabs-2 .nav-item:last-child {
  margin-inline-end: 0;
}
.vertical-tabs-2 .nav-item .nav-link {
  text-align: center;
  border: 1px solid var(--default-border);
  margin-bottom: 0.5rem;
  color: var(--text-muted);
  background-color: rgb(var(--light-rgb));
}
.vertical-tabs-2 .nav-item .nav-link i {
  font-size: 1rem;
}
.vertical-tabs-2 .nav-item .nav-link.active {
  background-color: var(--primary-color);
  color: #000;
  position: relative;
}
.vertical-tabs-2 .nav-item .nav-link.active:before {
  content: "";
  position: absolute;
  inset-inline-end: -0.5rem;
  inset-block-start: 38%;
  transform: rotate(45deg);
  width: 1rem;
  height: 1rem;
  background-color: var(--primary-color);
}
@media (min-width: 768px) {
  .vertical-tabs-2 {
    margin-block-end: 0;
  }
  .vertical-tabs-2 .nav-item .nav-link {
    min-width: 7.5rem;
    max-width: 7.5rem;
  }
}
.vertical-tabs-3 {
  border: 0;
}
.vertical-tabs-3 .nav-item {
  border: 0;
  margin-inline-end: 0.5rem;
}
.vertical-tabs-3 .nav-item:last-child {
  margin-inline-end: 0;
}
.vertical-tabs-3 .nav-item .nav-link {
  min-width: 160px;
  max-width: 160px;
  border: 1px solid var(--primary-color);
  padding: 1.3rem;
  margin-block-end: 0.5rem;
}
.vertical-tabs-3 .nav-item .nav-link i {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  font-size: 1rem;
  background: var(--primary-color);
  color: #000;
  border-radius: 3.125rem;
  font-weight: 500;
}
.vertical-tabs-3 .nav-item .nav-link.active {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #000;
}
.vertical-tabs-3 .nav-item .nav-link.active i {
  background: #000;
  color: var(--primary-color);
}
.vertical-tabs-3 .nav-item .nav-link:hover,
.vertical-tabs-3 .nav-item .nav-link:focus {
  border: 1px solid var(--primary-color);
}
@media screen and (max-width: 767px) {
  .vertical-tabs-3 .nav-item {
    margin-inline-end: 0rem;
  }
  .vertical-tabs-3 .nav-item .nav-link {
    min-width: auto;
    max-width: inherit;
    width: 100%;
  }
}
.nav-link:focus,
.nav-link:hover {
  color: var(--primary-color);
}
.nav-tabs {
  border-color: var(--default-border);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: rgb(var(--default-text-color-rgb));
  background-color: rgb(var(--light-rgb));
  border-color: var(--default-border);
}
.nav-tabs .nav-link {
  border-radius: 0;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: var(--black-1);
}
.nav.tab-style-1 {
  border-block-end: 0;
  padding: 0.65rem;
  background-color: rgb(var(--light-rgb));
  border-radius: 0.25rem;
  margin-block-end: 1rem;
}
.nav.tab-style-1 .nav-item {
  margin-inline-end: 0.5rem;
}
.nav.tab-style-1 .nav-item:last-child {
  margin-inline-end: 0;
}
.nav.tab-style-1 .nav-link {
  border-radius: 0.25rem;
  padding: 0.35rem 1rem;
  line-height: 1.4;
}
.nav.tab-style-1 .nav-link.active {
  background-color: var(--primary-color);
  color: #000;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  transition: color 0.15s ease-in;
}
.tab-content .tab-pane {
  padding: 1rem;
  border: 1px solid var(--default-border);
  border-radius: 0.25rem;
  color: rgb(var(--default-text-color-rgb));
}
.tab-content .tab-pane:focus-visible {
  outline: none !important;
}
.tab-style-2 {
  border-block-end: 0;
}
.tab-style-2 .nav-item {
  margin-inline-end: 0.5rem;
}
.tab-style-2 .nav-item:last-child {
  margin-inline-end: 0;
}
.tab-style-2 .nav-item .nav-link {
  border: 0;
}
.tab-style-2 .nav-item .nav-link i {
  width: 1.875rem;
  height: 1.875rem;
  padding: 0.35rem;
  line-height: 1.2;
  background-color: var(--primary01);
  color: rgb(var(--default-text-color-rgb));
  display: inline-block;
}
.tab-style-2 .nav-item .nav-link:hover {
  border: 0;
}
.tab-style-2 .nav-item .nav-link.active {
  background-color: transparent;
  position: relative;
  border: 0;
  color: var(--primary-color);
}
.tab-style-2 .nav-item .nav-link.active i {
  background-color: var(--primary01);
  color: var(--primary-color);
}
.tab-style-2 .nav-item .nav-link.active:before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-end: 0;
  width: 100%;
  height: 0.175rem;
  background-color: var(--primary-color);
  border-radius: 50px;
}
.tab-style-3 {
  border-block-end: 0;
}
.tab-style-3 .nav-item {
  position: relative;
  margin-inline-end: 0.5rem;
}
.tab-style-3 .nav-item:last-child {
  margin-inline-end: 0;
}
.tab-style-3 .nav-item .nav-link {
  position: relative;
  border: 0;
  font-size: 0.75rem;
}
.tab-style-3 .nav-item .nav-link:before {
  position: absolute;
  content: "";
  inset-block-end: -1.063rem;
  inset-inline-end: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 0.1rem;
  background-color: rgb(var(--light-rgb));
  border-radius: 50%;
}
.tab-style-3 .nav-item .nav-link:after {
  position: absolute;
  content: "";
  inset-block-end: -2rem;
  inset-inline-start: 1.75rem;
  inset-inline-end: 0;
  inset-inline-start: 30%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--custom-white);
  border-radius: 50%;
  border: 2px solid var(--default-border);
}
.tab-style-3 .nav-item .nav-link.home:after {
  content: "1";
}
.tab-style-3 .nav-item .nav-link.about:after {
  content: "2";
}
.tab-style-3 .nav-item .nav-link.services:after {
  content: "3";
}
.tab-style-3 .nav-item .nav-link:hover {
  border: 0;
}
.tab-style-3 .nav-item .nav-link.active {
  background-color: transparent;
  border: 0;
  color: var(--primary-color);
}
.tab-style-3 .nav-item .nav-link.active:before {
  background-color: var(--primary-color);
}
.tab-style-3 .nav-item .nav-link.active:after {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.tab-style-4.nav-tabs {
  border: 0;
}
.tab-style-4.nav-tabs .nav-item {
  margin-inline-end: 0.5rem;
}
.tab-style-4.nav-tabs .nav-item:last-child {
  margin-inline-end: 0;
}
.tab-style-4.nav-tabs .nav-link {
  border: 0;
}
.tab-style-4.nav-tabs .nav-link:hover {
  border: 0;
}
.tab-style-4.nav-tabs .nav-link.active {
  background-color: transparent;
  border: 0;
  color: var(--primary-color);
  position: relative;
  overflow: hidden;
}
.tab-style-4.nav-tabs .nav-link.active::before {
  position: absolute;
  content: "";
  width: 0.75rem;
  inset-block-start: 31px;
  transform: rotate(45deg);
  inset-inline-start: 47%;
  overflow: hidden;
  z-index: 1;
  height: 0.75rem;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.tab-style-4.nav-tabs .nav-link.active:after {
  position: absolute;
  content: "";
  width: 40%;
  height: 1px;
  inset-inline-start: 30%;
  inset-block-end: 0;
  background-color: var(--primary-color);
}
#tab-style-4 .tab-pane.active {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: #000;
}
.tab-style-5 .nav-item {
  margin-inline-end: 0.5rem;
}
.tab-style-5 .nav-item:last-child {
  margin-inline-end: 0;
}
.tab-style-5 .nav-item .nav-link.active {
  background: var(--primary-color);
}
.tab-style-6 {
  border: 0;
  background-color: var(--custom-white);
  border-radius: 0.25rem;
  color: var(--primary-color);
  padding: 0.5rem;
}
.tab-style-6 .nav-item {
  border: 0;
  margin-inline-end: 0.5rem;
}
.tab-style-6 .nav-item:last-child {
  margin-inline-end: 0;
}
.tab-style-6 .nav-item .nav-link {
  color: var(--primary-color);
  padding: 0.5rem 1rem;
  font-size: 0.813rem;
  border: 0;
  font-weight: 500;
}
.tab-style-6 .nav-item .nav-link.active {
  border: 0;
  background-color: var(--primary-color);
  color: #000;
  border: 0;
  box-shadow: 0px 3px 10px 0px rgba(var(--dark-rgb), 0.05);
}
.tab-style-6 .nav-item .nav-link:hover,
.tab-style-6 .nav-item .nav-link:focus {
  border: 0;
}
.tab-style-7 .nav-link {
  margin-block-end: 0.5rem;
  font-size: 0.813rem;
  color: var(--text-muted);
  text-align: start;
}
.tab-style-7 .nav-link:active,
.tab-style-7 .nav-link.active {
  background-color: var(--primary01);
  color: var(--primary-color);
}
.nav-style-1 .nav-item .nav-link.active {
  background-color: var(--primary01);
  color: var(--primary-color);
}
.page-link {
  color: rgb(var(--default-text-color-rgb));
  background-color: var(--custom-white);
  border: 1px solid var(--default-border);
}
.page-link:focus {
  box-shadow: none;
  background-color: rgb(var(--light-rgb));
  color: var(--primary-color);
}
.page-link:hover {
  color: var(--primary-color);
  background-color: rgb(var(--light-rgb));
  border-color: var(--default-border);
}
.page-item.active .page-link {
  color: #000;
  background-color: var(--primary-color);
  border-color: var(--default-border);
}
.disabled > .page-link,
.page-link.disabled {
  color: rgb(var(--default-text-color-rgb));
  background-color: var(--custom-white);
  border-color: var(--default-border);
  opacity: 0.7;
}
[dir=rtl] .pagination .page-link .bx-chevron-left::before {
  content: "\ea50";
}
[dir=rtl] .pagination .page-link .bx-chevron-right::before {
  content: "\ea4d";
}
[dir=rtl] .pagination .page-link .ri-arrow-right-s-line:before {
  content: "\ea64";
}
[dir=rtl] .pagination .page-link .ri-arrow-left-s-line:before {
  content: "\ea6e";
}
.pagination-style-1 .pagination .page-item {
  margin: 0 0.25rem;
}
.pagination-style-1 .pagination .page-item .page-link {
  border: 0;
  border-radius: 0.25rem;
  font-size: 0.8125rem;
  background-color: transparent;
}
.pagination-style-1 .pagination .page-item .page-link i {
  font-weight: 400;
}
.pagination-style-1 .pagination .page-item.active .page-link {
  border-radius: 0.25rem;
  background-color: var(--primary-color);
  color: #000;
}
.pagination-style-1 .pagination .page-item.active:hover .page-link {
  border-radius: 0.25rem;
  background-color: var(--primary-color);
  color: #000;
}
.pagination-style-1 .pagination .page-item:hover .page-link {
  background-color: rgb(var(--light-rgb));
  color: rgb(var(--default-text-color-rgb));
}
.pagination-style-2 .pagination {
  border-radius: 0.25rem;
}
.pagination-style-2 .pagination .page-item {
  margin: 0 0.25rem;
}
.pagination-style-2 .pagination .page-item .page-link {
  border: 0 !important;
  font-size: 0.8125rem;
  background-color: transparent;
}
.pagination-style-2 .pagination .page-item.active .page-link {
  color: var(--primary-color);
  position: relative;
  font-weight: bold;
}
.pagination-style-2 .pagination .page-item.active .page-link:before {
  position: absolute;
  content: "";
  inset-block-end: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 0.1rem;
  background-color: var(--primary-color);
}
.pagination-style-2 .pagination .page-item:hover .page-link {
  background-color: transparent;
}
.pagination-style-3 .pagination {
  border-radius: 50px;
  padding: 0.25rem;
  align-items: center;
}
.pagination-style-3 .pagination .page-item {
  margin: 0 0.25rem;
}
.pagination-style-3 .pagination .page-item .page-link {
  border: 0;
  border-radius: 50px;
  font-size: 0.8125rem;
  background-color: transparent;
}
.pagination-style-3 .pagination .page-item .page-link i {
  font-weight: 400;
}
.pagination-style-3 .pagination .page-item.active .page-link {
  background-color: var(--primary-color);
  color: #000;
  line-height: 1.25;
}
.pagination-style-3 .pagination .page-item.active:hover .page-link {
  background-color: var(--primary-color);
}
.pagination-style-3 .pagination .page-item:hover .page-link {
  background-color: rgb(var(--light-rgb));
}
.pagination-style-4 .pagination .page-item .page-link {
  border: 0 !important;
  font-size: 0.8125rem;
  border-radius: 0.25rem;
  background-color: transparent;
}
.pagination-style-4 .pagination .page-item .page-link i {
  font-weight: 400;
}
.pagination-style-4 .pagination .page-item.active .page-link {
  border: 0;
  border-radius: 0.25rem;
  background-color: var(--primary-color);
  color: #000;
}
.pagination-style-4 .pagination .page-item.active:hover .page-link {
  background-color: var(--primary-color);
}
.pagination-style-4 .pagination .page-item:hover .page-link {
  background-color: transparent;
}
.custom-popover {
  --bs-popover-max-width: 12.5rem;
  --bs-popover-border-color: var(--primary-color);
  --bs-popover-header-bg: var(--primary-color);
  --bs-popover-header-color: #fff;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 0.5rem;
}
.popover {
  background-color: var(--custom-white);
  border: 1px solid var(--default-border);
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  font-size: 0.8rem;
  border-radius: 0.25rem;
  z-index: 999;
}
.popover .popover-header {
  background-color: var(--custom-white);
  border-block-end: 1px solid var(--default-border);
  border-start-start-radius: 0.12rem;
  border-start-end-radius: 0.12rem;
}
.popover .popover-body {
  color: rgb(var(--default-text-color-rgb));
}
.popover.only-body {
  border-radius: 0.3rem;
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::before {
  border-top-color: rgb(var(--light-rgb));
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::before {
  border-right-color: rgb(var(--light-rgb));
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::before {
  border-left-color: rgb(var(--light-rgb));
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgb(var(--light-rgb));
}
.header-primary .popover-header {
  background-color: var(--primary-color);
  color: #000;
}
.header-primary.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.header-primary.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom-color: var(--primary-color);
}
.header-secondary .popover-header {
  background-color: rgb(var(--secondary-rgb));
  color: #000;
}
.header-secondary.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.header-secondary.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom-color: rgb(var(--secondary-rgb));
}
.header-warning .popover-header {
  background-color: rgb(var(--warning-rgb));
  color: #000;
}
.header-warning.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.header-warning.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom-color: rgb(var(--warning-rgb));
}
.header-info .popover-header {
  background-color: rgb(var(--info-rgb));
  color: #000;
}
.header-info.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.header-info.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom-color: rgb(var(--info-rgb));
}
.header-success .popover-header {
  background-color: rgb(var(--success-rgb));
  color: #000;
}
.header-success.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.header-success.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom-color: rgb(var(--success-rgb));
}
.header-danger .popover-header {
  background-color: rgb(var(--danger-rgb));
  color: #000;
}
.header-danger.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.header-danger.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom-color: rgb(var(--danger-rgb));
}
.popover-primary.popover {
  border: 1px solid var(--primary-color);
  background-color: #fff;
}
.popover-primary.popover .popover-header {
  background-color: var(--primary-color);
  border-block-end: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
}
.popover-primary.popover .popover-body {
  background-color: var(--primary-color);
  color: #000;
}
.popover-primary.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-primary.bs-popover-top > .popover-arrow::after,
.popover-primary.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-primary.bs-popover-top > .popover-arrow::before {
  border-top-color: var(--primary-color);
}
.popover-primary.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-primary.bs-popover-end > .popover-arrow::after,
.popover-primary.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-primary.bs-popover-end > .popover-arrow::before {
  border-right-color: var(--primary-color);
}
.popover-primary.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-primary.bs-popover-start > .popover-arrow::after,
.popover-primary.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-primary.bs-popover-start > .popover-arrow::before {
  border-left-color: var(--primary-color);
}
.popover-primary.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-primary.bs-popover-bottom > .popover-arrow::after,
.popover-primary.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-primary.bs-popover-bottom > .popover-arrow::before,
.popover-primary.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-primary.bs-popover-bottom .popover-header::before {
  border-bottom-color: var(--primary-color);
}
.popover-secondary.popover {
  border: 1px solid rgb(var(--secondary-rgb));
  background-color: #fff;
}
.popover-secondary.popover .popover-header {
  background-color: rgb(var(--secondary-rgb));
  border-block-end: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
}
.popover-secondary.popover .popover-body {
  background-color: rgb(var(--secondary-rgb));
  color: #000;
}
.popover-secondary.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-secondary.bs-popover-top > .popover-arrow::after,
.popover-secondary.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-secondary.bs-popover-top > .popover-arrow::before {
  border-top-color: rgb(var(--secondary-rgb));
}
.popover-secondary.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-secondary.bs-popover-end > .popover-arrow::after,
.popover-secondary.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-secondary.bs-popover-end > .popover-arrow::before {
  border-right-color: rgb(var(--secondary-rgb));
}
.popover-secondary.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-secondary.bs-popover-start > .popover-arrow::after,
.popover-secondary.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-secondary.bs-popover-start > .popover-arrow::before {
  border-left-color: rgb(var(--secondary-rgb));
}
.popover-secondary.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-secondary.bs-popover-bottom > .popover-arrow::after,
.popover-secondary.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-secondary.bs-popover-bottom > .popover-arrow::before,
.popover-secondary.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-secondary.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgb(var(--secondary-rgb));
}
.popover-warning.popover {
  border: 1px solid rgb(var(--warning-rgb));
  background-color: #fff;
}
.popover-warning.popover .popover-header {
  background-color: rgb(var(--warning-rgb));
  border-block-end: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
}
.popover-warning.popover .popover-body {
  background-color: rgb(var(--warning-rgb));
  color: #000;
}
.popover-warning.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-warning.bs-popover-top > .popover-arrow::after,
.popover-warning.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-warning.bs-popover-top > .popover-arrow::before {
  border-top-color: rgb(var(--warning-rgb));
}
.popover-warning.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-warning.bs-popover-end > .popover-arrow::after,
.popover-warning.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-warning.bs-popover-end > .popover-arrow::before {
  border-right-color: rgb(var(--warning-rgb));
}
.popover-warning.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-warning.bs-popover-start > .popover-arrow::after,
.popover-warning.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-warning.bs-popover-start > .popover-arrow::before {
  border-left-color: rgb(var(--warning-rgb));
}
.popover-warning.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-warning.bs-popover-bottom > .popover-arrow::after,
.popover-warning.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-warning.bs-popover-bottom > .popover-arrow::before,
.popover-warning.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-warning.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgb(var(--warning-rgb));
}
.popover-info.popover {
  border: 1px solid rgb(var(--info-rgb));
  background-color: #fff;
}
.popover-info.popover .popover-header {
  background-color: rgb(var(--info-rgb));
  border-block-end: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
}
.popover-info.popover .popover-body {
  background-color: rgb(var(--info-rgb));
  color: #000;
}
.popover-info.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-info.bs-popover-top > .popover-arrow::after,
.popover-info.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-info.bs-popover-top > .popover-arrow::before {
  border-top-color: rgb(var(--info-rgb));
}
.popover-info.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-info.bs-popover-end > .popover-arrow::after,
.popover-info.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-info.bs-popover-end > .popover-arrow::before {
  border-right-color: rgb(var(--info-rgb));
}
.popover-info.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-info.bs-popover-start > .popover-arrow::after,
.popover-info.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-info.bs-popover-start > .popover-arrow::before {
  border-left-color: rgb(var(--info-rgb));
}
.popover-info.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-info.bs-popover-bottom > .popover-arrow::after,
.popover-info.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-info.bs-popover-bottom > .popover-arrow::before,
.popover-info.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-info.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgb(var(--info-rgb));
}
.popover-success.popover {
  border: 1px solid rgb(var(--success-rgb));
  background-color: #fff;
}
.popover-success.popover .popover-header {
  background-color: rgb(var(--success-rgb));
  border-block-end: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
}
.popover-success.popover .popover-body {
  background-color: rgb(var(--success-rgb));
  color: #000;
}
.popover-success.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-success.bs-popover-top > .popover-arrow::after,
.popover-success.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-success.bs-popover-top > .popover-arrow::before {
  border-top-color: rgb(var(--success-rgb));
}
.popover-success.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-success.bs-popover-end > .popover-arrow::after,
.popover-success.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-success.bs-popover-end > .popover-arrow::before {
  border-right-color: rgb(var(--success-rgb));
}
.popover-success.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-success.bs-popover-start > .popover-arrow::after,
.popover-success.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-success.bs-popover-start > .popover-arrow::before {
  border-left-color: rgb(var(--success-rgb));
}
.popover-success.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-success.bs-popover-bottom > .popover-arrow::after,
.popover-success.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-success.bs-popover-bottom > .popover-arrow::before,
.popover-success.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-success.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgb(var(--success-rgb));
}
.popover-danger.popover {
  border: 1px solid rgb(var(--danger-rgb));
  background-color: #fff;
}
.popover-danger.popover .popover-header {
  background-color: rgb(var(--danger-rgb));
  border-block-end: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.popover-danger.popover .popover-body {
  background-color: rgb(var(--danger-rgb));
  color: #fff;
}
.popover-danger.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-danger.bs-popover-top > .popover-arrow::after,
.popover-danger.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-danger.bs-popover-top > .popover-arrow::before {
  border-top-color: rgb(var(--danger-rgb));
}
.popover-danger.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-danger.bs-popover-end > .popover-arrow::after,
.popover-danger.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-danger.bs-popover-end > .popover-arrow::before {
  border-right-color: rgb(var(--danger-rgb));
}
.popover-danger.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-danger.bs-popover-start > .popover-arrow::after,
.popover-danger.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-danger.bs-popover-start > .popover-arrow::before {
  border-left-color: rgb(var(--danger-rgb));
}
.popover-danger.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-danger.bs-popover-bottom > .popover-arrow::after,
.popover-danger.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-danger.bs-popover-bottom > .popover-arrow::before,
.popover-danger.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-danger.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgb(var(--danger-rgb));
}
.popover-purple.popover {
  border: 1px solid rgb(var(--purple-rgb));
  background-color: #fff;
}
.popover-purple.popover .popover-header {
  background-color: rgb(var(--purple-rgb));
  border-block-end: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.popover-purple.popover .popover-body {
  background-color: rgb(var(--purple-rgb));
  color: #fff;
}
.popover-purple.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-purple.bs-popover-top > .popover-arrow::after,
.popover-purple.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-purple.bs-popover-top > .popover-arrow::before {
  border-top-color: rgb(var(--purple-rgb));
}
.popover-purple.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-purple.bs-popover-end > .popover-arrow::after,
.popover-purple.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-purple.bs-popover-end > .popover-arrow::before {
  border-right-color: rgb(var(--purple-rgb));
}
.popover-purple.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-purple.bs-popover-start > .popover-arrow::after,
.popover-purple.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-purple.bs-popover-start > .popover-arrow::before {
  border-left-color: rgb(var(--purple-rgb));
}
.popover-purple.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-purple.bs-popover-bottom > .popover-arrow::after,
.popover-purple.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-purple.bs-popover-bottom > .popover-arrow::before,
.popover-purple.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-purple.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgb(var(--purple-rgb));
}
.popover-teal.popover {
  border: 1px solid rgb(var(--teal-rgb));
  background-color: #fff;
}
.popover-teal.popover .popover-header {
  background-color: rgb(var(--teal-rgb));
  border-block-end: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
}
.popover-teal.popover .popover-body {
  background-color: rgb(var(--teal-rgb));
  color: #000;
}
.popover-teal.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-teal.bs-popover-top > .popover-arrow::after,
.popover-teal.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-teal.bs-popover-top > .popover-arrow::before {
  border-top-color: rgb(var(--teal-rgb));
}
.popover-teal.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-teal.bs-popover-end > .popover-arrow::after,
.popover-teal.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-teal.bs-popover-end > .popover-arrow::before {
  border-right-color: rgb(var(--teal-rgb));
}
.popover-teal.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-teal.bs-popover-start > .popover-arrow::after,
.popover-teal.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-teal.bs-popover-start > .popover-arrow::before {
  border-left-color: rgb(var(--teal-rgb));
}
.popover-teal.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-teal.bs-popover-bottom > .popover-arrow::after,
.popover-teal.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-teal.bs-popover-bottom > .popover-arrow::before,
.popover-teal.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-teal.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgb(var(--teal-rgb));
}
.popover-primary-light.popover {
  border: 1px solid var(--primary01);
}
.popover-primary-light.popover .popover-header {
  background-color: var(--primary01);
  border-block-end: 1px solid var(--primary01);
  color: var(--primary-color);
  border-radius: 0;
}
.popover-primary-light.popover .popover-body {
  background-color: var(--primary01);
  color: var(--primary-color);
}
.popover-primary-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-primary-light.bs-popover-top > .popover-arrow::after,
.popover-primary-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-primary-light.bs-popover-top > .popover-arrow::before {
  border-top-color: var(--primary01);
}
.popover-primary-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-primary-light.bs-popover-end > .popover-arrow::after,
.popover-primary-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-primary-light.bs-popover-end > .popover-arrow::before {
  border-right-color: var(--primary01);
}
.popover-primary-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-primary-light.bs-popover-start > .popover-arrow::after,
.popover-primary-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-primary-light.bs-popover-start > .popover-arrow::before {
  border-left-color: var(--primary01);
}
.popover-primary-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-primary-light.bs-popover-bottom > .popover-arrow::after,
.popover-primary-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-primary-light.bs-popover-bottom > .popover-arrow::before,
.popover-primary-light.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-primary-light.bs-popover-bottom .popover-header::before {
  border-bottom-color: var(--primary01);
}
.popover-secondary-light.popover {
  border: 1px solid rgba(var(--secondary-rgb), 0.1);
}
.popover-secondary-light.popover .popover-header {
  background-color: rgba(var(--secondary-rgb), 0.1);
  border-block-end: 1px solid rgba(var(--secondary-rgb), 0.1);
  color: rgb(var(--secondary-rgb));
  border-radius: 0;
}
.popover-secondary-light.popover .popover-body {
  background-color: rgba(var(--secondary-rgb), 0.1);
  color: rgb(var(--secondary-rgb));
}
.popover-secondary-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-secondary-light.bs-popover-top > .popover-arrow::after,
.popover-secondary-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-secondary-light.bs-popover-top > .popover-arrow::before {
  border-top-color: rgba(var(--secondary-rgb), 0.1);
}
.popover-secondary-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-secondary-light.bs-popover-end > .popover-arrow::after,
.popover-secondary-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-secondary-light.bs-popover-end > .popover-arrow::before {
  border-right-color: rgba(var(--secondary-rgb), 0.1);
}
.popover-secondary-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-secondary-light.bs-popover-start > .popover-arrow::after,
.popover-secondary-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-secondary-light.bs-popover-start > .popover-arrow::before {
  border-left-color: rgba(var(--secondary-rgb), 0.1);
}
.popover-secondary-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-secondary-light.bs-popover-bottom > .popover-arrow::after,
.popover-secondary-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-secondary-light.bs-popover-bottom > .popover-arrow::before,
.popover-secondary-light.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-secondary-light.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgba(var(--secondary-rgb), 0.1);
}
.popover-warning-light.popover {
  border: 1px solid rgba(var(--warning-rgb), 0.1);
}
.popover-warning-light.popover .popover-header {
  background-color: rgba(var(--warning-rgb), 0.1);
  border-block-end: 1px solid rgba(var(--warning-rgb), 0.1);
  color: rgb(var(--warning-rgb));
  border-radius: 0;
}
.popover-warning-light.popover .popover-body {
  background-color: rgba(var(--warning-rgb), 0.1);
  color: rgb(var(--warning-rgb));
}
.popover-warning-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-warning-light.bs-popover-top > .popover-arrow::after,
.popover-warning-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-warning-light.bs-popover-top > .popover-arrow::before {
  border-top-color: rgba(var(--warning-rgb), 0.1);
}
.popover-warning-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-warning-light.bs-popover-end > .popover-arrow::after,
.popover-warning-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-warning-light.bs-popover-end > .popover-arrow::before {
  border-right-color: rgba(var(--warning-rgb), 0.1);
}
.popover-warning-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-warning-light.bs-popover-start > .popover-arrow::after,
.popover-warning-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-warning-light.bs-popover-start > .popover-arrow::before {
  border-left-color: rgba(var(--warning-rgb), 0.1);
}
.popover-warning-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-warning-light.bs-popover-bottom > .popover-arrow::after,
.popover-warning-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-warning-light.bs-popover-bottom > .popover-arrow::before,
.popover-warning-light.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-warning-light.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgba(var(--warning-rgb), 0.1);
}
.popover-info-light.popover {
  border: 1px solid rgba(var(--info-rgb), 0.1);
}
.popover-info-light.popover .popover-header {
  background-color: rgba(var(--info-rgb), 0.1);
  border-block-end: 1px solid rgba(var(--info-rgb), 0.1);
  color: rgb(var(--info-rgb));
  border-radius: 0;
}
.popover-info-light.popover .popover-body {
  background-color: rgba(var(--info-rgb), 0.1);
  color: rgb(var(--info-rgb));
}
.popover-info-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-info-light.bs-popover-top > .popover-arrow::after,
.popover-info-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-info-light.bs-popover-top > .popover-arrow::before {
  border-top-color: rgba(var(--info-rgb), 0.1);
}
.popover-info-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-info-light.bs-popover-end > .popover-arrow::after,
.popover-info-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-info-light.bs-popover-end > .popover-arrow::before {
  border-right-color: rgba(var(--info-rgb), 0.1);
}
.popover-info-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-info-light.bs-popover-start > .popover-arrow::after,
.popover-info-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-info-light.bs-popover-start > .popover-arrow::before {
  border-left-color: rgba(var(--info-rgb), 0.1);
}
.popover-info-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-info-light.bs-popover-bottom > .popover-arrow::after,
.popover-info-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-info-light.bs-popover-bottom > .popover-arrow::before,
.popover-info-light.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-info-light.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgba(var(--info-rgb), 0.1);
}
.popover-success-light.popover {
  border: 1px solid rgba(var(--success-rgb), 0.1);
}
.popover-success-light.popover .popover-header {
  background-color: rgba(var(--success-rgb), 0.1);
  border-block-end: 1px solid rgba(var(--success-rgb), 0.1);
  color: rgb(var(--success-rgb));
  border-radius: 0;
}
.popover-success-light.popover .popover-body {
  background-color: rgba(var(--success-rgb), 0.1);
  color: rgb(var(--success-rgb));
}
.popover-success-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-success-light.bs-popover-top > .popover-arrow::after,
.popover-success-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-success-light.bs-popover-top > .popover-arrow::before {
  border-top-color: rgba(var(--success-rgb), 0.1);
}
.popover-success-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-success-light.bs-popover-end > .popover-arrow::after,
.popover-success-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-success-light.bs-popover-end > .popover-arrow::before {
  border-right-color: rgba(var(--success-rgb), 0.1);
}
.popover-success-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-success-light.bs-popover-start > .popover-arrow::after,
.popover-success-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-success-light.bs-popover-start > .popover-arrow::before {
  border-left-color: rgba(var(--success-rgb), 0.1);
}
.popover-success-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-success-light.bs-popover-bottom > .popover-arrow::after,
.popover-success-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-success-light.bs-popover-bottom > .popover-arrow::before,
.popover-success-light.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-success-light.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgba(var(--success-rgb), 0.1);
}
.popover-danger-light.popover {
  border: 1px solid rgba(var(--danger-rgb), 0.1);
}
.popover-danger-light.popover .popover-header {
  background-color: rgba(var(--danger-rgb), 0.1);
  border-block-end: 1px solid rgba(var(--danger-rgb), 0.1);
  color: rgb(var(--danger-rgb));
  border-radius: 0;
}
.popover-danger-light.popover .popover-body {
  background-color: rgba(var(--danger-rgb), 0.1);
  color: rgb(var(--danger-rgb));
}
.popover-danger-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-danger-light.bs-popover-top > .popover-arrow::after,
.popover-danger-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-danger-light.bs-popover-top > .popover-arrow::before {
  border-top-color: rgba(var(--danger-rgb), 0.1);
}
.popover-danger-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-danger-light.bs-popover-end > .popover-arrow::after,
.popover-danger-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-danger-light.bs-popover-end > .popover-arrow::before {
  border-right-color: rgba(var(--danger-rgb), 0.1);
}
.popover-danger-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-danger-light.bs-popover-start > .popover-arrow::after,
.popover-danger-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-danger-light.bs-popover-start > .popover-arrow::before {
  border-left-color: rgba(var(--danger-rgb), 0.1);
}
.popover-danger-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-danger-light.bs-popover-bottom > .popover-arrow::after,
.popover-danger-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-danger-light.bs-popover-bottom > .popover-arrow::before,
.popover-danger-light.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-danger-light.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgba(var(--danger-rgb), 0.1);
}
.popover-purple-light.popover {
  border: 1px solid rgba(var(--purple-rgb), 0.1);
}
.popover-purple-light.popover .popover-header {
  background-color: rgba(var(--purple-rgb), 0.1);
  border-block-end: 1px solid rgba(var(--purple-rgb), 0.1);
  color: rgb(var(--purple-rgb));
  border-radius: 0;
}
.popover-purple-light.popover .popover-body {
  background-color: rgba(var(--purple-rgb), 0.1);
  color: rgb(var(--purple-rgb));
}
.popover-purple-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-purple-light.bs-popover-top > .popover-arrow::after,
.popover-purple-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-purple-light.bs-popover-top > .popover-arrow::before {
  border-top-color: rgba(var(--purple-rgb), 0.1);
}
.popover-purple-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-purple-light.bs-popover-end > .popover-arrow::after,
.popover-purple-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-purple-light.bs-popover-end > .popover-arrow::before {
  border-right-color: rgba(var(--purple-rgb), 0.1);
}
.popover-purple-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-purple-light.bs-popover-start > .popover-arrow::after,
.popover-purple-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-purple-light.bs-popover-start > .popover-arrow::before {
  border-left-color: rgba(var(--purple-rgb), 0.1);
}
.popover-purple-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-purple-light.bs-popover-bottom > .popover-arrow::after,
.popover-purple-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-purple-light.bs-popover-bottom > .popover-arrow::before,
.popover-purple-light.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-purple-light.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgba(var(--purple-rgb), 0.1);
}
.popover-teal-light.popover {
  border: 1px solid rgba(var(--teal-rgb), 0.1);
}
.popover-teal-light.popover .popover-header {
  background-color: rgba(var(--teal-rgb), 0.1);
  border-block-end: 1px solid rgba(var(--teal-rgb), 0.1);
  color: rgb(var(--teal-rgb));
  border-radius: 0;
}
.popover-teal-light.popover .popover-body {
  background-color: rgba(var(--teal-rgb), 0.1);
  color: rgb(var(--teal-rgb));
}
.popover-teal-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-teal-light.bs-popover-top > .popover-arrow::after,
.popover-teal-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-teal-light.bs-popover-top > .popover-arrow::before {
  border-top-color: rgba(var(--teal-rgb), 0.1);
}
.popover-teal-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-teal-light.bs-popover-end > .popover-arrow::after,
.popover-teal-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-teal-light.bs-popover-end > .popover-arrow::before {
  border-right-color: rgba(var(--teal-rgb), 0.1);
}
.popover-teal-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-teal-light.bs-popover-start > .popover-arrow::after,
.popover-teal-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-teal-light.bs-popover-start > .popover-arrow::before {
  border-left-color: rgba(var(--teal-rgb), 0.1);
}
.popover-teal-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-teal-light.bs-popover-bottom > .popover-arrow::after,
.popover-teal-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-teal-light.bs-popover-bottom > .popover-arrow::before,
.popover-teal-light.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-teal-light.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgba(var(--teal-rgb), 0.1);
}
.progress {
  background-color: var(--black-1);
  height: 0.75rem;
  border-radius: 0.25rem;
}
.progress-stacked {
  background-color: rgb(var(--light-rgb));
}
.progress-bar {
  color: #000;
  background-color: var(--primary-color);
}
@keyframes progress-animate {
  0% {
    width: 0;
  }
}
@keyframes progress-animate-infinite {
  0% {
    width: 0;
  }
  50% {
    width: 70%;
  }
  100% {
    width: 0;
  }
}
.progress-animate {
  position: relative;
  border-radius: 0.25rem;
}
.progress-animate .progress-bar {
  position: relative;
  border-radius: 0.625rem;
  animation: 2s progress-animate;
}
.progress-animate-infinite {
  position: relative;
}
.progress-animate-infinite .progress-bar {
  position: relative;
  animation: 2s progress-animate-infinite infinite;
}
.progress.progress-xs,
.progress-stacked.progress-xs {
  height: 0.25rem;
}
.progress.progress-sm,
.progress-stacked.progress-sm {
  height: 0.5rem;
}
.progress.progress-lg,
.progress-stacked.progress-lg {
  height: 1rem;
}
.progress.progress-xl,
.progress-stacked.progress-xl {
  height: 1.25rem;
}
.progress-custom {
  overflow: visible;
  position: relative;
}
.progress-custom .progress-bar {
  position: relative;
  overflow: visible;
}
.progress-custom .progress-bar:after {
  content: "";
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  box-shadow: 0 0.313rem 0.313rem var(--primary02);
  background: #fff;
  position: absolute;
  inset-inline-end: -0.375rem;
  inset-block-start: -0.375rem;
  border: 0.25rem solid var(--primary-color);
}
.progress-custom .progress-bar.bg-warning:after {
  border: 0.25rem solid rgb(var(--warning-rgb));
  box-shadow: 0 0.313rem 0.313rem rgba(var(--warning-rgb), 0.2);
}
.progress-custom .progress-bar.bg-info:after {
  border: 0.25rem solid rgb(var(--info-rgb));
  box-shadow: 0 0.313rem 0.313rem rgba(var(--info-rgb), 0.2);
}
.progress-custom .progress-bar.bg-success:after {
  border: 0.25rem solid rgb(var(--success-rgb));
  box-shadow: 0 0.313rem 0.313rem rgba(var(--success-rgb), 0.2);
}
.progress-custom .progress-bar.bg-danger:after {
  border: 0.25rem solid rgb(var(--danger-rgb));
  box-shadow: 0 0.313rem 0.313rem rgba(var(--danger-rgb), 0.2);
}
.progress-custom .progress-bar-title {
  padding: 0.313rem 0.625rem;
  margin: 0;
  background: var(--primary-color);
  border-radius: 0.313rem 0 0 0.313rem;
  font-size: 0.625rem;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  position: absolute;
  inset-block-start: -0.438rem;
  inset-inline-start: 0;
  z-index: 1;
}
.progress-custom .progress-bar-title:after {
  content: "";
  border-inline-start: 1.063rem solid var(--primary-color);
  border-block-start: 0.688rem solid transparent;
  border-block-end: 0.688rem solid transparent;
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: -1.063rem;
}
.progress-custom .progress-bar-title.bg-secondary {
  background-color: rgb(var(--secondary-rgb));
}
.progress-custom .progress-bar-title.bg-secondary:after {
  border-inline-start: 1.063rem solid rgb(var(--secondary-rgb));
}
.progress-custom .progress-bar-title.bg-success {
  background-color: rgb(var(--success-rgb));
}
.progress-custom .progress-bar-title.bg-success:after {
  border-inline-start: 1.063rem solid rgb(var(--success-rgb));
}
.progress-custom .progress-bar-title.bg-warning {
  background-color: rgb(var(--warning-rgb));
}
.progress-custom .progress-bar-title.bg-warning:after {
  border-inline-start: 1.063rem solid rgb(var(--warning-rgb));
}
.progress-custom .progress-bar-title.bg-danger {
  background-color: rgb(var(--danger-rgb));
}
.progress-custom .progress-bar-title.bg-danger:after {
  border-inline-start: 1.063rem solid rgb(var(--danger-rgb));
}
.progress-custom .progress-bar-title.bg-info {
  background-color: rgb(var(--info-rgb));
}
.progress-custom .progress-bar-title.bg-info:after {
  border-inline-start: 1.063rem solid rgb(var(--info-rgb));
}
.progress-custom .progress-bar-value {
  width: 1.875rem;
  height: 1.25rem;
  line-height: 1.25rem;
  border-radius: 0.188rem;
  background: var(--primary-color);
  box-shadow: 0 0.313rem 0.313rem rgba(0, 0, 0, 0.4);
  font-size: 0.625rem;
  font-weight: 400;
  color: #000;
  text-align: center;
  position: absolute;
  inset-block-end: 1.5rem;
  inset-inline-end: -0.688rem;
}
.progress-custom .progress-bar-value:after {
  content: "";
  border-block-start: 0.438rem solid var(--primary-color);
  border-inline-start: 0.438rem solid transparent;
  border-inline-end: 0.438rem solid transparent;
  position: absolute;
  inset-block-end: -0.375rem;
  inset-inline-start: 28%;
}
.progress-custom .progress-bar-value.bg-secondary {
  background-color: rgb(var(--secondary-rgb));
}
.progress-custom .progress-bar-value.bg-secondary:after {
  border-block-start: 0.438rem solid rgb(var(--secondary-rgb));
}
.progress-custom .progress-bar-value.bg-success {
  background-color: rgb(var(--success-rgb));
}
.progress-custom .progress-bar-value.bg-success:after {
  border-block-start: 0.438rem solid rgb(var(--success-rgb));
}
.progress-custom .progress-bar-value.bg-warning {
  background-color: rgb(var(--warning-rgb));
}
.progress-custom .progress-bar-value.bg-warning:after {
  border-block-start: 0.438rem solid rgb(var(--warning-rgb));
}
.progress-custom .progress-bar-value.bg-danger {
  background-color: rgb(var(--danger-rgb));
}
.progress-custom .progress-bar-value.bg-danger:after {
  border-block-start: 0.438rem solid rgb(var(--danger-rgb));
}
.progress-custom .progress-bar-value.bg-info {
  background-color: rgb(var(--info-rgb));
}
.progress-custom .progress-bar-value.bg-info:after {
  border-block-start: 0.438rem solid rgb(var(--info-rgb));
}
[dir=rtl] .progress-bar-title {
  border-radius: 0 0.313rem 0.313rem 0;
}
.progress-item-1,
.progress-item-2,
.progress-item-3 {
  position: absolute;
  margin-block-start: -0.25rem;
  z-index: 1;
  height: 0.938rem;
  width: 0.938rem;
  border-radius: 1.563rem;
  background-color: rgb(var(--light-rgb));
}
.progress-item-1 {
  inset-inline-start: 25%;
}
.progress-item-2 {
  inset-inline-start: 50%;
}
.progress-item-3 {
  inset-inline-start: 75%;
}
.custom-progress-3 {
  overflow: visible;
  border-radius: 0.625rem;
}
.custom-progress-3 .progress-bar {
  position: relative;
  overflow: visible;
  margin: 0.313rem;
  border-radius: 0.25rem;
}
.custom-progress-3 .progress-bar:before {
  content: "";
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  inset-inline-start: 0.125rem;
  background-color: var(--custom-white);
  border-radius: 50%;
}
.custom-progress-3 .progress-bar .progress-bar-value {
  border: 0.125rem solid var(--primary-color);
  width: 2.5rem;
  height: 1.563rem;
  line-height: 1.313rem;
  border-radius: 3.125rem;
  background: var(--custom-white);
  font-size: 0.625rem;
  font-weight: 400;
  color: var(--primary-color);
  text-align: center;
  position: absolute;
  inset-inline-end: -0.625rem;
}
.custom-progress-3 .progress-bar .progress-bar-value.secondary {
  border: 0.125rem solid rgb(var(--secondary-rgb));
  color: rgb(var(--secondary-rgb));
}
.custom-progress-3 .progress-bar .progress-bar-value.warning {
  border: 0.125rem solid rgb(var(--warning-rgb));
  color: rgb(var(--warning-rgb));
}
.custom-progress-3 .progress-bar .progress-bar-value.info {
  border: 0.125rem solid rgb(var(--info-rgb));
  color: rgb(var(--info-rgb));
}
.custom-progress-3 .progress-bar .progress-bar-value.success {
  border: 0.125rem solid rgb(var(--success-rgb));
  color: rgb(var(--success-rgb));
}
.custom-progress-3 .progress-bar .progress-bar-value.danger {
  border: 0.125rem solid rgb(var(--danger-rgb));
  color: rgb(var(--danger-rgb));
}
.custom-progress-4.progress {
  background-color: var(--primary01);
  border-radius: 0.25rem;
}
.custom-progress-4.progress.secondary {
  background-color: rgba(var(--secondary-rgb), 0.1);
}
.custom-progress-4.progress.secondary .progress-bar-label {
  color: rgb(var(--secondary-rgb));
}
.custom-progress-4.progress.warning {
  background-color: rgba(var(--warning-rgb), 0.1);
}
.custom-progress-4.progress.warning .progress-bar-label {
  color: rgb(var(--warning-rgb));
}
.custom-progress-4.progress.info {
  background-color: rgba(var(--info-rgb), 0.1);
}
.custom-progress-4.progress.info .progress-bar-label {
  color: rgb(var(--info-rgb));
}
.custom-progress-4.progress.success {
  background-color: rgba(var(--success-rgb), 0.1);
}
.custom-progress-4.progress.success .progress-bar-label {
  color: rgb(var(--success-rgb));
}
.custom-progress-4.progress.danger {
  background-color: rgba(var(--danger-rgb), 0.1);
}
.custom-progress-4.progress.danger .progress-bar-label {
  color: rgb(var(--danger-rgb));
}
.custom-progress-4.progress .progress-bar {
  border-radius: 0.25rem;
}
.custom-progress-4.progress .progress-bar-label {
  position: absolute;
  inset-inline-end: 0.313rem;
  font-weight: 400;
  font-size: 0.813rem;
  color: var(--primary-color);
}
.custom-progress-padding {
  padding: 0.1rem;
}
caption {
  color: var(--text-muted);
  font-weight: 700;
}
.table {
  --bs-table-bg: rgba(0, 0, 0, 0.1);
  color: rgb(var(--default-text-color-rgb));
  border-color: var(--default-border);
  margin-block-end: 0;
}
.table tbody tr th {
  font-weight: 400;
}
.table th,
.table td {
  padding: 0.75rem 1.25rem;
  vertical-align: middle;
  line-height: 1.462;
  font-size: 0.813rem;
  font-weight: 400;
}
.table thead tr th {
  font-weight: 500;
  font-size: 0.85rem;
}
.table.table-sm > :not(caption) > * > * {
  padding: 0.3rem;
}
.table.table-dark {
  color: var(--white-7);
  border-color: rgba(255, 255, 255, 0.1);
}
.table.table-primary {
  background-color: rgba(var(--primary-rgb), 0.1);
  color: #fff;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--primary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--primary-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--primary-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--primary-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--primary-rgb), 0.2);
}
.table.table-primary > :not(caption) > * > * {
  --bs-table-bg: rgba(var(--primary-rgb), 0.1);
  color: #fff;
}
.table.table-primary.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--primary-rgb), 0.2);
  color: #fff;
}
.table.table-primary.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--primary-rgb), 0.4);
  color: #fff;
}
.table.table-primary .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--primary-rgb));
  color: #fff;
}
.table.table-secondary {
  background-color: rgba(var(--secondary-rgb), 0.1);
  color: #fff;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--secondary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--secondary-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--secondary-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--secondary-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--secondary-rgb), 0.2);
}
.table.table-secondary > :not(caption) > * > * {
  --bs-table-bg: rgba(var(--secondary-rgb), 0.1);
  color: #fff;
}
.table.table-secondary.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--secondary-rgb), 0.2);
  color: #fff;
}
.table.table-secondary.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--secondary-rgb), 0.4);
  color: #fff;
}
.table.table-secondary .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--secondary-rgb));
  color: #fff;
}
.table.table-warning {
  background-color: rgba(var(--warning-rgb), 0.1);
  color: #fff;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--warning-rgb), 0.1);
  --bs-table-border-color: rgba(var(--warning-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--warning-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--warning-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--warning-rgb), 0.2);
}
.table.table-warning > :not(caption) > * > * {
  --bs-table-bg: rgba(var(--warning-rgb), 0.1);
  color: #fff;
}
.table.table-warning.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--warning-rgb), 0.2);
  color: #fff;
}
.table.table-warning.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--warning-rgb), 0.4);
  color: #fff;
}
.table.table-warning .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--warning-rgb));
  color: #fff;
}
.table.table-success {
  background-color: rgba(var(--success-rgb), 0.1);
  color: #fff;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--success-rgb), 0.1);
  --bs-table-border-color: rgba(var(--success-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--success-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--success-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--success-rgb), 0.2);
}
.table.table-success > :not(caption) > * > * {
  --bs-table-bg: rgba(var(--success-rgb), 0.1);
  color: #fff;
}
.table.table-success.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--success-rgb), 0.2);
  color: #fff;
}
.table.table-success.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--success-rgb), 0.4);
  color: #fff;
}
.table.table-success .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--success-rgb));
  color: #fff;
}
.table.table-danger {
  background-color: rgba(var(--danger-rgb), 0.1);
  color: #fff;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--danger-rgb), 0.1);
  --bs-table-border-color: rgba(var(--danger-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--danger-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--danger-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--danger-rgb), 0.2);
}
.table.table-danger > :not(caption) > * > * {
  --bs-table-bg: rgba(var(--danger-rgb), 0.1);
  color: #fff;
}
.table.table-danger.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--danger-rgb), 0.2);
  color: #fff;
}
.table.table-danger.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--danger-rgb), 0.4);
  color: #fff;
}
.table.table-danger .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--danger-rgb));
  color: #fff;
}
.table.table-info {
  background-color: rgba(var(--info-rgb), 0.1);
  color: #fff;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--info-rgb), 0.1);
  --bs-table-border-color: rgba(var(--info-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--info-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--info-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--info-rgb), 0.2);
}
.table.table-info > :not(caption) > * > * {
  --bs-table-bg: rgba(var(--info-rgb), 0.1);
  color: #fff;
}
.table.table-info.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--info-rgb), 0.2);
  color: #fff;
}
.table.table-info.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--info-rgb), 0.4);
  color: #fff;
}
.table.table-info .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--info-rgb));
  color: #fff;
}
.table.table-light {
  background-color: rgba(var(--light-rgb), 0.1);
  color: #fff;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--light-rgb), 0.1);
  --bs-table-border-color: rgba(var(--light-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--light-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--light-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--light-rgb), 0.2);
}
.table.table-light > :not(caption) > * > * {
  --bs-table-bg: rgba(var(--light-rgb), 0.1);
  color: #fff;
}
.table.table-light.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--light-rgb), 0.2);
  color: #fff;
}
.table.table-light.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--light-rgb), 0.4);
  color: #fff;
}
.table.table-light .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--light-rgb));
  color: #fff;
}
.table.table-dark {
  background-color: rgba(var(--dark-rgb), 0.1);
  color: #fff;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--dark-rgb), 0.1);
  --bs-table-border-color: rgba(var(--dark-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--dark-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--dark-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--dark-rgb), 0.2);
}
.table.table-dark > :not(caption) > * > * {
  --bs-table-bg: rgba(var(--dark-rgb), 0.1);
  color: #fff;
}
.table.table-dark.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--dark-rgb), 0.2);
  color: #fff;
}
.table.table-dark.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--dark-rgb), 0.4);
  color: #fff;
}
.table.table-dark .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--dark-rgb));
  color: #fff;
}
.table.table-bordered.border-primary tbody,
.table.table-bordered.border-primary td,
.table.table-bordered.border-primary tfoot,
.table.table-bordered.border-primary th,
.table.table-bordered.border-primary thead,
.table.table-bordered.border-primary tr {
  border-color: rgba(var(--primary-rgb), 0.1);
}
.table.table-bordered.border-info tbody,
.table.table-bordered.border-info td,
.table.table-bordered.border-info tfoot,
.table.table-bordered.border-info th,
.table.table-bordered.border-info thead,
.table.table-bordered.border-info tr {
  border-color: rgba(var(--info-rgb), 0.1);
}
.table.table-bordered.border-secondary tbody,
.table.table-bordered.border-secondary td,
.table.table-bordered.border-secondary tfoot,
.table.table-bordered.border-secondary th,
.table.table-bordered.border-secondary thead,
.table.table-bordered.border-secondary tr {
  border-color: rgba(var(--secondary-rgb), 0.1);
}
.table.table-bordered.border-warning tbody,
.table.table-bordered.border-warning td,
.table.table-bordered.border-warning tfoot,
.table.table-bordered.border-warning th,
.table.table-bordered.border-warning thead,
.table.table-bordered.border-warning tr {
  border-color: rgba(var(--warning-rgb), 0.1);
}
.table.table-bordered.border-success tbody,
.table.table-bordered.border-success td,
.table.table-bordered.border-success tfoot,
.table.table-bordered.border-success th,
.table.table-bordered.border-success thead,
.table.table-bordered.border-success tr {
  border-color: rgba(var(--success-rgb), 0.1);
}
.table.table-bordered.border-danger tbody,
.table.table-bordered.border-danger td,
.table.table-bordered.border-danger tfoot,
.table.table-bordered.border-danger th,
.table.table-bordered.border-danger thead,
.table.table-bordered.border-danger tr {
  border-color: rgba(var(--danger-rgb), 0.1);
}
.table.table-striped > tbody > tr:nth-of-type(odd) > * {
  color: rgb(var(--default-text-color-rgb));
  --bs-table-bg-type: rgba(255, 255, 255, 0.04);
}
.table.table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  --bs-table-accent-bg: rgba(var(--dark-rgb), 0.025);
  color: rgb(var(--default-text-color-rgb));
}
.table tbody.table-group-divider {
  border-top: 1px solid var(--default-border);
}
.table.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  --bs-table-bg-state: rgb(var(--light-rgb));
  color: rgb(var(--default-text-color-rgb));
}
.table .table-active {
  --bs-table-accent-bg: rgb(var(--light-rgb));
  color: rgb(var(--default-text-color-rgb));
  --bs-table-bg-state: rgb(var(--light-rgb));
}
.table thead.table-primary {
  background-color: transparent;
  color: var(--bs-table-color);
  --bs-table-color: #fff !important;
  --bs-table-bg: rgba(var(--primary-rgb), 0.1) !important;
  --bs-table-border-color: rgba(var(--primary-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--primary-rgb), 0.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--primary-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--primary-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table thead.table-secondary {
  background-color: transparent;
  color: var(--bs-table-color);
  --bs-table-color: #fff !important;
  --bs-table-bg: rgba(var(--secondary-rgb), 0.1) !important;
  --bs-table-border-color: rgba(var(--secondary-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--secondary-rgb), 0.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--secondary-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--secondary-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table thead.table-warning {
  background-color: transparent;
  color: var(--bs-table-color);
  --bs-table-color: #fff !important;
  --bs-table-bg: rgba(var(--warning-rgb), 0.1) !important;
  --bs-table-border-color: rgba(var(--warning-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--warning-rgb), 0.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--warning-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--warning-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table thead.table-success {
  background-color: transparent;
  color: var(--bs-table-color);
  --bs-table-color: #fff !important;
  --bs-table-bg: rgba(var(--success-rgb), 0.1) !important;
  --bs-table-border-color: rgba(var(--success-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--success-rgb), 0.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--success-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--success-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table thead.table-danger {
  background-color: transparent;
  color: var(--bs-table-color);
  --bs-table-color: #fff !important;
  --bs-table-bg: rgba(var(--danger-rgb), 0.1) !important;
  --bs-table-border-color: rgba(var(--danger-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--danger-rgb), 0.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--danger-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--danger-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table thead.table-info {
  background-color: transparent;
  color: var(--bs-table-color);
  --bs-table-color: #fff !important;
  --bs-table-bg: rgba(var(--info-rgb), 0.1) !important;
  --bs-table-border-color: rgba(var(--info-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--info-rgb), 0.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--info-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--info-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table thead.table-light {
  background-color: transparent;
  color: var(--bs-table-color);
  --bs-table-color: #fff !important;
  --bs-table-bg: rgba(var(--light-rgb), 0.1) !important;
  --bs-table-border-color: rgba(var(--light-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--light-rgb), 0.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--light-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--light-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table thead.table-dark {
  background-color: transparent;
  color: var(--bs-table-color);
  --bs-table-color: #fff !important;
  --bs-table-bg: rgba(var(--dark-rgb), 0.1) !important;
  --bs-table-border-color: rgba(var(--dark-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--dark-rgb), 0.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--dark-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--dark-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgba(var(--primary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--primary-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--primary-rgb), 0.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--primary-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--primary-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #fff;
  border-color: rgba(var(--primary-rgb), 0.1);
  background-color: transparent;
}
.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgba(var(--secondary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--secondary-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--secondary-rgb), 0.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--secondary-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--secondary-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #fff;
  border-color: rgba(var(--secondary-rgb), 0.1);
  background-color: transparent;
}
.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgba(var(--warning-rgb), 0.1);
  --bs-table-border-color: rgba(var(--warning-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--warning-rgb), 0.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--warning-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--warning-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #fff;
  border-color: rgba(var(--warning-rgb), 0.1);
  background-color: transparent;
}
.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgba(var(--success-rgb), 0.1);
  --bs-table-border-color: rgba(var(--success-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--success-rgb), 0.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--success-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--success-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #fff;
  border-color: rgba(var(--success-rgb), 0.1);
  background-color: transparent;
}
.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgba(var(--info-rgb), 0.1);
  --bs-table-border-color: rgba(var(--info-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--info-rgb), 0.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--info-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--info-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #fff;
  border-color: rgba(var(--info-rgb), 0.1);
  background-color: transparent;
}
.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgba(var(--danger-rgb), 0.1);
  --bs-table-border-color: rgba(var(--danger-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--danger-rgb), 0.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--danger-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--danger-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #fff;
  border-color: rgba(var(--danger-rgb), 0.1);
  background-color: transparent;
}
.table-dark {
  --bs-table-color: #000;
  --bs-table-bg: rgba(var(--dark-rgb), 0.1);
  --bs-table-border-color: rgba(var(--dark-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--dark-rgb), 0.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--dark-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--dark-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #fff;
  border-color: rgba(var(--dark-rgb), 0.1);
  background-color: transparent;
}
.table-light {
  --bs-table-color: #000;
  --bs-table-bg: rgba(var(--light-rgb), 0.1);
  --bs-table-border-color: rgba(var(--light-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--light-rgb), 0.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--light-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--light-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #fff;
  border-color: rgba(var(--light-rgb), 0.1);
  background-color: transparent;
}
[data-theme-mode=dark] .table-dark {
  border-color: rgba(0, 0, 0, 0.025);
}
[data-theme-mode=dark] div.dtr-modal div.dtr-modal-display {
  background-color: var(--custom-white);
}
[dir=rtl] .table {
  margin-inline-end: 1px;
}
.table > :not(caption) > * > * {
  --bs-body-bg: transparent;
  color: inherit;
}
.toast {
  background-color: var(--custom-white);
  border: 1px solid var(--default-border);
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
}
.toast .toast-header {
  background-color: rgb(var(--light-rgb));
  padding: 0.375rem 0.75rem;
  border-start-start-radius: 0.12rem;
  border-start-end-radius: 0.12rem;
}
.toast .toast-header img {
  width: 1.25rem;
  height: 1.25rem;
}
.toast .toast-header {
  border-bottom: 1px solid var(--default-border);
}
.toast .toast-header .btn-close {
  margin-inline-end: 0.125rem;
}
.toast .toast-body {
  font-size: 0.8rem;
}
.toast .btn-close {
  font-size: 0.563rem;
}
.toast.colored-toast {
  border: 0 !important;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.toast.colored-toast .btn-close {
  filter: invert(0) !important;
}
.toast.colored-toast .toast-header {
  border-block-end: 1px solid rgba(0, 0, 0, 0.1);
}
.toast.colorscemes-toast .btn-close {
  filter: invert(0) !important;
}
.bd-example-toasts {
  min-height: 15rem;
}
.tooltip.tooltip-primary .tooltip-inner {
  background-color: var(--primary-color);
  color: #000;
}
.tooltip.tooltip-primary.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.tooltip.tooltip-primary.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: var(--primary-color);
}
.tooltip.tooltip-primary.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.tooltip.tooltip-primary.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: var(--primary-color);
}
.tooltip.tooltip-primary.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.tooltip.tooltip-primary.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: var(--primary-color);
}
.tooltip.tooltip-primary.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.tooltip.tooltip-primary.bs-tooltip-end .tooltip-arrow::before {
  border-bottom-color: var(--primary-color);
}
.tooltip.tooltip-secondary .tooltip-inner {
  background-color: rgb(var(--secondary-rgb));
  color: #000;
}
.tooltip.tooltip-secondary.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.tooltip.tooltip-secondary.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: rgb(var(--secondary-rgb));
}
.tooltip.tooltip-secondary.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.tooltip.tooltip-secondary.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: rgb(var(--secondary-rgb));
}
.tooltip.tooltip-secondary.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.tooltip.tooltip-secondary.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: rgb(var(--secondary-rgb));
}
.tooltip.tooltip-secondary.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.tooltip.tooltip-secondary.bs-tooltip-end .tooltip-arrow::before {
  border-bottom-color: rgb(var(--secondary-rgb));
}
.tooltip.tooltip-warning .tooltip-inner {
  background-color: rgb(var(--warning-rgb));
  color: #000;
}
.tooltip.tooltip-warning.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.tooltip.tooltip-warning.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: rgb(var(--warning-rgb));
}
.tooltip.tooltip-warning.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.tooltip.tooltip-warning.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: rgb(var(--warning-rgb));
}
.tooltip.tooltip-warning.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.tooltip.tooltip-warning.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: rgb(var(--warning-rgb));
}
.tooltip.tooltip-warning.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.tooltip.tooltip-warning.bs-tooltip-end .tooltip-arrow::before {
  border-bottom-color: rgb(var(--warning-rgb));
}
.tooltip.tooltip-info .tooltip-inner {
  background-color: rgb(var(--info-rgb));
  color: #000;
}
.tooltip.tooltip-info.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.tooltip.tooltip-info.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: rgb(var(--info-rgb));
}
.tooltip.tooltip-info.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.tooltip.tooltip-info.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: rgb(var(--info-rgb));
}
.tooltip.tooltip-info.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.tooltip.tooltip-info.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: rgb(var(--info-rgb));
}
.tooltip.tooltip-info.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.tooltip.tooltip-info.bs-tooltip-end .tooltip-arrow::before {
  border-bottom-color: rgb(var(--info-rgb));
}
.tooltip.tooltip-success .tooltip-inner {
  background-color: rgb(var(--success-rgb));
  color: #000;
}
.tooltip.tooltip-success.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.tooltip.tooltip-success.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: rgb(var(--success-rgb));
}
.tooltip.tooltip-success.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.tooltip.tooltip-success.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: rgb(var(--success-rgb));
}
.tooltip.tooltip-success.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.tooltip.tooltip-success.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: rgb(var(--success-rgb));
}
.tooltip.tooltip-success.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.tooltip.tooltip-success.bs-tooltip-end .tooltip-arrow::before {
  border-bottom-color: rgb(var(--success-rgb));
}
.tooltip.tooltip-danger .tooltip-inner {
  background-color: rgb(var(--danger-rgb));
  color: #000;
}
.tooltip.tooltip-danger.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.tooltip.tooltip-danger.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: rgb(var(--danger-rgb));
}
.tooltip.tooltip-danger.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.tooltip.tooltip-danger.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: rgb(var(--danger-rgb));
}
.tooltip.tooltip-danger.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.tooltip.tooltip-danger.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: rgb(var(--danger-rgb));
}
.tooltip.tooltip-danger.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.tooltip.tooltip-danger.bs-tooltip-end .tooltip-arrow::before {
  border-bottom-color: rgb(var(--danger-rgb));
}
.tooltip.tooltip-dark .tooltip-inner {
  background-color: rgb(var(--dark-rgb));
  color: #000;
}
.tooltip.tooltip-dark.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.tooltip.tooltip-dark.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: rgb(var(--dark-rgb));
}
.tooltip.tooltip-dark.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.tooltip.tooltip-dark.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: rgb(var(--dark-rgb));
}
.tooltip.tooltip-dark.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.tooltip.tooltip-dark.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: rgb(var(--dark-rgb));
}
.tooltip.tooltip-dark.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.tooltip.tooltip-dark.bs-tooltip-end .tooltip-arrow::before {
  border-bottom-color: rgb(var(--dark-rgb));
}
.tooltip.tooltip-dark .tooltip-inner {
  color: var(--custom-white);
}
.tooltip.tooltip-light .tooltip-inner {
  background-color: rgb(var(--light-rgb));
  color: #000;
}
.tooltip.tooltip-light.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.tooltip.tooltip-light.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: rgb(var(--light-rgb));
}
.tooltip.tooltip-light.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.tooltip.tooltip-light.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: rgb(var(--light-rgb));
}
.tooltip.tooltip-light.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.tooltip.tooltip-light.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: rgb(var(--light-rgb));
}
.tooltip.tooltip-light.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.tooltip.tooltip-light.bs-tooltip-end .tooltip-arrow::before {
  border-bottom-color: rgb(var(--light-rgb));
}
.tooltip.tooltip-light .tooltip-inner {
  color: rgb(var(--default-text-color-rgb));
}
.authentication {
  min-height: 100vh;
}
.authentication .authentication-brand.desktop-logo {
  display: block;
}
.authentication .authentication-brand.desktop-dark {
  display: none;
}
.authentication .swiper-button-next,
.authentication .swiper-button-prev {
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.5) !important;
}
.authentication .swiper-pagination-bullet {
  opacity: 0.1;
}
.authentication .swiper-pagination-bullet-active {
  opacity: 0.5;
}
.authentication .google-svg {
  width: 0.75rem;
  height: 0.75rem;
  margin-inline-end: 0.5rem;
}
.authentication .authentication-barrier {
  position: relative;
}
.authentication .authentication-barrier span {
  position: relative;
  z-index: 2;
  font-size: 0.75rem;
}
.authentication .authentication-barrier:before {
  position: absolute;
  content: "";
  width: 45%;
  height: 0.125rem;
  background-image: linear-gradient(to left, transparent, rgb(var(--light-rgb)));
  border-radius: 50%;
  inset-inline-end: 0;
  inset-block-start: 0.563rem;
  z-index: 1;
}
.authentication .authentication-barrier:after {
  position: absolute;
  content: "";
  width: 45%;
  height: 0.125rem;
  background-image: linear-gradient(to left, rgb(var(--light-rgb)), transparent);
  border-radius: 50%;
  inset-inline-start: 0;
  inset-block-start: 0.563rem;
  z-index: 1;
}
.authentication.coming-soon .authentication-cover,
.authentication.under-maintenance .authentication-cover {
  background-image: none;
}
.authentication.coming-soon .authentication-cover:before,
.authentication.coming-soon .authentication-cover:after,
.authentication.under-maintenance .authentication-cover:before,
.authentication.under-maintenance .authentication-cover:after {
  display: none;
}
.authentication.coming-soon .authentication-cover .aunthentication-cover-content,
.authentication.under-maintenance .authentication-cover .aunthentication-cover-content {
  width: 100%;
  height: 100%;
  padding: 3rem;
}
.authentication.coming-soon .authentication-cover .aunthentication-cover-content:before,
.authentication.coming-soon .authentication-cover .aunthentication-cover-content:after,
.authentication.under-maintenance .authentication-cover .aunthentication-cover-content:before,
.authentication.under-maintenance .authentication-cover .aunthentication-cover-content:after {
  display: none;
}
.authentication.coming-soon .authentication-cover .aunthentication-cover-content .coming-soon-time,
.authentication.coming-soon .authentication-cover .aunthentication-cover-content .under-maintenance-time,
.authentication.under-maintenance .authentication-cover .aunthentication-cover-content .coming-soon-time,
.authentication.under-maintenance .authentication-cover .aunthentication-cover-content .under-maintenance-time {
  border: 2px dashed rgba(var(--primary-rgb), 0.2);
}
.authentication.coming-soon .authentication-cover .aunthentication-cover-content .authentication-brand,
.authentication.under-maintenance .authentication-cover .aunthentication-cover-content .authentication-brand {
  width: auto;
  height: 1.5rem;
  border: 0;
}
.authentication .coming-soom-image-container img,
.authentication .under-maintenance-image-container img {
  width: 100%;
  height: auto;
}
.authentication .authentication-cover {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/media-82-BP2ADKLW.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.authentication .authentication-cover:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  background-color: var(--primary06);
  z-index: -1;
}
.authentication .authentication-cover:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.authentication .authentication-cover .aunthentication-cover-content {
  width: 70%;
  height: 37.5rem;
  padding: 2rem;
  position: relative;
}
.authentication .authentication-cover .aunthentication-cover-content img {
  margin: 0 auto;
  width: 13.75rem;
  height: 13.75rem;
}
.authentication.authentication-basic .desktop-dark {
  display: none;
}
.authentication.authentication-basic .desktop-logo {
  display: block;
}
.authentication .form-control-lg#one,
.authentication .form-control-lg#two,
.authentication .form-control-lg#three,
.authentication .form-control-lg#four {
  padding-inline: 0;
}
.authentication .create-password-input {
  padding-inline-end: 2.1rem !important;
}
[data-theme-mode=dark] .authentication.authentication-basic .desktop-dark {
  display: block;
}
[data-theme-mode=dark] .authentication.authentication-basic .desktop-logo {
  display: none;
}
[data-theme-mode=dark] .authentication .authentication-brand.desktop-logo {
  display: none;
}
[data-theme-mode=dark] .authentication .authentication-brand.desktop-dark {
  display: block;
}
[data-theme-mode=dark] .authentication.authentication-cover.desktop-logo {
  display: none;
}
[data-theme-mode=dark] .authentication.authentication-cover.desktop-dark {
  display: block;
}
.authentication .desktop-logo,
.authentication .desktop-dark {
  height: 1.5rem;
  line-height: 1.5rem;
}
.coming-soon-main {
  position: relative;
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/media-65-JSMRR3NI.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.coming-soon-main:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  background-image: none;
  opacity: 0.6;
  inset-block-start: 0;
}
.coming-soon .aunthentication-cover-content {
  background: rgba(0, 0, 0, 0.6);
}
.coming-soon .form-control {
  background-color: rgba(0, 0, 0, 0.3);
}
.coming-soon .form-control:focus {
  background-color: rgba(0, 0, 0, 0.3);
}
.construction-gradient-title {
  background: linear-gradient(to bottom, var(--primary-color) 0%, #000000 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.001);
  font-weight: 600;
}
.authentication-social-btn {
  background-color: rgba(255, 255, 255, 0.06);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.06);
}
.authentication-social-btn:hover,
.authentication-social-btn:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}
.authentication-social-btn.btn-check:checked + .btn,
.authentication-social-btn.btn.active,
.authentication-social-btn.btn.show,
.authentication-social-btn.btn:first-child:active,
.authentication-social-btn:not(.btn-check) + .btn:active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}
.footer.authentication-footer {
  background-color: transparent;
  box-shadow: none;
  z-index: 100;
  padding-inline-start: 0;
}
.timer-bg {
  background-color: rgba(0, 0, 0, 0.35);
  color: white;
  border: 1px dashed var(--default-border);
  box-shadow: 0 0px 5px rgba(255, 255, 255, 0.03);
}
.show-password-button {
  position: absolute;
  padding: 0.55rem 0.75rem;
  inset-block-start: 0;
  inset-inline-end: 0;
  opacity: 0.5;
}
.authentication-background {
  position: relative;
  background: radial-gradient(circle, rgba(var(--primary-rgb), 0.2) 0%, rgba(var(--primary-rgb), 0.15) 40%, rgba(0, 0, 0, 0.35) 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.authentication-background:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 1;
}
.authentication-cover-image {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  padding: 2rem 3rem;
  margin: 0rem 1.85rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.2);
}
.authentication-cover-image img {
  width: 25rem;
  height: 25rem;
}
.authentication-cover-icon {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
  border: 0 !important;
}
.authentication-cover-icon:hover,
.authentication-cover-icon:active,
.authentication-cover-icon:focus {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
  border: 0 !important;
}
@media (min-width: 576px) {
  .authentication .card.custom-card {
    border: 1px solid var(--default-border);
  }
}
@media (max-width: 575.98px) {
  .authentication .card.custom-card {
    border: 0px solid var(--default-border);
  }
}
body {
  font-size: 0.95rem;
  font-family: var(--default-font-family);
  font-weight: var(--default-font-weight);
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
  line-height: 1.5;
  text-align: start;
  overflow-x: clip;
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
body:before {
  position: fixed;
  content: "";
  background-image: var(--bg-pattern);
  inset-inline-start: 0;
  inset-inline-end: 0;
  top: 0;
  bottom: 0;
  background-position: center;
  background-repeat: repeat;
  opacity: 0.4;
  z-index: -1;
}
body:after {
  position: fixed;
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/6-HO6V4YN5.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.05;
  inset-inline-start: 0;
  inset-inline-end: 0;
  top: 0;
  bottom: 0;
}
a,
button {
  outline: 0 !important;
}
*::-webkit-scrollbar {
  width: 0.3rem;
  height: 0.25rem;
  -webkit-transition: all ease 0.05s;
  transition: all ease 0.05s;
  background: rgba(0, 0, 0, 0.2);
}
*::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
}
*:hover::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
}
.page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}
@media (min-width: 992px) {
  .app-content {
    min-height: calc(100vh - 7.5rem);
    margin-block-end: 0;
    margin-block-start: 5.75rem;
    margin-inline-start: 16rem;
    transition: all 0.05s ease;
  }
}
.main-content {
  padding: 0 0.5rem;
}
.bd-example > .dropdown-menu {
  position: static;
  display: block;
}
.min-w-fit-content {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.scrollspy-example {
  height: 12.5rem;
  margin-block-start: 0.5rem;
  overflow: auto;
}
.scrollspy-example-2 {
  height: 21.875;
  overflow: auto;
}
.scrollspy-example-3 {
  height: 13.75rem;
  overflow: auto;
}
.simple-list-example-scrollspy .active {
  background-color: var(--primary-color);
  color: #000;
}
.scrollspy-example-4 {
  height: 12.5rem;
  margin-block-start: 0.5rem;
  overflow: auto;
}
.carousel-inner {
  border-radius: 0rem;
}
.carousel-caption {
  color: #fff;
}
.fixed-top {
  position: static;
  margin: -1rem -1rem 0rem -1rem;
}
.fixed-bottom {
  position: static;
  margin: 1rem 0rem -1rem -1rem;
}
.sticky-top {
  position: static;
  margin: -1rem -1rem 0rem -1rem;
}
.bd-example-ratios .ratio {
  display: inline-block;
  width: 10rem;
  color: var(--text-muted);
  background-color: var(--primary01);
  border: var(--default-border);
  border-radius: 0.25rem;
}
@media (min-width: 768px) {
  .bd-example-ratios-breakpoint .ratio-4x3 {
    --bs-aspect-ratio: 50%;
  }
}
.bd-example-ratios-breakpoint .ratio-4x3 {
  width: 15rem;
}
.bd-example-row [class^=col],
.bd-example-cssgrid .grid > * {
  padding-block-start: 0.75rem;
  padding-block-end: 0.75rem;
  background-color: rgba(var(--light-rgb), 0.75);
  border: 1px solid var(--default-border);
}
.bd-example-cssgrid .grid > * {
  border-radius: 0.25rem;
}
.bd-example-row-flex-cols .row {
  min-height: 10rem;
  background-color: rgba(var(--light-rgb), 0.5);
}
.grid {
  display: grid;
  grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  gap: var(--bs-gap, 1.5rem);
}
.grid .g-start-2 {
  grid-column-start: 2 !important;
}
.grid .g-col-2 {
  grid-column: auto/span 2;
}
.grid .g-start-3 {
  grid-column-start: 3;
}
.grid .g-col-3 {
  grid-column: auto/span 3;
}
.grid .g-col-4,
.grid .g-col-md-4 {
  grid-column: auto/span 4;
}
.grid .g-col-6 {
  grid-column: auto/span 6;
}
.grid .g-start-6 {
  grid-column-start: 6;
}
.callout {
  padding: 1.25rem;
  margin-block-start: 1.25rem;
  margin-block-end: 1.25rem;
  background-color: rgb(var(--light-rgb));
  border-inline-start: 0.25rem solid var(--default-border);
}
.callout-info {
  background-color: rgba(var(--info-rgb), 0.075);
  border-color: rgba(var(--info-rgb), 0.5);
}
.callout-warning {
  background-color: rgba(var(--warning-rgb), 0.075);
  border-color: rgba(var(--warning-rgb), 0.5);
}
.callout-danger {
  background-color: rgba(var(--danger-rgb), 0.075);
  border-color: rgba(var(--danger-rgb), 0.5);
}
.flex-container div {
  background-color: transparent;
  border: 0;
}
.flex-container div > div {
  background-color: rgb(var(--light-rgb));
  border: 1px solid var(--default-border);
}
.bd-example-position-utils {
  position: relative;
  padding: 2rem;
}
.bd-example-position-utils .position-relative {
  height: 12.5rem;
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
}
.bd-example-position-utils .position-absolute {
  width: 2rem;
  height: 2rem;
  background-color: var(--primary01);
  border-radius: 0.375rem;
}
.bd-placeholder-img-lg {
  font-size: 3.5rem;
}
.figure-caption {
  color: var(--text-muted);
}
@media (min-width: 992px) {
  [data-nav-layout=vertical] .footer {
    padding-inline-start: 16rem;
  }
}
.offcanvas {
  background-color: var(--custom-white);
  color: rgb(var(--default-text-color-rgb));
  border-color: var(--default-border) !important;
}
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#switcher-main-tab {
  border-block-end: 0;
}
#switcher-canvas {
  width: 27.5rem;
}
#switcher-canvas .offcanvas-body {
  padding: 0 0 4.75rem 0;
}
#switcher-canvas .canvas-footer {
  padding: 0.75rem 1.563rem;
  position: absolute;
  inset-block-end: 0;
  width: 100%;
  background-color: var(--custom-white);
  border-block-start: 1px dashed var(--default-border);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
}
#switcher-canvas #switcher-main-tab button.nav-link {
  border-radius: 0;
  color: rgb(var(--default-text-color-rgb));
  font-weight: 400;
}
#switcher-canvas #switcher-main-tab button.nav-link.active {
  color: rgb(var(--warning-rgb));
  background-color: rgba(var(--warning-rgb), 0.2);
  border-color: transparent;
}
#switcher-canvas #switcher-main-tab button.nav-link:hover {
  border-color: transparent;
}
.switcher-style {
  padding: 0.875rem 1.563rem;
}
.switcher-style h6 {
  margin-block-end: 0.625rem;
}
.switcher-icon i {
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.switch-select .form-check-label {
  font-size: 0.813rem;
  font-weight: 300;
}
.switch-select.form-check {
  margin-block-end: 0;
  min-height: auto;
}
.card-style .card-input,
.card-background .card-input {
  width: 3.5rem;
  height: 5.625rem;
  border-radius: 0.25rem;
  border: 0;
}
.card-style .card-input.card-style1.form-check-input:checked[type=radio],
.card-style .card-input.card-style2.form-check-input:checked[type=radio],
.card-style .card-input.card-style3.form-check-input:checked[type=radio],
.card-style .card-input.card-style4.form-check-input:checked[type=radio],
.card-style .card-input.card-style5.form-check-input:checked[type=radio],
.card-style .card-input.card-style6.form-check-input:checked[type=radio],
.card-style .card-input.card-style7.form-check-input:checked[type=radio],
.card-style .card-input.card-style8.form-check-input:checked[type=radio],
.card-style .card-input.card-style9.form-check-input:checked[type=radio],
.card-style .card-input.card-style10.form-check-input:checked[type=radio],
.card-background .card-input.card-style1.form-check-input:checked[type=radio],
.card-background .card-input.card-style2.form-check-input:checked[type=radio],
.card-background .card-input.card-style3.form-check-input:checked[type=radio],
.card-background .card-input.card-style4.form-check-input:checked[type=radio],
.card-background .card-input.card-style5.form-check-input:checked[type=radio],
.card-background .card-input.card-style6.form-check-input:checked[type=radio],
.card-background .card-input.card-style7.form-check-input:checked[type=radio],
.card-background .card-input.card-style8.form-check-input:checked[type=radio],
.card-background .card-input.card-style9.form-check-input:checked[type=radio],
.card-background .card-input.card-style10.form-check-input:checked[type=radio] {
  background-color: none;
}
.card-style .switch-select:nth-child(1) .form-check-input:checked:after,
.card-background .switch-select:nth-child(1) .form-check-input:checked:after {
  content: "1";
}
.card-style .switch-select:nth-child(2) .form-check-input:checked:after,
.card-background .switch-select:nth-child(2) .form-check-input:checked:after {
  content: "2";
}
.card-style .switch-select:nth-child(3) .form-check-input:checked:after,
.card-background .switch-select:nth-child(3) .form-check-input:checked:after {
  content: "3";
}
.card-style .switch-select:nth-child(4) .form-check-input:checked:after,
.card-background .switch-select:nth-child(4) .form-check-input:checked:after {
  content: "4";
}
.card-style .switch-select:nth-child(5) .form-check-input:checked:after,
.card-background .switch-select:nth-child(5) .form-check-input:checked:after {
  content: "5";
}
.card-style .switch-select:nth-child(6) .form-check-input:checked:after,
.card-background .switch-select:nth-child(6) .form-check-input:checked:after {
  content: "6";
}
.card-style .switch-select:nth-child(7) .form-check-input:checked:after,
.card-background .switch-select:nth-child(7) .form-check-input:checked:after {
  content: "7";
}
.card-style .switch-select:nth-child(8) .form-check-input:checked:after,
.card-background .switch-select:nth-child(8) .form-check-input:checked:after {
  content: "8";
}
.card-style .switch-select:nth-child(9) .form-check-input:checked:after,
.card-background .switch-select:nth-child(9) .form-check-input:checked:after {
  content: "9";
}
.card-style .switch-select:nth-child(10) .form-check-input:checked:after,
.card-background .switch-select:nth-child(10) .form-check-input:checked:after {
  content: "10";
}
.card-style .switch-select .form-check-input,
.card-background .switch-select .form-check-input {
  position: relative;
}
.card-style .switch-select .form-check-input:checked:before,
.card-background .switch-select .form-check-input:checked:before {
  position: absolute;
  content: "\ea5e";
  font-family: tabler-icons !important;
  color: #000;
  width: 20px;
  height: 20px;
  inset-inline-end: 0;
  padding: 10px;
  background-color: rgb(var(--success-rgb));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}
.card-style .switch-select .form-check-input:checked:after,
.card-background .switch-select .form-check-input:checked:after {
  content: "1";
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-block-start: 2px;
}
.menu-image .bgimage-input {
  width: 3.5rem;
  height: 5.625rem;
  border-radius: 0.25rem;
  border: 0;
}
.menu-image .bgimage-input.bg-img1 {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/bg-img1-P5DW4UWC.jpg) !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.menu-image .bgimage-input.bg-img1.form-check-input:checked[type=radio] {
  background-color: none;
}
.menu-image .bgimage-input.bg-img2 {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/bg-img2-DBA2ITB5.jpg) !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.menu-image .bgimage-input.bg-img2.form-check-input:checked[type=radio] {
  background-color: none;
}
.menu-image .bgimage-input.bg-img3 {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/bg-img3-ODIGD7SF.jpg) !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.menu-image .bgimage-input.bg-img3.form-check-input:checked[type=radio] {
  background-color: none;
}
.menu-image .bgimage-input.bg-img4 {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/bg-img4-XZDQPH6D.jpg) !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.menu-image .bgimage-input.bg-img4.form-check-input:checked[type=radio] {
  background-color: none;
}
.menu-image .bgimage-input.bg-img5 {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/bg-img5-WJMLLMHR.jpg) !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.menu-image .bgimage-input.bg-img5.form-check-input:checked[type=radio] {
  background-color: none;
}
.menu-image .switch-select .form-check-input {
  position: relative;
}
.menu-image .switch-select .form-check-input:checked:before {
  position: absolute;
  content: "\ea5e";
  font-family: tabler-icons !important;
  color: #000;
  width: 20px;
  height: 20px;
  inset-inline-end: 0;
  padding: 10px;
  background-color: rgb(var(--success-rgb));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}
.pattern-image .patternimage-input {
  width: 3.5rem;
  height: 5.625rem;
  border-radius: 0.25rem;
  border: 0;
}
.pattern-image .patternimage-input.bg-pattern1 {
  /*background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p1-3OF2PWVU.png) !important;*/
  background-position: center;
  background-repeat: repeat;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.pattern-image .patternimage-input.bg-pattern1.form-check-input {
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
}
.pattern-image .patternimage-input.bg-pattern1.form-check-input:checked[type=radio] {
  background-color: none;
}
.pattern-image .patternimage-input.bg-pattern2 {
  /*background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p2-SRX4SJ2U.png) !important;*/
  background-position: center;
  background-repeat: repeat;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.pattern-image .patternimage-input.bg-pattern2.form-check-input {
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
}
.pattern-image .patternimage-input.bg-pattern2.form-check-input:checked[type=radio] {
  background-color: none;
}
.pattern-image .patternimage-input.bg-pattern3 {
  /*background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p3-YSSTLWAU.svg) !important;*/
  background-position: center;
  background-repeat: repeat;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.pattern-image .patternimage-input.bg-pattern3.form-check-input {
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
}
.pattern-image .patternimage-input.bg-pattern3.form-check-input:checked[type=radio] {
  background-color: none;
}
.pattern-image .patternimage-input.bg-pattern4 {
  /*background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p4-454XSD5G.svg) !important;*/
  background-position: center;
  background-repeat: repeat;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.pattern-image .patternimage-input.bg-pattern4.form-check-input {
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
}
.pattern-image .patternimage-input.bg-pattern4.form-check-input:checked[type=radio] {
  background-color: none;
}
.pattern-image .patternimage-input.bg-pattern5 {
  /*background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p5-ANZXTM3J.png) !important;*/
  background-position: center;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background-repeat: repeat;
}
.pattern-image .patternimage-input.bg-pattern5.form-check-input {
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
}
.pattern-image .patternimage-input.bg-pattern5.form-check-input:checked[type=radio] {
  background-color: none;
}
.pattern-image .patternimage-input.bg-pattern6 {
  /*background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p6-A3HM5BXM.svg) !important;*/
  background-position: center;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background-repeat: repeat;
}
.pattern-image .patternimage-input.bg-pattern6.form-check-input {
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
}
.pattern-image .patternimage-input.bg-pattern6.form-check-input:checked[type=radio] {
  background-color: none;
}
.pattern-image .patternimage-input.bg-pattern7 {
  /*background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p7-GX5J274D.png) !important;*/
  background-position: center;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background-repeat: repeat;
}
.pattern-image .patternimage-input.bg-pattern7.form-check-input {
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
}
.pattern-image .patternimage-input.bg-pattern7.form-check-input:checked[type=radio] {
  background-color: none;
}
.pattern-image .patternimage-input.bg-pattern8 {
  /*background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p8-DR52SKNT.svg) !important;*/
  background-position: center;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background-repeat: repeat;
}
.pattern-image .patternimage-input.bg-pattern8.form-check-input {
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
}
.pattern-image .patternimage-input.bg-pattern8.form-check-input:checked[type=radio] {
  background-color: none;
}
.pattern-image .patternimage-input.bg-pattern9 {
  /*background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p9-BCFTXLSJ.png) !important;*/
  background-position: center;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background-repeat: repeat;
}
.pattern-image .patternimage-input.bg-pattern9.form-check-input {
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
}
.pattern-image .patternimage-input.bg-pattern9.form-check-input:checked[type=radio] {
  background-color: none;
}
.pattern-image .patternimage-input.bg-pattern10 {
  /*background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p10-J7PGGAJU.png) !important;*/
  background-position: center;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background-repeat: repeat;
}
.pattern-image .patternimage-input.bg-pattern10.form-check-input {
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
}
.pattern-image .patternimage-input.bg-pattern10.form-check-input:checked[type=radio] {
  background-color: none;
}
.pattern-image .switch-select .form-check-input {
  position: relative;
}
.pattern-image .switch-select .form-check-input:checked:before {
  position: absolute;
  content: "\ea5e";
  font-family: tabler-icons !important;
  color: #000;
  width: 20px;
  height: 20px;
  inset-inline-end: 0;
  padding: 10px;
  background-color: rgb(var(--success-rgb));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}
.offcanvas.offcanvas-end.switcher-offacanvas {
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  box-shadow: -10px 0px 16px 20px rgba(20, 20, 20, 0.3);
}
.theme-colors.switcher-style {
  padding: 0.938rem 1.563rem;
}
.theme-colors .switch-select .color-input {
  width: 2rem;
  height: 2rem;
  border-radius: 0px;
}
.theme-colors .switch-select .color-input.form-check-input:checked {
  border: 1px solid var(--input-border);
  position: relative;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
}
.theme-colors .switch-select .color-input.form-check-input:checked:before {
  position: absolute;
  content: "\ea5e";
  font-family: tabler-icons !important;
  color: #000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  font-weight: 400;
}
.theme-colors .switch-select .color-input.color-white {
  background-color: #fff;
}
.theme-colors .switch-select .color-input.color-dark {
  background-color: #000;
}
.theme-colors .switch-select .color-input.color-primary {
  background-color: var(--primary-color);
}
.theme-colors .switch-select .color-input.color-primary-1 {
  background-color: rgb(0, 255, 0);
}
.theme-colors .switch-select .color-input.color-primary-2 {
  background-color: rgb(255, 235, 59);
}
.theme-colors .switch-select .color-input.color-primary-3 {
  background-color: rgb(0, 254, 252);
}
.theme-colors .switch-select .color-input.color-primary-4 {
  background-color: rgb(0, 175, 255);
}
.theme-colors .switch-select .color-input.color-primary-5 {
  background-color: rgb(209, 115, 255);
}
.theme-colors .switch-select .color-input.color-gradient {
  background-image: linear-gradient(to bottom, var(--primary08) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.theme-colors .switch-select .color-input.color-transparent {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/transparent-YCQASJQ4.png) !important;
}
.theme-colors .switch-select .form-check-input:checked[type=radio] {
  background-image: none;
}
.theme-colors .switch-select .form-check-input:focus {
  box-shadow: none;
}
.theme-colors .switch-select .form-check-input:active {
  filter: brightness(100%);
}
.switcher-style-head {
  font-size: 0.8rem;
  font-weight: 400;
  margin-block-end: 0;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.313rem 0.625rem;
  color: rgb(var(--default-text-color-rgb));
}
.switcher-style-head .switcher-style-description {
  float: right;
  font-size: 0.625rem;
  background-color: rgba(var(--secondary-rgb), 0.2);
  color: rgb(var(--secondary-rgb));
  padding: 0.125rem 0.313rem;
  border-radius: 0.25rem;
}
#switcher-home,
#switcher-profile {
  padding: 0;
}
.theme-container-primary button {
  display: none;
}
.pickr-container-primary .pickr .pcr-button {
  width: 2rem;
  height: 2rem;
  overflow: hidden;
  border-radius: 0;
  border: 0px solid var(--input-border);
}
.pickr-container-primary .pickr .pcr-button:focus {
  box-shadow: none;
}
.pickr-container-primary .pickr .pcr-button::after {
  content: "\efc5";
  font-family: remixicon !important;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.5;
  font-size: 1.25rem;
  border-radius: 0;
}
.pickr-container-primary .pickr .pcr-button:before {
  border-radius: 0;
}
.card {
  background-color: var(--custom-white);
  border: 1px solid var(--bootstrap-card-border);
}
.img-thumbnail {
  background-color: var(--custom-white);
  border: 1px solid var(--default-border);
}
#btcCoin .apexcharts-grid line,
#btcCoin .apexcharts-xaxis line,
#ethCoin .apexcharts-grid line,
#ethCoin .apexcharts-xaxis line,
#dshCoin .apexcharts-grid line,
#dshCoin .apexcharts-xaxis line,
#glmCoin .apexcharts-grid line,
#glmCoin .apexcharts-xaxis line {
  stroke: transparent;
}
.apexcharts-title-text {
  fill: var(--text-muted);
}
@media (max-width: 991.98px) {
  .navigation-menu-styles {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .cart-dropdown,
  .timelines-dropdown,
  .notifications-dropdown,
  .header-shortcuts-dropdown,
  .header-fullscreen {
    display: none !important;
  }
}
.btn-close:focus {
  box-shadow: none !important;
}
.icons-list {
  list-style: none;
  margin: 0 -1px -1px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.icons-list .icons-list-item {
  text-align: center;
  height: 3rem;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--default-border);
  margin: 0.25rem;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  border-radius: 50%;
}
.icons-list .icons-list-item i {
  font-size: 1.05rem;
  color: rgb(var(--default-text-color-rgb));
}
.fe {
  font-size: inherit !important;
}
.bd-placeholder-img {
  margin: 0.125rem;
}
.shadow-primary {
  box-shadow: 0 0.25rem 1rem rgba(var(--primary-rgb), 0.3) !important;
}
.shadow-secondary {
  box-shadow: 0 0.25rem 1rem rgba(var(--secondary-rgb), 0.3) !important;
}
.shadow-success {
  box-shadow: 0 0.25rem 1rem rgba(var(--success-rgb), 0.3) !important;
}
.shadow-info {
  box-shadow: 0 0.25rem 1rem rgba(var(--info-rgb), 0.3) !important;
}
.shadow-warning {
  box-shadow: 0 0.25rem 1rem rgba(var(--warning-rgb), 0.3) !important;
}
.shadow-danger {
  box-shadow: 0 0.25rem 1rem rgba(var(--danger-rgb), 0.3) !important;
}
.shadow-orange {
  box-shadow: 0 0.25rem 1rem rgba(var(--orange-rgb), 0.3) !important;
}
.shadow-purple {
  box-shadow: 0 0.25rem 1rem rgba(var(--purple-rgb), 0.3) !important;
}
.placeholder-xl {
  min-height: 1.5em;
}
.placeholder {
  background-color: #fff;
}
.scrollspy-example-2 {
  height: 21.875rem;
  border: 1px solid var(--default-border);
  padding: 0.75rem;
  border-radius: 0.25rem;
}
.object-fit-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.object-fit-container img,
.object-fit-container video {
  width: 15.625rem;
  height: 15.625rem;
}
.invoice-amount-input {
  width: 9.375rem;
}
.choices-control .choices__inner {
  background-color: rgb(var(--light-rgb)) !important;
  border: 0 !important;
}
.svg-icon-background {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.625rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.svg-icon-background svg {
  width: 1.25rem;
  height: 1.25rem;
}
.invoice-quantity-container {
  width: 8.75rem;
}
.pricing-card:hover {
  box-shadow: 0px 16px 32px rgba(33, 33, 33, 0.15);
}
.pricing-card {
  transition: box-shadow 0.3s;
}
.pricing-body {
  margin-block-end: 0;
}
.pricing-body li {
  margin-block-end: 0.6rem;
}
.pricing-body li:last-child {
  margin-block-end: 0;
}
.pricing-card {
  position: relative;
}
.pricing-card .popular-pricing-badge {
  position: absolute;
  content: "";
  inset-inline: auto;
  inset-block-start: 1rem;
  inset-inline-end: 1rem;
  padding: 3px 5px;
  background: rgba(var(--success-rgb), 0.1);
  color: rgb(var(--success-rgb));
  font-size: 9px;
  font-weight: 600;
}
.pricing-new {
  position: absolute;
  height: 18px;
  background-color: var(--primary08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  inset-block-start: 0;
  font-weight: 500;
  font-size: 10px;
  inset-inline-end: 0;
  z-index: 10;
  padding-inline: 17px;
}
.price-head {
  position: relative;
}
.price-head:after {
  width: 100%;
  height: 0;
  border-style: solid;
  border-width: 18px 63px 0 63px;
  border-color: rgba(255, 255, 255, 0.1) transparent transparent transparent;
  content: "";
  position: absolute;
  inset-block-start: 100%;
  left: 0;
  right: 0;
}
.price-head.popular:after {
  border-color: var(--primary01) transparent transparent transparent;
}
.avatar.avatar-xl.team-avatar {
  width: 7rem;
  height: 7rem;
  line-height: 7rem;
  border: 1px solid var(--primary03);
  background-color: var(--primary01);
}
.contact-action {
  position: relative;
  padding: 1.25rem;
}
.notification-container li.read {
  background-color: var(--gray-1);
}
.task-navigation ul.task-main-nav li {
  padding: 0.5rem;
  border-radius: var(--default-border);
  border-radius: 0.3rem;
  font-weight: 400;
}
.task-navigation ul.task-main-nav li:hover a {
  color: var(--primary-color);
}
.task-navigation ul.task-main-nav li.active div {
  color: var(--primary-color);
}
.task-pending-card .card-body,
.task-inprogress-card .card-body,
.task-completed-card .card-body {
  position: relative;
}
.task-pending-card:hover,
.task-inprogress-card:hover,
.task-completed-card:hover {
  box-shadow: 0 0.25rem 1rem var(--black-1);
}
.task-tabs-container .tab-pane {
  min-height: calc(100vh - 22rem);
  border: 0;
}
.terms-conditions {
  max-height: 44.75rem;
}
.terms-heading {
  position: relative;
}
.terms-heading:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 0.25rem;
  background: linear-gradient(to right, var(--primary-color), var(--primary01));
  inset-inline-start: 25%;
  inset-block-end: -0.65rem;
  border-radius: 0.25rem;
}
.card.card-fullscreen {
  border-radius: 0;
}
.contact-page-banner {
  position: relative;
  padding-inline: 7rem;
  padding-block: 4rem;
  width: 100%;
  height: 100%;
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/media-79-PBVLZ355.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-page-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-inline-end: 0;
  inset-block-end: 0;
}
.contact-page-banner div {
  z-index: 1;
  position: relative;
}
@media (max-width: 420px) {
  .contact-page-banner {
    padding-inline: 1rem;
  }
}
.contactus-form .tab-style-2 .nav-item .nav-link {
  padding: 0.85rem 2rem;
}
.contactus-form iframe {
  width: 100%;
}
.contactus-form-left {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.contactus-form-right {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}
#accordionFAQ {
  max-height: 31.25rem;
}
.timeline {
  position: relative;
}
.timeline li:before {
  content: "";
  position: absolute;
  inset-block-start: 5rem;
  inset-block-end: -3rem;
  width: 1px;
  border: 1px dashed var(--primary02);
  inset-inline-start: 12%;
  margin-inline-start: -1.5px;
}
.timeline > li {
  position: relative;
  min-height: 3.125rem;
  padding: 0.938rem 0;
}
.timeline .timeline-time {
  position: absolute;
  inset-inline-start: -0.5rem;
  width: 9%;
  inset-block-start: 3.05rem;
}
.timeline .timeline-time .date,
.timeline .timeline-time .time {
  display: block;
  font-weight: 500;
}
.timeline .timeline-time .date {
  line-height: 1rem;
  font-size: 0.6rem;
  margin-bottom: 0;
  color: var(--text-muted);
}
.timeline .timeline-time .time {
  line-height: 1.5rem;
  font-size: 1.125rem;
  color: var(--text-muted);
}
.timeline .timeline-icon {
  inset-inline-start: 7%;
  position: absolute;
  width: 10%;
  text-align: center;
  inset-block-start: 3.188rem;
}
.timeline .timeline-icon a {
  width: 1.75rem;
  height: 1.75rem;
  display: inline-block;
  border-radius: 50%;
  background: var(--primary01);
  color: var(--primary-color);
  line-height: 1.65rem;
  font-size: 0.855rem;
  border: 1px solid var(--primary05);
}
.timeline .timeline-body {
  box-shadow: 0 1px 1rem rgba(0, 0, 0, 0.05);
  margin-inline-start: 15%;
  margin-inline-end: 15%;
  position: relative;
}
.timeline .timeline-body .card.card.custom-card.primary {
  border-inline-start: 2px solid var(--primary-color);
}
.timeline .timeline-body .card.card.custom-card.secondary {
  border-inline-start: 2px solid rgb(var(--secondary-rgb));
}
.timeline .timeline-body .card.card.custom-card.warning {
  border-inline-start: 2px solid rgb(var(--warning-rgb));
}
.timeline .timeline-body > div + div {
  margin-block-start: 0.938rem;
}
.timeline-loadmore-container {
  margin-block-start: 3.5rem;
  margin-block-end: 1.5rem;
}
.timeline li:last-child:before {
  display: none;
}
@media screen and (min-width: 576px) {
  .timeline .timeline-body {
    inset-block-start: 2.25rem;
    margin-inline-start: 17%;
  }
}
@media (max-width: 575.98px) {
  .timeline .timeline-icon a {
    display: none;
  }
  .timeline li:before {
    display: none;
  }
  .timeline-body .media {
    flex-direction: column;
  }
  .timeline-body .media .main-img-user {
    margin-block-end: 0.625rem !important;
  }
  .timeline .timeline-time {
    z-index: 99;
    width: 100%;
    inset-inline-end: 0.313rem !important;
    position: absolute;
    inset-block-start: 1.5rem !important;
  }
  .timeline-main-content {
    flex-direction: column;
  }
  .timeline .timeline-body {
    margin-inline-start: 0;
    margin-inline-end: 0;
    position: relative;
  }
  .timeline-badge {
    position: absolute;
    inset-inline-start: 1.15rem;
    inset-block-start: 0.8rem;
  }
  .timeline .timeline-time .date,
  .timeline .timeline-time .time {
    display: inline;
  }
  .timeline .timeline-time .time {
    line-height: 1rem;
    font-size: 0.688rem;
    margin-inline-start: 0.313rem;
    margin-inline-end: 0.625rem;
    color: var(--text-muted);
  }
}
.blog-caption {
  inset-inline-end: 0;
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: 0;
  padding: 0.75rem;
  background-color: rgba(0, 0, 0, 0.3);
}
.card-left-image {
  width: 30%;
}
.blog-image-top {
  position: relative;
}
.blog-image-top .badge {
  position: absolute;
  content: "";
  inset-inline-end: 0.75rem;
  inset-block-end: 0.75rem;
  background-color: rgba(0, 0, 0, 0.3);
}
.search-nav-tabs .nav-item {
  position: relative;
}
.search-nav-tabs .nav-item::before {
  content: "";
  position: absolute;
  width: 100%;
  border-block-end: 2px solid transparent;
  inset-inline-start: 0;
  inset-block-end: 0;
}
.search-nav-tabs .nav-item .nav-link {
  background-color: transparent;
  border-radius: 0;
}
.search-nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  border-block-end: 2px solid var(--primary-color);
}
.search-page .tags .badge {
  background-color: rgba(0, 0, 0, 0.3);
}
.card.custom-card.blockquote-card {
  border-inline-start-color: var(--primary-color) !important;
}
.blog-popular-tags .badge {
  margin: 0.313rem;
  font-size: 0.65rem;
}
.blog-images-container .filepond--root {
  width: 100%;
}
.blog-images-container .filepond--panel-root {
  border-color: var(--input-border) !important;
  border-radius: 0.25rem;
}
.blog-images-container .filepond--root .filepond--drop-label label {
  color: var(--text-muted);
}
#blog-content {
  height: auto;
}
@media screen and (max-width: 400px) {
  .choices__inner .choices__list--multiple .choices__item {
    margin-block-end: 0.25rem !important;
  }
}
@media screen and (max-width: 991px) {
  .ql-toolbar.ql-snow .ql-formats {
    margin-block-end: 0.25rem !important;
  }
}
.skills-section {
  max-width: 300px;
}
.professional-bio {
  max-width: 400px;
}
.main-profile-info {
  z-index: 10;
  position: relative;
}
.profile-works img {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 0.3rem;
  margin-bottom: 1.25rem;
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.upload-btn-wrapper input[type=file] {
  font-size: 6px;
  position: absolute;
  left: 0;
  top: 0;
  height: 39px;
  opacity: 0;
}
.profile-timeline {
  margin-block-end: 0;
}
.profile-timeline li {
  padding-inline-start: 5.313rem;
  position: relative;
  margin-block-end: 1.75rem;
}
.profile-timeline li .profile-timeline-avatar {
  position: absolute;
  inset-inline-start: 2.125rem;
  inset-block-start: 0.188rem;
}
.profile-timeline li:last-child {
  margin-block-end: 0;
}
.profile-timeline li:last-child::before {
  display: none;
}
.profile-timeline li::before {
  content: "";
  background-color: transparent;
  border: 1px dashed rgba(var(--dark-rgb), 0.1);
  height: 100%;
  position: absolute;
  inset-inline-start: 2.813rem;
  inset-block-start: 1.813rem;
}
.profile-timeline .profile-activity-media img {
  width: 3rem;
  height: 3rem;
  margin: 0.25rem;
}
.profile-recent-posts {
  max-width: 10rem;
}
.profile-post-content {
  width: 42rem;
}
#profile-posts-scroll {
  max-height: 35rem;
}
@media (max-width: 420px) {
  .profile-post-link {
    max-width: 9.375rem;
  }
}
#draggable-left .card,
#draggable-right .card {
  cursor: move;
}
.scrollToTop {
  background-color: var(--primary01);
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  position: fixed;
  bottom: 20px;
  inset-inline-end: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: none;
  z-index: 10000;
  height: 2.5rem;
  width: 2.5rem;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.1s linear;
  box-shadow: none;
}
[dir=rtl] .recruiter .btn-icon.btn-sm {
  transform: rotate(180deg);
}
[dir=rtl] .rtl-rotate {
  transform: rotate(180deg);
}
[dir=rtl] .rtl-icon-transform {
  transform: scaleX(-1);
}
[dir=rtl] .landing-steps::after {
  transform: scaleX(-1);
}
#address-add {
  min-height: calc(1.5em + 2.75rem + var(--bs-border-width) * 2);
}
.project-list-title {
  max-width: 13.375rem;
}
@media (min-width: 1200px) {
  .projects-summary {
    border-inline-end: 1px dashed var(--default-border);
  }
}
#project-descriptioin-editor {
  height: 200px;
  overflow: auto;
  padding: 1rem;
  border: 1px solid var(--default-border);
}
.project-list-main .choices__inner {
  width: 150px !important;
}
.project-list-description {
  max-width: 350px;
  min-width: 350px;
  white-space: wrap !important;
}
.swiper-related-jobs .swiper-button-next,
.swiper-related-jobs .swiper-button-prev {
  background-color: rgb(var(--light-rgb));
  color: rgb(var(--default-text-color-rgb)) !important;
}
@media (max-width: 767.98px) {
  .swiper-related-jobs .swiper-button-next,
  .swiper-related-jobs .swiper-button-prev {
    display: none;
  }
}
@media screen and (min-width: 623px) {
  .input-group.companies-search-input .choices {
    margin-block-end: 0;
  }
  .input-group.companies-search-input .choices__inner {
    border-radius: 0 !important;
    min-height: 100% !important;
  }
  .input-group.companies-search-input .choices__list--dropdown .choices__item--selectable {
    padding-inline-end: 1rem;
  }
  [dir=rtl] .input-group.companies-search-input .choices__inner {
    border-radius: 0 !important;
  }
}
@media screen and (max-width: 622px) {
  .input-group.companies-search-input {
    display: block;
  }
  .input-group.companies-search-input .form-control {
    width: 100% !important;
    border-radius: 0.25rem !important;
    margin-bottom: 0.5rem;
  }
  .input-group.companies-search-input .choices {
    border-radius: 0.25rem !important;
    margin-bottom: 0.5rem;
  }
  .input-group.companies-search-input .choices .choices__inner {
    border-radius: 0.25rem !important;
  }
  .input-group.companies-search-input .btn {
    width: 100% !important;
    border-radius: 0.25rem !important;
  }
}
.list-bullets li {
  position: relative;
  margin-block-end: -1px;
  border: 1px solid var(--default-border);
  list-style-type: circle;
  list-style-position: inside;
  padding: 0.75rem 1.25rem;
}
.crm-contact-close-btn.btn-close {
  filter: invert(1);
  position: absolute;
  inset-inline-end: -0.625rem;
  inset-block-start: -0.625rem;
}
#offcanvasExample {
  border-color: transparent !important;
}
.main-profile-cover {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/media-29-U6ZF4CNX.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 9;
}
.main-profile-cover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, var(--primary03) 0%, rgba(0, 14, 12, 0.6) 100%);
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
}
.lead-discovered,
.lead-qualified,
.contact-initiated,
.need-identified,
.negotiation,
.deal-finalized {
  position: relative;
  margin-inline-start: 1rem;
}
.lead-discovered .dot-icon,
.lead-qualified .dot-icon,
.contact-initiated .dot-icon,
.need-identified .dot-icon,
.negotiation .dot-icon,
.deal-finalized .dot-icon {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}
.lead-discovered .dot-icon {
  background-color: var(--primary-color);
}
.lead-qualified .dot-icon {
  background-color: rgb(var(--warning-rgb));
}
.contact-initiated .dot-icon {
  background-color: rgb(var(--success-rgb));
}
.need-identified .dot-icon {
  background-color: rgb(var(--info-rgb));
}
.negotiation .dot-icon {
  background-color: rgb(var(--danger-rgb));
}
.deal-finalized .dot-icon {
  background-color: rgb(var(--secondary-rgb));
}
#leads-discovered .card.custom-card {
  background-color: rgba(var(--primary-rgb), 0.07);
}
#leads-discovered .card.custom-card .company-name {
  color: var(--primary-color);
}
#leads-discovered .card.custom-card .avatar {
  background-color: var(--primary-color);
}
#leads-qualified .card.custom-card {
  background-color: rgba(var(--warning-rgb), 0.07);
}
#leads-qualified .card.custom-card .company-name {
  color: rgb(var(--warning-rgb));
}
#leads-qualified .card.custom-card .avatar {
  background-color: rgb(var(--warning-rgb));
}
#contact-initiated .card.custom-card {
  background-color: rgba(var(--success-rgb), 0.07);
}
#contact-initiated .card.custom-card .company-name {
  color: rgb(var(--success-rgb));
}
#contact-initiated .card.custom-card .avatar {
  background-color: rgb(var(--success-rgb));
}
#needs-identified .card.custom-card {
  background-color: rgba(var(--info-rgb), 0.07);
}
#needs-identified .card.custom-card .company-name {
  color: rgb(var(--info-rgb));
}
#needs-identified .card.custom-card .avatar {
  background-color: rgb(var(--info-rgb));
}
#negotiation .card.custom-card {
  background-color: rgba(var(--danger-rgb), 0.07);
}
#negotiation .card.custom-card .company-name {
  color: rgb(var(--danger-rgb));
}
#negotiation .card.custom-card .avatar {
  background-color: rgb(var(--danger-rgb));
}
#deal-finalized .card.custom-card {
  background-color: rgba(var(--secondary-rgb), 0.07);
}
#deal-finalized .card.custom-card .company-name {
  color: rgb(var(--secondary-rgb));
}
#deal-finalized .card.custom-card .avatar {
  background-color: rgb(var(--secondary-rgb));
}
#leads-discovered .card.custom-card,
#leads-qualified .card.custom-card,
#contact-initiated .card.custom-card,
#needs-identified .card.custom-card,
#negotiation .card.custom-card,
#deal-finalized .card.custom-card {
  margin-block-end: 0.5rem;
  touch-action: none;
}
#leads-discovered .card.custom-card:last-child,
#leads-qualified .card.custom-card:last-child,
#contact-initiated .card.custom-card:last-child,
#needs-identified .card.custom-card:last-child,
#negotiation .card.custom-card:last-child,
#deal-finalized .card.custom-card:last-child {
  margin-block-end: 1.5rem;
}
#leads-discovered .card.custom-card .card-body,
#leads-qualified .card.custom-card .card-body,
#contact-initiated .card.custom-card .card-body,
#needs-identified .card.custom-card .card-body,
#negotiation .card.custom-card .card-body,
#deal-finalized .card.custom-card .card-body {
  padding: 1rem;
}
.crm-deals .company-name {
  font-size: 0.875rem;
}
.create-nft-item .filepond--root[data-style-panel-layout~=circle] {
  border-radius: 0.25rem;
  width: 100%;
}
.create-nft-item .filepond--drop-label.filepond--drop-label label {
  padding: 2em;
}
.create-nft-item .filepond--drop-label {
  color: var(--text-muted) !important;
}
.create-nft-item .filepond--panel-root {
  border: 0.125rem dashed var(--input-border) !important;
}
.create-nft-item .filepond--root[data-style-panel-layout~=circle] .filepond--image-preview-wrapper {
  border-radius: 0.3rem;
}
.create-nft-item .filepond--root[data-style-panel-layout~=circle] {
  height: 15.75rem !important;
  width: 15.25rem !important;
  margin: 0 !important;
}
.create-nft-item .filepond--drop-label label {
  font-size: 0.75rem;
}
.create-nft-item .filepond--root[data-style-panel-layout~=circle] .filepond--image-preview-wrapper,
.create-nft-item .filepond--file {
  height: 15.75rem;
  width: 15.25rem !important;
}
.nft-wallet {
  position: relative;
  text-align: center;
  box-shadow: none !important;
  border: 1px solid var(--default-border) !important;
  border-radius: 0.5rem;
}
.nft-wallet:hover {
  background-color: rgb(var(--light-rgb)) !important;
}
.nft-wallet.active {
  border-color: var(--primary-color) !important;
}
.nft-list li:hover {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: var(--primary-color);
}
.nft-tag.nft-tag-primary:hover,
.nft-tag.nft-tag-primary.active {
  color: var(--primary-color);
}
.nft-tag.nft-tag-primary .nft-tag-icon {
  color: var(--primary-color);
}
.nft-tag.nft-tag-secondary:hover,
.nft-tag.nft-tag-secondary.active {
  color: rgb(var(--secondary-rgb));
}
.nft-tag.nft-tag-secondary .nft-tag-icon {
  color: rgb(var(--secondary-rgb));
}
.nft-tag.nft-tag-warning:hover,
.nft-tag.nft-tag-warning.active {
  color: rgb(var(--warning-rgb));
}
.nft-tag.nft-tag-warning .nft-tag-icon {
  color: rgb(var(--warning-rgb));
}
.nft-tag.nft-tag-info:hover,
.nft-tag.nft-tag-info.active {
  color: rgb(var(--info-rgb));
}
.nft-tag.nft-tag-info .nft-tag-icon {
  color: rgb(var(--info-rgb));
}
.nft-tag.nft-tag-success:hover,
.nft-tag.nft-tag-success.active {
  color: rgb(var(--success-rgb));
}
.nft-tag.nft-tag-success .nft-tag-icon {
  color: rgb(var(--success-rgb));
}
.nft-tag.nft-tag-danger:hover,
.nft-tag.nft-tag-danger.active {
  color: rgb(var(--danger-rgb));
}
.nft-tag.nft-tag-danger .nft-tag-icon {
  color: rgb(var(--danger-rgb));
}
.nft-tag.nft-tag-dark:hover,
.nft-tag.nft-tag-dark.active {
  color: rgb(var(--dark-rgb));
}
.nft-tag.nft-tag-dark .nft-tag-icon {
  color: rgb(var(--dark-rgb));
}
.nft-tag.nft-tag-orange:hover,
.nft-tag.nft-tag-orange.active {
  color: rgb(var(--orange-rgb));
}
.nft-tag.nft-tag-orange .nft-tag-icon {
  color: rgb(var(--orange-rgb));
}
.nft-tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--custom-white);
  background-color: var(--custom-white);
  color: rgb(var(--default-text-color-rgb));
  padding: 8px 30px;
  gap: 0.85rem;
}
.nft-timer-container {
  position: absolute;
  inset-inline-start: 0;
  top: 5%;
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.7rem;
  border-start-start-radius: 0px;
  border-start-end-radius: 50rem;
  border-end-end-radius: 50rem;
  border-end-start-radius: 0px;
  color: #fff;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.1);
}
.nft-btn {
  position: absolute;
  inset-inline-end: 5%;
  bottom: 5%;
  height: 2rem;
  width: 2rem;
  padding: 5px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
  z-index: 1;
}
.nft-btn:hover {
  background-color: var(--custom-white);
  color: var(--primary-color);
}
.nft-img {
  border-radius: 0.5rem;
  max-height: 10rem;
  width: 100%;
}
[data-theme-mode=dark] .qr-image {
  filter: invert(1);
}
#btc-currency-chart,
#eth-currency-chart,
#ltc-currency-chart,
#dash-currency-chart,
#xrs-currency-chart,
#glm-currency-chart,
#monero-currency-chart,
#eos-currency-chart,
#waves-currency-chart {
  position: absolute;
  inset-block-end: 0;
}
.currency-exchange-card {
  position: relative;
  background-color: var(--primary-color) !important;
  box-shadow: none;
  min-height: 21.875rem;
  z-index: 10;
}
.currency-exchange-card:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  /*background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/pattern-1-VPGHOBLP.svg);*/
  background-repeat: repeat;
  z-index: 0;
  opacity: 0.05;
}
.currency-exchange-card .currency-exchange-area {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  z-index: 1;
  position: relative;
}
.currency-exchange-card .currency-exchange-area .form-control {
  line-height: 1.75;
}
#buy_sell-statistics .apexcharts-bar-series.apexcharts-plot-series .apexcharts-series .apexcharts-bar-area {
  stroke: transparent;
}
#bitcoin-chart .apexcharts-grid line,
#Ethereum-chart .apexcharts-grid line,
#dashcoin-chart .apexcharts-grid line,
#btc-chart .apexcharts-grid line,
#eth-chart .apexcharts-grid line,
#glm-chart .apexcharts-grid line,
#dash-chart .apexcharts-grid line,
#lite-chart .apexcharts-grid line,
#ripple-chart .apexcharts-grid line,
#eos-chart .apexcharts-grid line,
#bytecoin-chart .apexcharts-grid line,
#iota-chart .apexcharts-grid line,
#monero-chart .apexcharts-grid line {
  stroke: transparent;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--custom-white);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
@media (min-width: 992px) {
  body {
    padding-right: 0 !important;
    overflow: auto !important;
  }
}
.kanban-board {
  width: 370px;
}
[class^=ri-],
[class*=" ri-"] {
  display: inline-flex;
}
#create-task .choices__list--dropdown,
#create-task .choices__list[aria-expanded] {
  border: 0 !important;
}
[data-theme-mode=dark] .bg-dark .h1,
[data-theme-mode=dark] .bg-dark .h2,
[data-theme-mode=dark] .bg-dark .h3,
[data-theme-mode=dark] .bg-dark .h4,
[data-theme-mode=dark] .bg-dark .h5,
[data-theme-mode=dark] .bg-dark .h6,
[data-theme-mode=dark] .bg-dark h1,
[data-theme-mode=dark] .bg-dark h2,
[data-theme-mode=dark] .bg-dark h3,
[data-theme-mode=dark] .bg-dark h4,
[data-theme-mode=dark] .bg-dark h5,
[data-theme-mode=dark] .bg-dark h6,
[data-theme-mode=dark] .card-bg-dark .h1,
[data-theme-mode=dark] .card-bg-dark .h2,
[data-theme-mode=dark] .card-bg-dark .h3,
[data-theme-mode=dark] .card-bg-dark .h4,
[data-theme-mode=dark] .card-bg-dark .h5,
[data-theme-mode=dark] .card-bg-dark .h6,
[data-theme-mode=dark] .card-bg-dark h1,
[data-theme-mode=dark] .card-bg-dark h2,
[data-theme-mode=dark] .card-bg-dark h3,
[data-theme-mode=dark] .card-bg-dark h4,
[data-theme-mode=dark] .card-bg-dark h5,
[data-theme-mode=dark] .card-bg-dark h6 {
  color: var(--custom-white) !important;
}
[data-theme-mode=dark] .bg-dark .text-fixed-white {
  color: #fff !important;
}
[data-theme-mode=dark] .bg-dark.card.custom-card,
[data-theme-mode=dark] .card-bg-dark.card.custom-card {
  color: var(--custom-white) !important;
}
[data-theme-mode=dark] .bg-dark.card.custom-card .card-body,
[data-theme-mode=dark] .bg-dark.card.custom-card .card-footer,
[data-theme-mode=dark] .card-bg-dark.card.custom-card .card-body,
[data-theme-mode=dark] .card-bg-dark.card.custom-card .card-footer {
  color: var(--custom-white) !important;
}
[data-theme-mode=dark] .choices[data-type*=select-one] .choices__button {
  filter: invert(1);
}
[data-theme-mode=dark] .apexcharts-tooltip * {
  color: #fff;
}
[data-theme-mode=dark] .apexcharts-tooltip-series-group.apexcharts-active,
[data-theme-mode=dark] .apexcharts-tooltip-series-group:last-child {
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%) !important;
}
[data-theme-mode=dark] #circle-custom .apexcharts-legend.apx-legend-position-left {
  background-color: transparent;
}
[data-theme-mode=dark] .navbar-nav .nav-link.active,
[data-theme-mode=dark] .navbar-nav .nav-link.show {
  color: #fff;
}
.d-inline-table {
  display: inline-table;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgb(var(--default-text-color-rgb));
}
.card.custom-card {
  color: rgb(var(--default-text-color-rgb)) !important;
}
[data-theme-mode=light][data-header-styles=transparent] .page-header-breadcrumb h4,
[data-theme-mode=light][data-default-header-styles=transparent] .page-header-breadcrumb h4 {
  color: rgb(var(--default-text-color-rgb)) !important;
}
[data-theme-mode=light][data-header-styles=transparent] .app-header .main-header-container .form-control,
[data-theme-mode=light][data-default-header-styles=transparent] .app-header .main-header-container .form-control {
  background: rgba(0, 0, 0, 0.05) !important;
  color: rgb(var(--default-text-color-rgb));
  box-shadow: none;
}
[data-theme-mode=light] .page-header-breadcrumb h4 {
  color: #fff !important;
}
[data-header-styles=dark] .header-link.dropdown-toggle .user-name {
  color: #fff !important;
}
[data-default-header-styles=transparent] .page-header-breadcrumb,
[data-default-header-styles=light] .page-header-breadcrumb,
[data-default-header-styles=dark] .page-header-breadcrumb,
[data-default-header-styles=color] .page-header-breadcrumb,
[data-default-header-styles=gradient] .page-header-breadcrumb {
  margin: 0px 0px -32px 0px;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  background-color: transparent !important;
}
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
  background-color: transparent !important;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: var(--text-muted) !important;
  font-weight: 400;
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  color: var(--text-muted) !important;
  font-weight: 400;
}
.dropdown-item-text {
  color: rgb(var(--default-text-color-rgb)) !important;
}
.blockquote-footer {
  color: rgb(var(--default-text-color-rgb)) !important;
}
hr {
  border-color: var(--default-border);
  opacity: 1;
}
[dir=rtl] .dropdown-menu {
  --bs-position: start;
}
[dir=rtl] .dropdown-menu-end {
  --bs-position: end;
}
[dir=rtl] .dropdown-menu-end {
  inset: 0px auto auto 0px !important;
}
[dir=rtl] .transform-arrow {
  transform: rotate(180deg);
}
[dir=rtl] .bi-skip-backward::before {
  content: "\f55e";
}
[dir=rtl] .bi-skip-forward::before {
  content: "\f552";
}
.reviews-list {
  margin-block-end: 0;
}
.reviews-list li {
  margin-block-end: 1rem;
}
.reviews-list li:last-child {
  margin-block-end: 0;
}
ul.sortable-list li,
ol.sortable-list li {
  background-color: var(--primary005);
  margin: 3px 0;
  border: 1px solid var(--primary005);
  border-radius: 0.3rem;
  font-weight: 500;
}
ul.sortable-list li.filtered,
ol.sortable-list li.filtered {
  background-color: rgb(var(--danger-rgb));
  color: #fff;
}
ul.sortable-list li.selected,
ol.sortable-list li.selected {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fff;
}
ul.sortable-list .list-group-item + .list-group-item,
ol.sortable-list .list-group-item + .list-group-item {
  border-top-width: 1px;
}
ul#shared-right li,
ul#cloning-right li,
ul#disabling-sorting-right li,
ol#shared-right li,
ol#cloning-right li,
ol#disabling-sorting-right li {
  background-color: rgba(var(--secondary-rgb), 0.05);
  border: 1px solid rgba(var(--secondary-rgb), 0.05);
}
ul .handle,
ol .handle {
  cursor: grab;
}
.grid-square {
  width: 100px;
  height: 100px;
  display: inline-flex;
  background-color: rgba(var(--primary-rgb), 0.05);
  border: 1px solid var(--default-border);
  border-radius: 0.5rem;
  margin-block-end: 1.5rem;
  margin-inline-end: 1.5rem;
  padding: 20px;
  align-items: center;
  justify-content: center;
}
.nested-sortable,
.nested-1,
.nested-2,
.nested-3 {
  margin-top: 5px;
}
.nested-sortable .list-group-item + .list-group-item,
.nested-1 .list-group-item + .list-group-item,
.nested-2 .list-group-item + .list-group-item,
.nested-3 .list-group-item + .list-group-item {
  border-top-width: 1px;
}
.nested-1,
.nested-2,
.nested-3 {
  background-color: rgba(var(--primary-rgb), 0.05);
  border: 1px solid rgba(var(--primary-rgb), 0.05);
  font-weight: 500;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .responsive-item {
    display: none;
  }
}
#new-issues .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#completed-issues .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#pending-issues .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#unresolved-issues .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#distance-covered .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#energy-block .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#civilian-population .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#civilian-population-support .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#player1-stats .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#player2-stats .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#player3-stats .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#player4-stats .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#player5-stats .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#air-support .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#time-spent .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#users-report .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#player6-stats .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#website-traffic .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area {
  stroke: transparent !important;
}
#new-issues .apexcharts-grid line,
#new-issues .apexcharts-xaxis line,
#new-issues .apexcharts-grid-borders line,
#completed-issues .apexcharts-grid line,
#completed-issues .apexcharts-xaxis line,
#completed-issues .apexcharts-grid-borders line,
#pending-issues .apexcharts-grid line,
#pending-issues .apexcharts-xaxis line,
#pending-issues .apexcharts-grid-borders line,
#unresolved-issues .apexcharts-grid line,
#unresolved-issues .apexcharts-xaxis line,
#unresolved-issues .apexcharts-grid-borders line,
#distance-covered .apexcharts-grid line,
#distance-covered .apexcharts-xaxis line,
#distance-covered .apexcharts-grid-borders line,
#energy-block .apexcharts-grid line,
#energy-block .apexcharts-xaxis line,
#energy-block .apexcharts-grid-borders line,
#civilian-population .apexcharts-grid line,
#civilian-population .apexcharts-xaxis line,
#civilian-population .apexcharts-grid-borders line,
#civilian-population-support .apexcharts-grid line,
#civilian-population-support .apexcharts-xaxis line,
#civilian-population-support .apexcharts-grid-borders line,
#player1-stats .apexcharts-grid line,
#player1-stats .apexcharts-xaxis line,
#player1-stats .apexcharts-grid-borders line,
#player2-stats .apexcharts-grid line,
#player2-stats .apexcharts-xaxis line,
#player2-stats .apexcharts-grid-borders line,
#player3-stats .apexcharts-grid line,
#player3-stats .apexcharts-xaxis line,
#player3-stats .apexcharts-grid-borders line,
#player4-stats .apexcharts-grid line,
#player4-stats .apexcharts-xaxis line,
#player4-stats .apexcharts-grid-borders line,
#player5-stats .apexcharts-grid line,
#player5-stats .apexcharts-xaxis line,
#player5-stats .apexcharts-grid-borders line,
#air-support .apexcharts-grid line,
#air-support .apexcharts-xaxis line,
#air-support .apexcharts-grid-borders line,
#time-spent .apexcharts-grid line,
#time-spent .apexcharts-xaxis line,
#time-spent .apexcharts-grid-borders line,
#users-report .apexcharts-grid line,
#users-report .apexcharts-xaxis line,
#users-report .apexcharts-grid-borders line,
#player6-stats .apexcharts-grid line,
#player6-stats .apexcharts-xaxis line,
#player6-stats .apexcharts-grid-borders line,
#website-traffic .apexcharts-grid line,
#website-traffic .apexcharts-xaxis line,
#website-traffic .apexcharts-grid-borders line {
  stroke: transparent;
}
@media (max-width: 350px) {
  #air-support .apexcharts-tooltip.apexcharts-theme-light {
    display: none;
  }
}
.energy-block-list li {
  margin-block-end: 1rem;
}
.energy-block-list li:last-child {
  margin-block-end: 0;
}
@media (min-width: 576px) {
  .distance-covered-content {
    position: absolute;
    inset-inline-start: 0;
    width: 100%;
    z-index: 1;
  }
}
.player-statistics .apexcharts-svg,
.player-statistics .apexcharts-canvas {
  width: auto !important;
}
[dir=rtl] .player-statistics .apexcharts-svg,
[dir=rtl] .player-statistics .apexcharts-canvas {
  direction: rtl;
}
#danger-zones .apexcharts-pie line,
#danger-zones .apexcharts-pie circle,
#danger-zones .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#safe-zones .apexcharts-pie line,
#safe-zones .apexcharts-pie circle,
#safe-zones .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area {
  stroke: transparent !important;
}
.skills-achieved-list li {
  margin-block-end: 1rem;
  padding: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.skills-achieved-list li:last-child {
  margin-block-end: 0;
}
.skills-achieved-list li.active {
  border: 1px dashed var(--primary05);
  color: var(--primary-color);
}
.skills-achieved-list li .custom-progress-padding {
  overflow: visible;
}
.skills-achieved-list li .progress-bar {
  position: relative;
  overflow: visible;
}
.skills-achieved-list li .progress-bar:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  box-shadow: 0 0.313rem 0.313rem var(--primary02);
  background: #ffffff;
  position: absolute;
  inset-inline-end: -0.4rem;
  inset-block-start: -0.17rem;
  border: 0.1rem solid var(--primary-color);
}
#civilian-population-support {
  position: absolute;
  inset-block-end: 0;
  inset-inline-end: 0;
  inset-inline-start: 0;
  width: 100%;
  z-index: -1;
}
#top-country {
  height: 20rem !important;
}
#top-country #jvm-regions-group path {
  fill: var(--primary005);
}
#survival-rate .apexcharts-radialbar-hollow {
  fill: transparent;
}
.energy-block-content {
  position: absolute;
  top: 60px;
  inset-inline-end: 0;
  inset-inline-start: 0;
  width: 100%;
  padding: 0 1rem;
}
#time-spent .apexcharts-marker {
  stroke: var(--primary05);
  stroke-width: 10;
}
#top-country .jvm-lines-group .jvm-line {
  stroke: var(--primary-color) !important;
}
#top-country #jvm-markers-labels-group text {
  fill: #fff;
  padding: 10px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.7);
}
.sales-stats {
  padding-inline-start: 35px;
}
.sales-stats-row {
  flex: 1;
}
#male-users .apexcharts-grid line,
#male-users .apexcharts-xaxis line,
#male-users .apexcharts-grid-borders line,
#female-users .apexcharts-grid line,
#female-users .apexcharts-xaxis line,
#female-users .apexcharts-grid-borders line {
  stroke: transparent;
}
#recent-orders .apexcharts-pie circle {
  stroke: transparent;
}
.traffic-sources-list li {
  margin-bottom: 1.62rem;
}
.traffic-sources-list li:last-child {
  margin-bottom: 0;
}
.svg-male,
.svg-female {
  position: relative;
}
.svg-male svg,
.svg-female svg {
  position: absolute;
  bottom: 0;
  width: 150px;
  opacity: 0.05;
  height: 150px;
}
.todo-list-list li:not(:last-child) {
  margin-block-end: 20px;
}
.todo-sublist {
  position: relative;
}
.todo-sublist::before {
  content: " ";
  height: 100%;
  width: 1px;
  background-color: var(--default-border);
  position: absolute;
  inset-inline-start: -38px;
  inset-block-start: 12px;
}
.todo-list-list .form-check-label {
  transition: color 0.3s, -webkit-text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s;
  transition:
    color 0.3s,
    text-decoration 0.3s,
    -webkit-text-decoration 0.3s;
  font-weight: 400;
}
.todo-list-list .form-check-input:checked + .form-check-label {
  text-decoration: line-through;
  color: var(--text-muted);
}
#sales-statistics .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#visitors .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area {
  stroke: transparent !important;
}
#sales-statistics .apexcharts-grid line,
#sales-statistics .apexcharts-xaxis line,
#sales-statistics .apexcharts-grid-borders line,
#visitors .apexcharts-grid line,
#visitors .apexcharts-xaxis line,
#visitors .apexcharts-grid-borders line {
  stroke: transparent;
}
.recent-activity-list {
  margin-block-end: 0;
  position: relative;
}
.recent-activity-list:before {
  position: absolute;
  content: "";
  width: 1px;
  background-color: var(--default-border);
  height: 90%;
  inset-inline-start: 9px;
}
.recent-activity-list li {
  position: relative;
  margin-block-end: 1.75rem;
  padding-inline-start: 2rem;
}
.recent-activity-list li:nth-child(1):before {
  border: 3px solid rgba(var(--primary-rgb), 1);
}
.recent-activity-list li:nth-child(2):before {
  border: 3px solid rgba(var(--warning-rgb), 1);
}
.recent-activity-list li:nth-child(3):before {
  border: 3px solid rgba(var(--success-rgb), 1);
}
.recent-activity-list li:nth-child(4):before {
  border: 3px solid rgba(var(--danger-rgb), 1);
}
.recent-activity-list li:nth-child(5):before {
  border: 3px solid rgba(var(--secondary-rgb), 1);
}
.recent-activity-list li:nth-child(6):before {
  border: 3px solid rgba(var(--dark-rgb), 1);
}
.recent-activity-list li:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--custom-white);
  inset-inline-start: 4px;
}
.recent-activity-list li:last-child {
  margin-block-end: 0;
}
#lead_source .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#visitors-source .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#revenue .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area {
  stroke: transparent !important;
}
#lead_source .apexcharts-grid line,
#lead_source .apexcharts-xaxis line,
#lead_source .apexcharts-grid-borders line,
#visitors-source .apexcharts-grid line,
#visitors-source .apexcharts-xaxis line,
#visitors-source .apexcharts-grid-borders line,
#revenue .apexcharts-grid line,
#revenue .apexcharts-xaxis line,
#revenue .apexcharts-grid-borders line {
  stroke: transparent;
}
#sales-statistics .apexcharts-grid line,
#sales-statistics .apexcharts-xaxis line,
#sales-statistics .apexcharts-grid-borders line,
#website-traffic .apexcharts-grid line,
#website-traffic .apexcharts-xaxis line,
#website-traffic .apexcharts-grid-borders line {
  stroke: transparent;
}
#total-sales,
#total-revenue,
#page-views,
#profit-per-sale {
  position: relative;
}
#total-sales .apexcharts-radialbar-hollow,
#total-revenue .apexcharts-radialbar-hollow,
#page-views .apexcharts-radialbar-hollow,
#profit-per-sale .apexcharts-radialbar-hollow {
  fill: transparent;
}
#total-sales .apexcharts-radialbar-track.apexcharts-track path,
#total-revenue .apexcharts-radialbar-track.apexcharts-track path,
#page-views .apexcharts-radialbar-track.apexcharts-track path,
#profit-per-sale .apexcharts-radialbar-track.apexcharts-track path {
  stroke: rgba(255, 255, 255, 0.2);
}
#total-sales:before,
#total-revenue:before,
#page-views:before,
#profit-per-sale:before {
  width: 80px;
  height: 80px;
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 2px dashed var(--primary-color);
  top: 8px;
  animation: rotate 10s linear infinite;
  inset-inline-end: 9px;
  background-color: var(--primary01);
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#top-country-sales {
  height: 22.73rem;
}
#top-country-sales #jvm-regions-group path {
  fill: var(--primary02);
}
#top-country-sales .jvm-line[animation=true] {
  stroke: rgb(var(--secondary-rgb));
}
#top-country-sales circle {
  stroke-width: 30;
}
.tilt {
  transform-style: preserve-3d;
}
#profit-analysis .apexcharts-radialbar-hollow {
  fill: transparent;
}
#total-revenue1 .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#total-customers .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#conversion-ratio .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#total-deals .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#crypto-price .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#neo-price-graph .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#iota-price-graph .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#ripple-price-graph .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#dash-price-graph .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#Ethereum-price-graph .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#bitcoin-price-graph .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area {
  stroke: transparent !important;
}
#total-revenue1 .apexcharts-grid line,
#total-revenue1 .apexcharts-xaxis line,
#total-revenue1 .apexcharts-grid-borders line,
#total-customers .apexcharts-grid line,
#total-customers .apexcharts-xaxis line,
#total-customers .apexcharts-grid-borders line,
#conversion-ratio .apexcharts-grid line,
#conversion-ratio .apexcharts-xaxis line,
#conversion-ratio .apexcharts-grid-borders line,
#total-deals .apexcharts-grid line,
#total-deals .apexcharts-xaxis line,
#total-deals .apexcharts-grid-borders line,
#crypto-price .apexcharts-grid line,
#crypto-price .apexcharts-xaxis line,
#crypto-price .apexcharts-grid-borders line,
#neo-price-graph .apexcharts-grid line,
#neo-price-graph .apexcharts-xaxis line,
#neo-price-graph .apexcharts-grid-borders line,
#iota-price-graph .apexcharts-grid line,
#iota-price-graph .apexcharts-xaxis line,
#iota-price-graph .apexcharts-grid-borders line,
#ripple-price-graph .apexcharts-grid line,
#ripple-price-graph .apexcharts-xaxis line,
#ripple-price-graph .apexcharts-grid-borders line,
#dash-price-graph .apexcharts-grid line,
#dash-price-graph .apexcharts-xaxis line,
#dash-price-graph .apexcharts-grid-borders line,
#Ethereum-price-graph .apexcharts-grid line,
#Ethereum-price-graph .apexcharts-xaxis line,
#Ethereum-price-graph .apexcharts-grid-borders line,
#bitcoin-price-graph .apexcharts-grid line,
#bitcoin-price-graph .apexcharts-xaxis line,
#bitcoin-price-graph .apexcharts-grid-borders line {
  stroke: transparent;
}
[dir=rtl] #bitcoin-price-graph,
[dir=rtl] #neo-price-graph,
[dir=rtl] #iota-price-graph,
[dir=rtl] #ripple-price-graph,
[dir=rtl] #dash-price-graph,
[dir=rtl] #Ethereum-price-graph {
  float: right;
}
#popTrades .apexcharts-radialbar-hollow {
  fill: transparent;
}
#popTrades .apexcharts-text.apexcharts-datalabel-label {
  display: none;
}
@media (min-width: 1200px) {
  .custom-border-end {
    border-inline-end: 1px solid var(--default-border);
  }
}
[dir=rtl] #nft-collections-slide .swiper-slide .card {
  direction: rtl;
}
#nft-statistics .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area {
  stroke: transparent !important;
}
#nft-statistics .apexcharts-grid line,
#nft-statistics .apexcharts-xaxis line,
#nft-statistics .apexcharts-grid-borders line {
  stroke: transparent;
}
.nft-table.table td,
.nft-table.table th {
  padding: 0.83rem;
}
.nft-table2.table td,
.nft-table2.table th {
  padding: 0.78rem;
}
.featured-nft {
  width: 100%;
  border-radius: 0.25rem;
}
.featured-nft img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  height: 100%;
  border-radius: 0.25rem;
}
.nft-auction-time {
  position: absolute;
  top: 3.5rem;
  inset-inline-end: 1rem;
  padding: 0.25rem 0.5rem;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 0.3rem;
  -webkit-backdrop-filter: blur(1.875rem);
  backdrop-filter: blur(1.875rem);
}
.nft-like-section {
  position: absolute;
  inset-block-start: 1rem;
}
.nft-like-badge {
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(1.875rem);
  backdrop-filter: blur(1.875rem);
}
.nft-collector-progress {
  width: 3.125rem;
}
.nft-featuredcollect-image {
  height: 8.813rem !important;
  border-radius: 0.25rem;
  position: relative;
}
.nft-featuredcollect-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
#top-collector {
  max-height: 28.375rem;
}
#nft-balance-chart .apexcharts-grid {
  display: none;
}
#performance .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#revenue-target .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area {
  stroke: transparent !important;
}
#performance .apexcharts-grid line,
#performance .apexcharts-xaxis line,
#performance .apexcharts-grid-borders line,
#revenue-target .apexcharts-grid line,
#revenue-target .apexcharts-xaxis line,
#revenue-target .apexcharts-grid-borders line {
  stroke: transparent;
}
#lead_source .apexcharts-pie line,
#lead_source .apexcharts-pie circle {
  stroke: transparent;
}
.crm-top-deals li {
  margin-block-end: 1.45rem;
}
.crm-top-deals li:last-child {
  margin-block-end: 0;
}
#visitors-countries {
  height: 17.95rem;
  width: 100%;
}
#visitors-countries #jvm-regions-group path {
  fill: var(--primary005) !important;
}
#visitors-countries circle {
  fill: var(--primary-color);
  stroke: var(--primary03);
  stroke-width: 20;
}
#visitors-countries svg {
  width: 100%;
}
#attendance-summary .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#jobs-applied .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area {
  stroke: transparent !important;
}
#attendance-summary .apexcharts-grid line,
#attendance-summary .apexcharts-xaxis line,
#attendance-summary .apexcharts-grid-borders line,
#jobs-applied .apexcharts-grid line,
#jobs-applied .apexcharts-xaxis line,
#jobs-applied .apexcharts-grid-borders line {
  stroke: transparent;
}
#candidatePerformance .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area {
  stroke: transparent !important;
}
#candidatePerformance .apexcharts-grid line,
#candidatePerformance .apexcharts-xaxis line,
#candidatePerformance .apexcharts-grid-borders line {
  stroke: transparent;
}
#candidatePerformance .apexcharts-marker {
  stroke: var(--primary05);
  stroke-width: 10;
}
.recent-applications-list li {
  margin-block-end: 1.08rem;
}
.recent-applications-list li:last-child {
  margin-block-end: 0;
}
#QuickData .apexcharts-radialbar-hollow {
  fill: transparent;
}
#project-overview .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area {
  stroke: transparent !important;
}
#project-overview .apexcharts-grid line,
#project-overview .apexcharts-xaxis line,
#project-overview .apexcharts-grid-borders line {
  stroke: transparent;
}
.project-stats {
  flex: 1;
}
.project-categories-list li {
  padding-inline-start: 2rem;
  position: relative;
}
.project-categories-list li:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  inset-inline-start: 13px;
  inset-block-start: 8px;
}
.project-categories-list li:nth-last-child(1):before {
  background-color: var(--primary08);
}
.project-categories-list li:nth-last-child(2):before {
  background-color: var(--primary06);
}
.project-categories-list li:nth-last-child(3):before {
  background-color: var(--primary04);
}
.project-categories-list li:nth-last-child(4):before {
  background-color: var(--primary02);
}
.storage-percent .progress-stacked .progress-bar:nth-last-child(1) {
  background-color: var(--primary08);
}
.storage-percent .progress-stacked .progress-bar:nth-last-child(2) {
  background-color: var(--primary06);
}
.storage-percent .progress-stacked .progress-bar:nth-last-child(3) {
  background-color: var(--primary04);
}
.storage-percent .progress-stacked .progress-bar:nth-last-child(4) {
  background-color: var(--primary02);
}
.project-transactions-card {
  margin-block-end: 0;
}
.project-transactions-card li {
  margin-block-end: 1.45rem;
}
.project-transactions-card li:last-child {
  margin-block-end: 0;
}
.gantt .bar-wrapper.primary .bar {
  fill: var(--primary02);
}
.gantt .bar-wrapper.primary .bar-progress {
  fill: var(--primary06);
}
.gantt .bar-wrapper.success .bar {
  fill: rgba(var(--success-rgb), 0.2);
}
.gantt .bar-wrapper.success .bar-progress {
  fill: rgba(var(--success-rgb), 0.6);
}
.gantt .bar-wrapper.warning .bar {
  fill: rgba(var(--warning-rgb), 0.2);
}
.gantt .bar-wrapper.warning .bar-progress {
  fill: rgba(var(--warning-rgb), 0.6);
}
.gantt .bar-wrapper.primary:hover .bar-progress {
  fill: var(--primary06);
}
.gantt .bar-wrapper.success:hover .bar-progress {
  fill: rgba(var(--success-rgb), 0.6);
}
.gantt .bar-wrapper.warning:hover .bar-progress {
  fill: rgba(var(--warning-rgb), 0.6);
}
.gantt .bar-wrapper.primary.active .bar {
  fill: var(--primary04);
}
.gantt .bar-wrapper.primary.active .bar-progress {
  fill: var(--primary06);
}
.gantt .bar-wrapper.success.active .bar {
  fill: rgba(var(--success-rgb), 0.4);
}
.gantt .bar-wrapper.success.active .bar-progress {
  fill: rgba(var(--success-rgb), 0.6);
}
.gantt .bar-wrapper.warning.active .bar {
  fill: rgba(var(--warning-rgb), 0.4);
}
.gantt .bar-wrapper.warning.active .bar-progress {
  fill: rgba(var(--warning-rgb), 0.6);
}
.details-container {
  width: 150px;
  background-color: var(--custom-white);
  color: #fff;
  border: 1px solid var(--default-border);
}
.details-container > h5,
.details-container > p {
  border-top: 1px solid var(--default-border);
  margin: 0;
  padding: 10px;
  font-size: 0.7rem;
}
.details-container > h5 {
  border-top: none;
}
#projects-timeline {
  max-height: 25rem;
  overflow-y: scroll;
  margin-block-end: 0.3125rem;
}
.stars-main .star {
  color: rgba(255, 255, 255, 0.3);
}
.stars-main .star.active {
  color: rgb(var(--warning-rgb));
}
#total-earnings .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#portfolio-value .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#apple-stock-graph .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#nvidia-stock-graph .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#amazon-stock-graph .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#microsoft-stock-graph .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#alphabet-stock-graph .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#mastercard-stock-graph .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area {
  stroke: transparent !important;
}
#total-earnings .apexcharts-grid line,
#total-earnings .apexcharts-xaxis line,
#total-earnings .apexcharts-grid-borders line,
#portfolio-value .apexcharts-grid line,
#portfolio-value .apexcharts-xaxis line,
#portfolio-value .apexcharts-grid-borders line,
#apple-stock-graph .apexcharts-grid line,
#apple-stock-graph .apexcharts-xaxis line,
#apple-stock-graph .apexcharts-grid-borders line,
#nvidia-stock-graph .apexcharts-grid line,
#nvidia-stock-graph .apexcharts-xaxis line,
#nvidia-stock-graph .apexcharts-grid-borders line,
#amazon-stock-graph .apexcharts-grid line,
#amazon-stock-graph .apexcharts-xaxis line,
#amazon-stock-graph .apexcharts-grid-borders line,
#microsoft-stock-graph .apexcharts-grid line,
#microsoft-stock-graph .apexcharts-xaxis line,
#microsoft-stock-graph .apexcharts-grid-borders line,
#alphabet-stock-graph .apexcharts-grid line,
#alphabet-stock-graph .apexcharts-xaxis line,
#alphabet-stock-graph .apexcharts-grid-borders line,
#mastercard-stock-graph .apexcharts-grid line,
#mastercard-stock-graph .apexcharts-xaxis line,
#mastercard-stock-graph .apexcharts-grid-borders line {
  stroke: transparent;
}
[dir=rtl] #total-earnings,
[dir=rtl] #portfolio-value,
[dir=rtl] #apple-stock-graph,
[dir=rtl] #nvidia-stock-graph,
[dir=rtl] #amazon-stock-graph,
[dir=rtl] #microsoft-stock-graph,
[dir=rtl] #alphabet-stock-graph,
[dir=rtl] #mastercard-stock-graph {
  float: right;
}
#learning-analysis .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#payouts .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#courses-progress .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area {
  stroke: transparent !important;
}
#learning-analysis .apexcharts-grid line,
#learning-analysis .apexcharts-xaxis line,
#learning-analysis .apexcharts-grid-borders line,
#payouts .apexcharts-grid line,
#payouts .apexcharts-xaxis line,
#payouts .apexcharts-grid-borders line,
#courses-progress .apexcharts-grid line,
#courses-progress .apexcharts-xaxis line,
#courses-progress .apexcharts-grid-borders line {
  stroke: transparent;
}
.courses-list {
  margin-block-end: 0;
}
.courses-list li {
  margin-block-end: 1.25rem;
}
.courses-list li:last-child {
  margin-block-end: 0;
}
.top-course-name {
  max-width: 17rem;
}
.course-status-progress {
  width: 2.125rem;
}
.courses-top-categories-list {
  margin-block-end: 0;
}
.courses-top-categories-list li {
  margin-block-end: 1rem;
}
.courses-top-categories-list li:last-child {
  margin-block-end: 0;
}
#top-course-categories .apexcharts-pie text {
  fill: #000 !important;
}
.error-bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/9-3AVVYGYU.jpg);
  background-repeat: repeat;
  z-index: 0;
}
.error-bg:before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  inset-inline-end: 0;
  inset-block-end: 0;
  inset-inline-start: 0;
  inset-block-start: 0;
  z-index: -1;
}
.error-bg:after {
  position: absolute;
  content: "";
  background-color: var(--primary01);
  width: 100%;
  height: 100%;
  inset-inline-end: 0;
  inset-block-end: 0;
  inset-inline-start: 0;
  inset-block-start: 0;
  z-index: -1;
}
.error-page {
  position: absolute;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.error-text {
  font-size: 12rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .error-text {
    font-size: 3rem;
  }
}
[dir=rtl] .error-bg .error-text {
  direction: ltr;
}
.app-header {
  max-width: 100%;
  height: 4.25rem;
  z-index: 100;
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  background: transparent;
  transition: all 0.1s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}
@media (min-width: 992px) {
  .app-header {
    padding-inline-start: 16rem;
  }
}
.header-icon-badge {
  position: absolute;
  padding: 0.15rem 0.25rem;
  inset-block-start: 0;
  inset-inline-end: 0.45rem;
  font-size: 0.625rem;
}
.header-icon-pulse {
  position: absolute;
  width: 5px;
  height: 5px;
  inset-block-start: 21px;
  inset-inline-end: 18px;
}
.related-app {
  text-align: center;
  border-radius: 0.25rem;
  border: 1px solid var(--default-border);
}
.related-app:hover {
  background-color: rgb(var(--light-rgb));
}
.header-profile-dropdown {
  min-width: 11rem;
}
.main-header-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
}
.main-header-container .header-content-left,
.main-header-container .header-content-right {
  display: flex;
  align-items: stretch;
  margin-block: auto;
}
.main-header-container .header-content-right {
  padding-inline-start: 0 !important;
}
.main-header-container .header-element {
  display: flex;
  align-items: stretch;
}
.main-header-container .header-element:last-child .header-link {
  margin-inline-end: 0;
}
.main-header-container .header-link {
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
  padding-inline: 0.5rem;
}
.main-header-container .header-link:hover .header-link-icon,
.main-header-container .header-link.show .header-link-icon {
  fill: var(--header-prime-color);
  color: var(--header-prime-color);
}
.main-header-container .header-link-icon {
  position: relative;
  width: 2rem;
  height: 2rem;
  font-size: 0.8rem;
  color: var(--header-prime-color);
  fill: var(--header-prime-color);
  transition: all ease 0.05s;
  position: relative;
  padding: 0.5rem 9px;
  background-color: var(--primary005);
}
.main-header-container .dropdown-toggle {
  text-decoration: none;
}
.main-header-container .dropdown-toggle::after {
  content: none;
}
.main-header-container .main-profile-user .dropdown-menu {
  width: 13rem;
}
.main-header-container .main-profile-user .dropdown-item {
  font-weight: 400;
  font-size: 0.813rem;
  color: rgb(var(--default-text-color-rgb));
  padding: 1.25rem 1rem;
  height: 2.375rem;
  display: flex;
  align-items: center;
}
.main-header-container .main-profile-user .dropdown-item:hover {
  color: var(--primary-color);
}
.main-header-container .main-profile-user .dropdown-item:hover i {
  color: var(--primary-color);
  opacity: 1;
}
.main-header-container .main-header-dropdown {
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  inset-block-start: 0.15rem !important;
}
.main-header-container .main-header-dropdown .dropdown-item {
  padding: 0.75rem 1rem;
}
.main-header-container .main-header-dropdown .dropdown-item:last-child {
  border-block-end: 0;
}
.main-header-container .cart-dropdown .main-header-dropdown {
  width: 22rem;
}
.main-header-container .notifications-dropdown .main-header-dropdown {
  width: 22rem;
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(6rem);
  }
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
    transform: translateY(6rem);
  }
}
[dir=rtl] .sidemenu-toggle .open-toggle {
  transform: rotate(180deg);
}
[dir=rtl] .app-header .dropdown-menu-end {
  --bs-position: end;
}
.header-product-item {
  padding-inline-start: 0;
  display: flex;
}
.header-product-item li {
  position: relative;
  list-style-type: none;
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--text-muted);
  padding-inline-end: 0.938rem;
}
.header-product-item li:nth-child(2):before,
.header-product-item li:nth-child(3):before,
.header-product-item li:nth-child(4):before {
  position: absolute;
  content: "";
  inset-inline-start: -0.438rem;
  width: 1px;
  inset-block-start: 0.25rem;
  height: 0.625rem;
  background-color: var(--text-muted);
  opacity: 0.1;
}
.header-cart-remove .ti {
  padding: 0.25rem;
  border-radius: 0.25rem;
  font-size: 0.85rem;
  margin-inline-start: 0.75rem;
  color: rgb(var(--danger-rgb));
}
.header-cart-remove:hover .ti {
  background-color: rgba(var(--danger-rgb), 0.1);
}
#searchModal .form-control {
  position: relative;
}
#searchModal .input-group {
  border: 2px solid var(--primary-color);
  border-radius: 0.25rem;
}
#searchModal .input-group i {
  color: var(--text-muted);
}
.header-search {
  position: relative;
}
.header-search-bar {
  position: relative;
  margin-block: 13px;
  margin-inline-start: 0.5625rem;
  margin-inline-end: 0.5rem;
  width: 14rem;
  border-radius: 0;
  padding-block-start: 0.25rem;
  padding-inline-end: 2rem;
  padding-block-end: 0.25rem;
  padding-inline-start: 0.75rem;
}
.header-search-icon {
  position: absolute;
  top: 1.25rem;
  inset-inline-end: 1.25rem;
  color: var(--text-muted);
}
.header-profile-img {
  width: 2rem;
  height: 2rem;
}
.search-tags {
  font-size: 0.75rem;
  color: rgb(var(--default-text-color-rgb));
  border: 1px solid var(--default-border);
  border-radius: 0.25rem;
  background-color: rgb(var(--light-rgb));
  padding: 0.125rem 0.55rem;
  line-height: 1.2rem;
  display: inline-flex;
  align-items: center;
  cursor: default;
  font-weight: 400;
  margin: 0.25rem 0;
}
.search-tags .tag-addon:last-child {
  border-radius: 0.25rem;
}
.search-tags a.tag-addon {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  padding: 0 0.5rem;
  color: inherit;
  text-decoration: none;
  background: rgb(var(--light-rgb));
  margin-inline-end: -0.4rem;
  margin-inline-start: 0.5rem;
  text-align: center;
  min-width: 1.5rem;
}
.search-tags a.tag-addon i {
  vertical-align: middle;
  margin: 0 -0.25rem;
  line-height: 1.5px;
  font-size: 0.813rem;
}
.search-tags i {
  font-size: 0.813rem;
}
.country-selector .header-link img {
  width: 2rem;
  height: 2rem;
}
.country-selector .dropdown-menu img {
  width: 1rem;
  height: 1rem;
}
#header-notification-scroll,
#header-cart-items-scroll {
  max-height: 20rem;
}
#header-cart-items-scroll .dropdown-item {
  border-block-end: 0;
}
.pulse {
  display: block;
  cursor: pointer;
  animation: pulse-warning 2s infinite;
}
.pulse.pulse-warning {
  box-shadow: 0 0 0 rgba(var(--warning-rgb), 0.4);
}
@keyframes pulse-warning {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--warning-rgb), 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(var(--warning-rgb), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--warning-rgb), 0);
  }
}
[data-theme-mode=light] .layout-setting .dark-layout {
  display: none;
}
[data-theme-mode=light] .layout-setting .light-layout {
  display: block;
}
.layout-setting .dark-layout {
  display: none;
}
.layout-setting .light-layout {
  display: block;
}
[data-theme-mode=dark] .layout-setting .light-layout {
  display: none;
}
[data-theme-mode=dark] .layout-setting .dark-layout {
  display: block;
}
@media (max-width: 767.98px) {
  .header-element.header-fullscreen {
    display: none;
  }
  .header-icon-pulse {
    inset-block-start: 6px;
  }
}
@media (max-width: 575.98px) {
  .app-header .dropdown-menu {
    width: 100%;
  }
}
.animated-arrow.hor-toggle {
  text-align: center;
  width: 2rem;
  font-size: 1.2rem;
  position: relative;
  margin: 0.3125rem 0;
  margin-inline-end: 0.25rem;
}
.animated-arrow {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  z-index: 102;
  transition: all 0.05s ease-in-out;
  cursor: pointer;
  padding: 0.3125rem;
  margin-block-start: 0.375rem;
  margin-block-end: 0;
  margin-inline-start: 0.5rem;
  margin-inline-end: 0;
}
.animated-arrow.hor-toggle span {
  vertical-align: middle;
}
.animated-arrow span {
  cursor: pointer;
  height: 0.075rem;
  width: 0.75rem;
  background: var(--text-muted);
  position: absolute;
  display: block;
  content: "";
  transition: all 0.05s ease-in-out;
}
.animated-arrow span:before,
.animated-arrow span:after {
  transition: all 0.05s ease-in-out;
}
.animated-arrow span:before {
  inset-block-start: -0.375rem;
  width: 1.4375rem;
}
.animated-arrow span:after {
  bottom: -0.375rem;
  width: 15px;
}
.animated-arrow span:before,
.animated-arrow span:after {
  cursor: pointer;
  height: 0.075rem;
  width: 1rem;
  background: var(--text-muted);
  position: absolute;
  display: block;
  content: "";
}
.header-notification-text {
  max-width: 14.5rem;
}
.btn.header-dashboards-button {
  min-width: 14rem;
  border: 0px;
  padding: 0.5rem 0.85rem;
  border-radius: 0.5rem;
  color: var(--header-prime-color) !important;
  font-weight: 300;
  min-height: 2.3994rem;
  font-size: 13px;
}
.dashboard-dropdown {
  min-width: 14rem;
  inset-block-start: 11px !important;
}
.dashboard-dropdown li {
  border-bottom: 1px solid var(--default-border);
}
.dashboard-dropdown li:last-child {
  border-bottom: 0;
}
.dashboard-dropdown .dashboards-dropdown-item {
  padding: 0.75rem 1rem;
}
@media (max-width: 1199.98px) {
  .btn.header-dashboards-button,
  .dashboard-dropdown {
    min-width: 12rem;
  }
  .header-search-bar {
    width: 11rem;
  }
}
@media (max-width: 575.98px) {
  .main-header-container .main-header-dropdown {
    inset-block-start: -0.0625rem !important;
    border-radius: 0 0 0.25rem 0.25rem;
  }
  .main-header-container .header-element {
    position: initial;
  }
}
.app-header.sticky.sticky-pin {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}
@media (max-width: 575.98px) {
  .main-header-container .header-element .header-link {
    padding: 1rem 0.25rem;
    margin-inline: 0;
  }
}
.app-header-nav-tabs .nav-link {
  border: 1px solid var(--primary01);
}
.choices__inner {
  padding: 0.375rem 0.75rem !important;
  background-color: var(--form-control-bg) !important;
  border-radius: 0 !important;
  font-size: 0.95rem !important;
  border: 1px solid var(--input-border) !important;
  min-height: auto !important;
  line-height: 1.65;
}
.choices__input {
  padding: 0 !important;
}
.choices__list--single {
  padding-block: 0 !important;
  padding-inline-start: 0;
  padding-inline-end: 1rem !important;
}
.choices[data-type*=select-one]::after {
  inset-inline-end: 0.7188rem !important;
}
.choices[data-type*=select-one]::after {
  color: var(--text-muted) !important;
}
.choices[data-type*=select-one] .choices__input {
  padding: 0.625rem !important;
}
.choices__list--dropdown {
  display: none;
}
.choices__list--dropdown.is-active {
  display: block;
}
.choices__list--dropdown,
.choices__list[aria-expanded] {
  background-color: var(--custom-white) !important;
  border: 1px solid var(--default-border) !important;
  z-index: 99 !important;
  border-radius: 0 0 0.25rem 0.25rem !important;
}
.choices[data-type*=select-one] .choices__input {
  border-block-end: 1px solid var(--default-border) !important;
  background-color: var(--custom-white) !important;
  color: rgb(var(--default-text-color-rgb));
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: var(--primary-color) !important;
  color: #000 !important;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: var(--primary-color) !important;
  color: #000 !important;
}
.choices__list--dropdown .choices__item--selectable.is-selected {
  color: var(--primary-color) !important;
}
.choices__list--dropdown .choices__item--selectable.is-selected.is-highlighted {
  color: #000 !important;
}
.choices__list--dropdown .choices__list {
  max-height: 250px !important;
}
.choices[data-type*=select-one]::after {
  border-color: var(--text-muted) transparent transparent !important;
}
.choices__input {
  background-color: transparent !important;
  color: var(--custom-black);
}
.choices__list--multiple .choices__item {
  background-color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
  color: #000 !important;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  border-inline-start: 1px solid rgba(255, 255, 255, 0.5) !important;
  filter: invert(1);
}
.choices__list--multiple .choices__item {
  margin-block-end: 1px !important;
}
.choices__list--single .choices__item {
  color: rgb(var(--default-text-color-rgb)) !important;
}
.choices__input {
  margin-block-end: 0 !important;
}
.choices__list--multiple .choices__item {
  border-radius: 0.25rem !important;
  padding: 0.025rem 0.625rem !important;
}
.form-control-select-sm .choices__inner {
  padding: 0.275rem !important;
}
.choices[data-type*=select-one].is-open::after {
  margin-top: -0.156rem !important;
}
.input-group .choices__inner {
  border-radius: 0 0.25rem 0.25rem 0 !important;
}
.choices__heading {
  border-bottom: 1px solid var(--default-border) !important;
  color: var(--text-muted) !important;
}
[dir=rtl] .input-group .choices__inner {
  border-radius: 0.25rem 0 0 0.25rem !important;
}
[dir=rtl] .choices[data-type*=select-one]::after {
  left: 0.7188rem;
  right: inherit;
}
[dir=rtl] .choices[data-type*=select-one] .choices__button {
  left: 0;
  right: inherit;
  margin-left: 1.5625rem;
  margin-right: inherit;
}
[dir=rtl][data-theme-mode=dark] .choices[data-type*=select-one] .choices__button {
  filter: invert(1);
}
[dir=rtl] .choices[data-type*=select-multiple] .choices__button,
[dir=rtl] .choices[data-type*=text] .choices__button {
  margin: 0 8px 0 -4px;
  padding-right: 1rem;
  padding-left: inherit;
  border-right: 0px solid #008fa1;
  border-left: 0;
}
.choices__list--dropdown,
.choices__list[aria-expanded] {
  box-shadow: rgba(149, 157, 165, 0.2) 0 0.5rem 1.5rem !important;
}
[data-theme-mode=dark] .choices[data-type*=select-one] .choices__button {
  filter: invert(1);
}
#marketCap .apexcharts-canvas line {
  stroke: var(--default-border);
}
.apexcharts-legend {
  padding: 0 1.25rem !important;
}
.apexcharts-tooltip {
  box-shadow: none !important;
}
.apexcharts-tooltip-rangebar {
  font-size: 11px !important;
}
.apexcharts-tooltip-marker {
  margin-inline-end: 0.625rem;
}
.apexcharts-tooltip.apexcharts-theme-light {
  border: 1px solid var(--default-border) !important;
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%) !important;
  color: #fff !important;
}
.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%) !important;
  border-block-end: 1px solid var(--default-border) !important;
}
.apexcharts-grid line,
.apexcharts-xaxis line,
.apexcharts-grid-borders line {
  stroke: var(--default-border);
}
.apexcharts-radialbar-track.apexcharts-track path {
  stroke: rgb(var(--light-rgb));
}
.apexcharts-selection-rect {
  fill: var(--custom-black);
}
.apexcharts-menu {
  background: var(--custom-white) !important;
  border: 1px solid var(--default-border) !important;
  border-radius: 0.25rem !important;
}
.apexcharts-menu-item {
  padding: 6px !important;
  font-size: 13px !important;
}
.apexcharts-theme-light .apexcharts-menu-item:hover {
  background: rgb(var(--light-rgb)) !important;
}
.apexcharts-inner.apexcharts-graphical line.apexcharts-xaxis-tick {
  stroke: transparent !important;
}
#column-rotated-labels .apexcharts-xaxis-texts-g {
  transform: translateY(2.5rem);
}
#chart-year,
#chart-quarter {
  background: var(--custom-white) !important;
  border: 1px solid var(--default-border) !important;
}
.apexcharts-bar-series.apexcharts-plot-series .apexcharts-series .apexcharts-bar-area {
  stroke: transparent !important;
}
.apexcharts-treemap .apexcharts-series.apexcharts-treemap-series rect {
  stroke: var(--custom-white) !important;
}
.apexcharts-series.apexcharts-pie-series .apexcharts-pie-area {
  stroke: var(--custom-white) !important;
}
.apexcharts-datalabels-group .apexcharts-text.apexcharts-datalabel-value {
  fill: rgb(var(--default-text-color-rgb));
}
.apexcharts-radialbar-hollow {
  fill: transparent;
}
.apexcharts-radar-series.apexcharts-plot-series polygon,
.apexcharts-radar-series.apexcharts-plot-series line {
  stroke: var(--default-border);
}
.apexcharts-pie line,
.apexcharts-pie circle {
  stroke: var(--default-border);
}
.apexcharts-pie text {
  fill: rgb(var(--default-text-color-rgb)) !important;
}
.apexcharts-canvas .apexcharts-toolbar {
  z-index: 1;
}
@media (max-width: 767px) {
  .apexcharts-toolbar {
    display: none !important;
  }
}
.apexcharts-subtitle-text {
  fill: var(--text-muted);
}
#polararea-basic .apexcharts-pie text {
  fill: var(--custom-black);
}
.apexcharts-pie .apexcharts-datalabels rect {
  fill: transparent;
}
[dir=rtl] .apexcharts-canvas {
  direction: ltr;
}
.apexcharts-boxPlot-area {
  stroke: rgb(var(--default-text-color-rgb)) !important;
}
.fc-v-event .fc-event-main {
  color: rgb(var(--default-text-color-rgb));
}
.fc-event-selected,
.fc-event:focus {
  box-shadow: none !important;
}
.fc-daygrid-event {
  padding: 0.25rem;
}
.fc-daygrid-event .fc-event-title {
  font-size: 13px;
  font-weight: 300;
}
.fc-h-event.bg-primary-transparent .fc-event-title,
.fc-h-event.bg-primary-transparent .fc-event-time {
  color: var(--primary-color);
}
.fc-h-event.bg-secondary-transparent .fc-event-title,
.fc-h-event.bg-secondary-transparent .fc-event-time {
  color: rgb(var(--secondary-rgb));
}
.fc-h-event.bg-warning-transparent .fc-event-title,
.fc-h-event.bg-warning-transparent .fc-event-time {
  color: rgb(var(--warning-rgb));
}
.fc-h-event.bg-info-transparent .fc-event-title,
.fc-h-event.bg-info-transparent .fc-event-time {
  color: rgb(var(--info-rgb));
}
.fc-h-event.bg-success-transparent .fc-event-title,
.fc-h-event.bg-success-transparent .fc-event-time {
  color: rgb(var(--success-rgb));
}
.fc-h-event.bg-danger-transparent .fc-event-title,
.fc-h-event.bg-danger-transparent .fc-event-time {
  color: rgb(var(--danger-rgb));
}
.fc-h-event {
  background-color: var(--primary01) !important;
}
.fc-h-event .fc-event-title {
  color: var(--primary-color);
}
.fc-theme-standard .fc-scrollgrid.fc-scrollgrid-liquid {
  border: 0px !important;
  border-top: 1px solid var(--default-border) !important;
}
.fc .fc-scrollgrid-section-footer > *,
.fc .fc-scrollgrid-section-header > * {
  border-bottom-width: 0 !important;
}
.fc-daygrid-block-event .fc-event-time,
.fc-daygrid-block-event .fc-event-title {
  padding: 0 0.25rem !important;
}
.fc .fc-button-primary {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: #000 !important;
}
.fc .fc-non-business {
  background: transparent !important;
}
.fc .fc-button-primary:not(:disabled):active,
.fc .fc-button-primary:not(:disabled).fc-button-active {
  color: #000;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  opacity: 0.9;
}
.fc .fc-button-primary:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
  box-shadow: none !important;
}
.fc-theme-standard td,
.fc-theme-standard th {
  border: 1px solid var(--default-border) !important;
  border-top: 0px !important;
}
.fc-list-table td,
.fc-list-table th {
  border-left: 0 !important;
  border-right: 0 !important;
}
.fc .fc-daygrid-day.fc-day-today {
  background-color: var(--primary01) !important;
}
.fc-theme-standard .fc-list {
  border: 1px solid var(--default-border) !important;
}
.fc .fc-list-event:hover td {
  background-color: rgb(var(--light-rgb)) !important;
}
.fc-timegrid-event-harness-inset .fc-timegrid-event,
.fc-timegrid-event.fc-event-mirror,
.fc-timegrid-more-link {
  box-shadow: none !important;
}
.fc-theme-standard .fc-list-day-cushion {
  background-color: rgb(var(--light-rgb)) !important;
}
.fc-theme-standard .fc-scrollgrid {
  border: 1px solid var(--default-border) !important;
}
.fc-theme-bootstrap5 .fc-list,
.fc-theme-bootstrap5 .fc-scrollgrid,
.fc-theme-bootstrap5 td,
.fc-theme-bootstrap5 th {
  border: 1px solid var(--default-border) !important;
}
@media (max-width: 420px) {
  .fc-scroller.fc-scroller-liquid {
    overflow: scroll !important;
  }
}
@media (max-width: 380px) {
  .fc .fc-daygrid-day-bottom {
    font-size: 0.75em !important;
    padding: 0px 3px 0 !important;
  }
  .fc .fc-daygrid-more-link {
    z-index: 99 !important;
  }
}
@media (max-width: 767.98px) {
  .fc .fc-toolbar {
    display: block !important;
  }
  .fc-toolbar-chunk {
    margin-block-start: 0.5rem;
  }
}
.fc-daygrid-block-event {
  color: #fff !important;
  border: 0 !important;
}
.fc-daygrid-block-event .fc-list-event-dot {
  border-color: #fff !important;
}
.fc-daygrid-block-event:hover {
  color: #000 !important;
}
.fc-daygrid-block-event:hover .fc-list-event-dot {
  border-color: #000 !important;
}
[dir=rtl] .flatpickr-input {
  text-align: start;
}
@media (max-width: 420px) {
  .flatpickr-calendar.animate.open {
    width: 276px !important;
  }
  .flatpickr-calendar.animate.open .flatpickr-weekdays {
    width: 90%;
  }
  .flatpickr-calendar.inline .flatpickr-weekdays {
    width: 90% !important;
  }
  .flatpickr-day {
    max-width: 33px !important;
    height: 33px !important;
    line-height: 33px !important;
  }
  .flatpickr-calendar.inline:not(.hasTime) {
    width: 278.875px !important;
  }
  .dayContainer {
    width: 270.875px !important;
    min-width: 270.875px !important;
    max-width: 27.875px !important;
  }
}
.flatpickr-calendar {
  background-color: var(--custom-white) !important;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05) !important;
  border: 1px solid var(--default-border) !important;
  font-size: 0.95rem !important;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  color: var(--black-9) !important;
  fill: var(--black-9) !important;
}
.flatpickr-monthDropdown-months,
.numInput {
  color: var(--custom-black) !important;
}
.flatpickr-day.today.inRange {
  color: var(--primary-color) !important;
}
.dayContainer {
  padding: 0.25rem !important;
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: var(--custom-white) !important;
  font-size: 0.813rem;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 0.25rem;
  fill: var(--primary-color);
}
.flatpickr-day.inRange {
  box-shadow: none !important;
}
.flatpickr-calendar.open {
  z-index: 9999 !important;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  background-color: var(--primary01) !important;
  border-radius: 0.25rem !important;
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after,
.flatpickr-calendar.arrowBottom:before {
  border-top-color: var(--text-muted) !important;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: var(--text-muted) !important;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: none !important;
}
.flatpickr-day {
  color: rgb(var(--default-text-color-rgb)) !important;
  font-weight: 500 !important;
}
.flatpickr-day.nextMonthDay,
.flatpickr-day.prevMonthDay {
  opacity: 0.5 !important;
}
.flatpickr-day.today {
  border-color: var(--primary-color) !important;
  background-color: var(--primary-color) !important;
  color: #000 !important;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: var(--primary-color) !important;
  color: #000 !important;
  border-color: var(--primary-color) !important;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%) !important;
  border-color: var(--default-border) !important;
}
.flatpickr-day.today:hover {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: #fff !important;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  border-top: 1px solid var(--default-border) !important;
}
.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: var(--default-border) !important;
}
.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
  border-top-color: var(--default-border) !important;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%) !important;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  color: var(--text-muted) !important;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
  inset-inline-start: 0 !important;
}
.flatpickr-months,
.flatpickr-weekdays {
  background-color: var(--primary01) !important;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  inset-block-start: 0 !important;
  padding-block-start: 0.313rem !important;
  padding-inline: 0.313rem !important;
  padding-block-end: 0 !important;
  color: var(--primary-color) !important;
  fill: var(--primary-color) !important;
}
@media (min-width: 420px) {
  .flatpickr-time .flatpickr-am-pm {
    padding: 0 1.875rem 0 0.5rem;
  }
}
.flatpickr-weekdays {
  border-block-end: 1px solid var(--default-border) !important;
}
.numInputWrapper span.arrowUp {
  top: -0.125rem !important;
}
.flatpickr-current-month .numInputWrapper {
  width: 3.5rem !important;
}
.flatpickr-calendar.hasTime {
  width: auto;
}
[dir=rtl] .flatpickr-months .numInputWrapper span {
  left: 0 !important;
  right: inherit !important;
}
@media (max-width: 575.98) {
  .flatpickr-calendar {
    width: 250px !important;
  }
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  margin: -1px 2.25rem 0 0 !important;
}
.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
  padding-block: 0 !important;
  padding-inline-start: 0 !important;
  padding-inline-end: 0.5ch !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
}
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  stroke: var(--primary-color);
}
.flatpickr-day {
  border-radius: 0.25rem !important;
}
.numInputWrapper:hover {
  background: transparent !important;
}
.numInputWrapper span {
  border: 0px !important;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-block-end-color: var(--primary-color) !important;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #fff !important;
}
.numInputWrapper span:hover {
  background: transparent !important;
}
.numInputWrapper span.arrowUp:after {
  border-inline-start: 0.25rem solid transparent !important;
  border-inline-end: 0.25rem solid transparent !important;
  border-block-end: 0.25rem solid var(--primary05) !important;
  inset-block-start: 75% !important;
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-block-start-color: var(--primary-color) !important;
}
.numInputWrapper span.arrowDown:after {
  border-inline-start: 0.25rem solid transparent !important;
  border-inline-end: 0.25rem solid transparent !important;
  border-block-start: 0.25rem solid var(--primary05) !important;
  inset-block-start: 15% !important;
}
span.flatpickr-weekday {
  color: var(--primary08) !important;
  font-weight: 700 !important;
}
.flatpickr-months .flatpickr-month {
  color: var(--primary-color) !important;
  fill: var(--primary-color) !important;
}
.flatpickr-monthDropdown-months,
.numInput {
  color: var(--primary-color) !important;
}
.pcr-app {
  background: var(--custom-white) !important;
}
.pcr-app .pcr-interaction .pcr-result {
  color: rgb(var(--default-text-color-rgb)) !important;
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%) !important;
}
.theme-container button,
.theme-container1 button,
.theme-container2 button {
  display: none;
}
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview {
  margin-inline-end: 0.75em !important;
}
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-chooser,
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-opacity {
  margin-inline-start: 0.75em !important;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  box-shadow: 1px 0 0 var(--default-border) !important;
}
.noUi-horizontal .noUi-handle {
  width: 1rem !important;
  height: 1rem !important;
  inset-inline-end: -0.063rem !important;
  top: -0.375rem !important;
}
.noUi-handle:after,
.noUi-handle:before {
  height: 0.35rem !important;
  width: 1px !important;
  inset-inline-start: 0.3rem !important;
  top: 0.25rem !important;
}
.noUi-handle:after {
  inset-inline-start: 0.45rem !important;
}
.noUi-horizontal {
  height: 0.35rem !important;
}
.noUi-vertical {
  width: 0.35rem !important;
}
.noUi-vertical .noUi-handle {
  width: 1rem !important;
  height: 1rem !important;
}
.noUi-target {
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%) !important;
  border: 1px solid var(--default-border) !important;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05) !important;
}
.noUi-handle {
  border: 1px solid var(--default-border) !important;
  background: var(--custom-white) !important;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05) !important;
}
#result {
  border: 1px solid var(--default-border) !important;
}
.noUi-handle:after,
.noUi-handle:before {
  background: var(--black-3) !important;
}
.noUi-marker {
  position: absolute;
  background: var(--default-border) !important;
}
.noUi-tooltip {
  border: 1px solid var(--default-border) !important;
  border-radius: 0.25rem !important;
  background: var(--custom-white) !important;
  color: rgb(var(--default-text-color-rgb)) !important;
  padding: 0.25rem 0.75rem !important;
  font-size: 0.95rem !important;
  line-height: 1 !important;
}
#slider-fit {
  padding: 0 1rem;
}
.noUi-connect {
  background: var(--primary-color) !important;
}
.noUi-vertical .noUi-handle {
  bottom: -0.275rem !important;
  inset-inline-end: -0.375rem;
}
#secondary-colored-slider .noUi-connect {
  background-color: rgb(var(--secondary-rgb)) !important;
}
#warning-colored-slider .noUi-connect {
  background-color: rgb(var(--warning-rgb)) !important;
}
#info-colored-slider .noUi-connect {
  background-color: rgb(var(--info-rgb)) !important;
}
#success-colored-slider .noUi-connect {
  background-color: rgb(var(--success-rgb)) !important;
}
#danger-colored-slider .noUi-connect {
  background-color: rgb(var(--danger-rgb)) !important;
}
#slider-round {
  height: 0.625rem !important;
}
#slider-round .noUi-handle {
  height: 1.125rem !important;
  width: 1.125rem !important;
  inset-block-start: -0.313rem !important;
  inset-inline-end: -0.563rem;
  border-radius: 50px !important;
  background-color: var(--primary-color) !important;
  border: 1px solid var(--custom-white) !important;
}
#slider-round .noUi-handle:before,
#slider-round .noUi-handle:after {
  display: none !important;
}
#slider-square {
  border-radius: 0 !important;
}
#slider-square .noUi-handle {
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  background: var(--primary-color) !important;
  height: 1.125rem !important;
  width: 1.125rem !important;
  inset-block-start: -0.45rem !important;
  inset-inline-end: -0.563rem !important;
}
#slider-square .noUi-handle:before,
#slider-square .noUi-handle:after {
  display: none !important;
}
#color1,
#color2,
#color3 {
  margin: 0.625rem !important;
  display: inline-block !important;
  height: 12.5rem !important;
}
#colorpicker {
  height: 15rem !important;
  width: 19.375rem !important;
  margin: 0 auto !important;
  padding: 0.625rem !important;
  border: 1px solid var(--default-border) !important;
}
#result {
  margin: 4.25rem 0 4.25rem 4rem;
  height: 6.25rem;
  width: 6.25rem;
  display: inline-block;
  vertical-align: top;
  color: var(--gray-5);
  background: var(--gray-5);
  border: 1px solid #fff;
  box-shadow: 0 0 0.625rem;
}
#color1 .noUi-connect {
  background: rgb(var(--danger-rgb)) !important;
}
#color2 .noUi-connect {
  background: rgb(var(--secondary-rgb)) !important;
}
#color3 .noUi-connect {
  background: var(--primary-color) !important;
}
#slider-hide .noUi-tooltip {
  display: none;
}
#slider-hide .noUi-active .noUi-tooltip {
  display: block;
}
.c-1-color {
  background: rgb(var(--secondary-rgb)) !important;
}
.c-2-color {
  background: rgb(var(--warning-rgb)) !important;
}
.c-3-color {
  background: rgb(var(--info-rgb)) !important;
}
.c-4-color {
  background: rgb(var(--danger-rgb)) !important;
}
.c-5-color {
  background: #4d5ddb !important;
}
#slider-toggle {
  height: 3.125rem;
}
#slider-toggle.off .noUi-handle {
  border-color: rgb(var(--success-rgb)) !important;
}
.glightbox {
  overflow: hidden;
}
@media (min-width: 769px) {
  .gslide-image img {
    border-radius: 0.25rem;
  }
  .glightbox-clean .gclose,
  .glightbox-clean .gnext,
  .glightbox-clean .gprev {
    background-color: rgba(255, 255, 255, 0.05) !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
    padding: 0.875rem;
  }
}
#external-events .fc-event {
  cursor: move;
  margin: 0 0 0.4rem 0;
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
  border-radius: 0.35rem;
}
#calendar-container {
  position: relative;
  z-index: 1;
}
#calendar {
  max-width: 68.75rem;
  margin: 1.25rem auto;
}
#map,
#map1,
#map-popup,
#map-custom-icon,
#interactive-map {
  height: 18.75rem;
  z-index: 10;
}
#vector-map,
#marker-map,
#marker-image-map,
#lines-map,
#us-map,
#canada-map,
#spain-map,
#russia-map {
  height: 21.875rem;
}
.jvm-tooltip {
  background-color: #1a1c1e !important;
}
#vector-map #jvm-regions-group path,
#marker-map #jvm-regions-group path,
#marker-image-map #jvm-regions-group path,
#lines-map #jvm-regions-group path {
  fill: rgba(255, 255, 255, 0.2) !important;
}
.jvm-zoom-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
}
.jvm-zoom-btn.jvm-zoomin {
  inset-block-start: 5px !important;
}
#jvm-markers-labels-group text {
  fill: var(--text-muted);
}
#google-map,
#google-map-overlay,
#map-layers,
#map-markers,
#streetview-map,
#map-geofencing {
  height: 18.75rem;
}
.google-map-overlay {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  line-height: 0.875rem;
  opacity: 0.8;
  background: var(--primary-color);
  border: solid 0.188rem var(--primary-color);
  border-radius: 0.25rem;
  box-shadow: 0.125rem 0.125rem 0.625rem var(--black-3);
  text-shadow: 0.063rem 0.063rem 0.063rem var(--gray-6);
  padding: 0 0.25rem;
}
.google-overlay_arrow {
  inset-inline-start: 50%;
  margin-inline-start: -1rem;
  width: 0;
  height: 0;
  position: absolute;
}
.google-overlay_arrow.above {
  inset-block-end: -0.938rem;
  border-inline-start: 0.938rem solid transparent;
  border-inline-end: 1rem solid transparent;
  border-block-start: 1rem solid #336699;
}
.google-overlay_arrow.below {
  inset-block-start: -0.938rem;
  border-inline-start: 1rem solid transparent;
  border-inline-end: 1rem solid transparent;
  border-block-end: 1rem solid #336699;
}
.content-wrapper {
  width: 100%;
}
.apexcharts-svg,
.apexcharts-canvas {
  width: 100% !important;
}
#pie-basic .apexcharts-canvas,
#donut-update .apexcharts-canvas,
#pie-monochrome .apexcharts-canvas,
#donut-gradient .apexcharts-canvas,
#donut-pattern .apexcharts-canvas,
#pie-image .apexcharts-canvas,
#polararea-basic .apexcharts-canvas,
#polararea-monochrome .apexcharts-canvas {
  margin: 0 auto;
}
#donut-update .apexcharts-svg,
#donut-update .apexcharts-canvas {
  width: inherit !important;
  text-align: center;
}
.apexcharts-legend-text {
  color: rgb(var(--default-text-color-rgb)) !important;
  padding-inline-start: 0.9375rem !important;
  margin-inline-start: -0.625rem !important;
  font-family: var(--default-font-family) !important;
}
.apexcharts-text.apexcharts-yaxis-label tspan,
.apexcharts-text.apexcharts-xaxis-label tspan {
  fill: #fff;
  font-family: var(--default-font-family);
}
.apexcharts-canvas .apexcharts-series.apexcharts-heatmap-series rect {
  stroke: var(--custom-white);
}
.apexcharts-canvas .apexcharts-series-markers.apexcharts-series-bubble circle {
  stroke: var(--custom-white);
}
.apexcharts-yaxis .apexcharts-text {
  fill: #fff;
}
.chartjs-chart {
  max-height: 18.75rem;
}
#chart-year,
#chart-quarter {
  width: 96%;
  max-width: 48%;
  box-shadow: none;
  padding-inline-start: 0;
  padding-block-start: 1.25rem;
  background: #fff;
  border: 1px solid #ddd;
}
#chart-year {
  float: left;
  position: relative;
  transition: 1s ease transform;
  z-index: 3;
}
#chart-year.chart-quarter-activated {
  transform: translateX(0);
  transition: 1s ease transform;
}
#chart-quarter {
  float: left;
  position: relative;
  z-index: -2;
  transition: 1s ease transform;
}
#chart-quarter.active {
  transition: 1.1s ease-in-out transform;
  transform: translateX(0);
  z-index: 1;
}
@media screen and (min-width: 480px) {
  #chart-year {
    transform: translateX(50%);
  }
  #chart-quarter {
    transform: translateX(-50%);
  }
}
.echart-charts {
  height: 20rem;
}
canvas {
  max-width: 100%;
}
.simplebar-scrollbar:before {
  background: var(--primary-color) !important;
  border-radius: 0 !important;
  inset-inline-end: 0 !important;
  inset-inline-start: 5px !important;
  width: 0.375rem;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.1 !important;
}
.simplebar-track.simplebar-hover .simplebar-scrollbar.simplebar-visible:before {
  opacity: 1 !important;
}
[dir=rtl] .simplebar-scrollbar:before {
  inset-inline-start: 0px !important;
}
.simplebar-track.simplebar-horizontal {
  display: none;
}
.dropzone {
  border: 0.125rem dashed var(--default-border) !important;
  background-color: transparent !important;
}
.dropzone .dz-message .dz-button {
  font-size: 1.25rem !important;
  color: rgb(var(--default-text-color-rgb)) !important;
}
.dropzone .dz-preview {
  border-radius: 1.25rem;
}
.filepond--drop-label {
  color: rgb(var(--default-text-color-rgb)) !important;
  border-radius: 0.3rem !important;
}
.filepond--credits {
  display: none;
}
.filepond--panel-root {
  background-color: var(--custom-white) !important;
  border: 0.125rem dashed var(--default-border) !important;
}
.filepond--drop-label.filepond--drop-label label {
  padding: 1.5em !important;
  font-size: 0.95rem;
}
.filepond--root {
  margin-block-end: 0 !important;
}
.filepond--file {
  background-color: var(--primary-color) !important;
}
.filepond--file {
  color: #000 !important;
}
.single-fileupload {
  width: 8rem !important;
  height: 8rem !important;
  margin: 0 auto !important;
}
.ql-bubble .ql-editor blockquote {
  border-inline-start: 4px solid linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%) !important;
}
.ql-toolbar.ql-snow,
.ql-container.ql-snow {
  border: 1px solid var(--default-border) !important;
}
.ql-container.ql-bubble:not(.ql-disabled) a {
  white-space: normal !important;
}
.ql-snow .ql-picker {
  color: rgb(var(--default-text-color-rgb)) !important;
}
.ql-snow .ql-stroke,
.ql-snow .ql-stroke.ql-fill {
  stroke: rgb(var(--default-text-color-rgb)) !important;
}
.ql-snow .ql-fill {
  fill: rgb(var(--default-text-color-rgb)) !important;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px !important;
}
.ql-snow .ql-picker-options .ql-picker-item {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.ql-editor {
  min-height: 15.62rem !important;
  overflow: visible !important;
}
.ql-snow .ql-formats {
  border: 1px solid var(--default-border);
  border-radius: 0.5rem;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: var(--default-border) !important;
  border-radius: 0.5rem !important;
}
.ql-snow .ql-picker-options {
  background-color: var(--custom-white) !important;
}
.ql-snow .ql-tooltip {
  background-color: var(--custom-white) !important;
  border: 1px solid var(--default-border) !important;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05) !important;
  color: rgb(var(--default-text-color-rgb)) !important;
}
.ql-snow .ql-tooltip input[type=text] {
  border: 1px solid var(--default-border) !important;
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%) !important;
  color: rgb(var(--default-text-color-rgb)) !important;
  outline: 0;
}
.ql-snow .ql-tooltip {
  transform: translatex(12.5rem) !important;
  z-index: 999 !important;
}
.ql-toolbar.ql-snow {
  border-radius: 0.3rem 0.3rem 0 0 !important;
}
.ql-snow .ql-picker-label {
  padding-inline-start: 0.5rem !important;
  padding-inline-end: 0.125rem !important;
}
.ql-snow .ql-formats .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  inset-inline-end: 0 !important;
  inset-inline-start: auto !important;
}
.ql-container {
  border-radius: 0 0 0.3rem 0.3rem !important;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: rgb(var(--default-text-color-rgb)) !important;
}
.ql-editor {
  text-align: start !important;
}
.ql-editor .ql-align-right {
  text-align: end !important;
}
.ql-container {
  font-family: var(--default-font-family) !important;
}
.ql-snow .ql-editor {
  padding: 1.25rem;
}
.ql-bubble {
  border: 1px solid var(--default-border) !important;
  border-radius: 0.25rem !important;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-inline-start: -1.5em !important;
  margin-inline-end: 0.3em !important;
  text-align: start !important;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-inline-start: 1.5em !important;
}
.ql-toolbar.ql-snow .ql-formats {
  margin: 0.25rem;
}
[dir=rtl] .ql-tooltip.ql-editing {
  left: 0 !important;
  top: 0 !important;
}
[dir=rtl] .ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-right: 12px;
}
[dir=rtl] .ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 0px 8px 12px;
}
.select2.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-inline-start: 12px !important;
  padding-inline-end: 20px !important;
  color: rgb(var(--default-text-color-rgb)) !important;
  line-height: 2.33rem !important;
  border: 1px solid var(--input-border) !important;
  border-radius: 0.25rem !important;
}
.select2-container--default .select2-selection--single {
  background-color: var(--form-control-bg) !important;
  border: 0px solid var(--input-border) !important;
  border-radius: 0.25rem !important;
}
.select2-container--default .select2-selection--single:focus-visible {
  outline: none !important;
}
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2.37rem !important;
}
.select2-dropdown {
  background-color: var(--custom-white) !important;
  border: 1px solid var(--input-border) !important;
  border-radius: 0.25rem !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid var(--input-border) !important;
  border-radius: 0.25rem !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%) !important;
  color: rgb(var(--default-text-color-rgb)) !important;
}
.select2-results__option--selectable {
  font-size: 0.813rem;
}
.select2-container--default .select2-results__option--selected {
  background-color: var(--primary-color) !important;
  color: #000 !important;
}
.select2-container--default .select2-results__option--selected.select2-results__option--highlighted {
  background-color: var(--primary-color) !important;
  color: #000 !important;
}
.select2-search__field {
  background-color: var(--custom-white) !important;
  color: rgb(var(--default-text-color-rgb)) !important;
}
.select2-search__field:focus-visible {
  outline: none !important;
}
.select2-container--default .select2-selection--multiple {
  background-color: var(--form-control-bg) !important;
  border: 1px solid var(--input-border) !important;
  border-radius: 0.25rem !important;
}
.select2-container .select2-selection--multiple {
  min-height: 2.25rem !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: var(--primary-color) !important;
  color: #000 !important;
  border: 1px solid var(--primary-color) !important;
  border-radius: 0.25rem !important;
  margin-block-start: 0.375rem !important;
  padding: 0px 18px !important;
}
.select2-selection--multiple .select2-search__field {
  background-color: transparent !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-inline-end: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #000 !important;
  inset-block-start: -0.15rem !important;
  font-weight: 500 !important;
  font-size: 1.125rem !important;
}
.select2-selection--multiple .select2-selection__choice__display {
  font-size: 0.75rem !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: var(--primary-color) !important;
}
.select2-results__option span img,
.select2-selection__rendered span img {
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 1.25rem;
  margin-inline-end: 0.25rem;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
}
.select2-container .select2-search--inline .select2-search__field {
  margin-block-start: 0.5rem !important;
}
.select2-container--disabled.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--disabled .select2-selection.select2-selection--multiple {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%) !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  font-weight: 400 !important;
  height: 1.25rem !important;
  font-size: 1.5625rem !important;
  width: 1.25rem !important;
  position: absolute !important;
  inset-inline-end: 0.625rem !important;
}
.select2-selection__clear {
  color: var(--text-muted);
}
.select2-dropdown {
  z-index: 10 !important;
}
[dir=rtl] .select2-container--default .select2-selection--single .select2-selection__clear {
  margin-left: 20px !important;
  padding-left: 0px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px !important;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 10px !important;
  right: auto !important;
}
.select2-container--open .select2-dropdown--above {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  overflow: hidden;
}
.select2-container--open .select2-dropdown--below {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  overflow: hidden;
}
.gridjs-table {
  width: 100%;
}
table.gridjs-table {
  text-align: start !important;
  font-size: 0.813rem !important;
  font-weight: 500 !important;
}
.gridjs-wrapper {
  box-shadow: none !important;
  border-radius: 0 !important;
}
.gridjs-wrapper:nth-last-of-type(2) {
  border-radius: 0 !important;
}
.gridjs-container {
  color: rgb(var(--default-text-color-rgb)) !important;
}
th.gridjs-th {
  background: transparent !important;
  border: 1px solid var(--default-border) !important;
  color: rgb(var(--default-text-color-rgb)) !important;
  padding: 0.75rem !important;
}
[data-theme-mode=dark] th.gridjs-th {
  border-color: rgba(255, 255, 255, 0.15) !important;
}
td.gridjs-td {
  border: 1px solid var(--default-border) !important;
  padding: 0.75rem !important;
}
.gridjs-tbody,
td.gridjs-td {
  background-color: transparent !important;
}
.gridjs-footer {
  background-color: transparent !important;
  border-bottom-width: 0 !important;
  border-color: transparent !important;
  border-radius: 0 !important;
  border-top: 0 !important;
  box-shadow: none !important;
  padding: 0.75rem 0 0 0 !important;
}
.gridjs-pagination {
  color: rgb(var(--default-text-color-rgb)) !important;
}
.gridjs-pagination .gridjs-pages button:first-child {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.gridjs-pagination .gridjs-pages button:last-child {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
@media (max-width: 575.98px) {
  .gridjs-search-input {
    width: 12.5rem !important;
  }
}
[dir=rtl] .gridjs-pagination .gridjs-pages button:first-child {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
[dir=rtl] .gridjs-pagination .gridjs-pages button:last-child {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.gridjs-pagination .gridjs-pages button:disabled,
.gridjs-pagination .gridjs-pages button:hover:disabled,
.gridjs-pagination .gridjs-pages button[disabled] {
  background-color: var(--custom-white) !important;
  color: rgb(var(--default-text-color-rgb)) !important;
}
.gridjs-pagination .gridjs-pages button {
  background-color: var(--custom-white) !important;
  border: 1px solid var(--default-border) !important;
  padding: 0.375 0.75rem !important;
  color: rgb(var(--default-text-color-rgb)) !important;
}
.gridjs-pagination .gridjs-pages button:focus {
  box-shadow: none !important;
  margin-inline-end: 0 !important;
}
.gridjs-pagination .gridjs-pages button.gridjs-currentPage {
  font-weight: 600 !important;
  background-color: var(--primary-color) !important;
  color: #000 !important;
}
.gridjs-pagination .gridjs-pages {
  float: end !important;
}
input.gridjs-input {
  background-color: var(--form-control-bg) !important;
  border: 1px solid var(--default-border) !important;
  border-radius: 0.25rem !important;
  font-size: 0.95rem !important;
  padding: 0.375rem 0.75rem !important;
  line-height: 1.6 !important;
  color: rgb(var(--default-text-color-rgb)) !important;
}
input.gridjs-input:focus {
  box-shadow: none !important;
  border: 1px solid var(--primary-color) !important;
}
button.gridjs-sort {
  float: end !important;
  height: 1.25rem !important;
  width: 0.625rem !important;
}
button.gridjs-sort-desc {
  background-position-y: 54% !important;
  background-size: 0.5rem !important;
}
button.gridjs-sort-asc {
  background-position-y: 44% !important;
  background-size: 0.5rem !important;
}
th.gridjs-th-fixed {
  background-color: #0c1b18 !important;
}
#grid-header-fixed .gridjs-wrapper {
  border-block-start: 1px solid var(--default-border) !important;
  border-block-end: 1px solid var(--default-border) !important;
}
#grid-header-fixed .gridjs-container .gridjs-wrapper .gridjs-thead .gridjs-tr th {
  top: -1px !important;
}
.dataTables_wrapper .dataTables_paginate {
  margin: 0;
  text-align: end;
}
.dataTables_wrapper .dataTables_paginate .pagination {
  margin-block-end: 0;
  justify-content: end;
}
div.dataTables_scrollBody > table#datatable-basic {
  margin-block-end: 0.375rem !important;
}
.dataTables_filter {
  text-align: end !important;
}
.dataTables_info {
  padding-block-start: 0.625rem;
}
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc_disabled:before {
  content: "\f235" !important;
  font-family: bootstrap-icons !important;
  position: absolute;
  inset-inline-end: 0.8rem !important;
  top: 0.813rem !important;
  font-size: 0.5rem !important;
}
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_desc_disabled:after {
  content: "\f229" !important;
  font-family: bootstrap-icons !important;
  position: absolute;
  inset-inline-end: 0.8rem !important;
  top: 1.25rem !important;
  font-size: 0.5rem !important;
}
table.dataTable > thead .sorting,
table.dataTable > thead .sorting_asc,
table.dataTable > thead .sorting_desc,
table.dataTable > thead .sorting_asc_disabled,
table.dataTable > thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:after {
  position: absolute;
  display: block;
  opacity: 0.2;
}
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:after {
  opacity: 0.8;
}
div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
  margin: 0 0.25rem;
}
.dataTables_wrapper .dataTables_scrollHead table.dataTable {
  margin-block-end: 0;
}
.dataTables_wrapper .dataTables_scrollBody #datatable-basic {
  margin-block-start: -3px;
  border-block-start-color: transparent !important;
}
.dataTables_wrapper .dataTables_scrollBody table.dataTable > thead .sorting:before,
.dataTables_wrapper .dataTables_scrollBody table.dataTable > thead .sorting:after,
.dataTables_wrapper .dataTables_scrollBody table.dataTable > thead .sorting_asc:before,
.dataTables_wrapper .dataTables_scrollBody table.dataTable > thead .sorting_asc:after,
.dataTables_wrapper .dataTables_scrollBody table.dataTable > thead .sorting_desc:before,
.dataTables_wrapper .dataTables_scrollBody table.dataTable > thead .sorting_desc:after,
.dataTables_wrapper .dataTables_scrollBody table.dataTable > thead .sorting_asc_disabled:before,
.dataTables_wrapper .dataTables_scrollBody table.dataTable > thead .sorting_asc_disabled:after,
.dataTables_wrapper .dataTables_scrollBody table.dataTable > thead .sorting_desc_disabled:before,
.dataTables_wrapper .dataTables_scrollBody table.dataTable > thead .sorting_desc_disabled:after {
  display: none;
}
div.dt-button-info {
  background-color: var(--custom-white) !important;
  border: 1px solid var(--default-border) !important;
}
div.dt-button-info h2 {
  background-color: var(--custom-white) !important;
  border-bottom: 1px solid var(--default-border) !important;
}
@media (max-width: 767.98px) {
  .data-table-btn {
    margin: 0.5625rem 0 0.5rem 0 !important;
  }
  .dataTables_length,
  .dataTables_filter,
  .dataTables_info {
    text-align: center;
  }
  .dataTables_filter {
    margin-block-start: 0.5rem;
  }
  .dataTables_paginate .pagination {
    justify-content: center !important;
  }
  .dataTables_info {
    padding-block-start: 0;
    padding-block-end: 0.5rem;
  }
  div.dtr-modal div.dtr-modal-display {
    width: 95% !important;
    height: 95% !important;
    background-color: var(--custom-white) !important;
    border: 1px solid var(--default-border) !important;
    box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05) !important;
  }
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center !important;
  }
}
div.dtr-modal {
  z-index: 99999 !important;
}
@media (max-width: 575.98px) {
  .dataTables_paginate .pagination .paginate_button .page-link {
    font-size: 0.625rem;
    padding: 0.25rem 0.5rem;
  }
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control {
  padding-inline-start: 1.875rem !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  color: #fff !important;
  border: 0.15em solid #fff !important;
  box-shadow: 0 0 0.2em var(--primary-color) !important;
  background-color: var(--primary-color) !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  content: "-";
  background-color: rgb(var(--success-rgb)) !important;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-block-start: 0 !important;
}
table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-block-end: 1px solid var(--default-border) !important;
}
table.dataTable > tbody > tr.child span.dtr-title {
  min-width: 4.688rem !important;
}
div.dtr-modal div.dtr-modal-close {
  top: 0px !important;
  border: 0px solid var(--default-border) !important;
  font-size: 1.5rem !important;
  background-color: transparent !important;
}
div.dtr-modal div.dtr-modal-background {
  background: rgba(0, 0, 0, 0.3) !important;
}
.dtr-modal-content h2 {
  font-size: 0.875rem !important;
  font-weight: 600 !important;
}
.dt-button {
  font-size: 0.8125rem !important;
  border-radius: 0.3rem !important;
  box-shadow: none !important;
  font-weight: 500 !important;
  padding: 0.375rem 0.75rem !important;
  background-color: var(--primary-color);
  color: #000;
  border: 0;
}
.dt-buttons {
  float: left !important;
}
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting_asc_disabled,
table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
  padding-inline-end: 1.625rem;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: start !important;
}
table.table-bordered.dataTable th:first-child,
table.table-bordered.dataTable th:first-child,
table.table-bordered.dataTable td:first-child,
table.table-bordered.dataTable td:first-child {
  border-inline-start-width: 1px !important;
}
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-inline-end-width: 1px !important;
}
div.dataTables_wrapper div.dataTables_filter#scroll-vertical_filter input {
  margin-right: 0.2em;
}
[dir=rtl] div.dtr-modal div.dtr-modal-close {
  left: 6px;
  right: auto;
}
[dir=rtl] div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-left: 0;
  padding-right: initial;
}
[dir=rtl] div.dataTables_wrapper div.dataTables_filter#scroll-vertical_filter input {
  margin-right: 0.5rem;
  margin-left: 0.2em;
}
[dir=rtl] div.dataTables_wrapper div.dataTables_filter input {
  margin-right: 0.5rem;
  margin-left: 0;
}
[dir=rtl] table.table-bordered.dataTable th:first-child,
[dir=rtl] table.table-bordered.dataTable th:first-child,
[dir=rtl] table.table-bordered.dataTable td:first-child,
[dir=rtl] table.table-bordered.dataTable td:first-child {
  border-right-width: 1px;
  border-left-width: 0;
}
[dir=rtl] table.table-bordered.dataTable th:last-child,
[dir=rtl] table.table-bordered.dataTable th:last-child,
[dir=rtl] table.table-bordered.dataTable td:last-child,
[dir=rtl] table.table-bordered.dataTable td:last-child {
  border-inline-start-width: 1px;
}
[dir=rtl] div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-inline-end: 0;
}
[dir=rtl] div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-inline-start: 0;
}
[dir=rtl] .dt-buttons {
  float: right !important;
}
table.dataTable > tbody > tr.selected > * {
  background-color: var(--primary01);
  color: rgb(var(--default-text-color-rgb)) !important;
  box-shadow: none !important;
}
@media (min-width: 768px) {
  .data-table-btn {
    position: absolute;
    inset-inline-start: 13rem;
    z-index: 1;
  }
}
#file-export_wrapper .dt-buttons button {
  margin: 0.25rem;
}
.data-table-btn {
  margin: -0.4375rem 0 0 0;
}
.swal2-container .swal2-title {
  font-size: 1.15rem;
  padding: 2rem 2rem 0.5rem;
}
.swal2-container .swal2-footer {
  padding: 1.5rem 1.5rem 0;
}
.swal2-container .swal2-popup {
  background: var(--custom-white);
  color: rgb(var(--default-text-color-rgb));
  padding: 0 0 2rem;
}
.swal2-container .swal2-center > .swal2-popup {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.swal2-container .swal2-actions {
  margin: 1rem auto 0;
}
.swal2-container .swal2-styled.swal2-confirm {
  margin: 0;
  padding: 0.375em 0.75rem;
  box-shadow: none;
  font-size: 0.8125rem;
  border-radius: 0.3rem;
}
.swal2-container .swal2-styled.swal2-confirm:focus,
.swal2-container .swal2-styled.swal2-cancel:focus,
.swal2-container .swal2-styled.swal2-deny:focus {
  box-shadow: none;
}
.swal2-container .swal2-styled.swal2-confirm {
  background-color: var(--primary-color) !important;
  color: #000;
}
.swal2-container .swal2-footer {
  border-top: 1px solid var(--default-border);
}
.swal2-container .swal2-icon {
  width: 4rem;
  height: 4rem;
  margin: 2rem auto 0rem;
}
.swal2-container .swal2-icon.swal2-question {
  border-color: rgb(var(--success-rgb));
  color: rgb(var(--success-rgb));
}
.swal2-container .swal2-icon.swal2-error {
  border-color: rgb(var(--danger-rgb));
  color: rgb(var(--danger-rgb));
}
.swal2-container .swal2-icon.swal2-info {
  border-color: rgb(var(--info-rgb));
  color: rgb(var(--info-rgb));
}
.swal2-container .swal2-icon.swal2-warning {
  border-color: rgb(var(--warning-rgb));
  color: rgb(var(--warning-rgb));
}
.swal2-container .swal2-icon .swal2-icon-content {
  font-size: 3rem;
}
.swal2-container .swal2-image {
  border-radius: 0.25rem;
}
.swal2-container .swal2-html-container {
  margin: 0rem 1.6rem 0.3rem;
  font-size: 0.8rem;
  color: var(--text-muted);
}
.swal2-container .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  inset-inline-start: 1em;
}
.swal2-container .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 1.9em;
  width: 2em;
  height: 0.3em;
  background-color: rgb(var(--danger-rgb));
}
.swal2-container .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  inset-inline-end: 1em;
  inset-block-start: 1.875rem;
}
.swal2-container .swal2-close:focus {
  box-shadow: none;
}
.swal2-container .swal2-deny,
.swal2-container .swal2-cancel {
  margin-inline-start: 0.625rem;
}
.swal2-container .swal2-close {
  font-size: 2rem;
  color: var(--text-muted);
  opacity: 0.5;
}
.swal2-container .swal2-close:hover {
  color: var(--primary-color);
}
.swal2-container .swal2-styled.swal2-deny {
  background-color: rgb(var(--danger-rgb));
  padding: 0.375em 0.75rem;
  box-shadow: none;
  font-size: 0.8125rem;
  border-radius: 0.3rem;
}
.swal2-container .swal2-styled.swal2-cancel {
  background-color: rgb(var(--light-rgb)) !important;
  color: rgb(var(--default-text-color-rgb));
  padding: 0.375em 0.75rem;
  box-shadow: none;
  font-size: 0.8125rem;
  border-radius: 0.3rem;
}
.swal2-container .swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.05em;
  inset-inline-end: 0.45em;
  width: 2em;
}
.swal2-container .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.375em;
  inset-inline-start: 0.9125em;
  width: 1.2625em;
}
.swal2-container .swal2-file:focus,
.swal2-container .swal2-input:focus,
.swal2-container .swal2-textarea:focus {
  border: 1px solid var(--default-border);
  box-shadow: none;
}
div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea) {
  border-color: var(--default-border) !important;
}
[dir=rtl] .swal2-container .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  inset-inline-start: 1.9125em;
}
[dir=rtl] .swiper {
  direction: ltr;
}
[dir=rtl] .swiper-backface-hidden .swiper-slide {
  direction: rtl;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.swiper-button-next,
.swiper-button-prev {
  width: 1.563rem !important;
  height: 1.563rem !important;
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0.25rem;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 0.75rem !important;
  font-weight: 800 !important;
}
.swiper-horizontal1 .swiper-slide {
  height: auto;
}
.swiper-pagination-bullet {
  width: 1.25rem !important;
  height: 0.25rem !important;
  border-radius: 0.25rem !important;
  background: #fff !important;
}
.swiper-pagination-bullet-active {
  background: #fff !important;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: rgb(var(--success-rgb)) !important;
}
.swiper-pagination {
  color: #fff;
}
.custom-pagination .swiper-pagination-bullet {
  width: 1.5rem !important;
  height: 1.5rem !important;
  padding: 0.188rem;
  background-color: rgba(255, 255, 255, 0.3) !important;
  color: #fff !important;
  opacity: 1 !important;
}
.custom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff !important;
  color: #000 !important;
}
.swiper-scrollbar {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.swiper-scrollbar-drag {
  background-color: #fff !important;
}
.swiper.vertical {
  height: 21.875rem;
}
.swiper-preview {
  height: 80%;
  width: 100%;
}
.swiper-view {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.swiper-view .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.swiper-view .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-preview .swiper-wrapper {
  margin-block-end: 0.65rem;
}
pre[class*=language-]:after,
pre[class*=language-]:before {
  display: none !important;
}
pre[class*=language-] > code {
  border-inline-start: 1px solid var(--default-border) !important;
  box-shadow: none !important;
  background-color: rgb(var(--light-rgb)) !important;
  border: 1px solid var(--default-border);
  border-radius: 0.25rem;
  background-image: none !important;
  white-space: pre-wrap;
}
:not(pre) > code[class*=language-],
pre[class*=language-] {
  background-color: transparent !important;
  margin-bottom: 0 !important;
  max-height: 400px;
  overflow-y: hidden !important;
  border-radius: 0.25rem;
}
code[class*=language-],
pre[class*=language-] {
  color: rgb(var(--default-text-color-rgb)) !important;
  font-size: 0.82rem !important;
}
pre[class*=language-] {
  margin: 0 !important;
}
code[class*=language-] {
  padding: 1rem !important;
}
.prism-toggle {
  margin: 0.25rem;
}
[dir=rtl] pre[class*=language-] > code {
  border-left: 0;
  text-align: right;
}
#draggable-left .card,
#draggable-right .card {
  touch-action: none;
}
.star-rating {
  touch-action: none;
}
.star-rating .star-value {
  touch-action: none;
}
.gantt .lower-text {
  fill: rgb(var(--default-text-color-rgb)) !important;
}
.gantt .grid-header {
  fill: transparent !important;
  stroke: var(--default-border) !important;
}
.gantt .bar-label.big {
  fill: rgb(var(--default-text-color-rgb)) !important;
}
.gantt .grid-row {
  fill: transparent !important;
}
.gantt .row-line {
  stroke: var(--default-border) !important;
}
.gantt .bar {
  stroke: #fff !important;
}
.gantt .upper-text {
  fill: #fff !important;
}
.gantt .tick {
  stroke: transparent !important;
  stroke-width: 1 !important;
}
.gantt .arrow {
  stroke: var(--default-border) !important;
}
.gantt .today-highlight {
  fill: rgba(255, 255, 255, 0.1) !important;
}
.gantt .bar-wrapper:hover .bar {
  fill: rgba(255, 255, 255, 0.1) !important;
}
.upcoming-events-list li {
  margin-block-end: 1.5rem;
  padding-inline-start: 1.5rem;
  position: relative;
}
.upcoming-events-list li::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0.25rem;
  inset-inline-start: 0;
  border-radius: 0.25rem;
}
.upcoming-events-list li:nth-child(1)::before {
  background-color: var(--primary-color);
  opacity: 0.3;
}
.upcoming-events-list li:nth-child(2)::before {
  background-color: rgb(var(--secondary-rgb));
  opacity: 0.3;
}
.upcoming-events-list li:nth-child(3)::before {
  background-color: rgb(var(--success-rgb));
  opacity: 0.3;
}
.upcoming-events-list li:nth-child(4)::before {
  background-color: rgb(var(--danger-rgb));
  opacity: 0.3;
}
.upcoming-events-list li:nth-child(5)::before {
  background-color: rgb(var(--info-rgb));
  opacity: 0.3;
}
.upcoming-events-list li:nth-child(5)::before {
  background-color: rgb(var(--warning-rgb));
  opacity: 0.3;
}
.upcoming-events-list li:last-child {
  margin-block-end: 0;
}
.border-top-card {
  border-top-width: 0.188rem !important;
  border-top-style: solid !important;
}
.border-top-card.border-top-primary {
  border-top-color: var(--primary-color);
}
.border-top-card.border-top-secondary {
  border-top-color: rgb(var(--secondary-rgb));
}
.border-top-card.border-top-warning {
  border-top-color: rgb(var(--warning-rgb));
}
.border-top-card.border-top-info {
  border-top-color: rgb(var(--info-rgb));
}
.border-top-card.border-top-success {
  border-top-color: rgb(var(--success-rgb));
}
.border-top-card.border-top-danger {
  border-top-color: rgb(var(--danger-rgb));
}
#users-map {
  height: 14rem;
}
#users-map #jvm-markers-labels-group {
  display: none;
}
[dir=ltr] #views .apexcharts-yaxis {
  transform: translate(0, 0);
}
#Revenue-chart .apexcharts-grid line,
#Net-profit .apexcharts-grid line,
#Orders .apexcharts-grid line {
  stroke: transparent;
}
#budget-chart .apexcharts-yaxis-texts-g,
#budget-chart .apexcharts-xaxis-texts-g {
  display: none;
}
#budget-chart .apexcharts-grid line {
  stroke: transparent;
}
#budget-chart .apexcharts-grid-borders line {
  stroke: transparent;
}
.budget-chart {
  position: absolute;
  inset-block-end: -3.75rem;
  inset-inline-end: 0;
  inset-inline-start: -1.5rem;
}
[dir=rtl] .budget-chart {
  inset-inline-end: 0;
  inset-inline-start: auto;
}
.timeline-widget .timeline-widget-list {
  margin-block-end: 1.5rem;
  position: relative;
}
.timeline-widget .timeline-widget-list:before {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  inset-inline-start: 2.688rem;
  top: 0.25rem;
  border-radius: 3.125rem;
  border: 0.125rem solid var(--default-border);
  background-color: var(--custom-white);
}
.timeline-widget .timeline-widget-list:last-child {
  margin-block-end: 0;
}
.timeline-widget:before {
  position: absolute;
  content: "";
  width: 0.125rem;
  height: 100%;
  background-color: var(--default-border);
  inset-block-start: 0;
  inset-inline-start: 3rem;
}
.timeline-widget {
  position: relative;
}
.custom-profile-widget {
  background: url(https://oarlin-bb3cf8e14b12.herokuapp.com/media-34-B6GCZEQH.jpg) !important;
  position: relative;
  height: 6rem;
}
.custom-profile-widget::before {
  content: "";
  position: absolute;
  background: var(--primary-color);
  width: 100%;
  height: 100%;
  inset-block-start: 0;
  inset-inline-start: 0;
  opacity: 0.8;
}
.custom-profile-widget .avatar {
  position: absolute;
  content: "";
  inset-inline-start: 9rem;
  inset-block-start: 4rem;
  border: 3px solid #000;
  box-shadow: 0 3px 5px var(--black-2);
}
[data-vertical-style=closed][data-toggled=close-menu-close] .app-sidebar {
  display: none;
}
@media (min-width: 992px) {
  [data-vertical-style=closed][data-toggled=close-menu-close] .app-content {
    margin-inline-start: 0;
  }
  [data-vertical-style=closed][data-toggled=close-menu-close] .app-header {
    padding-inline-start: 0;
  }
}
[data-vertical-style=closed][data-toggled=close-menu-open] .app-sidebar {
  display: block;
}
@media (min-width: 992px) {
  [data-vertical-style=closed][data-toggled=close-menu-open] .app-content {
    margin-inline-start: 16rem;
  }
  [data-vertical-style=closed][data-toggled=close-menu-open] .app-header {
    padding-inline-start: 16rem;
  }
}
@media (min-width: 992px) {
  [data-vertical-style=detached] .page {
    width: 95%;
    margin: 0 auto;
    padding-inline-start: 1.25rem;
  }
  [data-vertical-style=detached] .app-sidebar {
    inset-block-start: calc(64px + 1.75rem);
    inset-block-end: 1.5rem;
    inset-inline-start: inherit;
    border-radius: 0;
    height: auto !important;
  }
  [data-vertical-style=detached] .app-sidebar:before {
    border-radius: 0;
  }
  [data-vertical-style=detached] .app-sidebar .main-sidebar-header {
    display: none;
  }
  [data-vertical-style=detached] .app-header .sidemenu-toggle.header-link.animated-arrow.hor-toggle.horizontal-navtoggle {
    margin-inline-start: 1.25rem;
  }
  [data-vertical-style=detached] .main-sidebar {
    height: 100%;
    margin-block-start: 0;
    box-shadow: none !important;
  }
  [data-vertical-style=detached] .main-header-container .header-content-left {
    padding: 0;
  }
  [data-vertical-style=detached] .app-content {
    margin-inline-start: 16rem;
    position: relative;
    margin-block-start: 5.75rem;
  }
  [data-vertical-style=detached][data-page-style=classic] .app-sidebar {
    border: 1px solid var(--menu-border-color);
  }
  [data-vertical-style=detached][data-theme-mode=light][data-header-styles=dark] .horizontal-logo .header-logo .desktop-logo,
  [data-vertical-style=detached][data-theme-mode=light][data-header-styles=dark] .horizontal-logo .header-logo .toggle-logo,
  [data-vertical-style=detached][data-theme-mode=light][data-header-styles=dark] .horizontal-logo .header-logo .toggle-dark {
    display: none;
  }
  [data-vertical-style=detached][data-theme-mode=light][data-header-styles=dark] .horizontal-logo .header-logo .desktop-dark {
    display: block;
  }
  [data-vertical-style=detached][data-theme-mode=dark] .horizontal-logo .header-logo .desktop-logo,
  [data-vertical-style=detached][data-theme-mode=dark] .horizontal-logo .header-logo .toggle-logo,
  [data-vertical-style=detached][data-theme-mode=dark] .horizontal-logo .header-logo .toggle-dark {
    display: none;
  }
  [data-vertical-style=detached][data-theme-mode=dark] .horizontal-logo .header-logo .desktop-dark {
    display: block;
  }
  [data-vertical-style=detached][data-toggled=detached-close]:not([data-icon-overlay=open]) .app-sidebar {
    width: 4rem;
  }
  [data-vertical-style=detached][data-toggled=detached-close]:not([data-icon-overlay=open]) .app-sidebar .side-menu__label,
  [data-vertical-style=detached][data-toggled=detached-close]:not([data-icon-overlay=open]) .app-sidebar .side-menu__angle,
  [data-vertical-style=detached][data-toggled=detached-close]:not([data-icon-overlay=open]) .app-sidebar .category-name,
  [data-vertical-style=detached][data-toggled=detached-close]:not([data-icon-overlay=open]) .app-sidebar .slide-menu,
  [data-vertical-style=detached][data-toggled=detached-close]:not([data-icon-overlay=open]) .app-sidebar .side-menu__item .badge {
    display: none !important;
  }
  [data-vertical-style=detached][data-toggled=detached-close]:not([data-icon-overlay=open]) .app-sidebar .side-menu__item {
    justify-content: center;
  }
  [data-vertical-style=detached][data-toggled=detached-close]:not([data-icon-overlay=open]) .app-sidebar .side-menu__item .side-menu__icon {
    margin-inline-end: 0;
  }
  [data-vertical-style=detached][data-toggled=detached-close]:not([data-icon-overlay=open]) .app-sidebar .slide__category {
    padding: 1.2rem 1.65rem;
    position: relative;
  }
  [data-vertical-style=detached][data-toggled=detached-close]:not([data-icon-overlay=open]) .app-sidebar .slide__category:before {
    content: "";
    position: absolute;
    inset-inline-start: 2.25rem;
    inset-inline-end: 0;
    inset-block-start: 1.25rem;
    inset-block-end: 0;
    width: 0.35rem;
    border-radius: 3.125rem;
    height: 0.35rem;
    border: 1px solid var(--menu-prime-color);
    opacity: 1;
  }
  [data-vertical-style=detached][data-toggled=detached-close] .app-content {
    margin-inline-start: 4.25rem;
    position: relative;
  }
  [data-vertical-style=detached][data-toggled=detached-close][data-icon-overlay=open] .app-sidebar {
    width: 16rem;
  }
  [data-vertical-style=detached][data-toggled=detached-close][data-icon-overlay=open] .app-sidebar .main-sidebar-header {
    width: 16rem;
  }
  [data-vertical-style=detached][data-toggled=detached-close][data-icon-overlay=open] .app-sidebar .main-sidebar-header .header-logo .desktop-logo {
    display: block !important;
  }
  [data-vertical-style=detached][data-toggled=detached-close][data-icon-overlay=open] .app-sidebar .main-sidebar-header .header-logo .desktop-dark,
  [data-vertical-style=detached][data-toggled=detached-close][data-icon-overlay=open] .app-sidebar .main-sidebar-header .header-logo .toggle-logo,
  [data-vertical-style=detached][data-toggled=detached-close][data-icon-overlay=open] .app-sidebar .main-sidebar-header .header-logo .toggle-dark {
    display: none !important;
  }
  [data-vertical-style=detached][data-toggled=detached-close][data-icon-overlay=open] .app-sidebar .side-menu__item {
    justify-content: flex-start;
  }
  [data-vertical-style=detached][data-toggled=detached-close][data-icon-overlay=open] .app-sidebar .side-menu__icon {
    margin-inline-end: 0.625rem;
  }
  [data-vertical-style=detached][data-toggled=detached-close][data-icon-overlay=open] .app-sidebar .slide__category {
    padding: 0.75rem 1.65rem;
  }
  [data-vertical-style=detached][data-toggled=detached-close][data-icon-overlay=open] .app-sidebar .slide__category:before {
    display: none;
  }
  [data-vertical-style=detached] .app-header {
    padding-inline-start: 0;
  }
  [data-vertical-style=detached] .app-header .main-header-container {
    width: 93%;
    position: relative;
    padding-inline: 0;
  }
  [data-vertical-style=detached] .app-header .horizontal-logo {
    padding: 1rem 0;
    display: block;
  }
  [data-vertical-style=detached] .app-header .horizontal-logo img {
    height: 1.5rem;
    line-height: 1.5rem;
  }
  [data-vertical-style=detached] .app-header .horizontal-logo .desktop-logo {
    display: block;
  }
  [data-vertical-style=detached] .app-header .horizontal-logo .desktop-dark,
  [data-vertical-style=detached] .app-header .horizontal-logo .toggle-logo,
  [data-vertical-style=detached] .app-header .horizontal-logo .toggle-dark {
    display: none;
  }
  [data-vertical-style=detached] .footer {
    box-shadow: none;
    background-color: transparent !important;
  }
  [data-vertical-style=detached][data-menu-styles=dark][data-bg-img=bgimg3] .app-sidebar:before,
  [data-vertical-style=detached][data-menu-styles=dark][data-bg-img=bgimg1] .app-sidebar:before,
  [data-vertical-style=detached][data-menu-styles=dark][data-bg-img=bgimg2] .app-sidebar:before,
  [data-vertical-style=detached][data-menu-styles=dark][data-bg-img=bgimg4] .app-sidebar:before,
  [data-vertical-style=detached][data-menu-styles=dark][data-bg-img=bgimg5] .app-sidebar:before {
    border-radius: 0;
  }
}
[data-vertical-style=detached][data-icon-overlay=open] .app-sidebar {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}
@media (min-width: 992px) {
  [data-vertical-style=doublemenu] .app-sidebar {
    width: 5rem;
  }
  [data-vertical-style=doublemenu] .app-sidebar .main-sidebar {
    overflow: visible;
    height: 100%;
    box-shadow: none;
    margin-block-start: 0;
  }
  [data-vertical-style=doublemenu] .app-sidebar .slide-menu.child1 {
    padding-block-end: 3rem;
  }
  [data-vertical-style=doublemenu] .app-sidebar .main-sidebar-header {
    width: 4.9rem;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-block-end: 1px solid var(--default-border);
    justify-content: center;
  }
  [data-vertical-style=doublemenu] .app-sidebar .main-sidebar-header .header-logo .toggle-logo {
    display: block !important;
  }
  [data-vertical-style=doublemenu] .app-sidebar .main-sidebar-header .header-logo .desktop-dark,
  [data-vertical-style=doublemenu] .app-sidebar .main-sidebar-header .header-logo .desktop-logo,
  [data-vertical-style=doublemenu] .app-sidebar .main-sidebar-header .header-logo .toggle-dark {
    display: none !important;
  }
  [data-vertical-style=doublemenu] .app-sidebar .main-menu-container {
    margin-block-start: 3.75rem;
  }
  [data-vertical-style=doublemenu] .app-sidebar .main-menu > .slide {
    padding: 0 1.2rem;
  }
  [data-vertical-style=doublemenu] .app-sidebar .category-name,
  [data-vertical-style=doublemenu] .app-sidebar .side-menu__label,
  [data-vertical-style=doublemenu] .app-sidebar .side-menu__angle {
    display: none;
  }
  [data-vertical-style=doublemenu] .app-sidebar .side-menu__icon {
    margin-inline-end: 0;
  }
  [data-vertical-style=doublemenu] .app-sidebar .slide__category {
    display: none;
  }
  [data-vertical-style=doublemenu] .app-sidebar .simplebar-content-wrapper {
    position: initial;
  }
  [data-vertical-style=doublemenu] .app-sidebar .simplebar-mask {
    position: inherit;
  }
  [data-vertical-style=doublemenu] .app-sidebar .simplebar-placeholder {
    height: auto !important;
  }
  [data-vertical-style=doublemenu] .app-header {
    padding-inline-start: 17rem;
  }
  [data-vertical-style=doublemenu] .app-content {
    margin-inline-start: 17rem;
  }
  [data-vertical-style=doublemenu] .slide.has-sub .slide-menu {
    position: absolute !important;
    inset-inline-start: 5rem !important;
    background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
    box-shadow: none;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    transition: none !important;
    height: 100% !important;
    inset-inline-end: 0;
    border-inline-end: 1px solid var(--menu-border-color);
  }
  [data-vertical-style=doublemenu] .slide.has-sub .slide-menu.child2,
  [data-vertical-style=doublemenu] .slide.has-sub .slide-menu.child3 {
    inset-inline-start: 0 !important;
    position: relative !important;
    height: auto !important;
    inset-block-start: 0 !important;
    border-inline-end: 0;
    background: transparent;
  }
  [data-vertical-style=doublemenu] .slide.has-sub .slide-menu.child2 .slide:nth-child(2),
  [data-vertical-style=doublemenu] .slide.has-sub .slide-menu.child3 .slide:nth-child(2) {
    padding-block-start: 0rem;
  }
  [data-vertical-style=doublemenu] .slide-menu.child1 .slide,
  [data-vertical-style=doublemenu] .slide-menu.child2 .slide,
  [data-vertical-style=doublemenu] .slide-menu.child3 .slide {
    padding-inline-start: 0;
  }
  [data-vertical-style=doublemenu] .slide-menu.child1 .slide .side-menu__item,
  [data-vertical-style=doublemenu] .slide-menu.child2 .slide .side-menu__item,
  [data-vertical-style=doublemenu] .slide-menu.child3 .slide .side-menu__item {
    text-align: start;
  }
  [data-vertical-style=doublemenu] .slide-menu.child1 .slide .side-menu__item:before,
  [data-vertical-style=doublemenu] .slide-menu.child2 .slide .side-menu__item:before,
  [data-vertical-style=doublemenu] .slide-menu.child3 .slide .side-menu__item:before {
    display: none;
  }
  [data-vertical-style=doublemenu] .slide-menu.child1 .side-menu__angle,
  [data-vertical-style=doublemenu] .slide-menu.child2 .side-menu__angle,
  [data-vertical-style=doublemenu] .slide-menu.child3 .side-menu__angle {
    display: block;
    inset-inline-end: 1rem;
    inset-block-start: 0.65rem;
  }
  [data-vertical-style=doublemenu] .slide-menu.child2,
  [data-vertical-style=doublemenu] .slide-menu.child3 {
    min-width: 10rem;
  }
  [data-vertical-style=doublemenu] .slide-menu.child1 {
    min-width: 12rem;
  }
  [data-vertical-style=doublemenu] .slide-menu.child1 .slide:nth-child(2) {
    padding-block-start: 0.75rem;
  }
  [data-vertical-style=doublemenu] .side-menu__label1 {
    display: block !important;
    font-size: 0.938rem;
    font-weight: 500;
    color: var(--menu-prime-color);
    border-block-end: 1px solid var(--menu-border-color);
    padding: 1.5rem 1rem !important;
    width: 12rem;
    height: 4.25rem;
  }
  [data-vertical-style=doublemenu] .slide-menu {
    display: none;
  }
  [data-vertical-style=doublemenu] .slide-menu.double-menu-active {
    visibility: visible !important;
    display: block !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    border-radius: 0 !important;
    border-block-start: 0;
    overflow: hidden scroll;
  }
  [data-vertical-style=doublemenu][data-theme-mode=light][data-menu-styles=dark] .app-sidebar .main-sidebar-header .header-logo .desktop-logo,
  [data-vertical-style=doublemenu][data-theme-mode=light][data-menu-styles=dark] .app-sidebar .main-sidebar-header .header-logo .desktop-dark,
  [data-vertical-style=doublemenu][data-theme-mode=light][data-menu-styles=dark] .app-sidebar .main-sidebar-header .header-logo .toggle-logo {
    display: none !important;
  }
  [data-vertical-style=doublemenu][data-theme-mode=light][data-menu-styles=dark] .app-sidebar .main-sidebar-header .header-logo .toggle-dark {
    display: block !important;
  }
  [data-vertical-style=doublemenu][data-theme-mode=dark] .app-sidebar .main-sidebar-header .header-logo .desktop-logo,
  [data-vertical-style=doublemenu][data-theme-mode=dark] .app-sidebar .main-sidebar-header .header-logo .desktop-dark,
  [data-vertical-style=doublemenu][data-theme-mode=dark] .app-sidebar .main-sidebar-header .header-logo .toggle-logo {
    display: none !important;
  }
  [data-vertical-style=doublemenu][data-theme-mode=dark] .app-sidebar .main-sidebar-header .header-logo .toggle-dark {
    display: block !important;
  }
  [data-vertical-style=doublemenu][data-toggled=double-menu-close] .app-header {
    padding-inline-start: 5rem;
  }
  [data-vertical-style=doublemenu][data-toggled=double-menu-close] .app-content {
    margin-inline-start: 5rem;
  }
  [data-vertical-style=doublemenu][data-toggled=double-menu-close] .app-sidebar .slide.has-sub .slide-menu {
    display: none !important;
  }
  [data-vertical-style=doublemenu][data-toggled=double-menu-close] .app-sidebar .main-sidebar {
    box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  }
  [data-vertical-style=doublemenu][data-toggled=double-menu-open] .app-sidebar .main-sidebar .slide.side-menu__label1 {
    border-inline-end: 1px solid var(--default-border);
  }
  [data-vertical-style=doublemenu] .slide-menu.double-menu-active::-webkit-scrollbar {
    width: 0 !important;
  }
  [data-vertical-style=doublemenu] .main-menu {
    margin-block-start: 15px;
  }
  [data-vertical-style=doublemenu] .main-menu > .slide {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  [data-nav-layout=horizontal] {
  }
  [data-nav-layout=horizontal][data-theme-mode=light] .app-sidebar .side-menu__item.active,
  [data-nav-layout=horizontal][data-theme-mode=light] .app-sidebar .side-menu__item:hover,
  [data-nav-layout=horizontal][data-theme-mode=dark] .app-sidebar .side-menu__item.active,
  [data-nav-layout=horizontal][data-theme-mode=dark] .app-sidebar .side-menu__item:hover {
    background-color: transparent;
  }
  [data-nav-layout=horizontal] .app-sidebar {
    box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  }
  [data-nav-layout=horizontal] .app-sidebar.sticky-pin {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }
  [data-nav-layout=horizontal] .app-sidebar .side-menu__icon {
    font-size: 0.9rem;
    width: 0.9rem;
    height: 0.9rem;
  }
  [data-nav-layout=horizontal] .sidemenu-layout-styles {
    display: none;
  }
  [data-nav-layout=horizontal] .main-menu {
    display: flex !important;
    transition: all 0.5s ease;
  }
  [data-nav-layout=horizontal] .main-menu-container {
    display: inline-flex;
  }
  [data-nav-layout=horizontal] .app-sidebar .slide-menu.child1 .side-menu__item,
  [data-nav-layout=horizontal] .app-sidebar .slide-menu.child2 .side-menu__item {
    padding: 0.45rem 1rem;
  }
  [data-nav-layout=horizontal] .side-menu__label .badge {
    display: none;
  }
  [data-nav-layout=horizontal] .mega-menu {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
  }
  [data-nav-layout=horizontal] .app-header {
    padding-inline-start: 0 !important;
    z-index: 104;
    box-shadow: none;
  }
  [data-nav-layout=horizontal] .app-header .header-search-bar {
    margin-inline-start: 1.25rem;
  }
  [data-nav-layout=horizontal] .app-content {
    min-height: calc(100vh - 10.5rem);
    margin-block-start: 8.5rem;
    margin-inline-start: 0rem !important;
  }
  [data-nav-layout=horizontal] .app-content > .container-fluid {
    width: 94%;
    margin-inline-start: auto;
    margin-inline-end: auto;
  }
  [data-nav-layout=horizontal] .app-sidebar .main-sidebar,
  [data-nav-layout=horizontal] .app-sidebar .simplebar-mask {
    overflow: visible;
  }
  [data-nav-layout=horizontal] .app-sidebar .main-menu > .slide {
    margin: 0 0.1875rem;
  }
  [data-nav-layout=horizontal] .app-sidebar .main-sidebar {
    box-shadow: none;
  }
  [data-nav-layout=horizontal] .app-sidebar .slide-menu.child1,
  [data-nav-layout=horizontal] .app-sidebar .slide-menu.child2,
  [data-nav-layout=horizontal] .app-sidebar .slide-menu.child3 {
    border: 1px solid var(--menu-border-color);
  }
  [data-nav-layout=horizontal] .app-sidebar .slide-menu.child1 .side-menu__item:before,
  [data-nav-layout=horizontal] .app-sidebar .slide-menu.child2 .side-menu__item:before,
  [data-nav-layout=horizontal] .app-sidebar .slide-menu.child3 .side-menu__item:before {
    display: none;
  }
  [data-nav-layout=horizontal] .simplebar-offset {
    position: inherit !important;
  }
  [data-nav-layout=horizontal] .simplebar-wrapper {
    width: 100%;
  }
  [data-nav-layout=horizontal] .main-sidebar .simplebar-vertical {
    visibility: hidden !important;
  }
  [data-nav-layout=horizontal] .main-sidebar,
  [data-nav-layout=horizontal] .main-header-container {
    width: 94%;
    margin: 0 auto;
  }
  [data-nav-layout=horizontal] .horizontal-logo {
    padding: 1rem 0;
    display: block;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  [data-nav-layout=horizontal] .horizontal-logo .header-logo img {
    height: 1.5rem;
    line-height: 1.5rem;
  }
  [data-nav-layout=horizontal] .horizontal-logo .header-logo .desktop-dark {
    display: block;
  }
  [data-nav-layout=horizontal] .horizontal-logo .header-logo .desktop-logo,
  [data-nav-layout=horizontal] .horizontal-logo .header-logo .toggle-logo,
  [data-nav-layout=horizontal] .horizontal-logo .header-logo .toggle-dark {
    display: none;
  }
}
@media (min-width: 992px) {
  [data-nav-layout=horizontal] .main-header-container .sidemenu-toggle {
    display: none;
  }
  [data-nav-layout=horizontal] .app-sidebar {
    width: 100% !important;
    height: auto;
    border-block-end: 1px solid var(--menu-border-color);
    inset-block-start: 4.25rem;
  }
  [data-nav-layout=horizontal] .app-sidebar .slide-menu.child1 li,
  [data-nav-layout=horizontal] .app-sidebar .slide-menu.child2 li,
  [data-nav-layout=horizontal] .app-sidebar .slide-menu.child3 li {
    padding-inline-start: 0.5rem;
  }
  [data-nav-layout=horizontal] .app-sidebar .slide-menu.child1 .side-menu__item:before,
  [data-nav-layout=horizontal] .app-sidebar .slide-menu.child2 .side-menu__item:before,
  [data-nav-layout=horizontal] .app-sidebar .slide-menu.child3 .side-menu__item:before {
    inset-block-start: 1rem;
  }
  [data-nav-layout=horizontal] .app-sidebar .simplebar-content {
    padding: 0 !important;
    overflow: hidden;
  }
  [data-nav-layout=horizontal] .app-sidebar .simplebar-content-wrapper {
    overflow: visible !important;
    height: auto;
  }
  [data-nav-layout=horizontal] .app-sidebar .main-sidebar {
    padding: 0;
  }
  [data-nav-layout=horizontal] .app-sidebar .slide.has-sub .slide-menu.child1 {
    inset-inline-start: 1.5rem !important;
    padding: 0.1875rem 0;
  }
  [data-nav-layout=horizontal] .app-sidebar .slide.has-sub .slide-menu.child2,
  [data-nav-layout=horizontal] .app-sidebar .slide.has-sub .slide-menu.child3 {
    inset-inline-end: 100% !important;
    padding: 0.1875rem 0;
  }
  [data-nav-layout=horizontal] .app-sidebar .slide.has-sub .slide-menu.active {
    inset-inline-start: auto !important;
    inset-inline-end: auto !important;
  }
  [data-nav-layout=horizontal] .app-sidebar .slide-menu.child1 {
    position: absolute !important;
  }
  [data-nav-layout=horizontal] .app-sidebar .side-menu__item {
    width: 100%;
    display: flex;
    border-radius: 0;
    padding: 0.92rem;
  }
  [data-nav-layout=horizontal] .app-sidebar .side-menu__angle {
    inset-inline-end: 0.45rem;
    display: block;
  }
  [data-nav-layout=horizontal] .app-sidebar .side-menu__icon {
    margin-inline-end: 0.25rem;
    margin-block-end: 0;
  }
  [data-nav-layout=horizontal] .app-sidebar .slide.has-sub .slide-menu.child1 {
    background-color: var(--menu-bg);
    inset-block-start: 100% !important;
    min-width: 12rem;
  }
  [data-nav-layout=horizontal] .app-sidebar .slide {
    padding: 0;
  }
  [data-nav-layout=horizontal] .app-sidebar .slide-menu.child1 {
    border-radius: 0 0 0.25rem 0.25rem;
  }
  [data-nav-layout=horizontal] .app-sidebar .slide-menu.child1 .slide.has-sub,
  [data-nav-layout=horizontal] .app-sidebar .slide-menu.child1 .slide {
    width: 100%;
    display: flex;
    padding: 0 0.1875rem;
  }
  [data-nav-layout=horizontal] .app-sidebar .slide-menu.child2,
  [data-nav-layout=horizontal] .app-sidebar .slide-menu.child3 {
    border-radius: 0.25rem;
  }
  [data-nav-layout=horizontal] .app-sidebar .slide,
  [data-nav-layout=horizontal] .app-sidebar .slide.has-sub {
    position: static;
  }
  [data-nav-layout=horizontal] .app-sidebar .slide .slide-menu.child1,
  [data-nav-layout=horizontal] .app-sidebar .slide .slide-menu.child2,
  [data-nav-layout=horizontal] .app-sidebar .slide .slide-menu.child3,
  [data-nav-layout=horizontal] .app-sidebar .slide.has-sub .slide-menu.child1,
  [data-nav-layout=horizontal] .app-sidebar .slide.has-sub .slide-menu.child2,
  [data-nav-layout=horizontal] .app-sidebar .slide.has-sub .slide-menu.child3 {
    box-shadow: 0 0 0.375rem var(--black-1);
  }
  [data-nav-layout=horizontal] .app-sidebar .main-menu {
    margin-block-end: 0;
  }
  [data-nav-layout=horizontal] .main-sidebar-header {
    display: none !important;
  }
  [data-nav-layout=horizontal] .main-sidebar {
    margin-block-start: 0;
    padding-block-end: 3rem;
  }
  [data-nav-layout=horizontal] .slide__category {
    display: none;
  }
  [data-nav-layout=horizontal] .main-menu-container .slide-left {
    inset-inline-start: 1.438rem;
  }
  [data-nav-layout=horizontal] .main-menu-container .slide-left,
  [data-nav-layout=horizontal] .main-menu-container .slide-right {
    position: absolute;
    top: 0.563rem;
    padding: 0.375rem;
    color: var(--custom-white);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer;
    border: 1px solid var(--default-border);
    border-radius: 3.125rem;
  }
  [data-nav-layout=horizontal] .main-menu-container .slide-left,
  [data-nav-layout=horizontal] .main-menu-container .slide-right {
    position: absolute;
    top: 0.313rem;
    padding: 0.375rem;
    color: var(--custom-white);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer;
    border: 1px solid var(--default-border);
    border-radius: 3.125rem;
    background: var(--custom-white);
  }
  [data-nav-layout=horizontal] .main-menu-container .slide-right {
    inset-inline-end: -2%;
  }
  [data-nav-layout=horizontal] .main-menu-container .slide-left {
    inset-inline-start: -2%;
  }
  [data-nav-layout=horizontal][page-style=classic] .app-sidebar {
    border-block-end: 1px solid var(--default-border);
  }
  [data-nav-layout=horizontal][dir=rtl] .main-menu-container .slide-right,
  [data-nav-layout=horizontal][dir=rtl] .main-menu-container .slide-left {
    transform: rotate(180deg);
  }
  [data-nav-layout=horizontal][data-menu-styles=transparent][data-theme-mode=dark][data-icon-overlay=open] .app-sidebar:hover {
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
  }
  [data-nav-layout=horizontal][data-page-style=modern] .app-sidebar {
    border-block-end: 1px solid var(--header-border-color);
  }
  [data-nav-layout=horizontal][data-menu-styles=transparent][data-theme-mode=dark] .app-sidebar {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }
  [data-nav-layout=horizontal][data-nav-style=menu-click] .app-sidebar .slide.has-sub .slide-menu.child1.force-left,
  [data-nav-layout=horizontal][data-nav-style=menu-hover] .app-sidebar .slide.has-sub .slide-menu.child1.force-left,
  [data-nav-layout=horizontal][data-nav-style=icon-click] .app-sidebar .slide.has-sub .slide-menu.child1.force-left,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-sidebar .slide.has-sub .slide-menu.child1.force-left {
    inset-inline-end: 0 !important;
  }
  [data-nav-layout=horizontal][data-nav-style=menu-click] .app-sidebar .slide.has-sub .slide-menu.child2.force-left,
  [data-nav-layout=horizontal][data-nav-style=menu-click] .app-sidebar .slide.has-sub .slide-menu.child3.force-left,
  [data-nav-layout=horizontal][data-nav-style=menu-hover] .app-sidebar .slide.has-sub .slide-menu.child2.force-left,
  [data-nav-layout=horizontal][data-nav-style=menu-hover] .app-sidebar .slide.has-sub .slide-menu.child3.force-left,
  [data-nav-layout=horizontal][data-nav-style=icon-click] .app-sidebar .slide.has-sub .slide-menu.child2.force-left,
  [data-nav-layout=horizontal][data-nav-style=icon-click] .app-sidebar .slide.has-sub .slide-menu.child3.force-left,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-sidebar .slide.has-sub .slide-menu.child2.force-left,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-sidebar .slide.has-sub .slide-menu.child3.force-left {
    inset-inline-start: -100% !important;
  }
  [data-nav-layout=horizontal] .slide-menu {
    z-index: 1;
  }
}
@media (max-width: 991.98px) {
  [data-nav-layout=horizontal] .slide.has-sub > .side-menu__item {
    margin-block: 0.25rem;
  }
}
@media (min-width: 992px) {
  .icon-click .app-sidebar,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .app-sidebar,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar {
    width: 5rem;
  }
  .icon-click .app-sidebar .main-sidebar,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .app-sidebar .main-sidebar,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .main-sidebar {
    overflow: visible;
    height: 90%;
  }
  .icon-click .app-sidebar .main-sidebar-header,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .app-sidebar .main-sidebar-header,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .main-sidebar-header {
    width: 5rem;
    justify-content: center;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }
  .icon-click .app-sidebar .main-sidebar-header .header-logo .toggle-logo,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .app-sidebar .main-sidebar-header .header-logo .toggle-logo,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .main-sidebar-header .header-logo .toggle-logo {
    display: block;
  }
  .icon-click .app-sidebar .main-sidebar-header .header-logo .desktop-dark,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .app-sidebar .main-sidebar-header .header-logo .desktop-dark,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .main-sidebar-header .header-logo .desktop-dark,
  .icon-click .app-sidebar .main-sidebar-header .header-logo .desktop-logo,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .app-sidebar .main-sidebar-header .header-logo .desktop-logo,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .main-sidebar-header .header-logo .desktop-logo,
  .icon-click .app-sidebar .main-sidebar-header .header-logo .toggle-dark,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .app-sidebar .main-sidebar-header .header-logo .toggle-dark,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .main-sidebar-header .header-logo .toggle-dark {
    display: none;
  }
  .icon-click .app-sidebar .category-name,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .app-sidebar .category-name,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .category-name,
  .icon-click .app-sidebar .side-menu__label,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .app-sidebar .side-menu__label,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .side-menu__label,
  .icon-click .app-sidebar .side-menu__angle,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .app-sidebar .side-menu__angle,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .side-menu__angle {
    display: none;
  }
  .icon-click .app-sidebar .side-menu__icon,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .app-sidebar .side-menu__icon,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .side-menu__icon {
    margin-inline-end: 0;
  }
  .icon-click .app-sidebar .slide__category,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .app-sidebar .slide__category,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide__category {
    padding: 1.2rem 1.65rem;
    position: relative;
  }
  .icon-click .app-sidebar .slide__category:before,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .app-sidebar .slide__category:before,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide__category:before {
    content: "";
    position: absolute;
    inset-inline-start: 2.25rem;
    inset-inline-end: 0;
    inset-block-start: 1.25rem;
    inset-block-end: 0;
    width: 0.35rem;
    border-radius: 3.125rem;
    height: 0.35rem;
    border: 1px solid var(--menu-prime-color);
    opacity: 1;
  }
  .icon-click .app-sidebar .simplebar-content-wrapper,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .app-sidebar .simplebar-content-wrapper,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .simplebar-content-wrapper {
    position: initial;
  }
  .icon-click .app-sidebar .simplebar-mask,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .app-sidebar .simplebar-mask,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .simplebar-mask {
    position: inherit;
  }
  .icon-click .app-sidebar .simplebar-placeholder,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .app-sidebar .simplebar-placeholder,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .simplebar-placeholder {
    height: auto !important;
  }
  .icon-click .app-header,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .app-header,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .app-header {
    padding-inline-start: 5rem;
  }
  .icon-click .app-content,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .app-content,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .app-content {
    margin-inline-start: 5rem;
  }
  .icon-click .slide.side-menu__label1,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .slide.side-menu__label1,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .slide.side-menu__label1 {
    display: block;
    padding: 0.5rem 1rem !important;
    border-block-end: 1px solid var(--default-border);
  }
  .icon-click .slide.has-sub .slide-menu,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .slide.has-sub .slide-menu,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .slide.has-sub .slide-menu {
    position: absolute !important;
    inset-inline-start: 5rem !important;
    background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
    inset-block-start: auto !important;
    box-shadow: 0 0 0.375rem var(--black-1);
    transition: none !important;
  }
  .icon-click .slide.has-sub .slide-menu.child2,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .slide.has-sub .slide-menu.child2,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .slide.has-sub .slide-menu.child2,
  .icon-click .slide.has-sub .slide-menu.child3,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .slide.has-sub .slide-menu.child3,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .slide.has-sub .slide-menu.child3 {
    inset-inline-start: 11.9rem !important;
  }
  .icon-click .slide-menu.child1,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .slide-menu.child1,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .slide-menu.child1,
  .icon-click .slide-menu.child2,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .slide-menu.child2,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .slide-menu.child2,
  .icon-click .slide-menu.child3,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .slide-menu.child3,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .slide-menu.child3 {
    min-width: 12rem;
  }
  .icon-click .slide-menu.child1 .slide .side-menu__item,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .slide-menu.child1 .slide .side-menu__item,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .slide-menu.child1 .slide .side-menu__item,
  .icon-click .slide-menu.child2 .slide .side-menu__item,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .slide-menu.child2 .slide .side-menu__item,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .slide-menu.child2 .slide .side-menu__item,
  .icon-click .slide-menu.child3 .slide .side-menu__item,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .slide-menu.child3 .slide .side-menu__item,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .slide-menu.child3 .slide .side-menu__item {
    text-align: start;
  }
  .icon-click .slide-menu.child1 .slide .side-menu__item:before,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .slide-menu.child1 .slide .side-menu__item:before,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .slide-menu.child1 .slide .side-menu__item:before,
  .icon-click .slide-menu.child2 .slide .side-menu__item:before,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .slide-menu.child2 .slide .side-menu__item:before,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .slide-menu.child2 .slide .side-menu__item:before,
  .icon-click .slide-menu.child3 .slide .side-menu__item:before,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .slide-menu.child3 .slide .side-menu__item:before,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .slide-menu.child3 .slide .side-menu__item:before {
    display: none;
  }
  .icon-click .slide-menu.child1 .side-menu__angle,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .slide-menu.child1 .side-menu__angle,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .slide-menu.child1 .side-menu__angle,
  .icon-click .slide-menu.child2 .side-menu__angle,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .slide-menu.child2 .side-menu__angle,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .slide-menu.child2 .side-menu__angle,
  .icon-click .slide-menu.child3 .side-menu__angle,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .slide-menu.child3 .side-menu__angle,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .slide-menu.child3 .side-menu__angle {
    display: block;
    inset-inline-end: 0.5rem;
    inset-block-start: 0.65rem;
  }
}
[data-nav-layout=horizontal][data-nav-style=icon-click] .mega-menu {
  -moz-columns: 1;
  columns: 1;
}
@media (min-width: 992px) {
  [data-nav-layout=vertical][data-nav-style=icon-click] .app-sidebar .main-menu .slide .side-menu__item:hover > .side-menu__item .side-menu__icon {
    color: #fff;
    fill: #fff;
  }
  [data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .main-menu > .slide {
    padding: 0 1.2rem;
  }
  [data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide .slide-menu.child1,
  [data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide .slide-menu.child2,
  [data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide .slide-menu.child3 {
    border-radius: 0 0.5rem 0.5rem 0;
  }
  [data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][dir=rtl] .app-sidebar .slide .slide-menu.child1,
  [data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][dir=rtl] .app-sidebar .slide .slide-menu.child2,
  [data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][dir=rtl] .app-sidebar .slide .slide-menu.child3 {
    border-radius: 0.5rem 0 0 0.5rem;
  }
  [data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-theme-mode=dark] .app-sidebar .main-sidebar-header .header-logo .toggle-dark {
    display: block;
  }
  [data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-theme-mode=dark] .app-sidebar .main-sidebar-header .header-logo .desktop-dark,
  [data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-theme-mode=dark] .app-sidebar .main-sidebar-header .header-logo .desktop-logo,
  [data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-theme-mode=dark] .app-sidebar .main-sidebar-header .header-logo .toggle-logo {
    display: none;
  }
  [data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar {
    position: absolute;
  }
  [data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide-menu.child1 li.slide,
  [data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide-menu.child2 li.slide,
  [data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide-menu.child3 li.slide {
    padding-inline-start: 0;
  }
  [data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide-menu.child1 li.slide a,
  [data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide-menu.child2 li.slide a,
  [data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide-menu.child3 li.slide a {
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  .icon-hover .app-sidebar,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-sidebar,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar {
    width: 5rem;
  }
  .icon-hover .app-sidebar .main-sidebar,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-sidebar .main-sidebar,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .main-sidebar {
    overflow: visible;
    height: 90%;
  }
  .icon-hover .app-sidebar .main-sidebar-header,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-sidebar .main-sidebar-header,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .main-sidebar-header {
    width: 5rem;
    justify-content: center;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }
  .icon-hover .app-sidebar .main-sidebar-header .header-logo .toggle-logo,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-sidebar .main-sidebar-header .header-logo .toggle-logo,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .main-sidebar-header .header-logo .toggle-logo {
    display: block;
  }
  .icon-hover .app-sidebar .main-sidebar-header .header-logo .desktop-dark,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-sidebar .main-sidebar-header .header-logo .desktop-dark,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .main-sidebar-header .header-logo .desktop-dark,
  .icon-hover .app-sidebar .main-sidebar-header .header-logo .desktop-logo,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-sidebar .main-sidebar-header .header-logo .desktop-logo,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .main-sidebar-header .header-logo .desktop-logo,
  .icon-hover .app-sidebar .main-sidebar-header .header-logo .toggle-dark,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-sidebar .main-sidebar-header .header-logo .toggle-dark,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .main-sidebar-header .header-logo .toggle-dark {
    display: none;
  }
  .icon-hover .app-sidebar .category-name,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-sidebar .category-name,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .category-name,
  .icon-hover .app-sidebar .side-menu__label,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-sidebar .side-menu__label,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .side-menu__label,
  .icon-hover .app-sidebar .side-menu__angle,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-sidebar .side-menu__angle,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .side-menu__angle {
    display: none;
  }
  .icon-hover .app-sidebar .side-menu__icon,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-sidebar .side-menu__icon,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .side-menu__icon {
    margin-inline-end: 0;
  }
  .icon-hover .app-sidebar .slide__category,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-sidebar .slide__category,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide__category {
    padding: 1.2rem 1.65rem;
    position: relative;
  }
  .icon-hover .app-sidebar .slide__category:before,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-sidebar .slide__category:before,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide__category:before {
    content: "";
    position: absolute;
    inset-inline-start: 2.25rem;
    inset-inline-end: 0;
    inset-block-start: 1.25rem;
    inset-block-end: 0;
    width: 0.35rem;
    border-radius: 3.125rem;
    height: 0.35rem;
    border: 1px solid var(--menu-prime-color);
    opacity: 1;
  }
  .icon-hover .app-sidebar .simplebar-content-wrapper,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-sidebar .simplebar-content-wrapper,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .simplebar-content-wrapper {
    position: initial;
  }
  .icon-hover .app-sidebar .simplebar-mask,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-sidebar .simplebar-mask,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .simplebar-mask {
    position: inherit;
  }
  .icon-hover .app-sidebar .simplebar-placeholder,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-sidebar .simplebar-placeholder,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .simplebar-placeholder {
    height: auto !important;
  }
  .icon-hover .app-header,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-header,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-header {
    padding-inline-start: 5rem;
  }
  .icon-hover .app-content,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-content,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-content {
    margin-inline-start: 5rem;
  }
  .icon-hover .slide.side-menu__label1,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .slide.side-menu__label1,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .slide.side-menu__label1 {
    display: block;
    padding: 0.5rem 1rem !important;
    border-block-end: 1px solid var(--default-border);
  }
  .icon-hover .slide.has-sub .slide-menu,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .slide.has-sub .slide-menu,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .slide.has-sub .slide-menu {
    position: absolute !important;
    inset-inline-start: 5rem !important;
    background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
    inset-block-start: auto !important;
    box-shadow: 0 0 0.375rem var(--black-1);
    transition: none !important;
  }
  .icon-hover .slide.has-sub .slide-menu.child2,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .slide.has-sub .slide-menu.child2,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .slide.has-sub .slide-menu.child2,
  .icon-hover .slide.has-sub .slide-menu.child3,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .slide.has-sub .slide-menu.child3,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .slide.has-sub .slide-menu.child3 {
    inset-inline-start: 11.81rem !important;
  }
  .icon-hover .slide-menu.child1,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .slide-menu.child1,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .slide-menu.child1,
  .icon-hover .slide-menu.child2,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .slide-menu.child2,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .slide-menu.child2,
  .icon-hover .slide-menu.child3,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .slide-menu.child3,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .slide-menu.child3 {
    min-width: 12rem;
  }
  .icon-hover .slide-menu.child1 .slide .side-menu__item,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .slide-menu.child1 .slide .side-menu__item,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .slide-menu.child1 .slide .side-menu__item,
  .icon-hover .slide-menu.child2 .slide .side-menu__item,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .slide-menu.child2 .slide .side-menu__item,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .slide-menu.child2 .slide .side-menu__item,
  .icon-hover .slide-menu.child3 .slide .side-menu__item,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .slide-menu.child3 .slide .side-menu__item,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .slide-menu.child3 .slide .side-menu__item {
    text-align: start;
  }
  .icon-hover .slide-menu.child1 .slide .side-menu__item:before,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .slide-menu.child1 .slide .side-menu__item:before,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .slide-menu.child1 .slide .side-menu__item:before,
  .icon-hover .slide-menu.child2 .slide .side-menu__item:before,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .slide-menu.child2 .slide .side-menu__item:before,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .slide-menu.child2 .slide .side-menu__item:before,
  .icon-hover .slide-menu.child3 .slide .side-menu__item:before,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .slide-menu.child3 .slide .side-menu__item:before,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .slide-menu.child3 .slide .side-menu__item:before {
    display: none;
  }
  .icon-hover .slide-menu.child1 .side-menu__angle,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .slide-menu.child1 .side-menu__angle,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .slide-menu.child1 .side-menu__angle,
  .icon-hover .slide-menu.child2 .side-menu__angle,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .slide-menu.child2 .side-menu__angle,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .slide-menu.child2 .side-menu__angle,
  .icon-hover .slide-menu.child3 .side-menu__angle,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .slide-menu.child3 .side-menu__angle,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .slide-menu.child3 .side-menu__angle {
    display: block;
    inset-inline-end: 0.5rem;
    inset-block-start: 0.65rem;
  }
  .icon-hover .slide.has-sub:hover .slide-menu.child1,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .slide.has-sub:hover .slide-menu.child1,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .slide.has-sub:hover .slide-menu.child1 {
    display: block !important;
  }
  .icon-hover .slide.has-sub:hover .slide-menu.child1 .slide.has-sub:hover .slide-menu.child2,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .slide.has-sub:hover .slide-menu.child1 .slide.has-sub:hover .slide-menu.child2,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .slide.has-sub:hover .slide-menu.child1 .slide.has-sub:hover .slide-menu.child2 {
    display: block !important;
  }
  .icon-hover .slide.has-sub:hover .slide-menu.child1 .slide.has-sub:hover .slide-menu.child2 .slide.has-sub:hover .slide-menu.child3,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .slide.has-sub:hover .slide-menu.child1 .slide.has-sub:hover .slide-menu.child2 .slide.has-sub:hover .slide-menu.child3,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .slide.has-sub:hover .slide-menu.child1 .slide.has-sub:hover .slide-menu.child2 .slide.has-sub:hover .slide-menu.child3 {
    display: block !important;
  }
}
[data-nav-layout=horizontal][data-nav-style=icon-hover] .mega-menu {
  -moz-columns: 1;
  columns: 1;
}
@media (min-width: 992px) {
  [data-nav-layout=vertical][data-nav-style=icon-hover] .app-sidebar .main-menu .slide .side-menu__item:hover > .side-menu__item .side-menu__icon {
    color: #fff;
    fill: #fff;
  }
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .main-menu > .slide {
    padding: 0 1.2rem;
  }
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide .slide-menu.child1,
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide .slide-menu.child2,
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide .slide-menu.child3 {
    border-radius: 0 0.5rem 0.5rem 0;
  }
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][dir=rtl] .app-sidebar .slide .slide-menu.child1,
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][dir=rtl] .app-sidebar .slide .slide-menu.child2,
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][dir=rtl] .app-sidebar .slide .slide-menu.child3 {
    border-radius: 0.5rem 0 0 0.5rem;
  }
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-theme-mode=dark] .app-sidebar .main-sidebar-header .header-logo .toggle-dark {
    display: block;
  }
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-theme-mode=dark] .app-sidebar .main-sidebar-header .header-logo .desktop-dark,
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-theme-mode=dark] .app-sidebar .main-sidebar-header .header-logo .desktop-logo,
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-theme-mode=dark] .app-sidebar .main-sidebar-header .header-logo .toggle-logo {
    display: none;
  }
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar {
    position: absolute;
  }
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide-menu.child1,
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide-menu.child2,
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide-menu.child3 {
    padding: 0.1875rem;
  }
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide-menu.child1 li.slide,
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide-menu.child2 li.slide,
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide-menu.child3 li.slide {
    padding-inline-start: 0;
  }
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide-menu.child1 li.slide a,
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide-menu.child2 li.slide a,
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide-menu.child3 li.slide a {
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  [data-vertical-style=overlay][data-toggled=icon-overlay-close]:not([data-icon-overlay=open]) .app-sidebar {
    width: 5rem;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close]:not([data-icon-overlay=open]) .app-sidebar .main-sidebar-header {
    width: 5rem;
    justify-content: center;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close]:not([data-icon-overlay=open]) .app-sidebar .main-sidebar-header .header-logo .toggle-logo {
    display: block;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close]:not([data-icon-overlay=open]) .app-sidebar .main-sidebar-header .header-logo .desktop-dark,
  [data-vertical-style=overlay][data-toggled=icon-overlay-close]:not([data-icon-overlay=open]) .app-sidebar .main-sidebar-header .header-logo .desktop-logo,
  [data-vertical-style=overlay][data-toggled=icon-overlay-close]:not([data-icon-overlay=open]) .app-sidebar .main-sidebar-header .header-logo .toggle-dark {
    display: none;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close]:not([data-icon-overlay=open]) .app-sidebar .category-name,
  [data-vertical-style=overlay][data-toggled=icon-overlay-close]:not([data-icon-overlay=open]) .app-sidebar .side-menu__label,
  [data-vertical-style=overlay][data-toggled=icon-overlay-close]:not([data-icon-overlay=open]) .app-sidebar .side-menu__angle {
    display: none;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close]:not([data-icon-overlay=open]) .app-sidebar .slide.has-sub.open .slide-menu {
    display: none !important;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close]:not([data-icon-overlay=open]) .app-sidebar .side-menu__icon {
    margin-inline-end: 0;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close]:not([data-icon-overlay=open]) .app-sidebar .slide__category {
    padding: 1.2rem 1.65rem;
    position: relative;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close]:not([data-icon-overlay=open]) .app-sidebar .slide__category:before {
    content: "";
    position: absolute;
    inset-inline-start: 2.25rem;
    inset-inline-end: 0;
    inset-block-start: 1.25rem;
    inset-block-end: 0;
    width: 0.35rem;
    border-radius: 3.125rem;
    height: 0.35rem;
    border: 1px solid var(--menu-prime-color);
    opacity: 1;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close]:not([data-icon-overlay=open]) .app-sidebar .side-menu__item .badge {
    display: none;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close]:not([data-icon-overlay=open]) .side-menu__item {
    justify-content: center;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close]:not([data-icon-overlay=open]) .sidebar-profile {
    display: none;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close] .app-header {
    padding-inline-start: 5rem;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close] .app-content {
    margin-inline-start: 5rem;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close][data-icon-overlay=open] .app-sidebar {
    width: 16rem;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close][data-icon-overlay=open] .app-sidebar .main-sidebar-header {
    width: 16rem;
    border-bottom: 1px solid var(--default-border);
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close][data-icon-overlay=open] .app-sidebar .main-sidebar-header .header-logo .desktop-dark {
    display: block;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close][data-icon-overlay=open] .app-sidebar .main-sidebar-header .header-logo .desktop-logo,
  [data-vertical-style=overlay][data-toggled=icon-overlay-close][data-icon-overlay=open] .app-sidebar .main-sidebar-header .header-logo .toggle-logo,
  [data-vertical-style=overlay][data-toggled=icon-overlay-close][data-icon-overlay=open] .app-sidebar .main-sidebar-header .header-logo .toggle-dark {
    display: none;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close][data-icon-overlay=open] .app-sidebar .side-menu__item {
    justify-content: flex-start;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close][data-icon-overlay=open] .app-sidebar .side-menu__icon {
    margin-inline-end: 0.625rem;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close][data-icon-overlay=open] .app-sidebar .slide__category {
    padding: 0.75rem 1.2rem;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close][data-icon-overlay=open] .app-sidebar .slide__category:before {
    display: none;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close][data-theme-mode=dark]:not([data-icon-overlay=open]) .main-sidebar-header .header-logo .toggle-dark {
    display: block;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close][data-theme-mode=dark]:not([data-icon-overlay=open]) .main-sidebar-header .header-logo .desktop-dark,
  [data-vertical-style=overlay][data-toggled=icon-overlay-close][data-theme-mode=dark]:not([data-icon-overlay=open]) .main-sidebar-header .header-logo .desktop-logo,
  [data-vertical-style=overlay][data-toggled=icon-overlay-close][data-theme-mode=dark]:not([data-icon-overlay=open]) .main-sidebar-header .header-logo .toggle-logo {
    display: none;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close][data-theme-mode=dark]:not([data-icon-overlay=open])[data-icon-overlay=open] .main-sidebar-header .header-logo .desktop-dark {
    display: block;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close][data-theme-mode=dark]:not([data-icon-overlay=open])[data-icon-overlay=open] .main-sidebar-header .header-logo .toggle-dark,
  [data-vertical-style=overlay][data-toggled=icon-overlay-close][data-theme-mode=dark]:not([data-icon-overlay=open])[data-icon-overlay=open] .main-sidebar-header .header-logo .desktop-logo,
  [data-vertical-style=overlay][data-toggled=icon-overlay-close][data-theme-mode=dark]:not([data-icon-overlay=open])[data-icon-overlay=open] .main-sidebar-header .header-logo .toggle-logo {
    display: none;
  }
}
@media (min-width: 992px) {
  [data-vertical-style=icontext][data-toggled=icon-text-close]:not([data-icon-text=open]) .app-sidebar {
    position: fixed;
    width: 9rem;
  }
  [data-vertical-style=icontext][data-toggled=icon-text-close]:not([data-icon-text=open]) .app-sidebar .main-sidebar {
    overflow: visible;
  }
  [data-vertical-style=icontext][data-toggled=icon-text-close]:not([data-icon-text=open]) .app-sidebar .main-sidebar-header {
    width: 9rem;
    justify-content: center;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    border-block-end: 1px solid var(--default-border);
  }
  [data-vertical-style=icontext][data-toggled=icon-text-close]:not([data-icon-text=open]) .app-sidebar .side-menu__icon {
    margin-inline-end: 0;
    margin-block-end: 0.5rem;
  }
  [data-vertical-style=icontext][data-toggled=icon-text-close]:not([data-icon-text=open]) .app-sidebar .slide {
    padding: 0;
  }
  [data-vertical-style=icontext][data-toggled=icon-text-close]:not([data-icon-text=open]) .app-sidebar .slide__category,
  [data-vertical-style=icontext][data-toggled=icon-text-close]:not([data-icon-text=open]) .app-sidebar .side-menu__angle {
    display: none;
  }
  [data-vertical-style=icontext][data-toggled=icon-text-close]:not([data-icon-text=open]) .app-sidebar .slide.has-sub.open .slide-menu {
    display: none !important;
  }
  [data-vertical-style=icontext][data-toggled=icon-text-close]:not([data-icon-text=open]) .app-sidebar .side-menu__item {
    border-radius: 0;
  }
  [data-vertical-style=icontext][data-toggled=icon-text-close]:not([data-icon-text=open]) .app-sidebar .side-menu__item,
  [data-vertical-style=icontext][data-toggled=icon-text-close]:not([data-icon-text=open]) .app-sidebar .side-menu__label {
    display: block;
    text-align: center;
  }
  [data-vertical-style=icontext][data-toggled=icon-text-close]:not([data-icon-text=open])[data-menu-position=fixed] .app-sidebar {
    position: fixed;
  }
  [data-vertical-style=icontext][data-toggled=icon-text-close]:not([data-icon-text=open]) .app-header {
    padding-inline-start: 9rem;
  }
  [data-vertical-style=icontext][data-toggled=icon-text-close] .app-content {
    margin-inline-start: 9rem;
  }
  [data-vertical-style=icontext][data-toggled=icon-text-close][data-icon-text=open] .app-sidebar {
    width: 16rem;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }
  [data-vertical-style=icontext][data-toggled=icon-text-close][data-icon-text=open] .app-sidebar .main-sidebar-header {
    width: 16rem;
    border-block-end: 1px solid var(--default-border);
  }
  [data-vertical-style=icontext][data-toggled=icon-text-close][data-icon-text=open] .app-sidebar .side-menu__icon {
    margin-block-end: 0;
    margin-inline-end: 0.625rem;
  }
  [data-vertical-style=icontext][data-toggled=icon-text-close][data-icon-text=open] .app-sidebar .slide {
    padding: 0rem 0.625rem;
  }
  [data-vertical-style=icontext][data-toggled=icon-text-close][data-icon-text=open] .app-sidebar .slide-menu.child1 li,
  [data-vertical-style=icontext][data-toggled=icon-text-close][data-icon-text=open] .app-sidebar .slide-menu .child2 li,
  [data-vertical-style=icontext][data-toggled=icon-text-close][data-icon-text=open] .app-sidebar .slide-menu .child3 li {
    padding: 0;
    padding-inline-start: 1.5rem;
  }
}
@media (min-width: 992px) {
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .side-menu__item {
    display: flex !important;
    padding-top: 0.93rem;
    padding-inline-end: 1.75rem;
    padding-bottom: 0.93rem;
    padding-inline-start: 0.75rem;
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .side-menu__icon {
    margin-block-end: 0 !important;
    margin-inline-end: 0.5rem !important;
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .side-menu__angle {
    display: block !important;
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide.has-sub .slide-menu {
    inset-inline-start: auto !important;
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide.has-sub .slide-menu.active {
    inset-inline-start: auto !important;
    inset-inline-end: auto !important;
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide.has-sub .slide-menu.child1 {
    inset-block-start: 100% !important;
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-header {
    padding-inline-start: 9.5rem;
  }
}
[data-nav-style=menu-click][data-toggled=menu-click-closed] .app-header {
  padding-inline-start: 9.5rem;
}
@media (min-width: 992px) {
  [data-nav-style=menu-click][data-nav-layout=vertical][data-toggled=menu-click-closed] .app-sidebar {
    position: absolute;
  }
  [data-nav-style=menu-click][data-nav-layout=vertical][data-toggled=menu-click-closed] .app-sidebar .side-menu__item {
    border-radius: 0.5rem;
    margin: 0.25rem !important;
  }
  [data-nav-style=menu-click][data-nav-layout=vertical][data-toggled=menu-click-closed] .app-sidebar .side-menu__item:last-child {
    margin: 0.25rem !important;
  }
  [data-nav-style=menu-click][data-nav-layout=vertical][data-toggled=menu-click-closed] .app-sidebar .slide .slide-menu.child1,
  [data-nav-style=menu-click][data-nav-layout=vertical][data-toggled=menu-click-closed] .app-sidebar .slide .slide-menu.child2,
  [data-nav-style=menu-click][data-nav-layout=vertical][data-toggled=menu-click-closed] .app-sidebar .slide .slide-menu.child3 {
    border-radius: 0 0.5rem 0.5rem 0;
  }
  [data-nav-style=menu-click][data-nav-layout=vertical][data-toggled=menu-click-closed][dir=rtl] .app-sidebar .slide .slide-menu.child1,
  [data-nav-style=menu-click][data-nav-layout=vertical][data-toggled=menu-click-closed][dir=rtl] .app-sidebar .slide .slide-menu.child2,
  [data-nav-style=menu-click][data-nav-layout=vertical][data-toggled=menu-click-closed][dir=rtl] .app-sidebar .slide .slide-menu.child3 {
    border-radius: 0.5rem 0 0 0.5rem;
  }
}
@media (min-width: 992px) {
  .menu-click .app-sidebar,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar {
    width: 9.5rem;
  }
  .menu-click .app-sidebar .main-sidebar,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .main-sidebar,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .main-sidebar {
    overflow: visible;
    height: 90%;
  }
  .menu-click .app-sidebar .main-sidebar-header,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .main-sidebar-header,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .main-sidebar-header {
    width: 9.5rem;
    justify-content: center;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }
  .menu-click .app-sidebar .side-menu__icon,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .side-menu__icon,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .side-menu__icon {
    margin-inline-end: 0;
    margin-block-end: 0.5rem;
  }
  .menu-click .app-sidebar .slide,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide {
    padding: 0;
  }
  .menu-click .app-sidebar .slide-menu.child1,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide-menu.child1,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide-menu.child1,
  .menu-click .app-sidebar .slide-menu.child2,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide-menu.child2,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide-menu.child2,
  .menu-click .app-sidebar .slide-menu.child3,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide-menu.child3,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide-menu.child3 {
    min-width: 12rem;
  }
  .menu-click .app-sidebar .slide-menu.child1 .slide .side-menu__item,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide-menu.child1 .slide .side-menu__item,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide-menu.child1 .slide .side-menu__item,
  .menu-click .app-sidebar .slide-menu.child2 .slide .side-menu__item,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide-menu.child2 .slide .side-menu__item,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide-menu.child2 .slide .side-menu__item,
  .menu-click .app-sidebar .slide-menu.child3 .slide .side-menu__item,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide-menu.child3 .slide .side-menu__item,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide-menu.child3 .slide .side-menu__item {
    text-align: start;
  }
  .menu-click .app-sidebar .slide-menu.child1 .slide .side-menu__item:before,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide-menu.child1 .slide .side-menu__item:before,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide-menu.child1 .slide .side-menu__item:before,
  .menu-click .app-sidebar .slide-menu.child2 .slide .side-menu__item:before,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide-menu.child2 .slide .side-menu__item:before,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide-menu.child2 .slide .side-menu__item:before,
  .menu-click .app-sidebar .slide-menu.child3 .slide .side-menu__item:before,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide-menu.child3 .slide .side-menu__item:before,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide-menu.child3 .slide .side-menu__item:before {
    display: none;
  }
  .menu-click .app-sidebar .slide-menu.child1 .side-menu__angle,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide-menu.child1 .side-menu__angle,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide-menu.child1 .side-menu__angle,
  .menu-click .app-sidebar .slide-menu.child2 .side-menu__angle,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide-menu.child2 .side-menu__angle,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide-menu.child2 .side-menu__angle,
  .menu-click .app-sidebar .slide-menu.child3 .side-menu__angle,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide-menu.child3 .side-menu__angle,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide-menu.child3 .side-menu__angle {
    display: block;
    inset-inline-end: 0.5rem;
    inset-block-start: 0.65rem;
  }
  .menu-click .app-sidebar .slide-menu.child1 .slide.has-sub.side-menu__label1,
  .menu-click .app-sidebar .slide-menu.child1 .slide.side-menu__label1,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide-menu.child1 .slide.side-menu__label1,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide-menu.child1 .slide.side-menu__label1,
  .menu-click .app-sidebar .slide-menu.child2 .slide.has-sub.side-menu__label1,
  .menu-click .app-sidebar .slide-menu.child2 .slide.side-menu__label1,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide-menu.child2 .slide.side-menu__label1,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide-menu.child2 .slide.side-menu__label1,
  .menu-click .app-sidebar .slide-menu.child3 .slide.has-sub.side-menu__label1,
  .menu-click .app-sidebar .slide-menu.child3 .slide.side-menu__label1,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide-menu.child3 .slide.side-menu__label1,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide-menu.child3 .slide.side-menu__label1 {
    display: none;
  }
  .menu-click .app-sidebar .slide__category,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide__category,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide__category,
  .menu-click .app-sidebar .side-menu__angle,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .side-menu__angle,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .side-menu__angle {
    display: none;
  }
  .menu-click .app-sidebar .side-menu__item,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .side-menu__item,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .side-menu__item,
  .menu-click .app-sidebar .side-menu__label,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .side-menu__label,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .side-menu__label {
    display: block;
    text-align: center;
  }
  .menu-click .app-sidebar .slide.has-sub .slide-menu,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide.has-sub .slide-menu,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide.has-sub .slide-menu {
    position: absolute !important;
    inset-inline-start: 9.5rem !important;
    background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
    inset-block-start: auto !important;
    box-shadow: 0 0 0.375rem var(--black-1);
    transition: none !important;
  }
  .menu-click .app-sidebar .slide.has-sub .slide-menu.child2,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide.has-sub .slide-menu.child2,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide.has-sub .slide-menu.child2,
  .menu-click .app-sidebar .slide.has-sub .slide-menu.child3,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide.has-sub .slide-menu.child3,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide.has-sub .slide-menu.child3 {
    inset-inline-start: 11.9rem !important;
  }
  .menu-click .app-sidebar .simplebar-content-wrapper,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .simplebar-content-wrapper,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .simplebar-content-wrapper {
    position: initial;
  }
  .menu-click .app-sidebar .simplebar-mask,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .simplebar-mask,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .simplebar-mask {
    position: inherit;
  }
  .menu-click .app-sidebar .simplebar-placeholder,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .simplebar-placeholder,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .simplebar-placeholder {
    height: auto !important;
  }
  .menu-click .app-content,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-content,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-content {
    margin-inline-start: 9.5rem;
  }
}
@media (max-width: 991.98px) {
  .menu-click .app-sidebar,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar {
    width: 16rem;
  }
}
@media (min-width: 992px) {
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .side-menu__item {
    display: flex !important;
    padding-top: 0.93rem;
    padding-inline-end: 1.75rem;
    padding-bottom: 0.93rem;
    padding-inline-start: 0.75rem;
  }
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .side-menu__icon {
    margin-block-end: 0 !important;
    margin-inline-end: 0.5rem !important;
  }
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .side-menu__angle {
    display: block !important;
  }
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide.has-sub .slide-menu.active {
    inset-inline-start: auto !important;
    inset-inline-end: auto !important;
  }
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide.has-sub .slide-menu.child1 {
    inset-block-start: 100% !important;
  }
}
@media (min-width: 992px) {
  [data-nav-style=menu-hover][data-nav-layout=vertical][data-toggled=menu-hover-closed] .app-sidebar {
    position: absolute;
  }
  [data-nav-style=menu-hover][data-nav-layout=vertical][data-toggled=menu-hover-closed] .app-sidebar .side-menu__item {
    border-radius: 0.5rem;
    margin: 0.25rem !important;
  }
  [data-nav-style=menu-hover][data-nav-layout=vertical][data-toggled=menu-hover-closed] .app-sidebar .side-menu__item:last-child {
    margin: 0.25rem !important;
  }
  [data-nav-style=menu-hover][data-nav-layout=vertical][data-toggled=menu-hover-closed] .app-sidebar .slide .slide-menu.child1,
  [data-nav-style=menu-hover][data-nav-layout=vertical][data-toggled=menu-hover-closed] .app-sidebar .slide .slide-menu.child2,
  [data-nav-style=menu-hover][data-nav-layout=vertical][data-toggled=menu-hover-closed] .app-sidebar .slide .slide-menu.child3 {
    border-radius: 0 0.5rem 0.5rem 0;
  }
  [data-nav-style=menu-hover][data-nav-layout=vertical][data-toggled=menu-hover-closed][dir=rtl] .app-sidebar .slide .slide-menu.child1,
  [data-nav-style=menu-hover][data-nav-layout=vertical][data-toggled=menu-hover-closed][dir=rtl] .app-sidebar .slide .slide-menu.child2,
  [data-nav-style=menu-hover][data-nav-layout=vertical][data-toggled=menu-hover-closed][dir=rtl] .app-sidebar .slide .slide-menu.child3 {
    border-radius: 0.5rem 0 0 0.5rem;
  }
}
@media (min-width: 992px) {
  .menu-hover .app-sidebar,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar {
    width: 9.5rem;
  }
  .menu-hover .app-sidebar .main-sidebar,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .main-sidebar,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .main-sidebar {
    overflow: visible;
    height: 90%;
  }
  .menu-hover .app-sidebar .main-sidebar-header,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .main-sidebar-header,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .main-sidebar-header {
    width: 9.5rem;
    justify-content: center;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }
  .menu-hover .app-sidebar .side-menu__icon,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .side-menu__icon,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .side-menu__icon {
    margin-inline-end: 0;
    margin-block-end: 0.5rem;
  }
  .menu-hover .app-sidebar .slide,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide {
    padding: 0;
  }
  .menu-hover .app-sidebar .slide-menu.child1,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide-menu.child1,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide-menu.child1,
  .menu-hover .app-sidebar .slide-menu.child2,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide-menu.child2,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide-menu.child2,
  .menu-hover .app-sidebar .slide-menu.child3,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide-menu.child3,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide-menu.child3 {
    min-width: 12rem;
    display: none !important;
  }
  .menu-hover .app-sidebar .slide-menu.child1 .slide .side-menu__item,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide-menu.child1 .slide .side-menu__item,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide-menu.child1 .slide .side-menu__item,
  .menu-hover .app-sidebar .slide-menu.child2 .slide .side-menu__item,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide-menu.child2 .slide .side-menu__item,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide-menu.child2 .slide .side-menu__item,
  .menu-hover .app-sidebar .slide-menu.child3 .slide .side-menu__item,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide-menu.child3 .slide .side-menu__item,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide-menu.child3 .slide .side-menu__item {
    text-align: start;
  }
  .menu-hover .app-sidebar .slide-menu.child1 .slide .side-menu__item:before,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide-menu.child1 .slide .side-menu__item:before,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide-menu.child1 .slide .side-menu__item:before,
  .menu-hover .app-sidebar .slide-menu.child2 .slide .side-menu__item:before,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide-menu.child2 .slide .side-menu__item:before,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide-menu.child2 .slide .side-menu__item:before,
  .menu-hover .app-sidebar .slide-menu.child3 .slide .side-menu__item:before,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide-menu.child3 .slide .side-menu__item:before,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide-menu.child3 .slide .side-menu__item:before {
    display: none;
  }
  .menu-hover .app-sidebar .slide-menu.child1 .slide.has-sub.side-menu__label1,
  .menu-hover .app-sidebar .slide-menu.child1 .slide.side-menu__label1,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide-menu.child1 .slide.side-menu__label1,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide-menu.child1 .slide.side-menu__label1,
  .menu-hover .app-sidebar .slide-menu.child2 .slide.has-sub.side-menu__label1,
  .menu-hover .app-sidebar .slide-menu.child2 .slide.side-menu__label1,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide-menu.child2 .slide.side-menu__label1,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide-menu.child2 .slide.side-menu__label1,
  .menu-hover .app-sidebar .slide-menu.child3 .slide.has-sub.side-menu__label1,
  .menu-hover .app-sidebar .slide-menu.child3 .slide.side-menu__label1,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide-menu.child3 .slide.side-menu__label1,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide-menu.child3 .slide.side-menu__label1 {
    display: none;
  }
  .menu-hover .app-sidebar .slide.has-sub:hover .slide-menu.child1,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide.has-sub:hover .slide-menu.child1,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide.has-sub:hover .slide-menu.child1 {
    display: block !important;
  }
  .menu-hover .app-sidebar .slide.has-sub:hover .slide-menu.child1 .slide.has-sub:hover .slide-menu.child2,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide.has-sub:hover .slide-menu.child1 .slide.has-sub:hover .slide-menu.child2,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide.has-sub:hover .slide-menu.child1 .slide.has-sub:hover .slide-menu.child2 {
    display: block !important;
  }
  .menu-hover .app-sidebar .slide.has-sub:hover .slide-menu.child1 .slide.has-sub:hover .slide-menu.child2 .slide.has-sub:hover .slide-menu.child3,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide.has-sub:hover .slide-menu.child1 .slide.has-sub:hover .slide-menu.child2 .slide.has-sub:hover .slide-menu.child3,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide.has-sub:hover .slide-menu.child1 .slide.has-sub:hover .slide-menu.child2 .slide.has-sub:hover .slide-menu.child3 {
    display: block !important;
  }
  .menu-hover .app-sidebar .slide__category,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide__category,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide__category,
  .menu-hover .app-sidebar .side-menu__angle,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .side-menu__angle,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .side-menu__angle {
    display: none;
  }
  .menu-hover .app-sidebar .slide-menu.child1 .side-menu__angle,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide-menu.child1 .side-menu__angle,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide-menu.child1 .side-menu__angle,
  .menu-hover .app-sidebar .slide-menu.child2 .side-menu__angle,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide-menu.child2 .side-menu__angle,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide-menu.child2 .side-menu__angle,
  .menu-hover .app-sidebar .slide-menu.child3 .side-menu__angle,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide-menu.child3 .side-menu__angle,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide-menu.child3 .side-menu__angle {
    display: block;
    inset-inline-end: 0.5rem;
    inset-block-start: 0.65rem;
  }
  .menu-hover .app-sidebar .side-menu__item,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .side-menu__item,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .side-menu__item,
  .menu-hover .app-sidebar .side-menu__label,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .side-menu__label,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .side-menu__label {
    display: block;
    text-align: center;
  }
  .menu-hover .app-sidebar .slide.has-sub .slide-menu,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide.has-sub .slide-menu,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide.has-sub .slide-menu {
    position: absolute !important;
    inset-inline-start: 9.5rem !important;
    background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
    inset-block-start: auto !important;
    box-shadow: 0 0 0.375rem var(--black-1);
    transition: none !important;
  }
  .menu-hover .app-sidebar .slide.has-sub .slide-menu.child2,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide.has-sub .slide-menu.child2,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide.has-sub .slide-menu.child2,
  .menu-hover .app-sidebar .slide.has-sub .slide-menu.child3,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide.has-sub .slide-menu.child3,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide.has-sub .slide-menu.child3 {
    inset-inline-start: 11.9rem !important;
  }
  .menu-hover .app-sidebar .simplebar-content-wrapper,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .simplebar-content-wrapper,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .simplebar-content-wrapper {
    position: initial;
  }
  .menu-hover .app-sidebar .simplebar-mask,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .simplebar-mask,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .simplebar-mask {
    position: inherit;
  }
  .menu-hover .app-sidebar .simplebar-placeholder,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .simplebar-placeholder,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .simplebar-placeholder {
    height: auto !important;
  }
  .menu-hover .app-header,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-header,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-header {
    padding-inline-start: 9.5rem;
  }
  .menu-hover .app-content,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-content,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-content {
    margin-inline-start: 9.5rem;
  }
}
.main-sidebar {
  margin-block-start: 4.25rem;
  padding-block-start: 0.5rem;
  padding-block-end: 5rem;
  height: 100vh;
  position: relative;
  overflow: auto;
}
[data-nav-layout=vertical] .app-sidebar {
  height: 100%;
}
[data-nav-layout=vertical] .app-sidebar .side-menu__item {
  margin-block: 4px;
}
[dir=rtl] .app-sidebar .fe-chevron-right {
  transform: rotate(180deg);
}
[dir=rtl] .sidemenu-toggle .header-link .header-link-icon {
  transform: rotate(180deg);
}
@keyframes menu-animation {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.app-sidebar {
  width: 16rem;
  background: transparent;
  position: fixed;
  inset-block-start: 0;
  inset-inline-start: 0;
  z-index: 103;
  transition: all 0.05s ease;
}
.app-sidebar .main-sidebar-header {
  height: 4.25rem;
  width: 16rem;
  position: fixed;
  display: flex;
  background: transparent;
  z-index: 9;
  align-items: center;
  justify-content: center;
  padding: 0.813rem 1.5rem;
  transition: all 0.05s ease;
}
.app-sidebar .main-sidebar-header .header-logo img {
  height: 1.5rem;
  line-height: 1.5rem;
}
.app-sidebar .main-sidebar-header .header-logo .desktop-logo {
  display: block;
}
.app-sidebar .main-sidebar-header .header-logo .desktop-dark,
.app-sidebar .main-sidebar-header .header-logo .toggle-logo,
.app-sidebar .main-sidebar-header .header-logo .toggle-dark {
  display: none;
}
.app-sidebar .slide__category {
  color: #000;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  padding: 0.75rem 1.2rem;
  white-space: nowrap;
  position: relative;
}
.app-sidebar .slide {
  margin: 0;
  padding: 0 0.75rem;
}
.app-sidebar .side-menu__item {
  padding: 0.5rem;
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 0.82rem;
  color: var(--menu-prime-color);
  font-weight: 400;
  border: 1px solid transparent;
  border-radius: 0;
  letter-spacing: 1px;
}
.app-sidebar .side-menu__item.active,
.app-sidebar .side-menu__item:hover {
  color: var(--primary-color);
  background-color: rgba(255, 255, 255, 0.05);
}
.app-sidebar .side-menu__item.active .side-menu__label,
.app-sidebar .side-menu__item.active .side-menu__angle,
.app-sidebar .side-menu__item:hover .side-menu__label,
.app-sidebar .side-menu__item:hover .side-menu__angle {
  color: var(--primary-color);
}
.app-sidebar .side-menu__item.active .side-menu__icon,
.app-sidebar .side-menu__item:hover .side-menu__icon {
  fill: var(--primary-color);
  color: var(--primary-color);
  filter: drop-shadow(0 0px 5px var(--primary-color));
}
.app-sidebar .side-menu__item.active {
  font-weight: 400;
}
.app-sidebar .slide-menu.child1 .side-menu__item,
.app-sidebar .slide-menu.child2 .side-menu__item,
.app-sidebar .slide-menu.child3 .side-menu__item {
  background-color: transparent !important;
  inset-inline-start: 0;
  transition: inset-inline-start 0.25s ease;
}
.app-sidebar .slide-menu.child1 .side-menu__item.active,
.app-sidebar .slide-menu.child2 .side-menu__item.active,
.app-sidebar .slide-menu.child3 .side-menu__item.active {
  background-color: transparent !important;
}
.app-sidebar .slide-menu.child1 .side-menu__item:hover,
.app-sidebar .slide-menu.child2 .side-menu__item:hover,
.app-sidebar .slide-menu.child3 .side-menu__item:hover {
  inset-inline-start: 0.35rem;
}
.app-sidebar .slide-menu.child1 li.slide .side-menu__item,
.app-sidebar .slide-menu.child2 li.slide .side-menu__item,
.app-sidebar .slide-menu.child3 li.slide .side-menu__item {
  animation: 0.2s menu-animation ease-in-out;
  transform: translateY(50px);
  opacity: 0;
  animation-fill-mode: forwards;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(1) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(1) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(1) > a.side-menu__item {
  animation-delay: 0.05s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(2) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(2) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(2) > a.side-menu__item {
  animation-delay: 0.1s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(3) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(3) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(3) > a.side-menu__item {
  animation-delay: 0.15s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(4) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(4) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(4) > a.side-menu__item {
  animation-delay: 0.2s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(5) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(5) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(5) > a.side-menu__item {
  animation-delay: 0.25s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(6) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(6) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(6) > a.side-menu__item {
  animation-delay: 0.3s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(7) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(7) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(7) > a.side-menu__item {
  animation-delay: 0.35s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(8) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(8) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(8) > a.side-menu__item {
  animation-delay: 0.4s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(9) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(9) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(9) > a.side-menu__item {
  animation-delay: 0.45s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(10) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(10) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(10) > a.side-menu__item {
  animation-delay: 0.5s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(11) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(11) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(11) > a.side-menu__item {
  animation-delay: 0.55s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(12) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(12) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(12) > a.side-menu__item {
  animation-delay: 0.6s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(13) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(13) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(13) > a.side-menu__item {
  animation-delay: 0.65s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(14) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(14) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(14) > a.side-menu__item {
  animation-delay: 0.7s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(15) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(15) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(15) > a.side-menu__item {
  animation-delay: 0.75s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(16) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(16) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(16) > a.side-menu__item {
  animation-delay: 0.8s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(17) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(17) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(17) > a.side-menu__item {
  animation-delay: 0.85s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(18) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(18) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(18) > a.side-menu__item {
  animation-delay: 0.9s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(19) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(19) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(19) > a.side-menu__item {
  animation-delay: 0.95s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(20) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(20) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(20) > a.side-menu__item {
  animation-delay: 1s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(21) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(21) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(21) > a.side-menu__item {
  animation-delay: 1.05s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(22) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(22) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(22) > a.side-menu__item {
  animation-delay: 1.1s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(23) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(23) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(23) > a.side-menu__item {
  animation-delay: 1.15s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(24) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(24) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(24) > a.side-menu__item {
  animation-delay: 1.2s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(25) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(25) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(25) > a.side-menu__item {
  animation-delay: 1.25s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(26) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(26) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(26) > a.side-menu__item {
  animation-delay: 1.3s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(27) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(27) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(27) > a.side-menu__item {
  animation-delay: 1.35s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(28) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(28) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(28) > a.side-menu__item {
  animation-delay: 1.4s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(29) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(29) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(29) > a.side-menu__item {
  animation-delay: 1.45s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(30) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(30) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(30) > a.side-menu__item {
  animation-delay: 1.5s;
}
.app-sidebar .slide-menu {
  padding: 0rem;
}
.app-sidebar .slide-menu.child1 .side-menu__item,
.app-sidebar .slide-menu.child2 .side-menu__item {
  padding: 0.4rem 1rem;
}
.app-sidebar .slide-menu.child1 .side-menu__item:before,
.app-sidebar .slide-menu.child2 .side-menu__item:before,
.app-sidebar .slide-menu.child3 .side-menu__item:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background: linear-gradient(to left, transparent, #fff);
  opacity: 1;
  font-size: 4px;
  inset-inline-start: -4px;
}
.app-sidebar .slide-menu.child1 .side-menu__item.active:before,
.app-sidebar .slide-menu.child1 .side-menu__item:hover:before,
.app-sidebar .slide-menu.child2 .side-menu__item.active:before,
.app-sidebar .slide-menu.child2 .side-menu__item:hover:before,
.app-sidebar .slide-menu.child3 .side-menu__item.active:before,
.app-sidebar .slide-menu.child3 .side-menu__item:hover:before {
  background: linear-gradient(to left, transparent, var(--primary-color));
}
.app-sidebar .slide-menu.child1 li,
.app-sidebar .slide-menu.child2 li,
.app-sidebar .slide-menu.child3 li {
  padding: 0;
  padding-inline-start: 1.5rem;
  position: relative;
}
.app-sidebar .side-menu__label {
  white-space: nowrap;
  color: var(--menu-prime-color);
  position: relative;
  font-size: 0.85rem;
  line-height: 1;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.app-sidebar .side-menu__icon {
  margin-inline-end: 0.625rem;
  width: 1.15rem;
  height: 1.15rem;
  line-height: 0;
  font-size: 1rem;
  text-align: center;
  color: var(--menu-prime-color);
  fill: var(--menu-prime-color);
  border-radius: 0;
}
.app-sidebar .side-menu__angle {
  transform-origin: center;
  position: absolute;
  inset-inline-end: 0.75rem;
  font-size: 0.9rem;
  color: var(--menu-prime-color);
  transition: all 0.05s ease;
}
.app-sidebar .slide.side-menu__label1 {
  display: none;
}
.horizontal-logo {
  padding: 1.25rem 0rem;
}
.slide.has-sub .slide-menu {
  transform: translate(0, 0) !important;
  visibility: visible !important;
}
.nav ul li {
  list-style-type: none;
}
.nav > ul {
  padding-inline-start: 0px;
}
.slide-menu {
  display: none;
}
.slide.has-sub {
  display: grid;
}
.slide.has-sub.open > .side-menu__item .side-menu__angle {
  transform: rotate(90deg);
}
@media (min-width: 992px) {
  [data-toggled=open] .page {
    position: absolute;
  }
}
@media (max-width: 991.98px) {
  .horizontal-logo .header-logo .desktop-logo,
  .horizontal-logo .header-logo .desktop-dark,
  .horizontal-logo .header-logo .toggle-dark {
    display: none;
  }
  .horizontal-logo .header-logo .toggle-logo {
    display: block;
  }
  .main-content {
    padding-block-start: 5.75rem;
  }
  .main-sidebar-header {
    display: none !important;
  }
  .main-sidebar {
    margin-block-start: 0;
  }
  .app-sidebar {
    inset-block-start: 0;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }
  .main-menu {
    margin: 0 !important;
  }
}
.slide-left,
.slide-right {
  display: none;
}
[data-nav-layout=vertical] .main-menu > .slide.active > .side-menu__item,
[data-nav-layout=vertical] .main-menu > .slide:hover > .side-menu__item {
  margin-block: 0.25rem;
}
[data-nav-layout=vertical] .main-menu > .slide.active .slide-menu .side-menu__item:hover .side-menu__angle,
[data-nav-layout=vertical] .main-menu > .slide:hover .slide-menu .side-menu__item:hover .side-menu__angle {
  color: var(--primary-color) !important;
  fill: var(--primary-color) !important;
}
[data-nav-layout=vertical] .slide-menu .side-menu__item:hover .side-menu__angle {
  color: var(--menu-prime-color) !important;
  fill: var(--menu-prime-color) !important;
}
@media (min-width: 992px) {
  .horizontal-logo {
    display: none;
  }
}
#responsive-overlay {
  visibility: hidden;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 101;
  background-color: rgba(15, 23, 42, 0.5);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}
#responsive-overlay.active {
  visibility: visible;
}
.sidebar-profile {
  letter-spacing: 1px;
}
.sidebar-premium-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-premium-btn button {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  [data-toggled=icon-click-closed]:not([data-nav-layout=horizontal]) .app-content,
  [data-toggled=icon-hover-closed]:not([data-nav-layout=horizontal]) .app-content,
  [data-toggled=icon-text-close]:not([data-nav-layout=horizontal]) .app-content,
  [data-toggled=menu-click-closed]:not([data-nav-layout=horizontal]) .app-content,
  [data-toggled=menu-hover-closed]:not([data-nav-layout=horizontal]) .app-content {
    min-height: calc(100vh + 28.42rem);
  }
  [data-toggled=icon-click-closed]:not([data-nav-layout=horizontal]) .app-sidebar .simplebar-offset,
  [data-toggled=icon-hover-closed]:not([data-nav-layout=horizontal]) .app-sidebar .simplebar-offset,
  [data-toggled=icon-text-close]:not([data-nav-layout=horizontal]) .app-sidebar .simplebar-offset,
  [data-toggled=menu-click-closed]:not([data-nav-layout=horizontal]) .app-sidebar .simplebar-offset,
  [data-toggled=menu-hover-closed]:not([data-nav-layout=horizontal]) .app-sidebar .simplebar-offset {
    position: inherit !important;
  }
  [data-toggled=icon-click-closed]:not([data-nav-layout=horizontal]) .app-sidebar .simplebar-wrapper,
  [data-toggled=icon-hover-closed]:not([data-nav-layout=horizontal]) .app-sidebar .simplebar-wrapper,
  [data-toggled=icon-text-close]:not([data-nav-layout=horizontal]) .app-sidebar .simplebar-wrapper,
  [data-toggled=menu-click-closed]:not([data-nav-layout=horizontal]) .app-sidebar .simplebar-wrapper,
  [data-toggled=menu-hover-closed]:not([data-nav-layout=horizontal]) .app-sidebar .simplebar-wrapper {
    height: 100%;
  }
  [data-toggled=icon-click-closed]:not([data-nav-layout=horizontal]) .app-sidebar .main-sidebar,
  [data-toggled=icon-hover-closed]:not([data-nav-layout=horizontal]) .app-sidebar .main-sidebar,
  [data-toggled=icon-text-close]:not([data-nav-layout=horizontal]) .app-sidebar .main-sidebar,
  [data-toggled=menu-click-closed]:not([data-nav-layout=horizontal]) .app-sidebar .main-sidebar,
  [data-toggled=menu-hover-closed]:not([data-nav-layout=horizontal]) .app-sidebar .main-sidebar {
    padding-block-end: 0;
  }
}
.main-customer-sidebar {
  padding: 0;
  max-height: 100vh;
  position: relative;
  overflow: auto;
}
.main-customer-menu {
  margin-block-end: 0;
  border-bottom: 0;
  border-radius: 0;
}
.nav ul li {
  list-style-type: none;
}
.nav > ul {
  padding-inline-start: 0px;
}
.slide-menu {
  display: none;
}
.slide.has-sub {
  display: grid;
}
.slide.has-sub.open > .side-menu__item .side-menu__angle {
  transform: rotate(90deg);
}
@media (max-width: 991.98px) {
  .main-customer-sidebar {
    margin-block-start: 0;
  }
  .customer-sidebar {
    inset-block-start: 3.75rem;
  }
}
.landing-body.customer-related-portal .app-sidebar .side-menu__item {
  padding: 1rem;
}
.landing-body.customer-related-portal .app-sidebar .side-menu__icon {
  width: auto;
  height: auto;
  line-height: 1;
  padding: 0;
  color: var(--primary-color);
  font-size: 1.05rem;
  margin-inline-end: 0.25rem;
}
@media (min-width: 576px) {
  .main-header-container .header-content-left .header-content-right,
  .main-header-container .header-content-right {
    padding: 0 0.5rem;
  }
}
.main-header-container .header-content-left {
  padding: 0 0.5rem;
}
.main-chart-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0 -1.25rem;
}
.main-chart-wrapper .chat-info,
.main-chart-wrapper .main-chat-area,
.main-chart-wrapper .chat-user-details {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  height: calc(100vh - 8rem);
  border-radius: 0.25rem;
}
.main-chart-wrapper .chat-users-tab,
.main-chart-wrapper .chat-groups-tab,
.main-chart-wrapper .chat-calls-tab {
  max-height: calc(100vh - 21rem);
}
.main-chart-wrapper .chat-content {
  max-height: calc(100vh - 19.5rem);
}
.main-chart-wrapper .chat-content .simplebar-content-wrapper .simplebar-content {
  margin-top: auto;
}
.main-chart-wrapper .chat-content ul li {
  margin-block-end: 1rem;
}
.main-chart-wrapper .chat-content ul li:last-child {
  margin-block-end: 0;
}
.main-chart-wrapper .responsive-chat-close,
.main-chart-wrapper button.responsive-userinfo-open {
  display: none;
}
.main-chart-wrapper .chat-info {
  position: relative;
}
.main-chart-wrapper .chat-info .chat-add-icon {
  position: absolute;
  inset-block-end: 0.75rem;
  inset-inline-end: 0.8rem;
  z-index: 1;
  box-shadow: 0 0 0.5rem rgba(var(--secondary-rgb), 0.5);
}
.main-chart-wrapper .chat-info .nav-link {
  color: var(--text-muted);
  border-radius: 0;
}
.main-chart-wrapper .chat-info .nav-link.active {
  background-color: var(--primary01);
}
.main-chart-wrapper .chat-info .tab-pane {
  padding: 0;
}
.main-chart-wrapper .chat-info .chat-groups-tab li {
  padding: 0.625rem 1.25rem;
}
.main-chart-wrapper .chat-info .chat-groups-tab .group-indivudial {
  color: var(--primary-color);
  font-weight: 400;
}
.main-chart-wrapper .chat-info .chat-calls-tab li {
  padding: 0.625rem 1.25rem;
}
.main-chart-wrapper .chat-info .chat-calls-tab .incoming-call-success i,
.main-chart-wrapper .chat-info .chat-calls-tab .outgoing-call-success i {
  color: rgb(var(--success-rgb));
  font-size: 0.875rem;
}
.main-chart-wrapper .chat-info .chat-calls-tab .incoming-call-failed i,
.main-chart-wrapper .chat-info .chat-calls-tab .outgoing-call-failed i {
  color: rgb(var(--danger-rgb));
  font-size: 0.875rem;
}
.main-chart-wrapper .chat-info .chat-users-tab li,
.main-chart-wrapper .chat-info .chat-groups-tab li {
  padding: 0.625rem 1.25rem;
}
.main-chart-wrapper .chat-info .chat-users-tab li .chat-msg,
.main-chart-wrapper .chat-info .chat-groups-tab li .chat-msg {
  color: var(--text-muted);
  max-width: 11.25rem;
  display: inline-block;
}
.main-chart-wrapper .chat-info .chat-users-tab li .chat-msg-typing .chat-msg,
.main-chart-wrapper .chat-info .chat-groups-tab li .chat-msg-typing .chat-msg {
  color: rgb(var(--success-rgb));
}
.main-chart-wrapper .chat-info .chat-users-tab li .chat-msg-typing .chat-read-icon,
.main-chart-wrapper .chat-info .chat-groups-tab li .chat-msg-typing .chat-read-icon {
  display: none;
}
.main-chart-wrapper .chat-info .chat-users-tab li .chat-read-icon,
.main-chart-wrapper .chat-info .chat-groups-tab li .chat-read-icon {
  line-height: 1;
}
.main-chart-wrapper .chat-info .chat-users-tab li .chat-read-icon i,
.main-chart-wrapper .chat-info .chat-groups-tab li .chat-read-icon i {
  font-size: 1rem;
  color: rgb(var(--success-rgb));
}
.main-chart-wrapper .chat-info .chat-users-tab li.chat-msg-unread,
.main-chart-wrapper .chat-info .chat-groups-tab li.chat-msg-unread {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.main-chart-wrapper .chat-info .chat-users-tab li.chat-msg-unread .chat-msg,
.main-chart-wrapper .chat-info .chat-groups-tab li.chat-msg-unread .chat-msg {
  color: rgb(var(--default-text-color-rgb));
}
.main-chart-wrapper .chat-info .chat-users-tab li.chat-msg-unread .chat-read-icon i,
.main-chart-wrapper .chat-info .chat-groups-tab li.chat-msg-unread .chat-read-icon i {
  color: var(--text-muted);
}
.main-chart-wrapper .chat-info .chat-users-tab li.chat-inactive .chat-read-icon,
.main-chart-wrapper .chat-info .chat-groups-tab li.chat-inactive .chat-read-icon {
  display: none;
}
.main-chart-wrapper .main-chat-area {
  position: relative;
}
.main-chart-wrapper .main-chat-area .chat-content {
  position: relative;
  z-index: 1;
  padding: 2.5rem;
}
.main-chart-wrapper .main-chat-area .chat-content:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  /*background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/pattern-1-VPGHOBLP.svg);*/
  background-repeat: repeat;
  z-index: -1;
  opacity: 0.025;
  top: 0;
  bottom: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
}
.main-chart-wrapper .main-chat-area .chat-content .chatting-user-info {
  color: rgb(var(--default-text-color-rgb));
  font-weight: 400;
  font-size: 0.813rem;
}
.main-chart-wrapper .main-chat-area .chat-content .chatting-user-info .msg-sent-time {
  color: var(--text-muted);
  font-size: 0.75rem;
  font-weight: 500;
}
.main-chart-wrapper .main-chat-area .chat-content .chatting-user-info .msg-sent-time .chat-read-mark i {
  color: rgb(var(--success-rgb));
  margin-inline-end: 0.3rem;
}
.main-chart-wrapper .main-chat-area .chat-content .main-chat-msg div {
  margin-block-start: 0.4rem;
  padding: 0.75rem;
  width: -moz-fit-content;
  width: fit-content;
}
.main-chart-wrapper .main-chat-area .chat-content .main-chat-msg div p {
  font-size: 0.813rem;
}
.main-chart-wrapper .main-chat-area .chat-content .main-chat-msg div .chat-media-image {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 0.25rem;
}
.main-chart-wrapper .main-chat-area .chat-content .chat-item-start .main-chat-msg div {
  background-color: rgba(var(--primary-rgb), 0.1);
  color: var(--primary-color);
  border-start-start-radius: 0rem;
  border-start-end-radius: 0.85rem;
  border-end-end-radius: 0.85rem;
  border-end-start-radius: 0.85rem;
}
.main-chart-wrapper .main-chat-area .chat-content .chat-item-start .msg-sent-time {
  margin-inline-start: 0.25rem;
}
.main-chart-wrapper .main-chat-area .chat-content .chat-item-end {
  justify-content: end;
  text-align: end;
}
.main-chart-wrapper .main-chat-area .chat-content .chat-item-end .main-chat-msg div {
  background-color: var(--primary-color);
  color: #000;
  border-start-start-radius: 0.85rem;
  border-start-end-radius: 0px;
  border-end-end-radius: 0.85rem;
  border-end-start-radius: 0.85rem;
}
.main-chart-wrapper .main-chat-area .chat-content .chat-item-end .msg-sent-time {
  margin-inline-end: 0.25rem;
}
.main-chart-wrapper .main-chat-area .chat-content .chat-item-start,
.main-chart-wrapper .main-chat-area .chat-content .chat-item-end {
  display: flex;
}
.main-chart-wrapper .main-chat-area .chat-content .chat-item-start .chat-list-inner,
.main-chart-wrapper .main-chat-area .chat-content .chat-item-end .chat-list-inner {
  display: flex;
  align-items: top;
  max-width: 75%;
}
.main-chart-wrapper .main-chat-area .chat-footer {
  width: 100%;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
}
.main-chart-wrapper .main-chat-area .chat-footer {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 4.75rem;
  padding: 0 1.5rem;
  border-top: 1px solid var(--default-border);
  position: absolute;
  inset-inline-start: auto;
  inset-inline-end: auto;
  inset-block-end: 0;
}
.main-chart-wrapper .main-chat-area .chat-day-label {
  text-align: center;
  color: var(--text-muted);
  margin-block-end: 2rem;
  opacity: 0.6;
  position: relative;
}
.main-chart-wrapper .main-chat-area .chat-day-label span {
  padding: 0.188rem 0.5rem;
  font-size: 0.7rem;
  background-color: var(--primary02);
  border-radius: 0.3rem;
  color: var(--primary-color);
}
@media (min-width: 992px) {
  .main-chart-wrapper .chat-info {
    min-width: 25rem;
    max-width: 25rem;
  }
}
.main-chart-wrapper .main-chat-area {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 1275.98px) and (min-width: 992px) {
  .main-chart-wrapper .chat-info {
    min-width: 25rem;
    max-width: 25rem;
  }
  .main-chart-wrapper .main-chat-area {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 991.98px) {
  .main-chart-wrapper .chat-info {
    width: 100%;
  }
  .main-chart-wrapper .main-chat-area {
    display: none;
    min-width: 100%;
    max-width: 100%;
  }
  .main-chart-wrapper .responsive-chat-close {
    display: block;
  }
}
.chat-user-details {
  padding: 1rem;
}
.chat-user-details .avatar {
  outline: 0.25rem solid var(--primary02);
}
.chat-user-details .shared-files li {
  margin-block-end: 1rem;
}
.chat-user-details .shared-files li:last-child {
  margin-block-end: 0;
}
.chat-user-details .shared-files .shared-file-icon i {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  border-radius: 0.3rem;
  border: 1px solid var(--default-border);
  display: flex;
  align-items: center;
  padding: 1.125rem;
  justify-content: center;
  font-size: 1.125rem;
  color: var(--text-muted);
}
.chat-user-details .chat-media img {
  width: 100%;
  border-radius: 0.25rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 1400px) {
  .chat-user-details {
    display: none;
    z-index: 2;
    position: absolute !important;
    margin-inline-end: 8px;
    margin-inline-start: 0px;
    background-color: var(--theme-bg-gradient) !important;
  }
  .chat-user-details.open {
    display: block;
    inset-inline-end: 0;
    inset-block-start: 0.5rem;
    box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
    border-inline-start: 1px solid var(--default-border);
  }
  button.responsive-userinfo-open {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .main-chart-wrapper.responsive-chat-open .chat-info {
    display: none;
  }
  .main-chart-wrapper.responsive-chat-open .main-chat-area {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .main-chart-wrapper .main-chat-area .chat-content .main-chat-msg div .chat-media-image {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (max-width: 354px) {
  .main-chart-wrapper .chat-calls-tab,
  .main-chart-wrapper .chat-groups-tab,
  .main-chart-wrapper .chat-users-tab {
    max-height: calc(100vh - 22rem);
  }
}
[data-page-style=modern] .main-chat-area .rightIcons .btn-outline-light {
  border-color: var(--default-border);
}
[dir=rtl] .chat-footer .btn-send {
  transform: rotate(180deg);
}
[data-theme-mode=dark] .main-chat-area .chat-content:before {
  filter: invert(1);
}
.main-chart-wrapper .chat-user-details {
  min-width: 21.875rem;
  max-width: 21.875rem;
}
@media (max-width: 575.98px) {
  .main-chart-wrapper .chat-user-details {
    min-width: 17.875rem;
    max-width: 17.875rem;
  }
}
.product-icons {
  display: none;
}
.product-image img {
  background-color: rgb(var(--light-rgb));
}
.badge.top-left-badge {
  padding: 0.45rem 0.65rem;
  border-radius: 0;
  position: absolute;
  z-index: 1;
  inset-block-start: 1rem;
  inset-inline-start: 1rem;
}
.product-card {
  position: relative;
}
.product-card:hover .product-icons {
  display: block;
}
.product-card:hover .product-icons .wishlist,
.product-card:hover .product-icons .cart,
.product-card:hover .product-icons .view {
  position: absolute;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card:hover .product-icons .wishlist i,
.product-card:hover .product-icons .cart i,
.product-card:hover .product-icons .view i {
  font-size: 0.9rem;
}
.product-card:hover .product-icons .wishlist {
  background-color: rgba(var(--danger-rgb), 1);
  color: #fff;
  inset-block-start: 1.75rem;
  inset-inline-end: 1.75rem;
}
.product-card:hover .product-icons .cart {
  background-color: rgba(var(--primary-rgb), 0.2);
  color: var(--primary-color);
  inset-block-start: 4rem;
  inset-inline-end: 1.75rem;
}
.product-card:hover .product-icons .view {
  background-color: rgba(var(--success-rgb), 0.2);
  color: rgb(var(--success-rgb));
  inset-block-start: 6.25rem;
  inset-inline-end: 1.75rem;
}
.ecommerce-more-link {
  position: relative;
  padding-block-start: 0.3rem;
  padding-inline-end: 1.5rem;
  padding-block-end: 0.3rem;
  padding-inline-start: 0.75rem;
  background-color: var(--primary01);
  color: var(--primary-color);
  border-radius: 0.25rem;
  font-weight: 500;
  font-size: 0.625rem;
}
.ecommerce-more-link:hover {
  color: var(--primary-color);
}
.ecommerce-more-link:before {
  position: absolute;
  content: "\f64d";
  inset-inline-end: 0.5rem;
  font-family: bootstrap-icons !important;
  inset-block-start: 0.25rem;
  font-weight: bold;
}
.ecommerce-more-link:after {
  position: absolute;
  content: "\f2ea";
  inset-inline-end: 0.5rem;
  font-family: bootstrap-icons !important;
  inset-block-start: 0.25rem;
  font-weight: bold;
  display: none;
}
@media (min-width: 768px) {
  [dir=rtl] .productdetails-leftsection .swiper-gallery-container .swiper-view-details {
    direction: rtl;
  }
}
.ecommerce-assurance {
  border: 1px dashed rgb(var(--success-rgb));
  border-radius: 0.85rem;
  text-align: center;
  padding: 1rem 1.5rem;
}
.ecommerce-assurance svg {
  width: 3rem;
  height: 3rem;
}
.ecommerce-more-link[aria-expanded=true]:after {
  display: block;
}
.ecommerce-more-link[aria-expanded=true]:before {
  display: none;
}
.products-navigation-card .form-check-label {
  font-size: 0.813rem;
  font-weight: 500;
}
.swiper-view-details .swiper-slide {
  background-color: transparent !important;
  border: 1px solid var(--default-border);
}
.swiper-view-details .swiper-slide.swiper-slide-thumb-active {
  background-color: rgb(var(--light-rgb)) !important;
}
@media (min-width: 768px) {
  .swiper-gallery-container {
    display: flex;
  }
  .swiper-gallery-container .swiper-view-details {
    margin-inline-end: 15px;
    order: -1;
    flex-shrink: 0;
    width: 136px;
  }
  .swiper-gallery-container .swiper-view-details .swiper-slide,
  .swiper-gallery-container .swiper-view-details .img {
    height: auto !important;
  }
  .swiper-gallery-container .swiper-view-details .swiper-slide {
    margin-block-end: 3px;
  }
  .swiper-gallery-container .swiper-wrapper {
    justify-content: space-between;
  }
}
.productdetail-title {
  line-height: 1.25;
}
.productdetails-leftsection {
  position: sticky;
  top: 0;
}
.swiper-preview-details .swiper-button-next {
  background-color: var(--black-1);
  color: #fff !important;
}
.swiper-preview-details .swiper-button-prev {
  background-color: var(--black-1);
  color: #fff !important;
}
.product-colors {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: 1px solid var(--default-border);
  margin-inline-end: 0.5rem;
  background-color: rgb(var(--light-rgb));
}
.product-colors i {
  font-size: 1.5rem;
}
.product-colors.color-2.selected {
  border: 1px dotted #fd3c2c;
}
.product-colors.color-2 i {
  color: #fd3c2c;
}
.product-colors.color-4.selected {
  border: 1px dotted #d9580d;
}
.product-colors.color-4 i {
  color: #d9580d;
}
.product-colors.color-1.selected {
  border: 1px dotted #fbd039;
}
.product-colors.color-1 i {
  color: #fbd039;
}
.product-colors.color-3.selected {
  border: 1px dotted #8d5ddd;
}
.product-colors.color-3 i {
  color: #8d5ddd;
}
.product-sizes {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.125rem;
  border: 1px solid var(--default-border);
  margin-inline-end: 0.5rem;
  font-size: 0.75rem;
  background-color: rgb(var(--light-rgb));
  color: var(--text-muted);
}
.product-sizes.selected {
  background-color: rgba(var(--success-rgb), 0.1);
  color: rgb(var(--success-rgb));
}
.offer-promotion {
  position: relative;
  padding: 0.5rem;
  background-color: rgba(var(--warning-rgb), 0.1);
  border: 1px solid var(--default-border);
}
.offer-promotion .promotion-code {
  color: rgb(var(--default-text-color-rgb));
}
.offer-promotion .offer-details {
  position: absolulte;
  border: 1px dashed rgb(var(--warning-rgb));
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}
.product-images {
  padding-inline-start: 1.875rem;
}
.product-images .products-review-images img {
  width: 3.125rem;
  height: 3.125rem;
  margin-inline-end: 0.25rem;
  border-radius: 0.25rem;
  background-color: rgb(var(--light-rgb));
}
.similar-product-name {
  max-width: 80%;
}
.product-details-page {
  background-color: rgba(0, 0, 0, 0.2);
}
.product-quantity-container {
  width: 8.75rem;
}
.product-quantity-container .input-group input.form-control:focus {
  box-shadow: none;
}
.product-quantity-container .input-group .product-quantity-minus.btn:focus,
.product-quantity-container .input-group .product-quantity-minus.btn:hover,
.product-quantity-container .input-group .product-quantity-plus.btn:focus,
.product-quantity-container .input-group .product-quantity-plus.btn:hover {
  border-color: var(--input-border);
}
.product-quantity-container .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 0;
}
.cart-empty svg {
  width: 6.25rem;
  height: 6.25rem;
  margin-block-end: 1.25rem;
  fill: rgb(var(--default-text-color-rgb));
}
.product-checkout .tab-style-2 .nav-item .nav-link {
  padding: 0.85rem 2rem;
}
.product-checkout .form-floating input,
.product-checkout .form-floating textarea {
  font-size: 0.813rem;
  font-weight: 400;
}
.product-checkout .shipping-method-container,
.product-checkout .payment-card-container {
  position: relative;
  padding: 0.625rem;
  border: 1px solid var(--input-border);
  border-radius: 0;
}
.product-checkout .shipping-method-container .form-check-input,
.product-checkout .payment-card-container .form-check-input {
  position: absolute;
  inset-inline-start: 3rem;
  inset-block-start: 1.2rem;
}
.checkout-payment-success {
  text-align: center;
}
.checkout-payment-success img {
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 575px) {
  #shipped-tab-pane .btn-group .btn {
    width: 100%;
    border-radius: 0.25rem;
  }
}
.orders-delivery-address {
  width: 75%;
}
.delivery-date {
  width: 60px;
  height: 60px;
  padding: 10px;
  background-color: var(--primary005);
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  border-radius: 0.3rem;
  animation-fill-mode: backwards;
}
.order-track {
  position: relative;
}
.order-track:before {
  content: "";
  inset-inline-start: 20px;
  inset-block-start: 0;
  inset-inline-end: 0;
  inset-block-end: 0;
  position: absolute;
  width: 1px;
  border-inline-start: 1px dashed var(--primary-color);
  height: 100%;
  opacity: 0.2;
}
.order-track .accordion-item {
  background: transparent;
}
.add-products .tab-style-2 .nav-item .nav-link {
  padding: 0.85rem 2rem;
}
.color-selection .choices__input {
  width: 6.25rem;
}
.product-image-default {
  width: 100%;
  height: 16.25rem;
}
.productupload-image-container .filepond--root[data-style-panel-layout~=circle],
.productupload-image-container1 .filepond--root[data-style-panel-layout~=circle],
.productupload-image-container2 .filepond--root[data-style-panel-layout~=circle] {
  border-radius: 0.25rem;
  width: 100%;
}
.productupload-image-container .filepond--drop-label.filepond--drop-label label,
.productupload-image-container1 .filepond--drop-label.filepond--drop-label label,
.productupload-image-container2 .filepond--drop-label.filepond--drop-label label {
  padding: 2em;
}
.productupload-image-container .filepond--drop-label,
.productupload-image-container1 .filepond--drop-label,
.productupload-image-container2 .filepond--drop-label {
  color: var(--text-muted) !important;
}
.productupload-image-container .filepond--panel-root,
.productupload-image-container1 .filepond--panel-root,
.productupload-image-container2 .filepond--panel-root {
  border: 0.125rem dashed var(--input-border) !important;
}
.productupload-image-container .filepond--root[data-style-panel-layout~=circle] .filepond--image-preview-wrapper,
.productupload-image-container1 .filepond--root[data-style-panel-layout~=circle] .filepond--image-preview-wrapper,
.productupload-image-container2 .filepond--root[data-style-panel-layout~=circle] .filepond--image-preview-wrapper {
  border-radius: 0.3rem;
}
.productupload-image-container .filepond--root[data-style-panel-layout~=circle] {
  height: 16.25rem !important;
}
.productupload-image-container .filepond--drop-label label {
  font-size: 0.75rem;
}
.productupload-image-container .filepond--root[data-style-panel-layout~=circle] .filepond--image-preview-wrapper,
.productupload-image-container .filepond--file {
  height: 16.25rem;
}
.productupload-image-container1 .filepond--root[data-style-panel-layout~=circle],
.productupload-image-container2 .filepond--root[data-style-panel-layout~=circle] {
  height: 7.375rem !important;
}
.productupload-image-container1 .filepond--drop-label label,
.productupload-image-container2 .filepond--drop-label label {
  font-size: 0.75rem;
}
.productupload-image-container1 .filepond--root[data-style-panel-layout~=circle] .filepond--image-preview-wrapper,
.productupload-image-container1 .filepond--file,
.productupload-image-container2 .filepond--root[data-style-panel-layout~=circle] .filepond--image-preview-wrapper,
.productupload-image-container2 .filepond--file {
  height: 7.375rem !important;
}
.productupload-image-container1 .filepond--file [data-align*=bottom],
.productupload-image-container2 .filepond--file [data-align*=bottom] {
  bottom: 9.125em;
}
.product-img-icon {
  font-size: 1.625rem !important;
  opacity: 0.5;
}
.product-documents-container .filepond--root {
  width: 100%;
}
.product-documents-container .filepond--panel-root {
  border-color: var(--input-border) !important;
  border-radius: 0.25rem;
}
.product-documents-container .filepond--root .filepond--drop-label label {
  color: var(--text-muted);
}
#product-features {
  max-height: 12.5rem;
  overflow-y: scroll;
}
.file-manager-container {
  position: relative;
  overflow: hidden;
  margin: 0 -1.25rem;
}
.file-manager-container .file-manager-navigation,
.file-manager-container .file-manager-folders,
.file-manager-container .selected-file-details {
  border: 1px solid var(--default-border);
  overflow: auto;
}
.file-manager-container .files-main-nav {
  max-height: calc(100vh - 17.5rem);
}
.file-manager-container .file-folders-container,
.file-manager-container .filemanager-file-details {
  max-height: calc(100vh - 11.9rem);
}
@media (min-width: 576px) {
  .file-manager-container .file-manager-navigation {
    width: 18rem;
  }
}
@media (max-width: 575.98px) {
  .file-manager-container .file-manager-navigation {
    width: 100%;
  }
  .file-manager-container .file-manager-folders {
    display: none;
  }
}
.file-manager-container .selected-file-details {
  width: 40rem;
}
.file-manager-container .file-manager-folders {
  width: 100%;
}
.file-manager-container ul.files-main-nav {
  padding: 1rem;
  margin-block-end: 0;
}
.file-manager-container ul.files-main-nav li {
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  margin-block-end: 0.15rem;
}
.file-manager-container ul.files-main-nav li:last-child {
  margin-block-end: 0;
}
.file-manager-container ul.files-main-nav li div {
  color: var(--text-muted);
}
.file-manager-container ul.files-main-nav li:hover div {
  color: var(--primary-color);
}
.file-manager-container ul.files-main-nav li.active {
  background-color: var(--primary01);
}
.file-manager-container ul.files-main-nav li.active div {
  color: var(--primary-color);
}
.file-manager-container ul.files-main-nav li div.filemanager-upgrade-storage {
  height: auto;
  background-color: var(--primary01);
  border: 1px dashed var(--default-border);
  display: flex;
  align-items: center;
  color: rgb(var(--default-text-color-rgb));
  padding: 1rem;
}
.file-manager-container ul.files-main-nav li div.filemanager-upgrade-storage img {
  height: 120px;
}
.file-manager-container .file-format-icon i {
  font-size: 1.75rem;
  padding: 9px;
  border: 1px solid var(--primary01);
  width: auto;
  line-height: 1.1;
  margin-block-end: 16px;
}
.file-manager-container .folder-svg-container {
  padding: 13px;
  background-color: var(--primary01);
}
.file-manager-container .folder-svg-container svg {
  width: 1.75rem;
  height: 1.75rem;
}
.file-manager-container .file-details img {
  width: 150px;
  height: 150px;
  background-color: rgb(var(--light-rgb));
  border-radius: 0.25rem;
}
@media (max-width: 1200px) {
  .file-manager-container .selected-file-details {
    display: none;
  }
  .file-manager-container .selected-file-details.open {
    width: 19.5rem;
    position: absolute;
    display: block;
    inset-inline-end: 0;
    inset-block-start: 0.5rem;
    box-shadow: 0 0.125rem 0 rgba(10, 10, 10, 0.04);
    border-inline-start: 1px solid var(--default-border);
  }
}
.file-manager-container .file-manager-navigation.close {
  display: none;
}
.file-manager-container .file-manager-folders.open {
  display: block;
}
@media (max-width: 365px) {
  .file-manager-container .file-folders-container {
    max-height: calc(100vh - 12.9rem);
  }
}
.file-manager-container ul.files-main-nav li.file-internal-storage {
  border: 1px dashed var(--default-border);
  padding: 1rem;
  border-radius: 0;
}
@media (min-width: 992px) {
  [data-nav-style=menu-click][data-nav-layout=horizontal][data-theme-mode=dark] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child1::before {
    border-block-start-color: rgba(0, 0, 0, 0.1);
    border-inline-start-color: rgba(0, 0, 0, 0.1);
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal][data-theme-mode=dark][dir=rtl] .slide.has-sub.open .slide-menu.child1::before {
    border-inline-end-color: var(--border);
    border-inline-start-color: transparent !important;
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .side-menu__item .side-menu__angle {
    color: #fff;
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child1 .slide .side-menu__item .side-menu__angle,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child2 .slide .side-menu__item .side-menu__angle,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child3 .slide .side-menu__item .side-menu__angle {
    color: var(--menu-prime-color) !important;
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child1 .slide .side-menu__item:hover,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child1 .slide .side-menu__item.active,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child2 .slide .side-menu__item:hover,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child2 .slide .side-menu__item.active,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child3 .slide .side-menu__item:hover,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child3 .slide .side-menu__item.active {
    color: var(--primary-color);
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child1 .slide .side-menu__item:hover .side-menu__angle,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child1 .slide .side-menu__item.active .side-menu__angle,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child2 .slide .side-menu__item:hover .side-menu__angle,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child2 .slide .side-menu__item.active .side-menu__angle,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child3 .slide .side-menu__item:hover .side-menu__angle,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child3 .slide .side-menu__item.active .side-menu__angle {
    color: var(--primary-color) !important;
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child1 .slide .side-menu__item:hover:before,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child1 .slide .side-menu__item.active:before,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child2 .slide .side-menu__item:hover:before,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child2 .slide .side-menu__item.active:before,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child3 .slide .side-menu__item:hover:before,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child3 .slide .side-menu__item.active:before {
    border-color: var(--primary-color) !important;
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .side-menu__item {
    border-radius: 0.25rem;
    padding: 0.3rem;
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide-menu.child1 {
    border-radius: 0.25rem;
    padding: 0.55rem 0.3rem;
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide-menu.child1 .side-menu__item {
    padding: 0.33rem 1.6rem;
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child1 {
    overflow: visible !important;
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child1::before {
    content: "";
    position: inherit !important;
    inset-block-start: -7px;
    inset-inline-start: 10%;
    width: 13px;
    height: 13px;
    z-index: 99999;
    border: 1px solid transparent;
    border-block-start-color: var(--border);
    border-inline-start-color: var(--border);
    transform: rotate(45deg);
    background-color: var(--custom-white);
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .side-menu__item {
    padding-inline-end: 1.3rem;
    padding-inline-start: 1.3rem;
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .side-menu__item.active,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .side-menu__item:hover {
    background-color: transparent !important;
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide-menu.child1 .slide .side-menu__item:before {
    inset-block-start: 0.838rem;
    inset-inline-start: 0.65rem;
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .side-menu__item:hover .side-menu__angle {
    color: var(--primary-color) !important;
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .side-menu__label {
    color: #fff;
    opacity: 0.8;
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .side-menu__item.active,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .side-menu__item:hover {
    background-color: var(--primary-color);
    color: var(--primary-color);
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .side-menu__item.active .side-menu__label,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .side-menu__item.active .side-menu__angle,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .side-menu__item:hover .side-menu__label,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .side-menu__item:hover .side-menu__angle {
    color: #fff !important;
  }
  .flex-none {
    flex: none;
  }
}
.svg-container {
  position: relative;
}
.svg-container svg {
  position: relative;
  width: 4rem;
  height: 4rem;
}
.svg-container:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  inset-inline-end: -1rem;
  inset-block-end: -2rem;
  background-color: rgba(var(--primary-rgb), 0.1);
  border-radius: 40% 60% 60% 40%/70% 30% 70% 30%;
  z-index: 1;
}
.testimonialSwiperService {
  padding: 0 0 3.375rem 0 !important;
}
.workflow-bottom-design:before {
  content: "";
  position: absolute;
  width: 3px;
  top: -48px;
  height: 48px;
  background-color: rgba(var(--primary-rgb), 0.1);
  opacity: 1;
}
.workflow-top-design:before {
  content: "";
  position: absolute;
  width: 3px;
  bottom: -48px;
  height: 48px;
  background-color: rgba(var(--primary-rgb), 0.1);
  opacity: 1;
}
.landing-body {
  background-color: var(--custom-white);
}
.landing-body .app-sidebar {
  border-bottom: 0;
}
.landing-body .app-sidebar .side-menu__item {
  padding: 0.8rem 1rem;
}
.landing-body .app-sidebar .side-menu__item.active,
.landing-body .app-sidebar .side-menu__item:hover {
  color: var(--primary-color) !important;
}
.landing-body .app-sidebar.sticky.sticky-pin .side-menu__item.active {
  font-weight: normal;
}
.landing-body .app-sidebar.sticky.sticky-pin .side-menu__item.active .side-menu__label {
  color: var(--primary-color) !important;
}
.landing-body .app-sidebar.sticky.sticky-pin .side-menu__item.active .side-menu__angle {
  color: var(--primary-color) !important;
}
.landing-body .accordion.accordion-primary .accordion-button.collapsed:after {
  background-color: var(--primary01);
  color: var(--primary-color);
}
.landing-body .featur-icon {
  width: 75px;
  height: 75px;
  padding: 14px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
.landing-body .feature-logos {
  display: flex;
  justify-content: center;
}
.landing-body .landing-Features {
  position: relative;
  width: 100%;
  height: 100%;
  inset-block-start: 0;
  background: rgba(var(--primary-rgb), 0.5);
  z-index: 1;
}
.landing-body .landing-Features:before {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/media-80-ZXCVUKGU.svg);
  background-repeat: repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: -1;
  opacity: 0.075;
}
@media (min-width: 992px) {
  .landing-body .app-sidebar {
    inset-block-start: 0;
    padding: 0.5rem 0;
    height: auto !important;
    background-color: rgba(0, 0, 0, 0.1);
    background-image: none;
    box-shadow: none;
    border-inline-end: 0;
  }
  .landing-body .app-sidebar .main-sidebar {
    height: auto !important;
    width: 100%;
  }
  .landing-body .app-sidebar.sticky.sticky-pin {
    background-color: var(--custom-white);
    box-shadow: 0 0.25rem 1rem var(--black-1);
  }
  .landing-body .app-sidebar.sticky.sticky-pin .side-menu__item .side-menu__angle {
    color: var(--menu-prime-color);
  }
  .landing-body .app-sidebar.sticky.sticky-pin .side-menu__item:hover .side-menu__angle {
    color: var(--primary-color) !important;
  }
  .landing-body .app-sidebar.sticky.sticky-pin.app-sidebar .side-menu__label {
    color: var(--custom-black);
  }
  .landing-body .app-sidebar.sticky.sticky-pin .landing-logo-container .horizontal-logo .desktop-dark {
    display: none;
  }
  .landing-body .app-sidebar.sticky.sticky-pin .landing-logo-container .horizontal-logo .desktop-logo {
    display: block;
  }
  .landing-body .app-sidebar.sticky.sticky-pin.app-sidebar .side-menu__item:hover .side-menu__label {
    color: var(--primary-color) !important;
  }
  .landing-body .app-sidebar.app-sidebar .slide.has-sub.open .slide-menu.child1::before {
    border-block-start-color: var(--default-border) !important;
    border-inline-start-color: var(--default-border) !important;
  }
  .landing-body .app-header {
    display: none;
  }
  .landing-body .main-sidebar-header {
    display: block !important;
  }
  .landing-body .main-menu-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .landing-body .main-menu-container .slide-left,
  .landing-body .main-menu-container .slide-right {
    display: none;
  }
  .landing-body .main-content {
    padding: 0;
  }
  .landing-body .landing-logo-container .horizontal-logo .header-logo .desktop-logo {
    display: none;
  }
  .landing-body .landing-logo-container .horizontal-logo .header-logo .desktop-dark {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .landing-body .app-sidebar .side-menu__item.active,
  .landing-body .app-sidebar .side-menu__item:hover {
    background-color: transparent;
  }
  .landing-body .app-sidebar .container-xl {
    padding-inline: 0;
  }
  .landing-body .main-menu-container .main-menu {
    padding-inline: 20px !important;
    width: 100%;
  }
  .landing-body .app-sidebar .slide-menu {
    padding-inline-start: 1rem;
  }
  .landing-body .app-sidebar .slide {
    padding: 0;
  }
  .landing-body .landing-logo-container .horizontal-logo .header-logo .desktop-logo {
    display: none !important;
  }
  .landing-body .landing-logo-container .horizontal-logo .header-logo .desktop-dark {
    display: none !important;
  }
}
.landing-body .main-menu-container .main-menu {
  padding-inline-start: 0;
}
.landing-body .app-content {
  margin-block-start: 4rem;
}
.landing-body .section {
  padding: 3.375rem 0;
  background-size: cover;
  position: relative;
}
.landing-body .landing-banner {
  position: relative;
  width: 100%;
  inset-block-start: 0;
  background: radial-gradient(circle, rgba(var(--primary-rgb), 0.18) 0%, rgba(var(--primary-rgb), 0.08) 40%, rgba(0, 0, 0, 0.08) 100%);
  z-index: 1;
}
.landing-body .landing-banner:before {
  content: "";
  position: absolute;
  width: 100%;
  /*background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/pattern-2-XMY77GOB.svg);*/
  background-repeat: repeat;
  height: 100%;
  z-index: -1;
  opacity: 0.025;
}
.landing-body .landing-banner .main-banner-container {
  padding: 4rem 0;
}
.landing-body .landing-banner .landing-banner-heading {
  line-height: 1.25;
  text-shadow: 1px 1px var(--black-1);
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 767.98px) {
  .landing-body .landing-main-image {
    display: none;
  }
  .landing-body .landing-banner .main-banner-container {
    padding: 1rem;
  }
  .landing-body .landing-footer {
    background-color: rgb(0, 0, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .landing-body .landing-footer .landing-footer-list li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1115.98px) {
  .landing-body .landing-main-image::before,
  .landing-body .landing-main-image::after {
    display: none;
  }
}
@media (max-width: 480px) {
  .landing-body .landing-banner .section {
    padding: 2.375rem 0;
  }
}
.landing-body .landing-main-image {
  position: relative;
  z-index: 10;
}
.landing-body .landing-main-image img {
  z-index: 11;
  position: relative;
  margin-block-start: -10px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.landing-body .landing-main-image::before {
  content: "";
  position: absolute;
  inset-inline-start: 6rem;
  inset-block-start: -3rem;
  width: 100px;
  height: 100px;
  border: 6px dashed rgba(255, 255, 255, 0.05);
}
.landing-body .landing-main-image::after {
  content: "";
  position: absolute;
  inset-inline-end: -1rem;
  inset-block-end: -3rem;
  width: 100px;
  height: 100px;
  border: 6px dashed rgba(255, 255, 255, 0.03);
}
.landing-body .landing-page-wrapper {
  position: relative;
  min-height: calc(100vh - 3.4rem);
}
.landing-body .main-landing-image {
  width: 37.5rem;
  padding: 0.5rem;
  border-radius: 0.25rem;
  background-color: var(--primary01);
}
.landing-body .brand-img-white {
  display: block;
}
.landing-body .brand-img-light {
  display: block;
}
.landing-body .app-sidebar .side-menu__label {
  font-family: 600;
}
.landing-body .landing-section-heading {
  position: relative;
  letter-spacing: 4px;
  font-weight: 600;
  text-transform: uppercase;
}
.landing-body .landing-missions,
.landing-body .landing-missions-dark {
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.05) !important;
}
.landing-body .landing-missions:before,
.landing-body .landing-missions-dark:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.15rem;
  inset-block-start: 0;
  inset-inline-start: 0;
  border-radius: 3.125rem;
}
.landing-body .landing-missions svg,
.landing-body .landing-missions-dark svg {
  width: 1.5rem;
  height: 1.5rem;
}
.landing-body .customize-image img {
  width: 30.5rem;
  height: 20rem;
  margin-block-start: 20px;
  padding: 15px;
  position: relative;
}
.landing-body .landing-footer {
  background-color: rgb(0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.landing-body .landing-footer .landing-footer-list li {
  margin-bottom: 0.5rem;
}
.landing-body .landing-main-footer {
  background-color: rgb(0, 0, 0);
}
.landing-body .landing-testimonials .swiper-pagination-bullet {
  background: var(--primary-color) !important;
}
.landing-body .landing-testimonials .swiper-pagination-bullet:active {
  background: var(--primary-color) !important;
}
.landing-body .team-card {
  transition: box-shadow 0.2s ease-in;
}
.landing-body .team-card:hover {
  box-shadow: 0 0.25rem 1rem 0 rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s ease-in;
}
.landing-body .team-card .team-avatar {
  box-shadow: 0 0 0 0.5rem rgba(0, 0, 0, 0.05);
}
.landing-body .btn-close {
  padding: 1.5rem;
  right: -0.875rem;
}
.landing-body .section-bg {
  background-color: var(--primary01);
}
.landing-body .icon-shadow-warning {
  box-shadow: 0 0 11px rgba(var(--warning-rgb), 0.55);
}
.landing-body .icon-shadow-info {
  box-shadow: 0 0 11px rgba(var(--info-rgb), 0.55);
}
.landing-body .icon-shadow-primary {
  box-shadow: 0 0 11px rgba(var(--primary-rgb), 0.55);
}
.landing-body .landing-team-img {
  box-shadow: 5px 5px rgba(var(--primary-rgb), 0.35);
}
.card.custom-card.landing-card .card-body {
  padding: 2rem;
}
.sub-card-companies img {
  background: rgba(0, 0, 0, 0.15);
  height: 77px;
  border-inline-start: 1px solid rgba(0, 0, 0, 0.15);
  padding: 15px 18px;
}
@media (min-width: 992px) {
  [data-theme-mode=dark] .landing-body .main-menu-container .landing-logo-container .horizontal-logo .header-logo .desktop-logo {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  [data-theme-mode=dark] .landing-body .app-header .main-header-container .horizontal-logo .header-logo .toggle-logo {
    display: none;
  }
  [data-theme-mode=dark] .landing-body .app-header .main-header-container .horizontal-logo .header-logo .toggle-dark {
    display: block;
  }
}
[data-theme-mode=dark] .landing-body .landing-trusted-companies img {
  filter: imvert(1);
}
[data-theme-mode=dark] .landing-body .team-card:hover {
  box-shadow: 0 0.25rem 1rem 0 rgba(255, 255, 255, 0.05);
}
[data-theme-mode=dark] .landing-body .team-card .team-avatar {
  box-shadow: 0 0 0 0.5rem rgba(255, 255, 255, 0.05);
}
[data-theme-mode=dark] .landing-body .app-sidebar.sticky.sticky-pin .landing-logo-container .horizontal-logo .desktop-dark {
  display: block;
}
[data-theme-mode=dark] .brand-img-light {
  display: block;
}
[data-theme-mode=dark] .brand-img-white {
  display: none;
}
@media (max-width: 420px) {
  .landing-body .landing-banner .main-banner-container {
    padding: 1rem;
  }
  .landing-body .landing-banner .landing-banner-heading {
    font-size: 2rem;
  }
}
@media (max-width: 992px) {
  .landing-body .app-sidebar .slide-menu.child1 li,
  .landing-body .app-sidebar .slide-menu.child2 li,
  .landing-body .app-sidebar .slide-menu.child3 li {
    padding: 0;
    padding-inline-start: 0;
    position: relative;
  }
}
[dir=rtl] .landing-body .testimonial-card,
[dir=rtl] .landing-body .featured-card-1 {
  direction: rtl;
}
[dir=rtl] .landing-body .landing-main-image img {
  transform: scaleX(-1);
}
.landing-body.jobs-landing .landing-banner .landing-banner-heading {
  line-height: 1.25;
  font-size: 2.5rem;
  font-weight: 500;
}
.landing-body.jobs-landing .landing-banner {
  height: auto;
}
.custom-form-group {
  position: relative;
  display: flex;
  align-items: center;
}
.custom-form-group .form-control {
  padding-inline-end: 8.75rem;
  padding-inline-start: 1.25rem;
  line-height: 2.25;
}
.custom-form-group .form-control-lg ~ .custom-form-btn {
  inset-inline-end: 0.7rem;
}
.custom-form-group .custom-form-btn {
  position: absolute;
  inset-inline-end: 0.5rem;
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--custom-white);
}
.custom-form-group .custom-form-btn .gps-location {
  color: var(--text-muted);
  opacity: 0.6;
  font-size: 1.0625rem;
  line-height: 0;
  margin-inline-end: 10px;
}
.border-end.border-white3 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.bg-banner {
  background-color: var(--primary06);
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.bg-banner::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  inset-block-start: 0;
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/2-7BIAPIML.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  opacity: 0.1;
  transition: transform ease 0.3s;
  z-index: -1;
}
.bg-banner-1 {
  position: relative;
  inset-block-start: 0;
  height: 100%;
  border-radius: 0 0.3rem 0.3rem 0;
  z-index: 0;
}
.bg-banner-2 {
  position: relative;
  inset-block-start: 0;
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/1-ATF2IUOD.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0 0.3rem 0.3rem 0;
  z-index: 0;
}
.bg-banner-2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--primary06);
  inset-inline: 0;
  inset-block: 0;
  z-index: -1;
}
.landing-body.jobs-landing .featured-jobs {
  overflow: hidden;
  border: 1px solid var(--default-border);
}
.featured-card-4 svg {
  width: 1.5rem;
  height: 1.5rem;
}
.feature-style {
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px dashed rgba(var(--warning-rgb), 0.35);
}
.feature-style::before {
  content: "";
  position: absolute;
  width: 4rem;
  height: 4rem;
  inset-inline-end: -1.5rem;
  inset-block-end: -1.5rem;
  background-color: var(--primary01);
  border-radius: 50%;
}
.feature-style .feature-style-icon {
  position: relative;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
}
.feature-style .feature-style-icon img,
.feature-style .feature-style-icon svg {
  width: 2.5rem;
  height: 2.5rem;
}
.landing-body.jobs-landing .landing-main-footer .landing-footer-list li {
  display: inline-block;
  padding: 0 12px;
}
.landing-body .landing-main-footer .landing-footer-list li:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  border: 1px solid var(--white-5);
  border-radius: 50%;
  background-color: transparent;
  inset-inline-start: -0.2rem;
  inset-block-start: 0.5rem;
}
.landing-body .landing-main-footer .landing-footer-list li:not(:first-child) {
  position: relative;
}
.review-quote {
  position: absolute;
  inset-inline-end: 0.8rem;
  inset-block-start: 6rem;
  font-size: 4.875rem;
  line-height: 0;
  color: white;
  background-color: transparent;
  padding: 0.625rem;
  opacity: 0.05;
}
.blog-badge {
  position: absolute;
  inset-block-start: 1rem;
  inset-inline-end: 1rem;
}
.job-icon-shadow {
  text-shadow: 5px 6px var(--primary01);
}
.job-category-icon {
  width: 3.25rem;
  height: 3.25rem;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--primary-rgb), 0.02);
}
.landing-steps {
  position: relative;
}
.landing-steps::before {
  position: absolute;
  border: 1px dashed var(--default-border);
  content: "";
  inset-inline-end: 1rem;
  inset-block-start: 1.5rem;
  width: 3rem;
}
.landing-steps::after {
  position: absolute;
  content: "\ea6e";
  font-family: "remixicon" !important;
  inset-inline-end: 0;
  inset-block-start: 0.85rem;
  opacity: 0.5;
}
.faq-icon {
  font-size: 14rem;
}
.job-faqs-section .accordion.accordion-primary .accordion-button.collapsed {
  background-color: var(--primary01);
}
@media (max-width: 480px) {
  .jobs-landing .landing-banner .section {
    padding: 4.375rem 0;
  }
  .jobs-landing .landing-banner .section .main-banner-container .custom-form-group .form-control-lg {
    padding: 0.5rem 0.5rem;
  }
  .jobs-landing .landing-banner .section .main-banner-container .custom-form-btn .btn span {
    display: none;
  }
}
.landing-contact-info {
  background-color: var(--primary01);
}
.card.custom-card.job-category-card {
  background: none;
}
.landing-footer-logo {
  height: 1.5rem;
  line-height: 1.5rem;
}
@media (min-width: 992px) and (max-width: 1024px) {
  [data-nav-layout=horizontal] .landing-body .app-sidebar .main-menu > .slide {
    margin: 0;
  }
  [data-nav-layout=horizontal] .landing-body .app-sidebar {
    padding-inline: 8px;
  }
  [data-nav-layout=horizontal][data-nav-style=menu-click] .landing-body .app-sidebar .side-menu__item {
    padding-inline-end: 1rem;
    padding-inline-start: 1rem;
  }
}
.main-mail-container {
  position: relative;
  overflow: hidden;
  margin: 0 -1.25rem;
}
.mail-navigation,
.total-mails,
.mails-information,
.mail-recepients {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  height: calc(100vh - 8rem);
  overflow: hidden;
  border-radius: 0.25rem;
}
.mail-info-body {
  max-height: calc(100vh - 16.5rem);
}
@media (min-width: 1400px) {
  .total-mails .mail-msg .mail-msg-content {
    display: inline-block;
  }
}
@media (min-width: 1400px) and (max-width: 1489.98px) {
  .responsive-mail-action-icons .dropdown {
    display: block;
  }
  .responsive-mail-action-icons .close-button {
    display: none;
  }
  .mail-action-icons {
    display: none;
  }
}
@media (max-width: 1399.98px) {
  .responsive-mail-action-icons {
    display: block;
    display: flex;
  }
  .mail-action-icons {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .mail-recepients {
    display: none;
  }
}
@media (min-width: 1489px) {
  .responsive-mail-action-icons {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .mail-navigation {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .mail-navigation {
    min-width: 17rem;
    max-width: 17rem;
  }
}
.total-mails {
  width: 100%;
}
.total-mails .mail-messages {
  max-height: calc(100vh - 16.65rem);
}
.total-mails .mail-messages li {
  padding: 1.1rem 1.25rem 0.625rem 1.25rem;
  border-bottom: 1px solid var(--default-border);
}
.total-mails .mail-messages li.active {
  background-color: rgb(var(--light-rgb));
}
.total-mails .mail-messages li:last-child {
  border-bottom: 0;
}
.total-mails .mail-messages li .avatar.mail-msg-avatar {
  width: 1.8rem;
  height: 1.8rem;
}
.total-mails .mail-messages li .avatar.mail-msg-avatar.online:before,
.total-mails .mail-messages li .avatar.mail-msg-avatar.offline:before {
  width: 0.55rem;
  height: 0.55rem;
}
.total-mails .mail-messages .mail-starred i {
  color: var(--text-muted);
  opacity: 0.5;
}
.total-mails .mail-messages .mail-starred.true i {
  color: rgb(var(--warning-rgb));
  opacity: 1;
}
.mail-recepients {
  min-width: 4.4rem;
  max-width: 4.4rem;
}
.mail-recepients .total-mail-recepients {
  max-height: calc(100vh - 12.4rem);
}
.mail-recepients .mail-recepeint-person .avatar {
  width: 2rem;
  height: 2rem;
  margin-block-end: 1rem;
}
.mail-recepients .mail-recepeint-person .avatar.online:before,
.mail-recepients .mail-recepeint-person .avatar.offline:before {
  width: 0.55rem;
  height: 0.55rem;
}
.mail-recepients .mail-recepeint-person:last-child {
  margin-block-end: 0;
}
.mail-navigation ul.mail-main-nav {
  max-height: calc(100vh - 17rem);
  padding: 1rem;
  margin-block-end: 0;
}
.mail-navigation ul.mail-main-nav li {
  padding: 0.5rem;
  border-radius: var(--default-border);
  border-radius: 0.25rem;
  font-weight: 500;
}
.mail-navigation ul.mail-main-nav li div {
  color: var(--text-muted);
}
.mail-navigation ul.mail-main-nav li.active div {
  color: var(--primary-color);
}
.mail-navigation ul.mail-main-nav li:hover div {
  color: var(--primary-color);
}
@media (min-width: 576px) {
  .mail-msg-content {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .mail-msg-content {
    max-width: 180px;
  }
}
.mails-information {
  width: 100%;
}
.mails-information .mail-info-header {
  padding: 0.75rem;
  border-block-end: 1px solid var(--default-border);
}
.mails-information .mail-info-footer {
  padding: 0.75rem;
  border-block-start: 1px solid var(--default-border);
}
.mails-information .mail-attachment {
  padding: 0.25rem;
  width: 12rem;
  height: 2.75rem;
  border: 1px solid var(--default-border);
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
}
.mails-information .mail-attachment .attachment-icon svg,
.mails-information .mail-attachment .attachment-icon i {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 2rem;
  margin-inline-end: 0.5rem;
}
.mails-information .mail-attachment .attachment-name {
  max-width: 7rem;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
}
.mail-reply .ql-toolbar.ql-snow .ql-formats {
  margin-top: 5px;
  margin-bottom: 5px;
}
#mail-compose-editor .ql-editor {
  min-height: 12.62rem !important;
}
.mail-compose .ql-toolbar.ql-snow .ql-formats {
  margin-top: 5px;
  margin-bottom: 5px;
}
.offcanvas.offcanvas-end.mail-info-offcanvas {
  width: 50rem;
}
.mail-notification-settings,
.mail-security-settings {
  width: 60%;
}
@media (max-width: 575.98px) {
  #account-settings .btn-group label {
    font-size: 0.625rem;
  }
}
.choices__list--dropdown .choices__item--selectable,
.choices__list[aria-expanded] .choices__item--selectable {
  padding: 10px !important;
}
.choices__list--dropdown .choices__item--selectable::after,
.choices__list[aria-expanded] .choices__item--selectable::after {
  display: none;
}
.ribbone {
  width: 100%;
  position: relative;
  background-size: cover;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 500px) {
  .ribbone {
    width: 100%;
  }
}
.arrow-ribbone-left {
  color: #fff;
  padding: 0.125rem 0.5rem;
  position: absolute;
  inset-block-start: 0.625rem;
  inset-inline-start: 0;
  z-index: 8;
  font-size: 0.875rem;
}
.arrow-ribbone-left.bg-danger:before {
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-end: -0.75rem;
  border-block-start: 10.75rem solid transparent;
  border-inline-start: 0.75rem solid rgb(var(--danger-rgb));
  border-block-end: 0.75rem solid transparent;
  width: 0;
}
.arrow-ribbone-left.bg-primary:before {
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-end: -0.75rem;
  border-block-start: 0.75rem solid transparent;
  border-block-end: 0.75rem solid transparent;
  width: 0;
}
.arrow-ribbone-left.bg-secondary:before {
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-end: -0.75rem;
  border-block-start: 0.75rem solid transparent;
  border-inline-start: 0.75rem solid rgb(var(--secondary-rgb));
  border-block-end: 0.75rem solid transparent;
  width: 0;
}
.arrow-ribbone-left.bg-success:before {
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-end: -0.75rem;
  border-block-start: 0.75rem solid transparent;
  border-inline-start: 0.75rem solid var(--primary-color);
  border-block-end: 0.75rem solid transparent;
  width: 0;
}
.arrow-ribbone-left.bg-info:before {
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-end: -0.75rem;
  border-block-start: 0.75rem solid transparent;
  border-inline-start: 0.75rem solid rgb(var(--info-rgb));
  border-block-end: 0.75rem solid transparent;
  width: 0;
}
.arrow-ribbone-left.bg-warning:before {
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-end: -0.75rem;
  border-block-start: 0.75rem solid transparent;
  border-inline-start: 0.75rem solid #fff621;
  border-block-end: 0.75rem solid transparent;
  width: 0;
}
.arrow-ribbone-left.bg-pink:before {
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-end: -0.75rem;
  border-block-start: 0.75rem solid transparent;
  border-inline-start: 0.75rem solid rgb(var(--pink-rgb));
  border-block-end: 0.75rem solid transparent;
  width: 0;
}
.arrow-ribbone-left.bg-teal:before {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-start: -0.75rem;
  border-block-start: 0.75rem solid transparent;
  border-inline-end: 0.75rem solid rgb(var(--teal-rgb));
  border-block-end: 0.75rem solid transparent;
  width: 0;
}
.arrow-ribbone-right {
  color: #fff;
  padding: 0.125rem 0.5rem;
  position: absolute;
  inset-block-start: 0.625rem;
  inset-inline-end: 0;
  z-index: 8;
  font-size: 0.875rem;
}
.arrow-ribbone-right.bg-danger:before {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-start: -0.75rem;
  border-block-start: 0.75rem solid transparent;
  border-inline-end: 0.75rem solid rgb(var(--danger-rgb));
  border-block-end: 0.75rem solid transparent;
  width: 0;
}
.arrow-ribbone-right.bg-primary:before {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-start: -0.75rem;
  border-block-start: 0.75rem solid transparent;
  border-block-end: 0.75rem solid transparent;
  width: 0;
}
.arrow-ribbone-right.bg-secondary:before {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-start: -0.75rem;
  border-block-start: 0.75rem solid transparent;
  border-inline-end: 0.75rem solid rgb(var(--secondary-rgb));
  border-block-end: 0.75rem solid transparent;
  width: 0;
}
.arrow-ribbone-right.bg-success:before {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-start: -0.75rem;
  border-block-start: 0.75rem solid transparent;
  border-inline-end: 0.75rem solid var(--primary-color);
  border-block-end: 0.75rem solid transparent;
  width: 0;
}
.arrow-ribbone-right.bg-info:before {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-start: -0.75rem;
  border-block-start: 0.75rem solid transparent;
  border-inline-end: 0.75rem solid rgb(var(--info-rgb));
  border-block-end: 0.75rem solid transparent;
  width: 0;
}
.arrow-ribbone-right.bg-warning:before {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-start: -0.75rem;
  border-block-start: 0.75rem solid transparent;
  border-inline-end: 0.75rem solid #fff621;
  border-block-end: 0.75rem solid transparent;
  width: 0;
}
.ribbone {
  width: 9.375rem;
  height: 9.375rem;
  overflow: hidden;
  position: absolute;
  z-index: 7;
}
.power-ribbone {
  width: 3.5rem;
  height: 3.5rem;
  overflow: hidden;
  position: absolute;
  z-index: 8;
}
.power-ribbone span {
  position: absolute;
  display: block;
  width: 5.125rem;
  padding: 0.5rem 0;
  color: #fff;
  font: 500 1rem/1 Lato, sans-serif;
  text-shadow: 0 0.0625rem 0.0625rem var(--black-2);
  text-transform: capitalize;
  text-align: center;
}
.power-ribbone-top-left {
  inset-block-start: -0.375rem;
  inset-inline-start: -0.5625rem;
}
.power-ribbone-top-left span {
  inset-inline-end: -0.3125rem;
  inset-block-start: 0.0625rem;
  transform: rotate(-45deg);
}
.power-ribbone-top-left span i {
  transform: rotate(45deg);
  padding-block-start: 0.125rem;
  padding-inline-start: 0.4375rem;
}
.power-ribbone-bottom-left {
  inset-block-end: -0.375rem;
  inset-inline-start: -0.5625rem;
}
.power-ribbone-bottom-left span {
  inset-inline-end: -0.3125rem;
  inset-block-end: 0.0625rem;
  transform: rotate(45deg);
}
.power-ribbone-bottom-left span i {
  transform: rotate(-45deg);
  padding-block-end: 0.125rem;
  padding-inline-start: 0.4375rem;
}
.power-ribbone-top-right {
  inset-block-start: -0.375rem;
  inset-inline-end: -0.5625rem;
}
.power-ribbone-top-right span {
  inset-inline-start: -0.3125rem;
  inset-block-start: 0.0625rem;
  transform: rotate(45deg);
}
.power-ribbone-top-right span i {
  transform: rotate(-45deg);
  padding-block-start: 0.125rem;
  padding-inline-end: 0.4375rem;
}
.power-ribbone-bottom-right {
  inset-block-end: -0.375rem;
  inset-inline-end: -0.5625rem;
}
.power-ribbone-bottom-right span {
  inset-inline-start: -0.3125rem;
  inset-block-end: 0.0625rem;
  transform: rotate(-45deg);
}
.power-ribbone-bottom-right span i {
  transform: rotate(45deg);
  padding-block-end: 0.125rem;
  padding-inline-end: 0.4375rem;
}
.ribbone::after,
.ribbone::before {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 0.3125rem solid;
}
.ribbone span {
  position: absolute;
  display: block;
  width: 14.0625rem;
  padding: 0.3125rem 0;
  box-shadow: 0 0.3125rem 0.625rem var(--black-1);
  color: #fff;
  text-shadow: 0 0.0625rem 0.0625rem var(--black-2);
  text-transform: capitalize;
  text-align: center;
  font-size: 0.75rem;
}
.ribbone-top-left {
  inset-block-start: -0.625rem;
  inset-inline-start: -0.625rem;
}
.ribbone-top-left::after {
  content: none;
  border-block-start-color: transparent;
  border-inline-start-color: transparent;
}
.ribbone-top-left::before {
  content: none;
  border-block-start-color: transparent;
  border-inline-start-color: transparent;
  inset-block-start: 0;
  inset-inline-end: 3.125rem;
}
.ribbone-top-left::after {
  content: none;
  inset-block-end: 3.125rem;
  inset-inline-start: 0;
}
.ribbone-top-left span {
  inset-inline-end: -0.1875rem;
  inset-block-start: 1.4375rem;
  transform: rotate(-45deg);
}
.ribbone-top-right {
  inset-block-start: -0.625rem;
  inset-inline-end: -0.625rem;
}
.ribbone-top-right::after {
  content: none;
  border-block-start-color: transparent;
  border-inline-end-color: transparent;
}
.ribbone-top-right::before {
  content: none;
  border-block-start-color: transparent;
  border-inline-end-color: transparent;
  inset-block-start: 0;
  inset-inline-start: 3.125rem;
}
.ribbone-top-right::after {
  content: none;
  inset-block-end: 3.125rem;
  inset-inline-end: 0;
}
.ribbone-top-right span {
  inset-inline-start: -0.1875rem;
  inset-block-start: 1.4375rem;
  transform: rotate(45deg);
}
.ribbone-bottom-right {
  inset-block-start: 3rem;
  inset-inline-end: -1.625rem;
}
.ribbone-bottom-right::after {
  content: none;
}
.ribbone-bottom-right::before {
  content: none;
}
.ribbone-bottom-right span {
  inset-inline-start: -0.875rem;
  inset-block-start: 4.4375rem;
  transform: rotate(312deg);
}
.ribbone-bottom-left {
  inset-block-end: -4rem;
  inset-inline-start: -0.725rem;
}
.ribbone-bottom-left::after {
  content: none;
}
.ribbone-bottom-left::before {
  content: none;
}
.ribbone-bottom-left span {
  inset-inline-end: 0rem;
  inset-block-start: 2.75rem;
  transform: rotate(45deg);
}
.ribbone-warning-right {
  position: absolute;
  inset-block-start: -0.44375rem;
  inset-inline-end: 0.625rem;
  color: #fff;
  width: 2.5625rem;
}
.ribbone-warning-right:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-inline-start: 1.25rem solid transparent;
  border-inline-end: 1.25rem solid transparent;
  border-block-start: 0.8125rem solid rgb(var(--warning-rgb));
  z-index: 99;
}
.ribbone-warning-right span {
  position: relative;
  display: block;
  text-align: center;
  background: rgb(var(--warning-rgb));
  color: #000;
  font-size: 0.8125rem;
  line-height: 1;
  padding: 0.625rem 0.3125rem 0.625rem;
  border-start-end-radius: 0.625rem;
  z-index: 99;
}
.ribbone-warning-right span:after {
  position: absolute;
  content: "";
}
.ribbone-warning-right span:before {
  position: absolute;
  content: "";
  height: 0.4375rem;
  width: 0.5rem;
  inset-inline-start: -0.375rem;
  inset-block-start: 0.1875rem;
  background: rgb(var(--warning-rgb));
}
.ribbone-warning-right span:after {
  height: 0.25rem;
  width: 0.5rem;
  inset-inline-start: -0.3125rem;
  inset-block-start: 0;
  border-radius: 0.625rem 0.625rem 0 0;
  background: rgb(var(--warning-rgb));
}
.ribbone-warning-right i {
  color: #000;
  font-size: 1rem;
  padding-inline-start: 0.4375rem;
  padding-inline-end: 0.4375rem;
}
.ribbone-primary-right {
  position: absolute;
  inset-block-start: -0.38125rem;
  inset-inline-end: 0.625rem;
  color: #fff;
  width: 2.5625rem;
}
.ribbone-primary-right:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-inline-start: 1.25rem solid transparent;
  border-inline-end: 1.25rem solid transparent;
  border-block-start: 0.8125rem solid var(--primary-color);
  z-index: 99;
}
.ribbone-primary-right span {
  position: relative;
  display: block;
  text-align: center;
  background: var(--primary-color);
  font-size: 0.8125rem;
  line-height: 1;
  padding: 0.625rem 0.3125rem 0.625rem;
  border-start-end-radius: 0.5rem;
  z-index: 99;
}
.ribbone-primary-right span:after {
  position: absolute;
  content: "";
}
.ribbone-primary-right span:before {
  position: absolute;
  content: "";
  height: 0.4375rem;
  width: 0.5rem;
  inset-inline-start: -0.3125rem;
  inset-block-start: 0.125rem;
  background: var(--primary-color);
}
.ribbone-primary-right span:after {
  height: 0.375rem;
  width: 0.5rem;
  inset-inline-start: -0.5rem;
  inset-block-start: 0;
  border-radius: 0.5rem 0.5rem 0 0;
  background: var(--primary-color);
}
.ribbone-primary-right i {
  color: #fff;
  font-size: 1rem;
  padding-inline-start: 0.4375rem;
  padding-inline-end: 0.4375rem;
}
.ribbone-secondary-right {
  position: absolute;
  inset-block-start: -0.38125rem;
  inset-inline-end: 0.625rem;
  color: #fff;
  width: 2.5625rem;
}
.ribbone-secondary-right:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-inline-start: 1.25rem solid transparent;
  border-inline-end: 1.25rem solid transparent;
  border-block-start: 0.8125rem solid rgb(var(--secondary-rgb));
  z-index: 99;
}
.ribbone-secondary-right span {
  position: relative;
  display: block;
  text-align: center;
  background: rgb(var(--secondary-rgb));
  font-size: 0.8125rem;
  line-height: 1;
  padding: 0.625rem 0.3125rem 0.625rem;
  border-start-end-radius: 0.5rem;
  z-index: 99;
}
.ribbone-secondary-right span:after {
  position: absolute;
  content: "";
}
.ribbone-secondary-right span:before {
  position: absolute;
  content: "";
  height: 0.4375rem;
  width: 0.5rem;
  inset-inline-start: -0.3125rem;
  inset-block-start: 0.125rem;
  background: rgb(var(--secondary-rgb));
}
.ribbone-secondary-right span:after {
  height: 0.375rem;
  width: 0.5rem;
  inset-inline-start: -0.5rem;
  inset-block-start: 0;
  border-radius: 0.5rem 0.5rem 0 0;
  background: rgb(var(--secondary-rgb));
}
.ribbone-secondary-right i {
  color: #fff;
  font-size: 1rem;
  padding-inline-start: 0.4375rem;
  padding-inline-end: 0.4375rem;
}
.ribbone-danger-right {
  position: absolute;
  inset-block-start: -0.44375rem;
  inset-inline-end: 0.625rem;
  color: #fff;
  width: 2.5625rem;
}
.ribbone-danger-right:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-inline-start: 1.25rem solid transparent;
  border-inline-end: 1.25rem solid transparent;
  border-block-start: 0.8125rem solid rgb(var(--danger-rgb));
  z-index: 99;
}
.ribbone-danger-right span {
  position: relative;
  display: block;
  text-align: center;
  background: rgb(var(--danger-rgb));
  color: #000;
  font-size: 0.8125rem;
  line-height: 1;
  padding: 0.625rem 0.3125rem 0.625rem;
  border-start-end-radius: 0.625rem;
  z-index: 99;
}
.ribbone-danger-right span:after {
  position: absolute;
  content: "";
}
.ribbone-danger-right span:before {
  position: absolute;
  content: "";
  height: 0.4375rem;
  width: 0.5rem;
  inset-inline-start: -0.375rem;
  inset-block-start: 0.1875rem;
  background: rgb(var(--danger-rgb));
}
.ribbone-danger-right span:after {
  height: 0.375rem;
  width: 0.5rem;
  inset-inline-start: -0.3125rem;
  inset-block-start: 0;
  border-start-start-radius: 0.625rem;
  border-start-end-radius: 0.625rem;
  border-end-end-radius: 0;
  border-end-start-radius: 0;
  background: rgb(var(--danger-rgb));
}
.ribbone-danger-right i {
  color: #000;
  font-size: 1rem;
  padding-inline-start: 0.4375rem;
  padding-inline-end: 0.4375rem;
}
.ribbone-success-left {
  position: absolute;
  inset-block-start: -0.44375rem;
  inset-inline-start: 0.625rem;
  color: #fff;
  width: 2.5625rem;
}
.ribbone-success-left:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-inline-start: 1.25rem solid transparent;
  border-inline-end: 1.25rem solid transparent;
  border-block-start: 0.8125rem solid rgb(var(--success-rgb));
  z-index: 99;
}
.ribbone-success-left span {
  position: relative;
  display: block;
  text-align: center;
  background: rgb(var(--success-rgb));
  font-size: 0.8125rem;
  color: #000;
  line-height: 1;
  padding: 0.625rem 0.3125rem 0.625rem;
  border-start-start-radius: 0.625rem;
  z-index: 99;
}
.ribbone-success-left span:after {
  position: absolute;
  content: "";
}
.ribbone-success-left span:before {
  position: absolute;
  content: "";
  height: 0.4375rem;
  width: 0.5rem;
  inset-inline-end: -0.375rem;
  inset-block-start: 0.1875rem;
  background: rgb(var(--success-rgb));
}
.ribbone-success-left span:after {
  height: 0.25rem;
  width: 0.5rem;
  inset-inline-end: -0.3125rem;
  inset-block-start: 0;
  border-start-start-radius: 0.625rem;
  border-start-end-radius: 0.625rem;
  border-end-end-radius: 0;
  border-end-start-radius: 0;
  background: rgb(var(--success-rgb));
}
.ribbone-success-left i {
  color: #000;
  font-size: 1rem;
  padding-inline-start: 0.4375rem;
  padding-inline-end: 0.4375rem;
}
.ribbone-info-left {
  position: absolute;
  inset-block-start: -0.44375rem;
  inset-inline-start: 0.625rem;
  color: #fff;
  width: 2.5625rem;
}
.ribbone-info-left:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-inline-start: 1.25rem solid transparent;
  border-inline-end: 1.25rem solid transparent;
  border-block-start: 0.8125rem solid rgb(var(--info-rgb));
  z-index: 99;
}
.ribbone-info-left span {
  position: relative;
  display: block;
  text-align: center;
  background: rgb(var(--info-rgb));
  color: #000;
  font-size: 0.8125rem;
  line-height: 1;
  padding: 0.625rem 0.3125rem 0.625rem;
  border-start-start-radius: 0.625rem;
  z-index: 99;
}
.ribbone-info-left span:after {
  position: absolute;
  content: "";
}
.ribbone-info-left span:before {
  position: absolute;
  content: "";
  height: 0.4375rem;
  width: 0.5rem;
  inset-inline-end: -0.375rem;
  inset-block-start: 0.1875rem;
  background: rgb(var(--info-rgb));
}
.ribbone-info-left span:after {
  height: 0.25rem;
  width: 0.5rem;
  inset-inline-end: -0.3125rem;
  inset-block-start: 0;
  border-start-start-radius: 0.625rem;
  border-start-end-radius: 0.625rem;
  border-end-end-radius: 0;
  border-end-start-radius: 0;
  background: rgb(var(--info-rgb));
}
.ribbone-info-left i {
  color: #000;
  font-size: 1rem;
  padding-inline-start: 0.4375rem;
  padding-inline-end: 0.4375rem;
}
.bookmark-ribbone-danger-left {
  position: absolute;
  inset-inline-start: 0;
  color: #000;
  width: 2.125rem;
}
.bookmark-ribbone-danger-left:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  z-index: 99;
  inset-inline-start: 0;
  border-inline-start: 1.0625rem solid rgb(var(--danger-rgb));
  border-inline-end: 1.0625rem solid rgb(var(--danger-rgb));
  border-block-end: 0.625rem solid transparent;
}
.bookmark-ribbone-danger-left span {
  position: relative;
  display: block;
  text-align: center;
  background: rgb(var(--danger-rgb));
  font-size: 0.8125rem;
  line-height: 1;
  padding: 0.75rem 0.125rem 1.25rem;
  z-index: 99;
}
.bookmark-ribbone-danger-left i {
  color: #fff;
  font-size: 1rem;
  padding-inline-start: 0.4375rem;
  padding-inline-end: 0.4375rem;
}
.bookmark-ribbone-secondary-right {
  position: absolute;
  inset-inline-end: 0;
  color: #000;
  width: 2.125rem;
}
.bookmark-ribbone-secondary-right:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  z-index: 99;
  inset-inline-end: 0;
  border-inline-start: 1.0625rem solid rgb(var(--secondary-rgb));
  border-inline-end: 1.0625rem solid rgb(var(--secondary-rgb));
  border-block-end: 0.625rem solid transparent;
}
.bookmark-ribbone-secondary-right span {
  position: relative;
  display: block;
  text-align: center;
  background: rgb(var(--secondary-rgb));
  font-size: 0.8125rem;
  line-height: 1;
  padding: 0.75rem 0.125rem 1.25rem;
  z-index: 99;
}
.bookmark-ribbone-secondary-right i {
  color: #000;
  font-size: 1rem;
  padding-inline-start: 0.4375rem;
  padding-inline-end: 0.4375rem;
}
.bookmark-sideleft-ribbone-success-left {
  position: absolute;
  inset-block-start: 0;
  color: #000;
  height: 2.125rem;
  inset-inline-start: 0;
}
.bookmark-sideleft-ribbone-success-left:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  z-index: 99;
  inset-block-start: 0;
  inset-inline-end: -0.625rem;
  border-block-start: 1.0625rem solid rgb(var(--success-rgb));
  border-block-end: 1.0625rem solid rgb(var(--success-rgb));
  border-inline-end: 0.625rem solid transparent;
}
.bookmark-sideleft-ribbone-success-left span {
  position: relative;
  display: block;
  text-align: center;
  background: rgb(var(--success-rgb));
  font-size: 0.8125rem;
  line-height: 1;
  padding: 0.5rem 1.25rem 0.5625rem;
  z-index: 99;
  height: 2.125rem;
}
.bookmark-sideleft-ribbone-success-left i {
  color: #000;
  font-size: 1rem;
  padding-inline-start: 0.4375rem;
  padding-inline-end: 0.4375rem;
}
.bookmark-sideright-ribbone-primary-right {
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  color: #000;
}
.bookmark-sideright-ribbone-primary-right:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  z-index: 99;
  inset-block-start: 0;
  inset-inline-start: -0.625rem;
  border-block-start: 1.0625rem solid var(--primary-color);
  border-block-end: 1.0625rem solid var(--primary-color);
  border-inline-start: 0.625rem solid transparent;
}
.bookmark-sideright-ribbone-primary-right span {
  position: relative;
  display: block;
  text-align: center;
  background: var(--primary-color);
  font-size: 0.8125rem;
  line-height: 1;
  padding: 0.5rem 1.25rem 0.5625rem;
  z-index: 99;
  height: 2.125rem;
}
.bookmark-sideright-ribbone-primary-right i {
  color: #000;
  font-size: 1rem;
  padding-inline-start: 0.4375rem;
  padding-inline-end: 0.4375rem;
}
.ribbone-card {
  overflow: hidden;
}
.fullwidth-secondary-ribbons .bar {
  color: #000;
  background-color: rgb(var(--secondary-rgb));
  padding: 0.3125rem;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  border: 0.125rem transparent solid;
  box-shadow: 0 0.625rem 1.875rem -0.625rem gray;
}
.fullwidth-secondary-ribbons .bar span {
  position: absolute;
}
.fullwidth-secondary-ribbons .bar span:nth-child(1),
.fullwidth-secondary-ribbons .bar span:nth-child(3) {
  border-style: solid;
  border-width: 0.6875rem;
  z-index: -1;
}
.fullwidth-secondary-ribbons .bar span:nth-child(1) {
  border-color: transparent;
  inset-inline-start: -0.125rem;
}
.fullwidth-secondary-ribbons .bar span:nth-child(3) {
  border-color: transparent;
  inset-block-start: 1.9375rem;
  inset-inline-end: -0.125rem;
}
.fullwidth-secondary-ribbons .bar span:nth-child(2),
.fullwidth-secondary-ribbons .bar span:nth-child(4) {
  inset-block-start: 1.125rem;
  border-style: solid;
  border-width: 1.125rem;
  z-index: -1;
}
.fullwidth-secondary-ribbons .bar span:nth-child(2) {
  border-color: rgb(var(--secondary-rgb)) rgb(var(--secondary-rgb)) rgb(var(--secondary-rgb)) transparent;
  inset-inline-start: -1.875rem;
  box-shadow: 1.25rem 1.25rem 1.875rem -0.625rem grey;
}
.fullwidth-secondary-ribbons .bar span:nth-child(4) {
  border-color: rgb(var(--secondary-rgb)) transparent rgb(var(--secondary-rgb)) rgb(var(--secondary-rgb));
  inset-inline-end: -1.875rem;
  box-shadow: -1.25rem 1.1875rem 1.875rem -0.625rem grey;
}
.fullwidth-primary-ribbons .bar {
  color: #000;
  background-color: var(--primary-color);
  padding: 0.3125rem;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  border: 0.125rem transparent solid;
  box-shadow: 0 0.625rem 1.875rem -0.625rem gray;
}
.fullwidth-primary-ribbons .bar span {
  position: absolute;
}
.fullwidth-primary-ribbons .bar span:nth-child(1),
.fullwidth-primary-ribbons .bar span:nth-child(3) {
  border-style: solid;
  border-width: 0.6875rem;
  z-index: -1;
}
.fullwidth-primary-ribbons .bar span:nth-child(1) {
  border-color: transparent;
  inset-block-start: 1.9375rem;
  inset-inline-start: -0.125rem;
}
.fullwidth-primary-ribbons .bar span:nth-child(3) {
  border-color: transparent;
  inset-block-start: 1.9375rem;
  inset-inline-end: -0.125rem;
}
.fullwidth-primary-ribbons .bar span:nth-child(2),
.fullwidth-primary-ribbons .bar span:nth-child(4) {
  inset-block-start: 1.125rem;
  border-style: solid;
  border-width: 1.125rem;
  z-index: -1;
}
.fullwidth-primary-ribbons .bar span:nth-child(2) {
  border-color: var(--primary-color) var(--primary-color) var(--primary-color) transparent;
  inset-inline-start: -1.875rem;
  box-shadow: 1.25rem 1.25rem 1.875rem -0.625rem grey;
}
.fullwidth-primary-ribbons .bar span:nth-child(4) {
  border-color: var(--primary-color) transparent var(--primary-color) var(--primary-color);
  inset-inline-end: -1.875rem;
  box-shadow: -1.25rem 1.1875rem 1.875rem -0.625rem grey;
}
.fullwidth-warning-ribbons .bar {
  color: #000;
  background-color: rgb(var(--warning-rgb));
  padding: 0.3125rem;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  border: 0.125rem transparent solid;
  box-shadow: 0 0.625rem 1.875rem -0.625rem gray;
}
.fullwidth-warning-ribbons .bar span {
  position: absolute;
}
.fullwidth-warning-ribbons .bar span:nth-child(1),
.fullwidth-warning-ribbons .bar span:nth-child(3) {
  border-style: solid;
  border-width: 0.6875rem;
  z-index: -1;
}
.fullwidth-warning-ribbons .bar span:nth-child(1) {
  border-color: transparent;
  inset-block-start: 1.9375rem;
  inset-inline-start: -0.125rem;
}
.fullwidth-warning-ribbons .bar span:nth-child(3) {
  border-color: transparent;
  inset-block-start: 1.9375rem;
  inset-inline-end: -0.125rem;
}
.fullwidth-warning-ribbons .bar span:nth-child(2),
.fullwidth-warning-ribbons .bar span:nth-child(4) {
  inset-block-start: 1.125rem;
  border-style: solid;
  border-width: 1.125rem;
  z-index: -1;
}
.fullwidth-warning-ribbons .bar span:nth-child(2) {
  border-color: rgb(var(--warning-rgb)) rgb(var(--warning-rgb)) rgb(var(--warning-rgb)) transparent;
  inset-inline-start: -1.875rem;
  box-shadow: 1.25rem 1.25rem 1.875rem -0.625rem grey;
}
.fullwidth-warning-ribbons .bar span:nth-child(4) {
  border-color: rgb(var(--warning-rgb)) transparent rgb(var(--warning-rgb)) rgb(var(--warning-rgb));
  inset-inline-end: -1.875rem;
  box-shadow: -1.25rem 1.1875rem 1.875rem -0.625rem grey;
}
.fullwidth-success-ribbons .bar {
  color: #000;
  background-color: rgb(var(--success-rgb));
  padding: 0.3125rem;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  border: 0.125rem transparent solid;
  box-shadow: 0 0.625rem 1.875rem -0.625rem gray;
}
.fullwidth-success-ribbons .bar span {
  position: absolute;
}
.fullwidth-success-ribbons .bar span:nth-child(1),
.fullwidth-success-ribbons .bar span:nth-child(3) {
  border-style: solid;
  border-width: 0.6875rem;
  z-index: -1;
}
.fullwidth-success-ribbons .bar span:nth-child(1) {
  border-color: transparent;
  inset-block-start: 1.9375rem;
  inset-inline-start: -0.125rem;
}
.fullwidth-success-ribbons .bar span:nth-child(3) {
  border-color: transparent;
  inset-block-start: 1.9375rem;
  inset-inline-end: -0.125rem;
}
.fullwidth-success-ribbons .bar span:nth-child(2),
.fullwidth-success-ribbons .bar span:nth-child(4) {
  inset-block-start: 1.125rem;
  border-style: solid;
  border-width: 1.125rem;
  z-index: -1;
}
.fullwidth-success-ribbons .bar span:nth-child(2) {
  border-color: rgb(var(--success-rgb)) rgb(var(--success-rgb)) rgb(var(--success-rgb)) transparent;
  inset-inline-start: -1.875rem;
  box-shadow: 1.25rem 1.25rem 1.875rem -0.625rem grey;
}
.fullwidth-success-ribbons .bar span:nth-child(4) {
  border-color: rgb(var(--success-rgb)) transparent rgb(var(--success-rgb)) rgb(var(--success-rgb));
  inset-inline-end: -1.875rem;
  box-shadow: -1.25rem 1.1875rem 1.875rem -0.625rem grey;
}
.ribbon-cards {
  padding: 2.5rem !important;
}
[dir=rtl] .ribbone-bottom-left span {
  transform: rotate(-45deg);
}
[dir=rtl] .ribbone-bottom-right span {
  transform: rotate(-312deg);
}
[dir=rtl] .power-ribbone-top-left span {
  transform: rotate(45deg);
}
[dir=rtl] .power-ribbone-top-left span i {
  transform: rotate(-45deg);
}
[dir=rtl] .power-ribbone-bottom-left span {
  transform: rotate(-45deg);
}
[dir=rtl] .power-ribbone-bottom-left span i {
  transform: rotate(45deg);
}
[dir=rtl] .power-ribbone-top-right span {
  transform: rotate(-45deg);
}
[dir=rtl] .power-ribbone-top-right span i {
  transform: rotate(45deg);
}
[dir=rtl] .power-ribbone-bottom-right span {
  transform: rotate(45deg);
}
[dir=rtl] .power-ribbone-bottom-right span i {
  transform: rotate(-45deg);
}
[dir=rtl] .ribbone-top-left span {
  transform: rotate(45deg);
}
[dir=rtl] .ribbone-top-right span {
  transform: rotate(-45deg);
}
[dir=rtl] .ribbone-top-left span {
  transform: rotate(45deg);
}
[dir=rtl] .ribbone-top-right span {
  transform: rotate(-45deg);
}
[dir=rtl] .ribbons-style-6 {
  direction: ltr;
}
.ribbon-style-6 .bar:before {
  border-color: rgba(0, 0, 0, 0.4) transparent transparent transparent;
  position: absolute;
  display: block;
  border-style: solid;
  inset-block-end: -1.375rem;
  content: "";
  inset-inline-start: -0.25rem;
  border-block-start-width: 1.25rem;
  border-inline-end-width: 0px;
  border-block-end-width: 0px;
  border-inline-start-width: 0.625rem;
}
.ribbon-style-6 .bar:after {
  border-color: rgba(0, 0, 0, 0.4) transparent transparent transparent;
  position: absolute;
  display: block;
  border-style: solid;
  inset-block-end: -1.375rem;
  content: "";
  inset-inline-end: -0.25rem;
  border-block-start-width: 1.25rem;
  border-inline-end-width: 0.625rem;
  border-block-end-width: 0;
  border-inline-start-width: 0;
}
.ribbon-badge-right {
  width: 2rem;
  height: 2rem;
  display: flex;
  padding: 0.3125rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0.25rem solid rgba(255, 255, 255, 0.6);
  position: absolute;
  box-shadow: 0 0.1875rem 0.6875rem rgba(0, 0, 0, 0.3);
  inset-inline-end: 1rem;
  inset-block-start: -1rem;
}
.ribbon-badge-right .ribbon-badge-icon {
  font-size: 0.75rem;
  line-height: 1;
}
.ribbon-badge-right .ribbon-style-7 {
  width: 1rem;
  height: 1.5625rem;
  display: block;
  z-index: -1;
  position: absolute;
  transform-origin: 0 0;
  inset-block-start: 1.0625rem;
}
.ribbon-badge-right .ribbon-style-7:before {
  border-block-start-width: 0px;
  border-inline-end-width: 0.5625rem;
  border-block-end-width: 0.5625rem;
  border-inline-start-width: 0px;
  border-block-start-color: transparent;
  border-block-end-color: transparent;
  border-inline-start-color: transparent;
  inset-inline-end: 0;
  content: "";
  border-style: solid;
  position: absolute;
  inset-block-end: -0.5625rem;
}
.ribbon-badge-right .ribbon-style-7:after {
  border-block-start-width: 0.5625rem;
  border-inline-end-width: 0.5625rem;
  border-block-end-width: 0px;
  border-inline-start-width: 0px;
  border-inline-end-color: transparent;
  border-block-end-color: transparent;
  border-inline-start-color: transparent;
  content: "";
  border-style: solid;
  position: absolute;
  inset-block-end: -0.5625rem;
  inset-inline-start: 0;
}
.ribbon-badge-right.secondary {
  background-color: rgb(var(--secondary-rgb));
}
.ribbon-badge-right.secondary .ribbon-style-7 {
  background-color: rgb(var(--secondary-rgb));
}
.ribbon-badge-right.secondary .ribbon-style-7:before {
  border-inline-end-color: rgb(var(--secondary-rgb));
}
.ribbon-badge-right.secondary .ribbon-style-7:after {
  border-block-start-color: rgb(var(--secondary-rgb));
}
.ribbon-badge-right.success {
  background-color: rgb(var(--success-rgb));
}
.ribbon-badge-right.success .ribbon-style-7 {
  background-color: rgb(var(--success-rgb));
}
.ribbon-badge-right.success .ribbon-style-7:before {
  border-inline-end-color: rgb(var(--success-rgb));
}
.ribbon-badge-right.success .ribbon-style-7:after {
  border-block-start-color: rgb(var(--success-rgb));
}
.ribbon-badge-right.danger {
  background-color: rgb(var(--danger-rgb));
}
.ribbon-badge-right.danger .ribbon-style-7 {
  background-color: rgb(var(--danger-rgb));
}
.ribbon-badge-right.danger .ribbon-style-7:before {
  border-inline-end-color: rgb(var(--danger-rgb));
}
.ribbon-badge-right.danger .ribbon-style-7:after {
  border-block-start-color: rgb(var(--danger-rgb));
}
.ribbon-badge-right.warning {
  background-color: rgb(var(--warning-rgb));
}
.ribbon-badge-right.warning .ribbon-style-7 {
  background-color: rgb(var(--warning-rgb));
}
.ribbon-badge-right.warning .ribbon-style-7:before {
  border-inline-end-color: rgb(var(--warning-rgb));
}
.ribbon-badge-right.warning .ribbon-style-7:after {
  border-block-start-color: rgb(var(--warning-rgb));
}
.SciFi-kanban-board {
  display: flex;
  overflow-x: auto;
  align-items: stretch;
  margin-bottom: 0.75rem;
  padding-bottom: 1rem;
}
.SciFi-kanban-board .kanban-tasks-type {
  min-width: 20rem;
  margin-inline-end: 0.5rem;
  width: 100%;
}
.SciFi-kanban-board .kanban-tasks-type .kanban-tasks .card {
  touch-action: none;
}
.SciFi-kanban-board::-webkit-scrollbar-thumb {
  background-color: rgba(var(--dark-rgb), 0.1);
  border-radius: 0.3125rem;
}
.SciFi-kanban-board::-webkit-scrollbar-track {
  border-radius: 0.3125rem;
}
.SciFi-kanban-board .task-image .kanban-image {
  height: 150px;
  width: 100%;
}
.SciFi-kanban-board .kanban-content {
  margin-top: 0.75rem;
}
.SciFi-kanban-board .kanban-task-description {
  color: var(--text-muted);
  font-size: 0.7rem;
}
.SciFi-kanban-board .kanban-tasks-type.new .kanban-tasks .card {
  border: 1px solid rgba(var(--primary-rgb), 0.3);
}
.SciFi-kanban-board .kanban-tasks-type.todo .kanban-tasks .card {
  border: 1px solid rgba(var(--warning-rgb), 0.3);
}
.SciFi-kanban-board .kanban-tasks-type.in-progress .kanban-tasks .card {
  border: 1px solid rgba(var(--info-rgb), 0.3);
}
.SciFi-kanban-board .kanban-tasks-type.inreview .kanban-tasks .card {
  border: 1px solid rgba(var(--danger-rgb), 0.3);
}
.SciFi-kanban-board .kanban-tasks-type.completed .kanban-tasks .card {
  border: 1px solid rgba(var(--success-rgb), 0.3);
}
.SciFi-kanban-board #new-tasks .card.custom-card:last-child,
.SciFi-kanban-board #todo-tasks .card.custom-card:last-child,
.SciFi-kanban-board #inprogress-tasks .card.custom-card:last-child,
.SciFi-kanban-board #inreview-tasks .card.custom-card:last-child,
.SciFi-kanban-board #completed-tasks .card.custom-card:last-child {
  margin-bottom: 0;
}
.SciFi-kanban-board #new-tasks,
.SciFi-kanban-board #todo-tasks,
.SciFi-kanban-board #inprogress-tasks,
.SciFi-kanban-board #inreview-tasks,
.SciFi-kanban-board #completed-tasks {
  position: relative;
  max-height: 35rem;
}
.SciFi-kanban-board #new-tasks .simplebar-content,
.SciFi-kanban-board #todo-tasks .simplebar-content,
.SciFi-kanban-board #inprogress-tasks .simplebar-content,
.SciFi-kanban-board #inreview-tasks .simplebar-content,
.SciFi-kanban-board #completed-tasks .simplebar-content {
  padding: 0 1rem 0 0 !important;
}
.SciFi-kanban-board .task-Null {
  position: relative;
  min-height: 12.5rem;
  background-color: var(--custom-white);
}
.SciFi-kanban-board .task-Null::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 25%;
  bottom: 0;
  border-radius: 0.5rem;
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/media-81-LOBG5UQB.png);
  background-size: cover;
  background-position: center;
  height: 5rem;
  width: 5rem;
  margin: 0 auto;
}
.SciFi-kanban-board .view-more-button {
  margin-right: 1rem;
}
.kanban-sortby {
  width: 5rem;
}
.task-karbon-header .choices {
  flex-shrink: 0;
  margin-block-end: 0;
}
.task-title {
  position: relative;
  inset-inline-start: 1rem;
}
.task-title::before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  inset-inline-start: -1rem;
  top: 0.5rem;
  border-radius: 50%;
  background-color: rgb(var(--secondary-rgb));
}
.task-details-key-tasks {
  list-style-type: decimal;
}
.task-details-key-tasks li {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}
.task-details-key-tasks li:last-child {
  margin-bottom: 0;
}
.task-description {
  font-size: 0.875rem;
}
.task-details-progress {
  width: 6.25rem;
}
.task-icon-background {
  width: 3.75rem;
  height: 3.75rem;
  padding: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar {
  position: relative;
  height: 2.625rem;
  width: 2.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0rem;
  color: #fff;
  font-weight: 500;
}
.avatar a.badge:hover {
  color: #fff;
}
.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.avatar svg {
  width: 1.5rem;
  height: 1.5rem;
}
.avatar.avatar-rounded {
  border-radius: 50%;
}
.avatar.avatar-rounded img {
  border-radius: 50%;
}
.avatar.avatar-radius-0 {
  border-radius: 0;
}
.avatar.avatar-radius-0 img {
  border-radius: 0;
}
.avatar .avatar-badge {
  position: absolute;
  inset-block-start: -4%;
  inset-inline-end: -0.375rem;
  width: 1.4rem;
  height: 1.4rem;
  font-size: 0.625rem;
  border: 2px solid #ffffff;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar.online:before,
.avatar.offline:before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  inset-inline-end: 0;
  inset-block-end: 0;
  border: 2px solid var(--custom-white);
}
.avatar.online:before {
  background-color: rgb(var(--success-rgb));
}
.avatar.offline:before {
  background-color: var(--gray-5);
}
.avatar.avatar-xs {
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.65rem;
}
.avatar.avatar-xs .avatar-badge {
  padding: 0.25rem;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.5rem;
  inset-block-start: -25%;
  inset-inline-end: -0.5rem;
}
.avatar.avatar-sm {
  width: 1.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
  font-size: 0.65rem;
}
.avatar.avatar-sm .avatar-badge {
  padding: 0.3rem;
  width: 1.1rem;
  height: 1.1rem;
  line-height: 1.1rem;
  font-size: 0.5rem;
  inset-block-start: -38%;
  inset-inline-end: -0.5rem;
}
.avatar.avatar-sm.online:before,
.avatar.avatar-sm.offline:before {
  width: 0.5rem;
  height: 0.5rem;
}
.avatar.avatar-sm svg {
  width: 1rem;
  height: 1rem;
}
.avatar.avatar-md {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 0.8rem;
}
.avatar.avatar-md .avatar-badge {
  padding: 0.4rem;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.65rem;
  inset-block-start: -6%;
  inset-inline-end: -13%;
}
.avatar.avatar-md.online:before,
.avatar.avatar-md.offline:before {
  width: 0.75rem;
  height: 0.75rem;
}
.avatar.avatar-md svg {
  width: 1.25rem;
  height: 1.25rem;
}
.avatar.avatar-lg {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1rem;
}
.avatar.avatar-lg .avatar-badge {
  inset-block-start: -15%;
  inset-inline-end: -0.25%;
}
.avatar.avatar-lg.online:before,
.avatar.avatar-lg.offline:before {
  width: 0.8rem;
  height: 0.8rem;
}
.avatar.avatar-lg svg {
  width: 1.5rem;
  height: 1.5rem;
}
.avatar.avatar-xl {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.25rem;
}
.avatar.avatar-xl .avatar-badge {
  inset-block-start: -8%;
  inset-inline-end: -0.2%;
}
.avatar.avatar-xl.online:before,
.avatar.avatar-xl.offline:before {
  width: 0.95rem;
  height: 0.95rem;
}
.avatar.avatar-xxl {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 1.5rem;
}
.avatar.avatar-xxl .avatar-badge {
  inset-block-start: -4%;
  inset-inline-end: 0rem;
}
.avatar.avatar-xxl.online:before,
.avatar.avatar-xxl.offline:before {
  width: 1.05rem;
  height: 1.05rem;
  inset-block-end: 0.25rem;
}
.avatar-list-stacked {
  padding: 0;
}
.avatar-list-stacked .avatar {
  margin-inline-end: -0.65rem !important;
  border: 2px solid transparent;
  vertical-align: middle;
  transition: transform ease 200ms;
}
.avatar-list-stacked .avatar:last-child {
  margin-inline-end: 0 !important;
}
.avatar-list-stacked .avatar:hover {
  z-index: 1;
  transform: scale(1.15);
  border: 2px solid var(--custom-white);
}
[dir=rtl] .avatar-list-stacked .ri-arrow-right-s-line {
  transform: rotate(180deg);
}
.color-container {
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 3rem;
}
.text-container {
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
}
.bg-body {
  background-color: var(--default-body-bg-color) !important;
}
.bg-primary {
  background-color: var(--primary-color) !important;
  color: #000 !important;
}
.bg-primary.bg-opacity-10 {
  background-color: var(--primary01) !important;
}
.bg-primary.bg-opacity-25 {
  background-color: var(--primary03) !important;
}
.bg-primary.bg-opacity-50 {
  background-color: var(--primary05) !important;
}
.bg-primary.bg-opacity-75 {
  background-color: var(--primary08) !important;
}
.bg-primary.bg-opacity-100 {
  background-color: var(--primary-color) !important;
}
.bg-secondary {
  background-color: rgb(var(--secondary-rgb)) !important;
  color: #000 !important;
}
.bg-secondary.bg-opacity-10 {
  background-color: rgba(var(--secondary-rgb), 0.1) !important;
}
.bg-secondary.bg-opacity-25 {
  background-color: rgba(var(--secondary-rgb), 0.25) !important;
}
.bg-secondary.bg-opacity-50 {
  background-color: rgba(var(--secondary-rgb), 0.5) !important;
}
.bg-secondary.bg-opacity-75 {
  background-color: rgba(var(--secondary-rgb), 0.75) !important;
}
.bg-secondary.bg-opacity-100 {
  background-color: rgba(var(--secondary-rgb), 1) !important;
}
.bg-info {
  background-color: rgb(var(--info-rgb)) !important;
  color: #000 !important;
}
.bg-info.bg-opacity-10 {
  background-color: rgba(var(--info-rgb), 0.1) !important;
}
.bg-info.bg-opacity-25 {
  background-color: rgba(var(--info-rgb), 0.25) !important;
}
.bg-info.bg-opacity-50 {
  background-color: rgba(var(--info-rgb), 0.5) !important;
}
.bg-info.bg-opacity-75 {
  background-color: rgba(var(--info-rgb), 0.75) !important;
}
.bg-info.bg-opacity-100 {
  background-color: rgba(var(--info-rgb), 1) !important;
}
.bg-success {
  background-color: rgb(var(--success-rgb)) !important;
  color: #000 !important;
}
.bg-success.bg-opacity-10 {
  background-color: rgba(var(--success-rgb), 0.1) !important;
}
.bg-success.bg-opacity-25 {
  background-color: rgba(var(--success-rgb), 0.25) !important;
}
.bg-success.bg-opacity-50 {
  background-color: rgba(var(--success-rgb), 0.5) !important;
}
.bg-success.bg-opacity-75 {
  background-color: rgba(var(--success-rgb), 0.75) !important;
}
.bg-success.bg-opacity-100 {
  background-color: rgba(var(--success-rgb), 1) !important;
}
.bg-warning {
  background-color: rgb(var(--warning-rgb)) !important;
  color: #000 !important;
}
.bg-warning.bg-opacity-10 {
  background-color: rgba(var(--warning-rgb), 0.1) !important;
}
.bg-warning.bg-opacity-25 {
  background-color: rgba(var(--warning-rgb), 0.25) !important;
}
.bg-warning.bg-opacity-50 {
  background-color: rgba(var(--warning-rgb), 0.5) !important;
}
.bg-warning.bg-opacity-75 {
  background-color: rgba(var(--warning-rgb), 0.75) !important;
}
.bg-warning.bg-opacity-100 {
  background-color: rgba(var(--warning-rgb), 1) !important;
}
.bg-danger {
  background-color: rgb(var(--danger-rgb)) !important;
  color: #000 !important;
}
.bg-danger.bg-opacity-10 {
  background-color: rgba(var(--danger-rgb), 0.1) !important;
}
.bg-danger.bg-opacity-25 {
  background-color: rgba(var(--danger-rgb), 0.25) !important;
}
.bg-danger.bg-opacity-50 {
  background-color: rgba(var(--danger-rgb), 0.5) !important;
}
.bg-danger.bg-opacity-75 {
  background-color: rgba(var(--danger-rgb), 0.75) !important;
}
.bg-danger.bg-opacity-100 {
  background-color: rgba(var(--danger-rgb), 1) !important;
}
.bg-dark {
  background-color: rgb(var(--dark-rgb)) !important;
  color: #000 !important;
}
.bg-dark.bg-opacity-10 {
  background-color: rgba(var(--dark-rgb), 0.1) !important;
}
.bg-dark.bg-opacity-25 {
  background-color: rgba(var(--dark-rgb), 0.25) !important;
}
.bg-dark.bg-opacity-50 {
  background-color: rgba(var(--dark-rgb), 0.5) !important;
}
.bg-dark.bg-opacity-75 {
  background-color: rgba(var(--dark-rgb), 0.75) !important;
}
.bg-dark.bg-opacity-100 {
  background-color: rgba(var(--dark-rgb), 1) !important;
}
.bg-light {
  background-color: rgb(var(--light-rgb)) !important;
}
.bg-light.bg-opacity-10 {
  background-color: rgba(var(--light-rgb), 0.1) !important;
}
.bg-light.bg-opacity-25 {
  background-color: rgba(var(--light-rgb), 0.25) !important;
}
.bg-light.bg-opacity-50 {
  background-color: rgba(var(--light-rgb), 0.5) !important;
}
.bg-light.bg-opacity-75 {
  background-color: rgba(var(--light-rgb), 0.75) !important;
}
.bg-light.bg-opacity-100 {
  background-color: rgba(var(--light-rgb), 1) !important;
}
.bg-white {
  background-color: var(--custom-white) !important;
}
.bg-pink {
  background-color: rgb(var(--pink-rgb)) !important;
}
.bg-orange {
  background-color: rgb(var(--orange-rgb)) !important;
}
.bg-purple {
  background-color: rgb(var(--purple-rgb)) !important;
}
.bg-green {
  background-color: #1dd871 !important;
}
.bg-teal {
  background-color: rgb(var(--teal-rgb)) !important;
}
.bg-blue {
  background-color: #2b3e65 !important;
}
.bg-indigo {
  background-color: #4d5ddb !important;
}
.bg-yellow {
  background-color: #fff621 !important;
}
.bg-primary-gradient {
  background: linear-gradient(to bottom, var(--primary08) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
  color: #fff;
}
.bg-secondary-gradient {
  background: linear-gradient(to bottom right, rgb(var(--secondary-rgb)) 0%, #046866 100%) !important;
  color: #fff;
}
.bg-warning-gradient {
  background: linear-gradient(to bottom right, rgb(var(--warning-rgb)) 0%, #a18709 100%) !important;
  color: #fff;
}
.bg-info-gradient {
  background: linear-gradient(to bottom right, rgb(var(--info-rgb)) 0%, #09737a 100%) !important;
  color: #fff;
}
.bg-success-gradient {
  background: linear-gradient(to bottom right, rgb(var(--success-rgb)) 0%, #055a43 100%) !important;
  color: #fff;
}
.bg-danger-gradient {
  background: linear-gradient(to bottom right, rgb(var(--danger-rgb)) 0%, #8d0a13 100%) !important;
  color: #fff;
}
.bg-orange-gradient {
  background: linear-gradient(to bottom right, rgb(var(--orange-rgb)) 0%, #893804 100%) !important;
  color: #fff;
}
.bg-purple-gradient {
  background: linear-gradient(to bottom right, rgb(var(--purple-rgb)) 0%, #bf7df3 100%) !important;
  color: #fff;
}
.bg-teal-gradient {
  background: linear-gradient(to bottom right, rgb(var(--teal-rgb)) 0%, #007B6F 100%) !important;
  color: #fff;
}
.bg-light-gradient {
  background: linear-gradient(to bottom right, rgb(var(--light-rgb)) 0%, #D7FCFF 100%) !important;
  color: #fff;
}
.bg-dark-gradient {
  background: linear-gradient(to bottom right, rgb(var(--dark-rgb)) 0%, #16657A 100%) !important;
  color: #fff;
}
.bg-outline-primary {
  background-color: transparent;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.bg-outline-secondary {
  background-color: transparent;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border: 1px solid rgb(var(--secondary-rgb));
  color: rgb(var(--secondary-rgb));
}
.bg-outline-warning {
  background-color: transparent;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border: 1px solid rgb(var(--warning-rgb));
  color: rgb(var(--warning-rgb));
}
.bg-outline-info {
  background-color: transparent;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border: 1px solid rgb(var(--info-rgb));
  color: rgb(var(--info-rgb));
}
.bg-outline-success {
  background-color: transparent;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border: 1px solid rgb(var(--success-rgb));
  color: rgb(var(--success-rgb));
}
.bg-outline-danger {
  background-color: transparent;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border: 1px solid rgb(var(--danger-rgb));
  color: rgb(var(--danger-rgb));
}
.bg-outline-dark {
  background-color: transparent;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border: 1px solid rgb(var(--dark-rgb));
  color: rgb(var(--dark-rgb));
}
.bg-outline-light {
  background-color: transparent;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border: 1px solid rgb(var(--light-rgb));
  color: var(--custom-black);
}
.bg-gray-100 {
  background-color: var(--gray-1);
}
.bg-gray-200 {
  background-color: var(--gray-2);
}
.bg-gray-300 {
  background-color: var(--gray-3);
}
.bg-gray-400 {
  background-color: var(--gray-4);
}
.bg-gray-500 {
  background-color: var(--gray-5);
}
.bg-gray-600 {
  background-color: var(--gray-6);
}
.bg-gray-700 {
  background-color: var(--gray-7);
}
.bg-gray-800 {
  background-color: var(--gray-8);
}
.bg-gray-900 {
  background-color: var(--gray-9);
}
.bg-primary-transparent {
  background-color: var(--primary01) !important;
  color: var(--primary-color) !important;
}
.bg-primary-transparent:hover {
  background-color: var(--primary01) !important;
  color: var(--primary-color) !important;
}
.bg-secondary-transparent {
  background-color: rgba(var(--secondary-rgb), 0.1) !important;
  color: rgb(var(--secondary-rgb)) !important;
}
.bg-secondary-transparent:hover {
  background-color: rgba(var(--secondary-rgb), 0.1) !important;
  color: rgb(var(--secondary-rgb)) !important;
}
.bg-info-transparent {
  background-color: rgba(var(--info-rgb), 0.1) !important;
  color: rgb(var(--info-rgb)) !important;
}
.bg-info-transparent:hover {
  background-color: rgba(var(--info-rgb), 0.1) !important;
  color: rgb(var(--info-rgb)) !important;
}
.bg-success-transparent {
  background-color: rgba(var(--success-rgb), 0.1) !important;
  color: rgb(var(--success-rgb)) !important;
}
.bg-success-transparent:hover {
  background-color: rgba(var(--success-rgb), 0.1) !important;
  color: rgb(var(--success-rgb)) !important;
}
.bg-warning-transparent {
  background-color: rgba(var(--warning-rgb), 0.1) !important;
  color: rgb(var(--warning-rgb)) !important;
}
.bg-warning-transparent:hover {
  background-color: rgba(var(--warning-rgb), 0.1) !important;
  color: rgb(var(--warning-rgb)) !important;
}
.bg-danger-transparent {
  background-color: rgba(var(--danger-rgb), 0.1) !important;
  color: rgb(var(--danger-rgb)) !important;
}
.bg-danger-transparent:hover {
  background-color: rgba(var(--danger-rgb), 0.1) !important;
  color: rgb(var(--danger-rgb)) !important;
}
.bg-light-transparent {
  background-color: rgba(var(--light-rgb), 0.1) !important;
  color: rgb(var(--light-rgb)) !important;
}
.bg-light-transparent:hover {
  background-color: rgba(var(--light-rgb), 0.1) !important;
  color: rgb(var(--default-text-color-rgb)) !important;
}
.bg-dark-transparent {
  background-color: rgba(var(--dark-rgb), 0.1) !important;
  color: rgb(var(--dark-rgb)) !important;
}
.bg-dark-transparent:hover {
  background-color: rgba(var(--dark-rgb), 0.1) !important;
  color: rgb(var(--dark-rgb)) !important;
}
.bg-pink-transparent {
  background-color: rgba(var(--pink-rgb), 0.1) !important;
  color: rgb(var(--pink-rgb)) !important;
}
.bg-pink-transparent:hover {
  background-color: rgba(var(--pink-rgb), 0.1) !important;
  color: rgb(var(--pink-rgb)) !important;
}
.bg-orange-transparent {
  background-color: rgba(var(--orange-rgb), 0.1) !important;
  color: rgb(var(--orange-rgb)) !important;
}
.bg-orange-transparent:hover {
  background-color: rgba(var(--orange-rgb), 0.1) !important;
  color: rgb(var(--orange-rgb)) !important;
}
.bg-purple-transparent {
  background-color: rgba(var(--purple-rgb), 0.1) !important;
  color: rgb(var(--purple-rgb)) !important;
}
.bg-purple-transparent:hover {
  background-color: rgba(var(--purple-rgb), 0.1) !important;
  color: rgb(var(--purple-rgb)) !important;
}
.bg-teal-transparent {
  background-color: rgba(var(--teal-rgb), 0.1) !important;
  color: rgb(var(--teal-rgb)) !important;
}
.bg-teal-transparent:hover {
  background-color: rgba(var(--teal-rgb), 0.1) !important;
  color: rgb(var(--teal-rgb)) !important;
}
.bg-green-transparent {
  background-color: rgba(29, 216, 113, 0.1) !important;
  color: #1dd871 !important;
}
.bg-green-transparent:hover {
  background-color: rgba(29, 216, 113, 0.1) !important;
  color: #1dd871 !important;
}
.bg-indigo-transparent {
  background-color: rgba(77, 93, 219, 0.1) !important;
  color: #4d5ddb !important;
}
.bg-indigo-transparent:hover {
  background-color: rgba(77, 93, 219, 0.1) !important;
  color: #4d5ddb !important;
}
.bg-yellow-transparent {
  background-color: rgba(255, 246, 33, 0.1) !important;
  color: #fff621 !important;
}
.bg-yellow-transparent:hover {
  background-color: rgba(255, 246, 33, 0.1) !important;
  color: #fff621 !important;
}
.bg-blue-transparent {
  background-color: rgba(43, 62, 101, 0.1) !important;
  color: #2b3e65 !important;
}
.bg-blue-transparent:hover {
  background-color: rgba(43, 62, 101, 0.1) !important;
  color: #2b3e65 !important;
}
.bg-white-transparent {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}
.bg-white-transparent:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}
.text-bg-primary {
  background-color: var(--primary-color) !important;
  color: #000 !important;
}
.text-bg-secondary {
  background-color: rgb(var(--secondary-rgb)) !important;
  color: #000 !important;
}
.text-bg-warning {
  background-color: rgb(var(--warning-rgb)) !important;
  color: #000 !important;
}
.text-bg-info {
  background-color: rgb(var(--info-rgb)) !important;
  color: #000 !important;
}
.text-bg-success {
  background-color: rgb(var(--success-rgb)) !important;
  color: #000 !important;
}
.text-bg-danger {
  background-color: rgb(var(--danger-rgb)) !important;
  color: #000 !important;
}
.text-bg-light {
  background-color: rgb(var(--light-rgb)) !important;
  color: #000 !important;
}
.text-bg-dark {
  background-color: rgb(var(--dark-rgb)) !important;
  color: #000 !important;
}
.svg-primary svg {
  fill: var(--primary-color);
}
.svg-secondary svg {
  fill: rgb(var(--secondary-rgb));
}
.svg-success svg {
  fill: rgb(var(--success-rgb));
}
.svg-danger svg {
  fill: rgb(var(--danger-rgb));
}
.svg-warning svg {
  fill: rgb(var(--warning-rgb));
}
.svg-white svg {
  fill: #fff;
}
.svg-black svg {
  fill: #000;
}
.svg-pink svg {
  fill: rgb(var(--pink-rgb));
}
.svg-orange svg {
  fill: rgb(var(--orange-rgb));
}
.svg-purple svg {
  fill: rgb(var(--purple-rgb));
}
.svg-indigo svg {
  fill: #4d5ddb;
}
.svg-info svg {
  fill: rgb(var(--info-rgb));
}
.svg-yellow svg {
  fill: #fff621;
}
.svg-light svg {
  fill: rgb(var(--light-rgb));
}
.svg-dark svg {
  fill: rgb(var(--dark-rgb));
}
.svg-teal svg {
  fill: rgb(var(--teal-rgb));
}
.svg-default svg {
  fill: rgb(var(--default-text-color-rgb));
}
.bd-blue-100 {
  background-color: rgba(43, 62, 101, 0.1);
  color: rgb(var(--default-text-color-rgb));
}
.bd-blue-200 {
  background-color: rgba(43, 62, 101, 0.2);
  color: rgb(var(--default-text-color-rgb));
}
.bd-blue-300 {
  background-color: rgba(43, 62, 101, 0.3);
  color: rgb(var(--default-text-color-rgb));
}
.bd-blue-400 {
  background-color: rgba(43, 62, 101, 0.4);
  color: rgb(var(--default-text-color-rgb));
}
.bd-blue-500 {
  background-color: rgba(43, 62, 101, 0.5);
  color: rgb(var(--default-text-color-rgb));
}
.bd-blue-600 {
  background-color: rgba(43, 62, 101, 0.6);
  color: #fff;
}
.bd-blue-700 {
  background-color: rgba(43, 62, 101, 0.7);
  color: #fff;
}
.bd-blue-800 {
  background-color: rgba(43, 62, 101, 0.8);
  color: #fff;
}
.bd-blue-900 {
  background-color: rgba(43, 62, 101, 0.9);
  color: #fff;
}
.bd-blue {
  background-color: #2b3e65;
  color: #fff;
}
.bd-indigo-100 {
  background-color: rgba(77, 93, 219, 0.1);
  color: rgb(var(--default-text-color-rgb));
}
.bd-indigo-200 {
  background-color: rgba(77, 93, 219, 0.2);
  color: rgb(var(--default-text-color-rgb));
}
.bd-indigo-300 {
  background-color: rgba(77, 93, 219, 0.3);
  color: rgb(var(--default-text-color-rgb));
}
.bd-indigo-400 {
  background-color: rgba(77, 93, 219, 0.4);
  color: rgb(var(--default-text-color-rgb));
}
.bd-indigo-500 {
  background-color: rgba(77, 93, 219, 0.5);
  color: rgb(var(--default-text-color-rgb));
}
.bd-indigo-600 {
  background-color: rgba(77, 93, 219, 0.6);
  color: #fff;
}
.bd-indigo-700 {
  background-color: rgba(77, 93, 219, 0.7);
  color: #fff;
}
.bd-indigo-800 {
  background-color: rgba(77, 93, 219, 0.8);
  color: #fff;
}
.bd-indigo-900 {
  background-color: rgba(77, 93, 219, 0.9);
  color: #fff;
}
.bd-indigo {
  background-color: #4d5ddb;
  color: #fff;
}
.bd-purple-100 {
  background-color: rgba(var(--purple-rgb), 0.1);
  color: rgb(var(--default-text-color-rgb));
}
.bd-purple-200 {
  background-color: rgba(var(--purple-rgb), 0.2);
  color: rgb(var(--default-text-color-rgb));
}
.bd-purple-300 {
  background-color: rgba(var(--purple-rgb), 0.3);
  color: rgb(var(--default-text-color-rgb));
}
.bd-purple-400 {
  background-color: rgba(var(--purple-rgb), 0.4);
  color: rgb(var(--default-text-color-rgb));
}
.bd-purple-500 {
  background-color: rgba(var(--purple-rgb), 0.5);
  color: rgb(var(--default-text-color-rgb));
}
.bd-purple-600 {
  background-color: rgba(var(--purple-rgb), 0.6);
  color: #fff;
}
.bd-purple-700 {
  background-color: rgba(var(--purple-rgb), 0.7);
  color: #fff;
}
.bd-purple-800 {
  background-color: rgba(var(--purple-rgb), 0.8);
  color: #fff;
}
.bd-purple-900 {
  background-color: rgba(var(--purple-rgb), 0.9);
  color: #fff;
}
.bd-purple {
  background-color: rgb(var(--purple-rgb));
  color: #fff;
}
.bd-pink-100 {
  background-color: rgba(var(--pink-rgb), 0.1);
  color: rgb(var(--default-text-color-rgb));
}
.bd-pink-200 {
  background-color: rgba(var(--pink-rgb), 0.2);
  color: rgb(var(--default-text-color-rgb));
}
.bd-pink-300 {
  background-color: rgba(var(--pink-rgb), 0.3);
  color: rgb(var(--default-text-color-rgb));
}
.bd-pink-400 {
  background-color: rgba(var(--pink-rgb), 0.4);
  color: rgb(var(--default-text-color-rgb));
}
.bd-pink-500 {
  background-color: rgba(var(--pink-rgb), 0.5);
  color: rgb(var(--default-text-color-rgb));
}
.bd-pink-600 {
  background-color: rgba(var(--pink-rgb), 0.6);
  color: #fff;
}
.bd-pink-700 {
  background-color: rgba(var(--pink-rgb), 0.7);
  color: #fff;
}
.bd-pink-800 {
  background-color: rgba(var(--pink-rgb), 0.8);
  color: #fff;
}
.bd-pink-900 {
  background-color: rgba(var(--pink-rgb), 0.9);
  color: #fff;
}
.bd-pink {
  background-color: rgb(var(--pink-rgb));
  color: #fff;
}
.bd-red-100 {
  background-color: rgba(208, 61, 70, 0.1);
  color: rgb(var(--default-text-color-rgb));
}
.bd-red-200 {
  background-color: rgba(208, 61, 70, 0.2);
  color: rgb(var(--default-text-color-rgb));
}
.bd-red-300 {
  background-color: rgba(208, 61, 70, 0.3);
  color: rgb(var(--default-text-color-rgb));
}
.bd-red-400 {
  background-color: rgba(208, 61, 70, 0.4);
  color: rgb(var(--default-text-color-rgb));
}
.bd-red-500 {
  background-color: rgba(208, 61, 70, 0.5);
  color: rgb(var(--default-text-color-rgb));
}
.bd-red-600 {
  background-color: rgba(208, 61, 70, 0.6);
  color: #fff;
}
.bd-red-700 {
  background-color: rgba(208, 61, 70, 0.7);
  color: #fff;
}
.bd-red-800 {
  background-color: rgba(208, 61, 70, 0.8);
  color: #fff;
}
.bd-red-900 {
  background-color: rgba(208, 61, 70, 0.9);
  color: #fff;
}
.bd-red {
  background-color: #d03d46;
  color: #fff;
}
.bd-orange-100 {
  background-color: rgba(var(--orange-rgb), 0.1);
  color: rgb(var(--default-text-color-rgb));
}
.bd-orange-200 {
  background-color: rgba(var(--orange-rgb), 0.2);
  color: rgb(var(--default-text-color-rgb));
}
.bd-orange-300 {
  background-color: rgba(var(--orange-rgb), 0.3);
  color: rgb(var(--default-text-color-rgb));
}
.bd-orange-400 {
  background-color: rgba(var(--orange-rgb), 0.4);
  color: rgb(var(--default-text-color-rgb));
}
.bd-orange-500 {
  background-color: rgba(var(--orange-rgb), 0.5);
  color: rgb(var(--default-text-color-rgb));
}
.bd-orange-600 {
  background-color: rgba(var(--orange-rgb), 0.6);
  color: #fff;
}
.bd-orange-700 {
  background-color: rgba(var(--orange-rgb), 0.7);
  color: #fff;
}
.bd-orange-800 {
  background-color: rgba(var(--orange-rgb), 0.8);
  color: #fff;
}
.bd-orange-900 {
  background-color: rgba(var(--orange-rgb), 0.9);
  color: #fff;
}
.bd-orange {
  background-color: rgb(var(--orange-rgb));
  color: #fff;
}
.bd-yellow-100 {
  background-color: rgba(255, 246, 33, 0.1);
  color: rgb(var(--default-text-color-rgb));
}
.bd-yellow-200 {
  background-color: rgba(255, 246, 33, 0.2);
  color: rgb(var(--default-text-color-rgb));
}
.bd-yellow-300 {
  background-color: rgba(255, 246, 33, 0.3);
  color: rgb(var(--default-text-color-rgb));
}
.bd-yellow-400 {
  background-color: rgba(255, 246, 33, 0.4);
  color: rgb(var(--default-text-color-rgb));
}
.bd-yellow-500 {
  background-color: rgba(255, 246, 33, 0.5);
  color: rgb(var(--default-text-color-rgb));
}
.bd-yellow-600 {
  background-color: rgba(255, 246, 33, 0.6);
  color: #fff;
}
.bd-yellow-700 {
  background-color: rgba(255, 246, 33, 0.7);
  color: #fff;
}
.bd-yellow-800 {
  background-color: rgba(255, 246, 33, 0.8);
  color: #fff;
}
.bd-yellow-900 {
  background-color: rgba(255, 246, 33, 0.9);
  color: #fff;
}
.bd-yellow {
  background-color: #fff621;
  color: #fff;
}
.bd-green-100 {
  background-color: rgba(29, 216, 113, 0.1);
  color: rgb(var(--default-text-color-rgb));
}
.bd-green-200 {
  background-color: rgba(29, 216, 113, 0.2);
  color: rgb(var(--default-text-color-rgb));
}
.bd-green-300 {
  background-color: rgba(29, 216, 113, 0.3);
  color: rgb(var(--default-text-color-rgb));
}
.bd-green-400 {
  background-color: rgba(29, 216, 113, 0.4);
  color: rgb(var(--default-text-color-rgb));
}
.bd-green-500 {
  background-color: rgba(29, 216, 113, 0.5);
  color: rgb(var(--default-text-color-rgb));
}
.bd-green-600 {
  background-color: rgba(29, 216, 113, 0.6);
  color: #fff;
}
.bd-green-700 {
  background-color: rgba(29, 216, 113, 0.7);
  color: #fff;
}
.bd-green-800 {
  background-color: rgba(29, 216, 113, 0.8);
  color: #fff;
}
.bd-green-900 {
  background-color: rgba(29, 216, 113, 0.9);
  color: #fff;
}
.bd-green {
  background-color: #1dd871;
  color: #fff;
}
.bd-teal-100 {
  background-color: rgba(var(--teal-rgb), 0.1);
  color: rgb(var(--default-text-color-rgb));
}
.bd-teal-200 {
  background-color: rgba(var(--teal-rgb), 0.2);
  color: rgb(var(--default-text-color-rgb));
}
.bd-teal-300 {
  background-color: rgba(var(--teal-rgb), 0.3);
  color: rgb(var(--default-text-color-rgb));
}
.bd-teal-400 {
  background-color: rgba(var(--teal-rgb), 0.4);
  color: rgb(var(--default-text-color-rgb));
}
.bd-teal-500 {
  background-color: rgba(var(--teal-rgb), 0.5);
  color: rgb(var(--default-text-color-rgb));
}
.bd-teal-600 {
  background-color: rgba(var(--teal-rgb), 0.6);
  color: #fff;
}
.bd-teal-700 {
  background-color: rgba(var(--teal-rgb), 0.7);
  color: #fff;
}
.bd-teal-800 {
  background-color: rgba(var(--teal-rgb), 0.8);
  color: #fff;
}
.bd-teal-900 {
  background-color: rgba(var(--teal-rgb), 0.9);
  color: #fff;
}
.bd-teal {
  background-color: rgb(var(--teal-rgb));
  color: #fff;
}
.bd-cyan-100 {
  background-color: rgba(0, 209, 209, 0.1);
  color: rgb(var(--default-text-color-rgb));
}
.bd-cyan-200 {
  background-color: rgba(0, 209, 209, 0.2);
  color: rgb(var(--default-text-color-rgb));
}
.bd-cyan-300 {
  background-color: rgba(0, 209, 209, 0.3);
  color: rgb(var(--default-text-color-rgb));
}
.bd-cyan-400 {
  background-color: rgba(0, 209, 209, 0.4);
  color: rgb(var(--default-text-color-rgb));
}
.bd-cyan-500 {
  background-color: rgba(0, 209, 209, 0.5);
  color: rgb(var(--default-text-color-rgb));
}
.bd-cyan-600 {
  background-color: rgba(0, 209, 209, 0.6);
  color: #fff;
}
.bd-cyan-700 {
  background-color: rgba(0, 209, 209, 0.7);
  color: #fff;
}
.bd-cyan-800 {
  background-color: rgba(0, 209, 209, 0.8);
  color: #fff;
}
.bd-cyan-900 {
  background-color: rgba(0, 209, 209, 0.9);
  color: #fff;
}
.bd-cyan {
  background-color: #00D1D1;
  color: #fff;
}
.bd-gray-100 {
  background-color: rgba(134, 153, 163, 0.1);
  color: rgb(var(--default-text-color-rgb));
}
.bd-gray-200 {
  background-color: rgba(134, 153, 163, 0.2);
  color: rgb(var(--default-text-color-rgb));
}
.bd-gray-300 {
  background-color: rgba(134, 153, 163, 0.3);
  color: rgb(var(--default-text-color-rgb));
}
.bd-gray-400 {
  background-color: rgba(134, 153, 163, 0.4);
  color: rgb(var(--default-text-color-rgb));
}
.bd-gray-500 {
  background-color: rgba(134, 153, 163, 0.5);
  color: rgb(var(--default-text-color-rgb));
}
.bd-gray-600 {
  background-color: rgba(134, 153, 163, 0.6);
  color: #fff;
}
.bd-gray-700 {
  background-color: rgba(134, 153, 163, 0.7);
  color: #fff;
}
.bd-gray-800 {
  background-color: rgba(134, 153, 163, 0.8);
  color: #fff;
}
.bd-gray-900 {
  background-color: rgba(134, 153, 163, 0.9);
  color: #fff;
}
.bd-gray {
  background-color: #8699A3;
  color: #fff;
}
[data-theme-mode=dark] .invert-1 {
  filter: invert(1);
}
.backdrop-blur {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}
.border-container {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  margin: 0.25rem;
  background-color: rgba(var(--light-rgb), 0.3);
}
.border {
  border: 1px solid var(--default-border) !important;
}
.border.border-dashed {
  border-style: dashed !important;
}
.border.border-dotted {
  border-style: dotted !important;
}
.border.border-primary {
  border: 1px solid var(--primary-color) !important;
  opacity: 1;
}
.border.border-primary.border-opacity-10 {
  border-color: var(--primary01) !important;
}
.border.border-primary.border-opacity-25 {
  border-color: var(--primary03) !important;
}
.border.border-primary.border-opacity-50 {
  border-color: var(--primary05) !important;
}
.border.border-primary.border-opacity-75 {
  border-color: var(--primary08) !important;
}
.border.border-primary.border-opacity-100 {
  border-color: var(--primary-color) !important;
}
.border.border-secondary {
  border: 1px solid rgb(var(--secondary-rgb)) !important;
  opacity: 1;
}
.border.border-secondary.border-opacity-10 {
  border-color: rgba(var(--secondary-rgb), 0.1) !important;
}
.border.border-secondary.border-opacity-25 {
  border-color: rgba(var(--secondary-rgb), 0.25) !important;
}
.border.border-secondary.border-opacity-50 {
  border-color: rgba(var(--secondary-rgb), 0.5) !important;
}
.border.border-secondary.border-opacity-75 {
  border-color: rgba(var(--secondary-rgb), 0.75) !important;
}
.border.border-secondary.border-opacity-100 {
  border-color: rgba(var(--secondary-rgb), 1) !important;
}
.border.border-info {
  border: 1px solid rgb(var(--info-rgb)) !important;
  opacity: 1;
}
.border.border-info.border-opacity-10 {
  border-color: rgba(var(--info-rgb), 0.1) !important;
}
.border.border-info.border-opacity-25 {
  border-color: rgba(var(--info-rgb), 0.25) !important;
}
.border.border-info.border-opacity-50 {
  border-color: rgba(var(--info-rgb), 0.5) !important;
}
.border.border-info.border-opacity-75 {
  border-color: rgba(var(--info-rgb), 0.75) !important;
}
.border.border-info.border-opacity-100 {
  border-color: rgba(var(--info-rgb), 1) !important;
}
.border.border-success {
  border: 1px solid rgb(var(--success-rgb)) !important;
  opacity: 1;
}
.border.border-success.border-opacity-10 {
  border-color: rgba(var(--success-rgb), 0.1) !important;
}
.border.border-success.border-opacity-25 {
  border-color: rgba(var(--success-rgb), 0.25) !important;
}
.border.border-success.border-opacity-50 {
  border-color: rgba(var(--success-rgb), 0.5) !important;
}
.border.border-success.border-opacity-75 {
  border-color: rgba(var(--success-rgb), 0.75) !important;
}
.border.border-success.border-opacity-100 {
  border-color: rgba(var(--success-rgb), 1) !important;
}
.border.border-warning {
  border: 1px solid rgb(var(--warning-rgb)) !important;
  opacity: 1;
}
.border.border-warning.border-opacity-10 {
  border-color: rgba(var(--warning-rgb), 0.1) !important;
}
.border.border-warning.border-opacity-25 {
  border-color: rgba(var(--warning-rgb), 0.25) !important;
}
.border.border-warning.border-opacity-50 {
  border-color: rgba(var(--warning-rgb), 0.5) !important;
}
.border.border-warning.border-opacity-75 {
  border-color: rgba(var(--warning-rgb), 0.75) !important;
}
.border.border-warning.border-opacity-100 {
  border-color: rgba(var(--warning-rgb), 1) !important;
}
.border.border-danger {
  border: 1px solid rgb(var(--danger-rgb)) !important;
  opacity: 1;
}
.border.border-danger.border-opacity-10 {
  border-color: rgba(var(--danger-rgb), 0.1) !important;
}
.border.border-danger.border-opacity-25 {
  border-color: rgba(var(--danger-rgb), 0.25) !important;
}
.border.border-danger.border-opacity-50 {
  border-color: rgba(var(--danger-rgb), 0.5) !important;
}
.border.border-danger.border-opacity-75 {
  border-color: rgba(var(--danger-rgb), 0.75) !important;
}
.border.border-danger.border-opacity-100 {
  border-color: rgba(var(--danger-rgb), 1) !important;
}
.border.border-pink {
  border: 1px solid rgb(var(--pink-rgb)) !important;
  opacity: 1;
}
.border.border-pink.border-opacity-10 {
  border-color: rgba(var(--pink-rgb), 0.1) !important;
}
.border.border-pink.border-opacity-25 {
  border-color: rgba(var(--pink-rgb), 0.25) !important;
}
.border.border-pink.border-opacity-50 {
  border-color: rgba(var(--pink-rgb), 0.5) !important;
}
.border.border-pink.border-opacity-75 {
  border-color: rgba(var(--pink-rgb), 0.75) !important;
}
.border.border-pink.border-opacity-100 {
  border-color: rgba(var(--pink-rgb), 1) !important;
}
.border.border-teal {
  border: 1px solid rgb(var(--teal-rgb)) !important;
  opacity: 1;
}
.border.border-teal.border-opacity-10 {
  border-color: rgba(var(--teal-rgb), 0.1) !important;
}
.border.border-teal.border-opacity-25 {
  border-color: rgba(var(--teal-rgb), 0.25) !important;
}
.border.border-teal.border-opacity-50 {
  border-color: rgba(var(--teal-rgb), 0.5) !important;
}
.border.border-teal.border-opacity-75 {
  border-color: rgba(var(--teal-rgb), 0.75) !important;
}
.border.border-teal.border-opacity-100 {
  border-color: rgba(var(--teal-rgb), 1) !important;
}
.border.border-orange {
  border: 1px solid rgb(var(--orange-rgb)) !important;
  opacity: 1;
}
.border.border-orange.border-opacity-10 {
  border-color: rgba(var(--orange-rgb), 0.1) !important;
}
.border.border-orange.border-opacity-25 {
  border-color: rgba(var(--orange-rgb), 0.25) !important;
}
.border.border-orange.border-opacity-50 {
  border-color: rgba(var(--orange-rgb), 0.5) !important;
}
.border.border-orange.border-opacity-75 {
  border-color: rgba(var(--orange-rgb), 0.75) !important;
}
.border.border-orange.border-opacity-100 {
  border-color: rgba(var(--orange-rgb), 1) !important;
}
.border.border-white {
  border: 1px solid #fff !important;
  opacity: 1;
}
.border.border-white.border-opacity-10 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.border.border-white.border-opacity-25 {
  border-color: rgba(255, 255, 255, 0.25) !important;
}
.border.border-white.border-opacity-50 {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.border.border-white.border-opacity-75 {
  border-color: rgba(255, 255, 255, 0.75) !important;
}
.border.border-white.border-opacity-100 {
  border-color: white !important;
}
.border.border-light {
  border: 1px solid rgb(var(--light-rgb)) !important;
  opacity: 1;
}
.border.border-light.border-opacity-10 {
  border-color: rgba(var(--light-rgb), 0.1) !important;
}
.border.border-light.border-opacity-25 {
  border-color: rgba(var(--light-rgb), 0.25) !important;
}
.border.border-light.border-opacity-50 {
  border-color: rgba(var(--light-rgb), 0.5) !important;
}
.border.border-light.border-opacity-75 {
  border-color: rgba(var(--light-rgb), 0.75) !important;
}
.border.border-light.border-opacity-100 {
  border-color: rgba(var(--light-rgb), 1) !important;
}
.border.border-dark {
  border: 1px solid rgb(var(--dark-rgb)) !important;
  opacity: 1;
}
.border.border-dark.border-opacity-10 {
  border-color: rgba(var(--dark-rgb), 0.1) !important;
}
.border.border-dark.border-opacity-25 {
  border-color: rgba(var(--dark-rgb), 0.25) !important;
}
.border.border-dark.border-opacity-50 {
  border-color: rgba(var(--dark-rgb), 0.5) !important;
}
.border.border-dark.border-opacity-75 {
  border-color: rgba(var(--dark-rgb), 0.75) !important;
}
.border.border-dark.border-opacity-100 {
  border-color: rgba(var(--dark-rgb), 1) !important;
}
.border.border-opacity-10 {
  --bs-border-opacity: 0.1 !important;
}
.border.border-opacity-25 {
  --bs-border-opacity: 0.25 !important;
}
.border.border-opacity-50 {
  --bs-border-opacity: 0.5 !important;
}
.border.border-opacity-75 {
  --bs-border-opacity: 0.75 !important;
}
.border.border-opacity-100 {
  --bs-border-opacity: 1 !important;
}
.border.border-1 {
  border-width: 1px !important;
}
.border.border-2 {
  border-width: 2px !important;
}
.border.border-3 {
  border-width: 3px !important;
}
.border.border-4 {
  border-width: 4px !important;
}
.border.border-5 {
  border-width: 5px !important;
}
.border.border-block-start-dashed {
  border-top-style: dashed;
}
.border.border-block-start-dotted {
  border-top-style: dotted;
}
.border.border-inline-end-dashed {
  border-inline-end-style: dashed;
}
.border.border-inline-end-dotted {
  border-inline-end-style: dotted;
}
.border.border-block-end-dashed {
  border-bottom-style: dashed;
}
.border.border-block-end-dotted {
  border-bottom-style: dotted;
}
.border.border-inline-start-dashed {
  border-inline-start-style: dashed;
}
.border.border-inline-start-dotted {
  border-inline-start-style: dotted;
}
.border.border-0 {
  border: 0 !important;
}
.border.border-top-0 {
  border-block-start: 0 !important;
}
.border.border-end-0 {
  border-inline-end: 0 !important;
}
.border.border-bottom-0 {
  border-block-end: 0 !important;
}
.border.border-start-0 {
  border-inline-start: 0 !important;
}
.border-top {
  border-top: 1px solid var(--default-border) !important;
}
.border-top.border-block-start-dashed {
  border-top-style: dashed !important;
}
.border-top.border-block-start-dotted {
  border-top-style: dotted !important;
}
.border-top.border-primary {
  border-color: var(--primary-color) !important;
}
.border-top.border-secondary {
  border-color: rgb(var(--secondary-rgb)) !important;
}
.border-top.border-warning {
  border-color: rgb(var(--warning-rgb)) !important;
}
.border-top.border-info {
  border-color: rgb(var(--info-rgb)) !important;
}
.border-top.border-success {
  border-color: rgb(var(--success-rgb)) !important;
}
.border-top.border-danger {
  border-color: rgb(var(--danger-rgb)) !important;
}
.border-top.border-light {
  border-color: rgb(var(--light-rgb)) !important;
}
.border-top.border-dark {
  border-color: rgb(var(--dark-rgb)) !important;
}
.border-end {
  border-inline-end: 1px solid var(--default-border) !important;
}
.border-end.border-inline-end-dashed {
  border-inline-end-style: dashed !important;
}
.border-end.border-inline-end-dotted {
  border-inline-end-style: dotted !important;
}
.border-end.border-primary {
  border-color: var(--primary-color) !important;
}
.border-end.border-secondary {
  border-color: rgb(var(--secondary-rgb)) !important;
}
.border-end.border-warning {
  border-color: rgb(var(--warning-rgb)) !important;
}
.border-end.border-info {
  border-color: rgb(var(--info-rgb)) !important;
}
.border-end.border-success {
  border-color: rgb(var(--success-rgb)) !important;
}
.border-end.border-danger {
  border-color: rgb(var(--danger-rgb)) !important;
}
.border-end.border-light {
  border-color: rgb(var(--light-rgb)) !important;
}
.border-end.border-dark {
  border-color: rgb(var(--dark-rgb)) !important;
}
.border-bottom {
  border-bottom: 1px solid var(--default-border) !important;
}
.border-bottom.border-block-end-dashed {
  border-bottom-style: dashed !important;
}
.border-bottom.border-block-end-dotted {
  border-bottom-style: dotted !important;
}
.border-bottom.border-primary {
  border-color: var(--primary-color) !important;
}
.border-bottom.border-secondary {
  border-color: rgb(var(--secondary-rgb)) !important;
}
.border-bottom.border-warning {
  border-color: rgb(var(--warning-rgb)) !important;
}
.border-bottom.border-info {
  border-color: rgb(var(--info-rgb)) !important;
}
.border-bottom.border-success {
  border-color: rgb(var(--success-rgb)) !important;
}
.border-bottom.border-danger {
  border-color: rgb(var(--danger-rgb)) !important;
}
.border-bottom.border-light {
  border-color: rgb(var(--light-rgb)) !important;
}
.border-bottom.border-dark {
  border-color: rgb(var(--dark-rgb)) !important;
}
.border-start {
  border-inline-start: 1px solid var(--default-border) !important;
}
.border-start.border-inline-start-dashed {
  border-inline-start-style: dashed !important;
}
.border-start.border-inline-start-dotted {
  border-inline-start-style: dotted !important;
}
.border-start.border-primary {
  border-color: var(--primary-color) !important;
}
.border-start.border-secondary {
  border-color: rgb(var(--secondary-rgb)) !important;
}
.border-start.border-warning {
  border-color: rgb(var(--warning-rgb)) !important;
}
.border-start.border-info {
  border-color: rgb(var(--info-rgb)) !important;
}
.border-start.border-success {
  border-color: rgb(var(--success-rgb)) !important;
}
.border-start.border-danger {
  border-color: rgb(var(--danger-rgb)) !important;
}
.border-start.border-light {
  border-color: rgb(var(--light-rgb)) !important;
}
.border-start.border-dark {
  border-color: rgb(var(--dark-rgb)) !important;
}
.br-1 {
  border-radius: 0.0625rem;
}
.br-2 {
  border-radius: 0.125rem;
}
.br-3 {
  border-radius: 0.1875rem;
}
.br-4 {
  border-radius: 0.25rem;
}
.br-5 {
  border-radius: 0.3125rem;
}
.br-6 {
  border-radius: 0.375rem;
}
.br-7 {
  border-radius: 0.4375rem;
}
.br-8 {
  border-radius: 0.5rem;
}
.br-9 {
  border-radius: 0.5625rem;
}
.br-10 {
  border-radius: 0.625rem;
}
.br-15 {
  border-radius: 0.9375rem;
}
.br-20 {
  border-radius: 1.25rem;
}
.rounded {
  border-radius: 0.25rem !important;
}
.vr {
  background-color: var(--default-border);
  opacity: 1;
}
.focus-ring:focus {
  --bs-focus-ring-color: rgba(var(--primary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring.focus-ring-secondary:focus {
  --bs-focus-ring-color: rgba(var(--secondary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring.focus-ring-success:focus {
  --bs-focus-ring-color: rgba(var(--success-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring.focus-ring-danger:focus {
  --bs-focus-ring-color: rgba(var(--danger-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring.focus-ring-warning:focus {
  --bs-focus-ring-color: rgba(var(--warning-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring.focus-ring-info:focus {
  --bs-focus-ring-color: rgba(var(--info-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring.focus-ring-light:focus {
  --bs-focus-ring-color: rgba(var(--light-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring.focus-ring-dark:focus {
  --bs-focus-ring-color: rgba(var(--dark-rgb), var(--bs-focus-ring-opacity));
}
.op-1-1 {
  opacity: 1;
}
.op-0 {
  opacity: 0;
}
.op-1 {
  opacity: 0.1;
}
.op-2 {
  opacity: 0.2;
}
.op-3 {
  opacity: 0.3;
}
.op-4 {
  opacity: 0.4;
}
.op-5 {
  opacity: 0.5;
}
.op-6 {
  opacity: 0.6;
}
.op-7 {
  opacity: 0.7;
}
.op-8 {
  opacity: 0.8;
}
.op-9 {
  opacity: 0.9;
}
.fs-sm {
  font-size: 0.6875rem;
}
.fs-base {
  font-size: 0.875rem;
}
.fs-lg {
  font-size: 1.125rem;
}
.fs-1 {
  font-size: 0.0625rem;
}
.fs-2 {
  font-size: 0.125rem;
}
.fs-3 {
  font-size: 0.1875rem;
}
.fs-4 {
  font-size: 0.25rem;
}
.fs-5 {
  font-size: 0.3125rem;
}
.fs-6 {
  font-size: 0.375rem;
}
.fs-7 {
  font-size: 0.4375rem;
}
.fs-8 {
  font-size: 0.5rem;
}
.fs-9 {
  font-size: 0.5625rem;
}
.fs-10 {
  font-size: 0.625rem;
}
.fs-11 {
  font-size: 0.6875rem;
}
.fs-12 {
  font-size: 0.75rem;
}
.fs-13 {
  font-size: 0.8125rem;
}
.fs-14 {
  font-size: 0.875rem;
}
.fs-15 {
  font-size: 0.9375rem;
}
.fs-16 {
  font-size: 1rem;
}
.fs-17 {
  font-size: 1.0625rem;
}
.fs-18 {
  font-size: 1.125rem;
}
.fs-19 {
  font-size: 1.1875rem;
}
.fs-20 {
  font-size: 1.25rem;
}
.fs-21 {
  font-size: 1.3125rem;
}
.fs-22 {
  font-size: 1.375rem;
}
.fs-23 {
  font-size: 1.4375rem;
}
.fs-24 {
  font-size: 1.5rem;
}
.fs-25 {
  font-size: 1.5625rem;
}
.fs-26 {
  font-size: 1.625rem;
}
.fs-27 {
  font-size: 1.6875rem;
}
.fs-28 {
  font-size: 1.75rem;
}
.fs-29 {
  font-size: 1.8125rem;
}
.fs-30 {
  font-size: 1.875rem;
}
.fs-32 {
  font-size: 2rem;
}
.fs-34 {
  font-size: 2.125rem;
}
.fs-36 {
  font-size: 2.25rem;
}
.fs-38 {
  font-size: 2.375rem;
}
.fs-40 {
  font-size: 2.5rem;
}
.fs-62 {
  font-size: 3.875rem;
}
.text-default {
  color: rgb(var(--default-text-color-rgb)) !important;
}
.text-muted {
  color: var(--text-muted) !important;
}
.text-primary {
  color: var(--primary-color) !important;
  opacity: 1;
}
.text-primary.text-opacity-75 {
  color: var(--primary08) !important;
}
.text-primary.text-opacity-25 {
  color: var(--primary03) !important;
}
.text-primary.text-opacity-50 {
  color: var(--primary05) !important;
}
.text-secondary {
  color: rgb(var(--secondary-rgb)) !important;
  opacity: 1;
}
.text-secondary.text-opacity-75 {
  color: rgba(var(--secondary-rgb), 0.75) !important;
}
.text-secondary.text-opacity-25 {
  color: rgba(var(--secondary-rgb), 0.25) !important;
}
.text-secondary.text-opacity-50 {
  color: rgba(var(--secondary-rgb), 0.5) !important;
}
.text-info {
  color: rgb(var(--info-rgb)) !important;
  opacity: 1;
}
.text-info.text-opacity-75 {
  color: rgba(var(--info-rgb), 0.75) !important;
}
.text-info.text-opacity-25 {
  color: rgba(var(--info-rgb), 0.25) !important;
}
.text-info.text-opacity-50 {
  color: rgba(var(--info-rgb), 0.5) !important;
}
.text-success {
  color: rgb(var(--success-rgb)) !important;
  opacity: 1;
}
.text-success.text-opacity-75 {
  color: rgba(var(--success-rgb), 0.75) !important;
}
.text-success.text-opacity-25 {
  color: rgba(var(--success-rgb), 0.25) !important;
}
.text-success.text-opacity-50 {
  color: rgba(var(--success-rgb), 0.5) !important;
}
.text-warning {
  color: rgb(var(--warning-rgb)) !important;
  opacity: 1;
}
.text-warning.text-opacity-75 {
  color: rgba(var(--warning-rgb), 0.75) !important;
}
.text-warning.text-opacity-25 {
  color: rgba(var(--warning-rgb), 0.25) !important;
}
.text-warning.text-opacity-50 {
  color: rgba(var(--warning-rgb), 0.5) !important;
}
.text-danger {
  color: rgb(var(--danger-rgb)) !important;
  opacity: 1;
}
.text-danger.text-opacity-75 {
  color: rgba(var(--danger-rgb), 0.75) !important;
}
.text-danger.text-opacity-25 {
  color: rgba(var(--danger-rgb), 0.25) !important;
}
.text-danger.text-opacity-50 {
  color: rgba(var(--danger-rgb), 0.5) !important;
}
.text-blue {
  color: #2b3e65 !important;
}
.text-green {
  color: #1dd871 !important;
}
.text-pink {
  color: rgb(var(--pink-rgb)) !important;
}
.text-teal {
  color: rgb(var(--teal-rgb)) !important;
}
.text-orange {
  color: rgb(var(--orange-rgb)) !important;
}
.text-indigo {
  color: #4d5ddb !important;
}
.text-purple {
  color: rgb(var(--purple-rgb)) !important;
}
.text-dark {
  color: rgb(var(--dark-rgb)) !important;
}
.text-light {
  color: rgb(var(--light-rgb)) !important;
}
.text-gray {
  color: var(--gray-5) !important;
}
.text-yellow {
  color: #fff621 !important;
}
.text-black {
  color: var(--custom-black) !important;
}
.text-white {
  color: var(--custom-white) !important;
}
.text-fixed-white {
  color: #fff !important;
}
.text-fixed-black {
  color: #000 !important;
}
.text-gray-1 {
  color: var(--gray-1);
}
.text-gray-2 {
  color: var(--gray-2);
}
.text-gray-3 {
  color: var(--gray-3);
}
.text-gray-4 {
  color: var(--gray-4);
}
.text-gray-5 {
  color: var(--gray-5);
}
.text-gray-6 {
  color: var(--gray-6);
}
.text-gray-7 {
  color: var(--gray-7);
}
.text-gray-8 {
  color: var(--gray-8);
}
.text-gray-9 {
  color: var(--gray-9);
}
a {
  text-decoration: none;
  color: rgba(var(--default-text-color-rgb), var(--bs-link-opacity, 1));
}
a:hover {
  --bs-text-opacity: 1;
  opacity: 1;
  color: rgba(var(--default-text-color-rgb), var(--bs-link-opacity, 1));
}
a.link-underline {
  text-decoration-color: rgba(var(--default-text-color-rgb), var(--bs-link-underline-opacity)) !important;
}
a.link-underline-primary {
  text-decoration-color: rgba(var(--primary-rgb), var(--bs-link-underline-opacity)) !important;
}
a.link-underline-secondary {
  text-decoration-color: rgba(var(--secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
a.link-underline-success {
  text-decoration-color: rgba(var(--success-rgb), var(--bs-link-underline-opacity)) !important;
}
a.link-underline-danger {
  text-decoration-color: rgba(var(--danger-rgb), var(--bs-link-underline-opacity)) !important;
}
a.link-underline-warning {
  text-decoration-color: rgba(var(--warning-rgb), var(--bs-link-underline-opacity)) !important;
}
a.link-underline-light {
  text-decoration-color: rgba(var(--light-rgb), var(--bs-link-underline-opacity)) !important;
}
a.link-underline-dark {
  text-decoration-color: rgba(var(--dark-rgb), var(--bs-link-underline-opacity)) !important;
}
a.link-underline-info {
  text-decoration-color: rgba(var(--info-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-primary {
  color: var(--primary-color) !important;
  text-decoration-color: rgba(var(--primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover,
.link-primary:focus,
.link-primary:active {
  text-decoration-color: rgba(var(--primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  color: var(--primary-color) !important;
}
.link-secondary {
  color: rgb(var(--secondary-rgb)) !important;
  text-decoration-color: rgba(var(--secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover,
.link-secondary:focus,
.link-secondary:active {
  text-decoration-color: rgba(var(--secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  color: rgb(var(--secondary-rgb)) !important;
}
.link-success {
  color: rgb(var(--success-rgb)) !important;
  text-decoration-color: rgba(var(--success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover,
.link-success:focus,
.link-success:active {
  text-decoration-color: rgba(var(--success-rgb), var(--bs-link-underline-opacity, 1)) !important;
  color: rgb(var(--success-rgb)) !important;
}
.link-danger {
  color: rgb(var(--danger-rgb)) !important;
  text-decoration-color: rgba(var(--danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover,
.link-danger:focus,
.link-danger:active {
  text-decoration-color: rgba(var(--danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
  color: rgb(var(--danger-rgb)) !important;
}
.link-warning {
  color: rgb(var(--warning-rgb)) !important;
  text-decoration-color: rgba(var(--warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover,
.link-warning:focus,
.link-warning:active {
  text-decoration-color: rgba(var(--warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
  color: rgb(var(--warning-rgb)) !important;
}
.link-info {
  color: rgb(var(--info-rgb)) !important;
  text-decoration-color: rgba(var(--info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover,
.link-info:focus,
.link-info:active {
  text-decoration-color: rgba(var(--info-rgb), var(--bs-link-underline-opacity, 1)) !important;
  color: rgb(var(--info-rgb)) !important;
}
.link-light {
  color: var(--black-3) !important;
  text-decoration-color: rgba(var(--black-3), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover,
.link-light:focus,
.link-light:active {
  text-decoration-color: rgba(var(--black-3), var(--bs-link-underline-opacity, 1)) !important;
  color: var(--black-3) !important;
}
.link-dark {
  color: rgb(var(--dark-rgb)) !important;
  text-decoration-color: rgba(var(--dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover,
.link-dark:focus,
.link-dark:active {
  text-decoration-color: rgba(var(--dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
  color: rgb(var(--dark-rgb)) !important;
}
.link-body-emphasis {
  color: var(--custom-black) !important;
  text-decoration-color: rgba(var(--custom-black), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover,
.link-body-emphasis:focus,
.link-body-emphasis:active {
  text-decoration-color: rgba(var(--custom-black), var(--bs-link-underline-opacity, 1)) !important;
  color: var(--custom-black) !important;
}
.blockquote-container {
  padding: 1.25rem;
  border: 1px solid var(--default-border);
  border-block-start: 4px solid var(--default-border);
  border-radius: 0.25rem;
  position: relative;
}
.blockquote-container:before {
  position: absolute;
  content: "\f6b0";
  font-family: bootstrap-icons !important;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.813rem;
  font-weight: 400;
  border: 1px solid var(--default-border);
  background-color: var(--custom-white);
  top: -0.875rem;
  align-items: center;
  display: flex;
  padding: 0px;
  justify-content: center;
  border-radius: 3.125rem;
  inset-inline-start: 50%;
  box-shadow: 0px 0.25rem 1rem rgba(0, 0, 0, 0.1);
}
.blockquote.custom-blockquote {
  font-size: 0.85rem;
  font-weight: 400;
  padding: 1rem;
  border-radius: 0.25rem;
  position: relative;
}
.blockquote.custom-blockquote:before {
  content: "\f6b0";
  font-family: bootstrap-icons !important;
  z-index: 0;
  font-size: 4rem;
  position: absolute;
  inset-block-start: -1.5rem;
  inset-inline-start: -0.25rem;
}
.blockquote.custom-blockquote .quote-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.125rem;
  position: absolute;
  inset-block-start: -1rem;
  inset-inline-end: -1rem;
  background-color: var(--custom-white);
}
.blockquote.custom-blockquote .quote-icon i {
  font-size: 1.75rem;
  font-weight: 500;
}
.blockquote.custom-blockquote.primary {
  background-color: var(--primary01);
  border-inline-start: 2px solid var(--primary-color);
  border-block-start: 2px solid var(--primary-color);
}
.blockquote.custom-blockquote.primary .quote-icon i {
  color: var(--primary-color);
}
.blockquote.custom-blockquote.primary:before {
  color: var(--primary01);
}
.blockquote.custom-blockquote.secondary {
  background-color: rgba(var(--secondary-rgb), 0.1);
  border-inline-start: 2px solid rgb(var(--secondary-rgb));
  border-block-start: 2px solid rgb(var(--secondary-rgb));
}
.blockquote.custom-blockquote.secondary .quote-icon i {
  color: rgb(var(--secondary-rgb));
}
.blockquote.custom-blockquote.secondary:before {
  color: rgba(var(--secondary-rgb), 0.1);
}
.blockquote.custom-blockquote.info {
  background-color: rgba(var(--info-rgb), 0.1);
  border-inline-start: 2px solid rgb(var(--info-rgb));
  border-block-start: 2px solid rgb(var(--info-rgb));
}
.blockquote.custom-blockquote.info .quote-icon i {
  color: rgb(var(--info-rgb));
}
.blockquote.custom-blockquote.info:before {
  color: rgba(var(--info-rgb), 0.1);
}
.blockquote.custom-blockquote.warning {
  background-color: rgba(var(--warning-rgb), 0.1);
  border-inline-start: 2px solid rgb(var(--warning-rgb));
  border-block-start: 2px solid rgb(var(--warning-rgb));
}
.blockquote.custom-blockquote.warning .quote-icon i {
  color: rgb(var(--warning-rgb));
}
.blockquote.custom-blockquote.warning:before {
  color: rgba(var(--warning-rgb), 0.1);
}
.blockquote.custom-blockquote.success {
  background-color: rgba(var(--success-rgb), 0.1);
  border-inline-start: 2px solid rgb(var(--success-rgb));
  border-block-start: 2px solid rgb(var(--success-rgb));
}
.blockquote.custom-blockquote.success .quote-icon i {
  color: rgb(var(--success-rgb));
}
.blockquote.custom-blockquote.success:before {
  color: rgba(var(--success-rgb), 0.1);
}
.blockquote.custom-blockquote.danger {
  background-color: rgba(var(--danger-rgb), 0.1);
  border-inline-start: 2px solid rgb(var(--danger-rgb));
  border-block-start: 2px solid rgb(var(--danger-rgb));
}
.blockquote.custom-blockquote.danger .quote-icon i {
  color: rgb(var(--danger-rgb));
}
.blockquote.custom-blockquote.danger:before {
  color: rgba(var(--danger-rgb), 0.1);
}
[data-theme-mode=dark] .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(33, 37, 41, 0.3) !important;
}
[data-theme-mode=dark] .shadow {
  box-shadow: 0 0.5rem 1rem rgba(33, 37, 41, 0.3) !important;
}
[data-theme-mode=dark] .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(33, 37, 41, 0.3) !important;
}
@media screen and (min-width: 576px) {
  .w-sm-auto {
    width: auto;
  }
}
@media (min-width: 576px) {
  .w-sm-50 {
    width: 50% !important;
  }
}
.w-auto {
  width: auto;
}
.w-10 {
  width: 10%;
}
.w-6rem {
  width: 6rem;
}
[dir=rtl] .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.transform-none {
  transform: none !important;
}
.text-gradient {
  background: linear-gradient(to bottom, var(--primary08) 0%, rgba(0, 0, 0, 0.6) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.001);
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}



@charset "UTF-8";/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,[data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255,255,255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0,0,0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33,37,41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233,236,239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33,37,41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248,249,250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13,110,253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10,88,202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222,226,230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33,37,41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255,255,255;
    --bs-secondary-color: rgba(222, 226, 230, 0.75);
    --bs-secondary-color-rgb: 222,226,230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52,58,64;
    --bs-tertiary-color: rgba(222, 226, 230, 0.5);
    --bs-tertiary-color-rgb: 222,226,230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43,48,53;
    --bs-primary-text-emphasis: #6ea8fe;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #6ea8fe;
    --bs-link-hover-color: #8bb9fe;
    --bs-link-color-rgb: 110,168,254;
    --bs-link-hover-color-rgb: 139,185,254;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f
}

*,::after,::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

.h1,h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    .h1,h1 {
        font-size:2.5rem
    }
}

.h2,h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
    .h2,h2 {
        font-size:2rem
    }
}

.h3,h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
    .h3,h3 {
        font-size:1.75rem
    }
}

.h4,h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
    .h4,h4 {
        font-size:1.5rem
    }
}

.h5,h5 {
    font-size: 1.25rem
}

.h6,h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,ul {
    padding-left: 2rem
}

dl,ol,ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,strong {
    font-weight: bolder
}

.small,small {
    font-size: .875em
}

.mark,mark {
    padding: .1875em;
    color: var(--bs-highlight-color);
    background-color: var(--bs-highlight-bg)
}

sub,sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
    text-decoration: underline
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

a:not([href]):not([class]),a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,kbd,pre,samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .1875rem .375rem;
    font-size: .875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: .25rem
}

kbd kbd {
    padding: 0;
    font-size: 1em
}

figure {
    margin: 0 0 1rem
}

img,svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-secondary-color);
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,td,tfoot,th,thead,tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,input,optgroup,select,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none!important
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width: 1200px) {
    legend {
        font-size:1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none!important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-1 {
        font-size:5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-2 {
        font-size:4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-3 {
        font-size:4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-4 {
        font-size:3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-5 {
        font-size:3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-6 {
        font-size:2.5rem
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #6c757d
}

.blockquote-footer::before {
    content: "— "
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: .875em;
    color: var(--bs-secondary-color)
}

.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container,.container-sm {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1140px
    }
}

@media (min-width: 1400px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1320px
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.33333333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0,.gx-0 {
    --bs-gutter-x: 0
}

.g-0,.gy-0 {
    --bs-gutter-y: 0
}

.g-1,.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,.gy-5 {
    --bs-gutter-y: 3rem
}

@media (min-width: 576px) {
    .col-sm {
        flex:1 0 0%
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0,.gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,.gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,.gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,.gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,.gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,.gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,.gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,.gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,.gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,.gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,.gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,.gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 768px) {
    .col-md {
        flex:1 0 0%
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0,.gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,.gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,.gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,.gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,.gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,.gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,.gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,.gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,.gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,.gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,.gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,.gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex:1 0 0%
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0,.gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,.gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,.gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,.gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,.gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,.gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,.gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,.gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,.gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,.gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,.gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,.gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex:1 0 0%
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0,.gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,.gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,.gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,.gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,.gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,.gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,.gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,.gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,.gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,.gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,.gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,.gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex:1 0 0%
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0,.gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,.gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,.gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,.gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,.gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,.gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,.gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,.gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,.gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,.gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,.gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,.gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color)
}

.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)))
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table-group-divider {
    border-top: calc(var(--bs-border-width) * 2) solid currentcolor
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: .25rem .25rem
}

.table-bordered>:not(caption)>* {
    border-width: var(--bs-border-width) 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 var(--bs-border-width)
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-borderless>:not(:first-child) {
    border-top-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg)
}

.table-striped-columns>:not(caption)>tr>:nth-child(2n) {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg)
}

.table-active {
    --bs-table-color-state: var(--bs-table-active-color);
    --bs-table-bg-state: var(--bs-table-active-bg)
}

.table-hover>tbody>tr:hover>* {
    --bs-table-color-state: var(--bs-table-hover-color);
    --bs-table-bg-state: var(--bs-table-hover-bg)
}

.table-primary {
    --bs-table-color: #000;
    --bs-table-bg: #cfe2ff;
    --bs-table-border-color: #a6b5cc;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: #e2e3e5;
    --bs-table-border-color: #b5b6b7;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-success {
    --bs-table-color: #000;
    --bs-table-bg: #d1e7dd;
    --bs-table-border-color: #a7b9b1;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-info {
    --bs-table-color: #000;
    --bs-table-bg: #cff4fc;
    --bs-table-border-color: #a6c3ca;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-warning {
    --bs-table-color: #000;
    --bs-table-bg: #fff3cd;
    --bs-table-border-color: #ccc2a4;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-danger {
    --bs-table-color: #000;
    --bs-table-bg: #f8d7da;
    --bs-table-border-color: #c6acae;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-light {
    --bs-table-color: #000;
    --bs-table-bg: #f8f9fa;
    --bs-table-border-color: #c6c7c8;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #212529;
    --bs-table-border-color: #4d5154;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    padding-top: calc(.375rem + var(--bs-border-width));
    padding-bottom: calc(.375rem + var(--bs-border-width));
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + var(--bs-border-width));
    padding-bottom: calc(.5rem + var(--bs-border-width));
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(.25rem + var(--bs-border-width));
    padding-bottom: calc(.25rem + var(--bs-border-width));
    font-size: .875rem
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-secondary-color)
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0
}

.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0
}

.form-control::-moz-placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end:.75rem;color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width:var(--bs-border-width);border-radius: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end:.75rem;color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width:var(--bs-border-width);border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }

    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: var(--bs-secondary-bg)
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg)
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: transparent;
    border: solid transparent;
    border-width: var(--bs-border-width) 0
}

.form-control-plaintext:focus {
    outline: 0
}

.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: var(--bs-border-radius-sm)
}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end:.5rem}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end:.5rem}

.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg)
}

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end:1rem}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end:1rem}

textarea.form-control {
    min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))
}

.form-control-color {
    width: 3rem;
    height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
    padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    border: 0!important;
    border-radius: var(--bs-border-radius)
}

.form-control-color::-webkit-color-swatch {
    border: 0!important;
    border-radius: var(--bs-border-radius)
}

.form-control-color.form-control-sm {
    height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))
}

.form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))
}

.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-select {
        transition: none
    }
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.form-select[multiple],.form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.form-select:disabled {
    background-color: var(--bs-secondary-bg)
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--bs-body-color)
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
    border-radius: var(--bs-border-radius-sm)
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg)
}

[data-bs-theme=dark] .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right
}

.form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0
}

.form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label {
    cursor: default;
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    width: 2em;
    margin-left: -2.5em;
    background-image: var(--bs-form-switch-bg);
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0
}

.form-switch.form-check-reverse .form-check-input {
    margin-right: -2.5em;
    margin-left: 0
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.btn-check:disabled+.btn,.btn-check[disabled]+.btn {
    pointer-events: none;
    filter: none;
    opacity: .65
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    -webkit-appearance: none;
    appearance: none;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    -moz-appearance: none;
    appearance: none;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: var(--bs-secondary-color)
}

.form-range:disabled::-moz-range-thumb {
    background-color: var(--bs-secondary-color)
}

.form-floating {
    position: relative
}

.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select {
    height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem .75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-floating>label {
        transition: none
    }
}

.form-floating>.form-control,.form-floating>.form-control-plaintext {
    padding: 1rem .75rem
}

.form-floating>.form-control-plaintext::-moz-placeholder,.form-floating>.form-control::-moz-placeholder {
    color: transparent
}

.form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder {
    color: transparent
}

.form-floating>.form-control-plaintext:not(:-moz-placeholder-shown),.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control-plaintext:-webkit-autofill,.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    color: rgba(var(--bs-body-color-rgb),.65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label {
    color: rgba(var(--bs-body-color-rgb),.65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius)
}

.form-floating>.form-control-plaintext~label::after,.form-floating>.form-control:focus~label::after,.form-floating>.form-control:not(:placeholder-shown)~label::after,.form-floating>.form-select~label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius)
}

.form-floating>.form-control:-webkit-autofill~label {
    color: rgba(var(--bs-body-color-rgb),.65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control-plaintext~label {
    border-width: var(--bs-border-width) 0
}

.form-floating>.form-control:disabled~label,.form-floating>:disabled~label {
    color: #6c757d
}

.form-floating>.form-control:disabled~label::after,.form-floating>:disabled~label::after {
    background-color: var(--bs-secondary-bg)
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus,.input-group>.form-floating:focus-within,.input-group>.form-select:focus {
    z-index: 5
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 5
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius)
}

.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg)
}

.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: var(--bs-border-radius-sm)
}

.input-group-lg>.form-select,.input-group-sm>.form-select {
    padding-right: 3rem
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(var(--bs-border-width) * -1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-form-valid-color)
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: var(--bs-success);
    border-radius: var(--bs-border-radius)
}

.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,.was-validated .form-control:valid {
    border-color: var(--bs-form-valid-border-color);
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,.was-validated .form-control:valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25)
}

.was-validated textarea.form-control:valid,textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-valid,.was-validated .form-select:valid {
    border-color: var(--bs-form-valid-border-color)
}

.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    padding-right: 4.125rem;
    background-position: right .75rem center,center right 2.25rem;
    background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-valid:focus,.was-validated .form-select:valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25)
}

.form-control-color.is-valid,.was-validated .form-control-color:valid {
    width: calc(3rem + calc(1.5em + .75rem))
}

.form-check-input.is-valid,.was-validated .form-check-input:valid {
    border-color: var(--bs-form-valid-border-color)
}

.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked {
    background-color: var(--bs-form-valid-color)
}

.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25)
}

.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label {
    color: var(--bs-form-valid-color)
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

.input-group>.form-control:not(:focus).is-valid,.input-group>.form-floating:not(:focus-within).is-valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-control:not(:focus):valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.was-validated .input-group>.form-select:not(:focus):valid {
    z-index: 3
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-form-invalid-color)
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: var(--bs-danger);
    border-radius: var(--bs-border-radius)
}

.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,.was-validated .form-control:invalid {
    border-color: var(--bs-form-invalid-border-color);
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)
}

.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-invalid,.was-validated .form-select:invalid {
    border-color: var(--bs-form-invalid-border-color)
}

.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    padding-right: 4.125rem;
    background-position: right .75rem center,center right 2.25rem;
    background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)
}

.form-control-color.is-invalid,.was-validated .form-control-color:invalid {
    width: calc(3rem + calc(1.5em + .75rem))
}

.form-check-input.is-invalid,.was-validated .form-check-input:invalid {
    border-color: var(--bs-form-invalid-border-color)
}

.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked {
    background-color: var(--bs-form-invalid-color)
}

.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)
}

.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label {
    color: var(--bs-form-invalid-color)
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

.input-group>.form-control:not(:focus).is-invalid,.input-group>.form-floating:not(:focus-within).is-invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-control:not(:focus):invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.was-validated .input-group>.form-select:not(:focus):invalid {
    z-index: 4
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.btn-check+.btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color)
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:focus-visible+.btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:checked+.btn,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color)
}

.btn-check:checked+.btn:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible,.btn:first-child:active:focus-visible,:not(.btn-check)+.btn:active:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:checked:focus-visible+.btn {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn.disabled,.btn:disabled,fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity)
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60,153,110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754
}

.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #31d2f2;
    --bs-btn-hover-border-color: #25cff2;
    --bs-btn-focus-shadow-rgb: 11,172,204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3dd5f3;
    --bs-btn-active-border-color: #25cff2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217,164,6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225,83,97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211,212,213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66,70,73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529
}

.btn-outline-primary {
    --bs-btn-color: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0d6efd;
    --bs-btn-hover-border-color: #0d6efd;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0d6efd;
    --bs-btn-active-border-color: #0d6efd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0d6efd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0d6efd;
    --bs-gradient: none
}

.btn-outline-secondary {
    --bs-btn-color: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb: 108,117,125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none
}

.btn-outline-success {
    --bs-btn-color: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #198754;
    --bs-btn-focus-shadow-rgb: 25,135,84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #198754;
    --bs-gradient: none
}

.btn-outline-info {
    --bs-btn-color: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #0dcaf0;
    --bs-btn-hover-border-color: #0dcaf0;
    --bs-btn-focus-shadow-rgb: 13,202,240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #0dcaf0;
    --bs-btn-active-border-color: #0dcaf0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0dcaf0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0dcaf0;
    --bs-gradient: none
}

.btn-outline-warning {
    --bs-btn-color: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffc107;
    --bs-btn-hover-border-color: #ffc107;
    --bs-btn-focus-shadow-rgb: 255,193,7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc107;
    --bs-btn-active-border-color: #ffc107;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffc107;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffc107;
    --bs-gradient: none
}

.btn-outline-danger {
    --bs-btn-color: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dc3545;
    --bs-btn-hover-border-color: #dc3545;
    --bs-btn-focus-shadow-rgb: 220,53,69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #dc3545;
    --bs-btn-active-border-color: #dc3545;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #dc3545;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dc3545;
    --bs-gradient: none
}

.btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248,249,250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none
}

.btn-outline-dark {
    --bs-btn-color: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33,37,41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    text-decoration: underline
}

.btn-link:focus-visible {
    color: var(--bs-btn-color)
}

.btn-link:hover {
    color: var(--bs-btn-hover-color)
}

.btn-group-lg>.btn,.btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

.btn-group-sm>.btn,.btn-sm {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm)
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.dropdown,.dropdown-center,.dropend,.dropstart,.dropup,.dropup-center {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius)
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer)
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position:start
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position:start
    }

    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-end {
        --bs-position: end
    }

    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position:start
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position:start
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position:start
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: var(--bs-dropdown-spacer)
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: var(--bs-dropdown-spacer)
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-toggle::after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: var(--bs-dropdown-spacer)
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropstart .dropdown-toggle::after {
    display: none
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius,0)
}

.dropdown-item:focus,.dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg)
}

.dropdown-item.active,.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg)
}

.dropdown-item.disabled,.dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: .875rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color)
}

.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,.btn-group>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group {
    border-radius: var(--bs-border-radius)
}

.btn-group>.btn-group:not(:first-child),.btn-group>:not(.btn-check:first-child)+.btn {
    margin-left: calc(var(--bs-border-width) * -1)
}

.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropstart .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child) {
    margin-top: calc(var(--bs-border-width) * -1)
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:focus,.nav-link:hover {
    color: var(--bs-nav-link-hover-color)
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.nav-link.disabled,.nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius)
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color)
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color)
}

.nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0d6efd
}

.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius)
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg)
}

.nav-underline {
    --bs-nav-underline-gap: 1rem;
    --bs-nav-underline-border-width: 0.125rem;
    --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
    gap: var(--bs-nav-underline-gap)
}

.nav-underline .nav-link {
    padding-right: 0;
    padding-left: 0;
    border-bottom: var(--bs-nav-underline-border-width) solid transparent
}

.nav-underline .nav-link:focus,.nav-underline .nav-link:hover {
    border-bottom-color: currentcolor
}

.nav-underline .nav-link.active,.nav-underline .show>.nav-link {
    font-weight: 700;
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: currentcolor
}

.nav-fill .nav-item,.nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,.nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link {
    width: 100%
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap
}

.navbar-brand:focus,.navbar-brand:hover {
    color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link.active,.navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color)
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-navbar-color)
}

.navbar-text a,.navbar-text a:focus,.navbar-text a:hover {
    color: var(--bs-navbar-active-color)
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition)
}

@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width)
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height,75vh);
    overflow-y: auto
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        transform: none!important;
        transition: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        transform: none!important;
        transition: none
    }

    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        transform: none!important;
        transition: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        transform: none!important;
        transition: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }

    .navbar-expand-xxl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        transform: none!important;
        transition: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x)
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex!important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto!important;
    height: auto!important;
    visibility: visible!important;
    background-color: transparent!important;
    border: 0!important;
    transform: none!important;
    transition: none
}

.navbar-expand .offcanvas .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
}

.navbar-dark,.navbar[data-bs-theme=dark] {
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

[data-bs-theme=dark] .navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius)
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card>.card-header+.list-group,.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color)
}

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color)
}

.card-subtitle {
    margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
    margin-bottom: 0;
    color: var(--bs-card-subtitle-color)
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link+.card-link {
    margin-left: var(--bs-card-spacer-x)
}

.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
}

.card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
}

.card-header-tabs {
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
    border-bottom: 0
}

.card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg)
}

.card-header-pills {
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x))
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius)
}

.card-img,.card-img-bottom,.card-img-top {
    width: 100%
}

.card-img,.card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card-img,.card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card-group>.card {
    margin-bottom: var(--bs-card-group-margin)
}

@media (min-width: 576px) {
    .card-group {
        display:flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle)
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition)
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition)
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type>.accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.accordion-flush>.accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush>.accordion-item:first-child {
    border-top: 0
}

.accordion-flush>.accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush>.accordion-item>.accordion-header .accordion-button,.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    border-radius: 0
}

.accordion-flush>.accordion-item>.accordion-collapse {
    border-radius: 0
}

[data-bs-theme=dark] .accordion-button::after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius)
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x)
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/")
}

.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color)
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color)
}

.page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow)
}

.active>.page-link,.page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color)
}

.disabled>.page-link,.page-link.disabled {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color)
}

.page-item:not(:first-child) .page-link {
    margin-left: calc(var(--bs-border-width) * -1)
}

.page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius)
}

.page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius)
}

.pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: 1.25rem;
    --bs-pagination-border-radius: var(--bs-border-radius-lg)
}

.pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-border-radius: var(--bs-border-radius-sm)
}

.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: var(--bs-border-radius);
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius)
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: var(--bs-border-radius);
    --bs-alert-link-color: inherit;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius)
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700;
    color: var(--bs-alert-link-color)
}

.alert-dismissible {
    padding-right: 3rem
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem
}

.alert-primary {
    --bs-alert-color: var(--bs-primary-text-emphasis);
    --bs-alert-bg: var(--bs-primary-bg-subtle);
    --bs-alert-border-color: var(--bs-primary-border-subtle);
    --bs-alert-link-color: var(--bs-primary-text-emphasis)
}

.alert-secondary {
    --bs-alert-color: var(--bs-secondary-text-emphasis);
    --bs-alert-bg: var(--bs-secondary-bg-subtle);
    --bs-alert-border-color: var(--bs-secondary-border-subtle);
    --bs-alert-link-color: var(--bs-secondary-text-emphasis)
}

.alert-success {
    --bs-alert-color: var(--bs-success-text-emphasis);
    --bs-alert-bg: var(--bs-success-bg-subtle);
    --bs-alert-border-color: var(--bs-success-border-subtle);
    --bs-alert-link-color: var(--bs-success-text-emphasis)
}

.alert-info {
    --bs-alert-color: var(--bs-info-text-emphasis);
    --bs-alert-bg: var(--bs-info-bg-subtle);
    --bs-alert-border-color: var(--bs-info-border-subtle);
    --bs-alert-link-color: var(--bs-info-text-emphasis)
}

.alert-warning {
    --bs-alert-color: var(--bs-warning-text-emphasis);
    --bs-alert-bg: var(--bs-warning-bg-subtle);
    --bs-alert-border-color: var(--bs-warning-border-subtle);
    --bs-alert-link-color: var(--bs-warning-text-emphasis)
}

.alert-danger {
    --bs-alert-color: var(--bs-danger-text-emphasis);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text-emphasis)
}

.alert-light {
    --bs-alert-color: var(--bs-light-text-emphasis);
    --bs-alert-bg: var(--bs-light-bg-subtle);
    --bs-alert-border-color: var(--bs-light-border-subtle);
    --bs-alert-link-color: var(--bs-light-text-emphasis)
}

.alert-dark {
    --bs-alert-color: var(--bs-dark-text-emphasis);
    --bs-alert-bg: var(--bs-dark-bg-subtle);
    --bs-alert-border-color: var(--bs-dark-border-subtle);
    --bs-alert-link-color: var(--bs-dark-text-emphasis)
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress,.progress-stacked {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: var(--bs-secondary-bg);
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius)
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition)
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: var(--bs-progress-height) var(--bs-progress-height)
}

.progress-stacked>.progress {
    overflow: visible
}

.progress-stacked>.progress>.progress-bar {
    width: 100%
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.list-group {
    --bs-list-group-color: var(--bs-body-color);
    --bs-list-group-bg: var(--bs-body-bg);
    --bs-list-group-border-color: var(--bs-border-color);
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-border-radius: var(--bs-border-radius);
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: var(--bs-secondary-color);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
    --bs-list-group-action-active-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-bg);
    --bs-list-group-disabled-color: var(--bs-secondary-color);
    --bs-list-group-disabled-bg: var(--bs-body-bg);
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius)
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section
}

.list-group-numbered>.list-group-item::before {
    content: counters(section, ".") ". ";
    counter-increment: section
}

.list-group-item-action {
    width: 100%;
    color: var(--bs-list-group-action-color);
    text-align: inherit
}

.list-group-item-action:focus,.list-group-item-action:hover {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg)
}

.list-group-item-action:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg)
}

.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,.list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg)
}

.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color)
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: calc(-1 * var(--bs-list-group-border-width));
    border-top-width: var(--bs-list-group-border-width)
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width)
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction:row
    }

    .list-group-horizontal-sm>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction:row
    }

    .list-group-horizontal-md>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction:row
    }

    .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction:row
    }

    .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width: 1400px) {
    .list-group-horizontal-xxl {
        flex-direction:row
    }

    .list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width)
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    --bs-list-group-color: var(--bs-primary-text-emphasis);
    --bs-list-group-bg: var(--bs-primary-bg-subtle);
    --bs-list-group-border-color: var(--bs-primary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
    --bs-list-group-active-color: var(--bs-primary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-primary-text-emphasis)
}

.list-group-item-secondary {
    --bs-list-group-color: var(--bs-secondary-text-emphasis);
    --bs-list-group-bg: var(--bs-secondary-bg-subtle);
    --bs-list-group-border-color: var(--bs-secondary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)
}

.list-group-item-success {
    --bs-list-group-color: var(--bs-success-text-emphasis);
    --bs-list-group-bg: var(--bs-success-bg-subtle);
    --bs-list-group-border-color: var(--bs-success-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
    --bs-list-group-active-color: var(--bs-success-bg-subtle);
    --bs-list-group-active-bg: var(--bs-success-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-success-text-emphasis)
}

.list-group-item-info {
    --bs-list-group-color: var(--bs-info-text-emphasis);
    --bs-list-group-bg: var(--bs-info-bg-subtle);
    --bs-list-group-border-color: var(--bs-info-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
    --bs-list-group-active-color: var(--bs-info-bg-subtle);
    --bs-list-group-active-bg: var(--bs-info-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-info-text-emphasis)
}

.list-group-item-warning {
    --bs-list-group-color: var(--bs-warning-text-emphasis);
    --bs-list-group-bg: var(--bs-warning-bg-subtle);
    --bs-list-group-border-color: var(--bs-warning-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
    --bs-list-group-active-color: var(--bs-warning-bg-subtle);
    --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-warning-text-emphasis)
}

.list-group-item-danger {
    --bs-list-group-color: var(--bs-danger-text-emphasis);
    --bs-list-group-bg: var(--bs-danger-bg-subtle);
    --bs-list-group-border-color: var(--bs-danger-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
    --bs-list-group-active-color: var(--bs-danger-bg-subtle);
    --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-danger-text-emphasis)
}

.list-group-item-light {
    --bs-list-group-color: var(--bs-light-text-emphasis);
    --bs-list-group-bg: var(--bs-light-bg-subtle);
    --bs-list-group-border-color: var(--bs-light-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
    --bs-list-group-active-color: var(--bs-light-bg-subtle);
    --bs-list-group-active-bg: var(--bs-light-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-light-text-emphasis)
}

.list-group-item-dark {
    --bs-list-group-color: var(--bs-dark-text-emphasis);
    --bs-list-group-bg: var(--bs-dark-bg-subtle);
    --bs-list-group-border-color: var(--bs-dark-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
    --bs-list-group-active-color: var(--bs-dark-bg-subtle);
    --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-dark-text-emphasis)
}

.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: var(--bs-btn-close-opacity)
}

.btn-close:hover {
    color: var(--bs-btn-close-color);
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity)
}

.btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity)
}

.btn-close.disabled,.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity)
}

.btn-close-white {
    filter: var(--bs-btn-close-white-filter)
}

[data-bs-theme=dark] .btn-close {
    filter: var(--bs-btn-close-white-filter)
}

.toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color: ;
    --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-border-width: var(--bs-border-width);
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: var(--bs-border-radius);
    --bs-toast-box-shadow: var(--bs-box-shadow);
    --bs-toast-header-color: var(--bs-secondary-color);
    --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-header-border-color: var(--bs-border-color-translucent);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius)
}

.toast.showing {
    opacity: 0
}

.toast:not(.show) {
    display: none
}

.toast-container {
    --bs-toast-zindex: 1090;
    position: absolute;
    z-index: var(--bs-toast-zindex);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.toast-container>:not(:last-child) {
    margin-bottom: var(--bs-toast-spacing)
}

.toast-header {
    display: flex;
    align-items: center;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
    color: var(--bs-toast-header-color);
    background-color: var(--bs-toast-header-bg);
    background-clip: padding-box;
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))
}

.toast-header .btn-close {
    margin-right: calc(-.5 * var(--bs-toast-padding-x));
    margin-left: var(--bs-toast-padding-x)
}

.toast-body {
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: var(--bs-box-shadow-sm);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height)
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap) * .5)
}

@media (min-width: 576px) {
    .modal {
        --bs-modal-margin:1.75rem;
        --bs-modal-box-shadow: var(--bs-box-shadow)
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto
    }

    .modal-sm {
        --bs-modal-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg,.modal-xl {
        --bs-modal-width:800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width:1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-footer,.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-footer,.modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-footer,.modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-footer,.modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-footer,.modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-footer,.modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
}

.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: var(--bs-body-bg);
    --bs-tooltip-bg: var(--bs-emphasis-color);
    --bs-tooltip-border-radius: var(--bs-border-radius);
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    margin: var(--bs-tooltip-margin);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: var(--bs-tooltip-opacity)
}

.tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height)
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow {
    bottom: calc(-1 * var(--bs-tooltip-arrow-height))
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-top-color: var(--bs-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow {
    left: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-right-color: var(--bs-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow {
    top: calc(-1 * var(--bs-tooltip-arrow-height))
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow {
    right: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg)
}

.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius)
}

.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.875rem;
    --bs-popover-bg: var(--bs-body-bg);
    --bs-popover-border-width: var(--bs-border-width);
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: var(--bs-border-radius-lg);
    --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
    --bs-popover-box-shadow: var(--bs-box-shadow);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 1rem;
    --bs-popover-header-color: inherit;
    --bs-popover-header-bg: var(--bs-secondary-bg);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: var(--bs-body-color);
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    z-index: var(--bs-popover-zindex);
    display: block;
    max-width: var(--bs-popover-max-width);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-popover-font-size);
    word-wrap: break-word;
    background-color: var(--bs-popover-bg);
    background-clip: padding-box;
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius)
}

.popover .popover-arrow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height)
}

.popover .popover-arrow::after,.popover .popover-arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 0
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow {
    bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::after,.bs-popover-top>.popover-arrow::before {
    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before {
    bottom: 0;
    border-top-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after {
    bottom: var(--bs-popover-border-width);
    border-top-color: var(--bs-popover-bg)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow {
    left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::after,.bs-popover-end>.popover-arrow::before {
    border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before {
    left: 0;
    border-right-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after {
    left: var(--bs-popover-border-width);
    border-right-color: var(--bs-popover-bg)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow {
    top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::before {
    border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before {
    top: 0;
    border-bottom-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after {
    top: var(--bs-popover-border-width);
    border-bottom-color: var(--bs-popover-bg)
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: var(--bs-popover-arrow-width);
    margin-left: calc(-.5 * var(--bs-popover-arrow-width));
    content: "";
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow {
    right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::after,.bs-popover-start>.popover-arrow::before {
    border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before {
    right: 0;
    border-left-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after {
    right: var(--bs-popover-border-width);
    border-left-color: var(--bs-popover-bg)
}

.popover-header {
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
    margin-bottom: 0;
    font-size: var(--bs-popover-header-font-size);
    color: var(--bs-popover-header-color);
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
    color: var(--bs-popover-body-color)
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,.carousel-item-prev,.carousel-item.active {
    display: block
}

.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%)
}

.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start {
        transition: none
    }
}

.carousel-control-next,.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next,.carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

[data-bs-theme=dark] .carousel .carousel-control-next-icon,[data-bs-theme=dark] .carousel .carousel-control-prev-icon,[data-bs-theme=dark].carousel .carousel-control-next-icon,[data-bs-theme=dark].carousel .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
    background-color: #000
}

[data-bs-theme=dark] .carousel .carousel-caption,[data-bs-theme=dark].carousel .carousel-caption {
    color: #000
}

.spinner-border,.spinner-grow {
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: transparent
}

.spinner-border-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: 0.2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0
}

.spinner-grow-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .spinner-border,.spinner-grow {
        --bs-spinner-animation-speed: 1.5s
    }
}

.offcanvas,.offcanvas-lg,.offcanvas-md,.offcanvas-sm,.offcanvas-xl,.offcanvas-xxl {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: var(--bs-body-color);
    --bs-offcanvas-bg: var(--bs-body-bg);
    --bs-offcanvas-border-width: var(--bs-border-width);
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
    --bs-offcanvas-transition: transform 0.3s ease-in-out;
    --bs-offcanvas-title-line-height: 1.5
}

@media (max-width: 575.98px) {
    .offcanvas-sm {
        position:fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }
}

@media (max-width: 575.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-sm {
        transition:none
    }
}

@media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-start {
        top:0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .offcanvas-sm.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .offcanvas-sm.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-sm.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-sm.show:not(.hiding),.offcanvas-sm.showing {
        transform: none
    }

    .offcanvas-sm.hiding,.offcanvas-sm.show,.offcanvas-sm.showing {
        visibility: visible
    }
}

@media (min-width: 576px) {
    .offcanvas-sm {
        --bs-offcanvas-height:auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent!important
    }

    .offcanvas-sm .offcanvas-header {
        display: none
    }

    .offcanvas-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!important
    }
}

@media (max-width: 767.98px) {
    .offcanvas-md {
        position:fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }
}

@media (max-width: 767.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-md {
        transition:none
    }
}

@media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-start {
        top:0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .offcanvas-md.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .offcanvas-md.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-md.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-md.show:not(.hiding),.offcanvas-md.showing {
        transform: none
    }

    .offcanvas-md.hiding,.offcanvas-md.show,.offcanvas-md.showing {
        visibility: visible
    }
}

@media (min-width: 768px) {
    .offcanvas-md {
        --bs-offcanvas-height:auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent!important
    }

    .offcanvas-md .offcanvas-header {
        display: none
    }

    .offcanvas-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!important
    }
}

@media (max-width: 991.98px) {
    .offcanvas-lg {
        position:fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }
}

@media (max-width: 991.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-lg {
        transition:none
    }
}

@media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-start {
        top:0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .offcanvas-lg.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .offcanvas-lg.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-lg.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-lg.show:not(.hiding),.offcanvas-lg.showing {
        transform: none
    }

    .offcanvas-lg.hiding,.offcanvas-lg.show,.offcanvas-lg.showing {
        visibility: visible
    }
}

@media (min-width: 992px) {
    .offcanvas-lg {
        --bs-offcanvas-height:auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent!important
    }

    .offcanvas-lg .offcanvas-header {
        display: none
    }

    .offcanvas-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!important
    }
}

@media (max-width: 1199.98px) {
    .offcanvas-xl {
        position:fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-xl {
        transition:none
    }
}

@media (max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-start {
        top:0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .offcanvas-xl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .offcanvas-xl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-xl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-xl.show:not(.hiding),.offcanvas-xl.showing {
        transform: none
    }

    .offcanvas-xl.hiding,.offcanvas-xl.show,.offcanvas-xl.showing {
        visibility: visible
    }
}

@media (min-width: 1200px) {
    .offcanvas-xl {
        --bs-offcanvas-height:auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent!important
    }

    .offcanvas-xl .offcanvas-header {
        display: none
    }

    .offcanvas-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!important
    }
}

@media (max-width: 1399.98px) {
    .offcanvas-xxl {
        position:fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-xxl {
        transition:none
    }
}

@media (max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-start {
        top:0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .offcanvas-xxl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .offcanvas-xxl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-xxl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-xxl.show:not(.hiding),.offcanvas-xxl.showing {
        transform: none
    }

    .offcanvas-xxl.hiding,.offcanvas-xxl.show,.offcanvas-xxl.showing {
        visibility: visible
    }
}

@media (min-width: 1400px) {
    .offcanvas-xxl {
        --bs-offcanvas-height:auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent!important
    }

    .offcanvas-xxl .offcanvas-header {
        display: none
    }

    .offcanvas-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!important
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition)
}

@media (prefers-reduced-motion:reduce) {
    .offcanvas {
        transition: none
    }
}

.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%)
}

.offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%)
}

.offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%)
}

.offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%)
}

.offcanvas.show:not(.hiding),.offcanvas.showing {
    transform: none
}

.offcanvas.hiding,.offcanvas.show,.offcanvas.showing {
    visibility: visible
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.offcanvas-backdrop.fade {
    opacity: 0
}

.offcanvas-backdrop.show {
    opacity: .5
}

.offcanvas-header {
    display: flex;
    align-items: center;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

.offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
    margin: calc(-.5 * var(--bs-offcanvas-padding-y)) calc(-.5 * var(--bs-offcanvas-padding-x)) calc(-.5 * var(--bs-offcanvas-padding-y)) auto
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: var(--bs-offcanvas-title-line-height)
}

.offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: .5
}

.placeholder.btn::before {
    display: inline-block;
    content: ""
}

.placeholder-xs {
    min-height: .6em
}

.placeholder-sm {
    min-height: .8em
}

.placeholder-lg {
    min-height: 1.2em
}

.placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

.placeholder-wave {
    -webkit-mask-image: linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);
    mask-image: linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.text-bg-primary {
    color: #fff!important;
    background-color: RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1))!important
}

.text-bg-secondary {
    color: #fff!important;
    background-color: RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1))!important
}

.text-bg-success {
    color: #fff!important;
    background-color: RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1))!important
}

.text-bg-info {
    color: #000!important;
    background-color: RGBA(var(--bs-info-rgb),var(--bs-bg-opacity,1))!important
}

.text-bg-warning {
    color: #000!important;
    background-color: RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1))!important
}

.text-bg-danger {
    color: #fff!important;
    background-color: RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1))!important
}

.text-bg-light {
    color: #000!important;
    background-color: RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1))!important
}

.text-bg-dark {
    color: #fff!important;
    background-color: RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1))!important
}

.link-primary {
    color: RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-primary:focus,.link-primary:hover {
    color: RGBA(10,88,202,var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(10,88,202,var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(10,88,202,var(--bs-link-underline-opacity,1))!important
}

.link-secondary {
    color: RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-secondary:focus,.link-secondary:hover {
    color: RGBA(86,94,100,var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(86,94,100,var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(86,94,100,var(--bs-link-underline-opacity,1))!important
}

.link-success {
    color: RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-success:focus,.link-success:hover {
    color: RGBA(20,108,67,var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(20,108,67,var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(20,108,67,var(--bs-link-underline-opacity,1))!important
}

.link-info {
    color: RGBA(var(--bs-info-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-info:focus,.link-info:hover {
    color: RGBA(61,213,243,var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(61,213,243,var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(61,213,243,var(--bs-link-underline-opacity,1))!important
}

.link-warning {
    color: RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-warning:focus,.link-warning:hover {
    color: RGBA(255,205,57,var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(255,205,57,var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(255,205,57,var(--bs-link-underline-opacity,1))!important
}

.link-danger {
    color: RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-danger:focus,.link-danger:hover {
    color: RGBA(176,42,55,var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(176,42,55,var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(176,42,55,var(--bs-link-underline-opacity,1))!important
}

.link-light {
    color: RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-light:focus,.link-light:hover {
    color: RGBA(249,250,251,var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important
}

.link-dark {
    color: RGBA(var(--bs-dark-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-dark:focus,.link-dark:hover {
    color: RGBA(26,30,33,var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(26,30,33,var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(26,30,33,var(--bs-link-underline-opacity,1))!important
}

.link-body-emphasis {
    color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-body-emphasis:focus,.link-body-emphasis:hover {
    color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75))!important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75))!important
}

.focus-ring:focus {
    outline: 0;
    box-shadow: var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)
}

.icon-link {
    display: inline-flex;
    gap: .375rem;
    align-items: center;
    -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));
    text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));
    text-underline-offset: 0.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.icon-link>.bi {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    fill: currentcolor;
    transition: .2s ease-in-out transform
}

@media (prefers-reduced-motion:reduce) {
    .icon-link>.bi {
        transition: none
    }
}

.icon-link-hover:focus-visible>.bi,.icon-link-hover:hover>.bi {
    transform: var(--bs-icon-link-transform,translate3d(.25em,0,0))
}

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

.sticky-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-sm-bottom {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-md-bottom {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-lg-bottom {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xl-bottom {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 1400px) {
    .sticky-xxl-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xxl-bottom {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch
}

.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch
}

.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within) {
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    white-space: nowrap!important;
    border: 0!important
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),.visually-hidden:not(caption) {
    position: absolute!important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: var(--bs-border-width);
    min-height: 1em;
    background-color: currentcolor;
    opacity: .25
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

.float-start {
    float: left!important
}

.float-end {
    float: right!important
}

.float-none {
    float: none!important
}

.object-fit-contain {
    -o-object-fit: contain!important;
    object-fit: contain!important
}

.object-fit-cover {
    -o-object-fit: cover!important;
    object-fit: cover!important
}

.object-fit-fill {
    -o-object-fit: fill!important;
    object-fit: fill!important
}

.object-fit-scale {
    -o-object-fit: scale-down!important;
    object-fit: scale-down!important
}

.object-fit-none {
    -o-object-fit: none!important;
    object-fit: none!important
}

.opacity-0 {
    opacity: 0!important
}

.opacity-25 {
    opacity: .25!important
}

.opacity-50 {
    opacity: .5!important
}

.opacity-75 {
    opacity: .75!important
}

.opacity-100 {
    opacity: 1!important
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.overflow-visible {
    overflow: visible!important
}

.overflow-scroll {
    overflow: scroll!important
}

.overflow-x-auto {
    overflow-x: auto!important
}

.overflow-x-hidden {
    overflow-x: hidden!important
}

.overflow-x-visible {
    overflow-x: visible!important
}

.overflow-x-scroll {
    overflow-x: scroll!important
}

.overflow-y-auto {
    overflow-y: auto!important
}

.overflow-y-hidden {
    overflow-y: hidden!important
}

.overflow-y-visible {
    overflow-y: visible!important
}

.overflow-y-scroll {
    overflow-y: scroll!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-grid {
    display: grid!important
}

.d-inline-grid {
    display: inline-grid!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: flex!important
}

.d-inline-flex {
    display: inline-flex!important
}

.d-none {
    display: none!important
}

.shadow {
    box-shadow: var(--bs-box-shadow)!important
}

.shadow-sm {
    box-shadow: var(--bs-box-shadow-sm)!important
}

.shadow-lg {
    box-shadow: var(--bs-box-shadow-lg)!important
}

.shadow-none {
    box-shadow: none!important
}

.focus-ring-primary {
    --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-secondary {
    --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-success {
    --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-info {
    --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-warning {
    --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-danger {
    --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-light {
    --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-dark {
    --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important
}

.top-0 {
    top: 0!important
}

.top-50 {
    top: 50%!important
}

.top-100 {
    top: 100%!important
}

.bottom-0 {
    bottom: 0!important
}

.bottom-50 {
    bottom: 50%!important
}

.bottom-100 {
    bottom: 100%!important
}

.start-0 {
    left: 0!important
}

.start-50 {
    left: 50%!important
}

.start-100 {
    left: 100%!important
}

.end-0 {
    right: 0!important
}

.end-50 {
    right: 50%!important
}

.end-100 {
    right: 100%!important
}

.translate-middle {
    transform: translate(-50%,-50%)!important
}

.translate-middle-x {
    transform: translateX(-50%)!important
}

.translate-middle-y {
    transform: translateY(-50%)!important
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

.border-0 {
    border: 0!important
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

.border-top-0 {
    border-top: 0!important
}

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

.border-end-0 {
    border-right: 0!important
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

.border-start-0 {
    border-left: 0!important
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important
}

.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important
}

.border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important
}

.border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important
}

.border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important
}

.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important
}

.border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important
}

.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important
}

.border-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important
}

.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important
}

.border-primary-subtle {
    border-color: var(--bs-primary-border-subtle)!important
}

.border-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle)!important
}

.border-success-subtle {
    border-color: var(--bs-success-border-subtle)!important
}

.border-info-subtle {
    border-color: var(--bs-info-border-subtle)!important
}

.border-warning-subtle {
    border-color: var(--bs-warning-border-subtle)!important
}

.border-danger-subtle {
    border-color: var(--bs-danger-border-subtle)!important
}

.border-light-subtle {
    border-color: var(--bs-light-border-subtle)!important
}

.border-dark-subtle {
    border-color: var(--bs-dark-border-subtle)!important
}

.border-1 {
    border-width: 1px!important
}

.border-2 {
    border-width: 2px!important
}

.border-3 {
    border-width: 3px!important
}

.border-4 {
    border-width: 4px!important
}

.border-5 {
    border-width: 5px!important
}

.border-opacity-10 {
    --bs-border-opacity: 0.1
}

.border-opacity-25 {
    --bs-border-opacity: 0.25
}

.border-opacity-50 {
    --bs-border-opacity: 0.5
}

.border-opacity-75 {
    --bs-border-opacity: 0.75
}

.border-opacity-100 {
    --bs-border-opacity: 1
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.w-auto {
    width: auto!important
}

.mw-100 {
    max-width: 100%!important
}

.vw-100 {
    width: 100vw!important
}

.min-vw-100 {
    min-width: 100vw!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.mh-100 {
    max-height: 100%!important
}

.vh-100 {
    height: 100vh!important
}

.min-vh-100 {
    min-height: 100vh!important
}

.flex-fill {
    flex: 1 1 auto!important
}

.flex-row {
    flex-direction: row!important
}

.flex-column {
    flex-direction: column!important
}

.flex-row-reverse {
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    flex-direction: column-reverse!important
}

.flex-grow-0 {
    flex-grow: 0!important
}

.flex-grow-1 {
    flex-grow: 1!important
}

.flex-shrink-0 {
    flex-shrink: 0!important
}

.flex-shrink-1 {
    flex-shrink: 1!important
}

.flex-wrap {
    flex-wrap: wrap!important
}

.flex-nowrap {
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse!important
}

.justify-content-start {
    justify-content: flex-start!important
}

.justify-content-end {
    justify-content: flex-end!important
}

.justify-content-center {
    justify-content: center!important
}

.justify-content-between {
    justify-content: space-between!important
}

.justify-content-around {
    justify-content: space-around!important
}

.justify-content-evenly {
    justify-content: space-evenly!important
}

.align-items-start {
    align-items: flex-start!important
}

.align-items-end {
    align-items: flex-end!important
}

.align-items-center {
    align-items: center!important
}

.align-items-baseline {
    align-items: baseline!important
}

.align-items-stretch {
    align-items: stretch!important
}

.align-content-start {
    align-content: flex-start!important
}

.align-content-end {
    align-content: flex-end!important
}

.align-content-center {
    align-content: center!important
}

.align-content-between {
    align-content: space-between!important
}

.align-content-around {
    align-content: space-around!important
}

.align-content-stretch {
    align-content: stretch!important
}

.align-self-auto {
    align-self: auto!important
}

.align-self-start {
    align-self: flex-start!important
}

.align-self-end {
    align-self: flex-end!important
}

.align-self-center {
    align-self: center!important
}

.align-self-baseline {
    align-self: baseline!important
}

.align-self-stretch {
    align-self: stretch!important
}

.order-first {
    order: -1!important
}

.order-0 {
    order: 0!important
}

.order-1 {
    order: 1!important
}

.order-2 {
    order: 2!important
}

.order-3 {
    order: 3!important
}

.order-4 {
    order: 4!important
}

.order-5 {
    order: 5!important
}

.order-last {
    order: 6!important
}

.m-0 {
    margin: 0!important
}

.m-1 {
    margin: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.m-auto {
    margin: auto!important
}

.mx-0 {
    margin-right: 0!important;
    margin-left: 0!important
}

.mx-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
}

.mx-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
}

.mx-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
}

.mx-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
}

.mx-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
}

.mx-auto {
    margin-right: auto!important;
    margin-left: auto!important
}

.my-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.my-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
}

.my-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
}

.my-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
}

.my-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
}

.my-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
}

.my-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
}

.mt-0 {
    margin-top: 0!important
}

.mt-1 {
    margin-top: .25rem!important
}

.mt-2 {
    margin-top: .5rem!important
}

.mt-3 {
    margin-top: 1rem!important
}

.mt-4 {
    margin-top: 1.5rem!important
}

.mt-5 {
    margin-top: 3rem!important
}

.mt-auto {
    margin-top: auto!important
}

.me-0 {
    margin-right: 0!important
}

.me-1 {
    margin-right: .25rem!important
}

.me-2 {
    margin-right: .5rem!important
}

.me-3 {
    margin-right: 1rem!important
}

.me-4 {
    margin-right: 1.5rem!important
}

.me-5 {
    margin-right: 3rem!important
}

.me-auto {
    margin-right: auto!important
}

.mb-0 {
    margin-bottom: 0!important
}

.mb-1 {
    margin-bottom: .25rem!important
}

.mb-2 {
    margin-bottom: .5rem!important
}

.mb-3 {
    margin-bottom: 1rem!important
}

.mb-4 {
    margin-bottom: 1.5rem!important
}

.mb-5 {
    margin-bottom: 3rem!important
}

.mb-auto {
    margin-bottom: auto!important
}

.ms-0 {
    margin-left: 0!important
}

.ms-1 {
    margin-left: .25rem!important
}

.ms-2 {
    margin-left: .5rem!important
}

.ms-3 {
    margin-left: 1rem!important
}

.ms-4 {
    margin-left: 1.5rem!important
}

.ms-5 {
    margin-left: 3rem!important
}

.ms-auto {
    margin-left: auto!important
}

.p-0 {
    padding: 0!important
}

.p-1 {
    padding: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.px-0 {
    padding-right: 0!important;
    padding-left: 0!important
}

.px-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
}

.px-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
}

.px-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
}

.px-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
}

.px-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
}

.py-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.py-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
}

.py-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
}

.py-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
}

.py-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
}

.py-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
}

.pt-0 {
    padding-top: 0!important
}

.pt-1 {
    padding-top: .25rem!important
}

.pt-2 {
    padding-top: .5rem!important
}

.pt-3 {
    padding-top: 1rem!important
}

.pt-4 {
    padding-top: 1.5rem!important
}

.pt-5 {
    padding-top: 3rem!important
}

.pe-0 {
    padding-right: 0!important
}

.pe-1 {
    padding-right: .25rem!important
}

.pe-2 {
    padding-right: .5rem!important
}

.pe-3 {
    padding-right: 1rem!important
}

.pe-4 {
    padding-right: 1.5rem!important
}

.pe-5 {
    padding-right: 3rem!important
}

.pb-0 {
    padding-bottom: 0!important
}

.pb-1 {
    padding-bottom: .25rem!important
}

.pb-2 {
    padding-bottom: .5rem!important
}

.pb-3 {
    padding-bottom: 1rem!important
}

.pb-4 {
    padding-bottom: 1.5rem!important
}

.pb-5 {
    padding-bottom: 3rem!important
}

.ps-0 {
    padding-left: 0!important
}

.ps-1 {
    padding-left: .25rem!important
}

.ps-2 {
    padding-left: .5rem!important
}

.ps-3 {
    padding-left: 1rem!important
}

.ps-4 {
    padding-left: 1.5rem!important
}

.ps-5 {
    padding-left: 3rem!important
}

.gap-0 {
    gap: 0!important
}

.gap-1 {
    gap: .25rem!important
}

.gap-2 {
    gap: .5rem!important
}

.gap-3 {
    gap: 1rem!important
}

.gap-4 {
    gap: 1.5rem!important
}

.gap-5 {
    gap: 3rem!important
}

.row-gap-0 {
    row-gap: 0!important
}

.row-gap-1 {
    row-gap: .25rem!important
}

.row-gap-2 {
    row-gap: .5rem!important
}

.row-gap-3 {
    row-gap: 1rem!important
}

.row-gap-4 {
    row-gap: 1.5rem!important
}

.row-gap-5 {
    row-gap: 3rem!important
}

.column-gap-0 {
    -moz-column-gap: 0!important;
    column-gap: 0!important
}

.column-gap-1 {
    -moz-column-gap: 0.25rem!important;
    column-gap: .25rem!important
}

.column-gap-2 {
    -moz-column-gap: 0.5rem!important;
    column-gap: .5rem!important
}

.column-gap-3 {
    -moz-column-gap: 1rem!important;
    column-gap: 1rem!important
}

.column-gap-4 {
    -moz-column-gap: 1.5rem!important;
    column-gap: 1.5rem!important
}

.column-gap-5 {
    -moz-column-gap: 3rem!important;
    column-gap: 3rem!important
}

.font-monospace {
    font-family: var(--bs-font-monospace)!important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw)!important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw)!important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw)!important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw)!important
}

.fs-5 {
    font-size: 1.25rem!important
}

.fs-6 {
    font-size: 1rem!important
}

.fst-italic {
    font-style: italic!important
}

.fst-normal {
    font-style: normal!important
}

.fw-lighter {
    font-weight: lighter!important
}

.fw-light {
    font-weight: 300!important
}

.fw-normal {
    font-weight: 400!important
}

.fw-medium {
    font-weight: 500!important
}

.fw-semibold {
    font-weight: 600!important
}

.fw-bold {
    font-weight: 700!important
}

.fw-bolder {
    font-weight: bolder!important
}

.lh-1 {
    line-height: 1!important
}

.lh-sm {
    line-height: 1.25!important
}

.lh-base {
    line-height: 1.5!important
}

.lh-lg {
    line-height: 2!important
}

.text-start {
    text-align: left!important
}

.text-end {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

.text-decoration-none {
    text-decoration: none!important
}

.text-decoration-underline {
    text-decoration: underline!important
}

.text-decoration-line-through {
    text-decoration: line-through!important
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.text-wrap {
    white-space: normal!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-break {
    word-wrap: break-word!important;
    word-break: break-word!important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important
}

.text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color)!important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0,0,0,.5)!important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255,255,255,.5)!important
}

.text-body-secondary {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color)!important
}

.text-body-tertiary {
    --bs-text-opacity: 1;
    color: var(--bs-tertiary-color)!important
}

.text-body-emphasis {
    --bs-text-opacity: 1;
    color: var(--bs-emphasis-color)!important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit!important
}

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.text-primary-emphasis {
    color: var(--bs-primary-text-emphasis)!important
}

.text-secondary-emphasis {
    color: var(--bs-secondary-text-emphasis)!important
}

.text-success-emphasis {
    color: var(--bs-success-text-emphasis)!important
}

.text-info-emphasis {
    color: var(--bs-info-text-emphasis)!important
}

.text-warning-emphasis {
    color: var(--bs-warning-text-emphasis)!important
}

.text-danger-emphasis {
    color: var(--bs-danger-text-emphasis)!important
}

.text-light-emphasis {
    color: var(--bs-light-text-emphasis)!important
}

.text-dark-emphasis {
    color: var(--bs-dark-text-emphasis)!important
}

.link-opacity-10 {
    --bs-link-opacity: 0.1
}

.link-opacity-10-hover:hover {
    --bs-link-opacity: 0.1
}

.link-opacity-25 {
    --bs-link-opacity: 0.25
}

.link-opacity-25-hover:hover {
    --bs-link-opacity: 0.25
}

.link-opacity-50 {
    --bs-link-opacity: 0.5
}

.link-opacity-50-hover:hover {
    --bs-link-opacity: 0.5
}

.link-opacity-75 {
    --bs-link-opacity: 0.75
}

.link-opacity-75-hover:hover {
    --bs-link-opacity: 0.75
}

.link-opacity-100 {
    --bs-link-opacity: 1
}

.link-opacity-100-hover:hover {
    --bs-link-opacity: 1
}

.link-offset-1 {
    text-underline-offset: 0.125em!important
}

.link-offset-1-hover:hover {
    text-underline-offset: 0.125em!important
}

.link-offset-2 {
    text-underline-offset: 0.25em!important
}

.link-offset-2-hover:hover {
    text-underline-offset: 0.25em!important
}

.link-offset-3 {
    text-underline-offset: 0.375em!important
}

.link-offset-3-hover:hover {
    text-underline-offset: 0.375em!important
}

.link-underline-primary {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important;
    text-decoration-color: rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-secondary {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important;
    text-decoration-color: rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-success {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important;
    text-decoration-color: rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-info {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important;
    text-decoration-color: rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-warning {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important;
    text-decoration-color: rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-danger {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important;
    text-decoration-color: rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-light {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important;
    text-decoration-color: rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-dark {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important;
    text-decoration-color: rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-underline-opacity-0 {
    --bs-link-underline-opacity: 0
}

.link-underline-opacity-0-hover:hover {
    --bs-link-underline-opacity: 0
}

.link-underline-opacity-10 {
    --bs-link-underline-opacity: 0.1
}

.link-underline-opacity-10-hover:hover {
    --bs-link-underline-opacity: 0.1
}

.link-underline-opacity-25 {
    --bs-link-underline-opacity: 0.25
}

.link-underline-opacity-25-hover:hover {
    --bs-link-underline-opacity: 0.25
}

.link-underline-opacity-50 {
    --bs-link-underline-opacity: 0.5
}

.link-underline-opacity-50-hover:hover {
    --bs-link-underline-opacity: 0.5
}

.link-underline-opacity-75 {
    --bs-link-underline-opacity: 0.75
}

.link-underline-opacity-75-hover:hover {
    --bs-link-underline-opacity: 0.75
}

.link-underline-opacity-100 {
    --bs-link-underline-opacity: 1
}

.link-underline-opacity-100-hover:hover {
    --bs-link-underline-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important
}

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

.bg-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-primary-subtle {
    background-color: var(--bs-primary-bg-subtle)!important
}

.bg-secondary-subtle {
    background-color: var(--bs-secondary-bg-subtle)!important
}

.bg-success-subtle {
    background-color: var(--bs-success-bg-subtle)!important
}

.bg-info-subtle {
    background-color: var(--bs-info-bg-subtle)!important
}

.bg-warning-subtle {
    background-color: var(--bs-warning-bg-subtle)!important
}

.bg-danger-subtle {
    background-color: var(--bs-danger-bg-subtle)!important
}

.bg-light-subtle {
    background-color: var(--bs-light-bg-subtle)!important
}

.bg-dark-subtle {
    background-color: var(--bs-dark-bg-subtle)!important
}

.bg-gradient {
    background-image: var(--bs-gradient)!important
}

.user-select-all {
    -webkit-user-select: all!important;
    -moz-user-select: all!important;
    user-select: all!important
}

.user-select-auto {
    -webkit-user-select: auto!important;
    -moz-user-select: auto!important;
    user-select: auto!important
}

.user-select-none {
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    user-select: none!important
}

.pe-none {
    pointer-events: none!important
}

.pe-auto {
    pointer-events: auto!important
}

.rounded {
    border-radius: var(--bs-border-radius)!important
}

.rounded-0 {
    border-radius: 0!important
}

.rounded-1 {
    border-radius: var(--bs-border-radius-sm)!important
}

.rounded-2 {
    border-radius: var(--bs-border-radius)!important
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg)!important
}

.rounded-4 {
    border-radius: var(--bs-border-radius-xl)!important
}

.rounded-5 {
    border-radius: var(--bs-border-radius-xxl)!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-pill {
    border-radius: var(--bs-border-radius-pill)!important
}

.rounded-top {
    border-top-left-radius: var(--bs-border-radius)!important;
    border-top-right-radius: var(--bs-border-radius)!important
}

.rounded-top-0 {
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
}

.rounded-top-1 {
    border-top-left-radius: var(--bs-border-radius-sm)!important;
    border-top-right-radius: var(--bs-border-radius-sm)!important
}

.rounded-top-2 {
    border-top-left-radius: var(--bs-border-radius)!important;
    border-top-right-radius: var(--bs-border-radius)!important
}

.rounded-top-3 {
    border-top-left-radius: var(--bs-border-radius-lg)!important;
    border-top-right-radius: var(--bs-border-radius-lg)!important
}

.rounded-top-4 {
    border-top-left-radius: var(--bs-border-radius-xl)!important;
    border-top-right-radius: var(--bs-border-radius-xl)!important
}

.rounded-top-5 {
    border-top-left-radius: var(--bs-border-radius-xxl)!important;
    border-top-right-radius: var(--bs-border-radius-xxl)!important
}

.rounded-top-circle {
    border-top-left-radius: 50%!important;
    border-top-right-radius: 50%!important
}

.rounded-top-pill {
    border-top-left-radius: var(--bs-border-radius-pill)!important;
    border-top-right-radius: var(--bs-border-radius-pill)!important
}

.rounded-end {
    border-top-right-radius: var(--bs-border-radius)!important;
    border-bottom-right-radius: var(--bs-border-radius)!important
}

.rounded-end-0 {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
}

.rounded-end-1 {
    border-top-right-radius: var(--bs-border-radius-sm)!important;
    border-bottom-right-radius: var(--bs-border-radius-sm)!important
}

.rounded-end-2 {
    border-top-right-radius: var(--bs-border-radius)!important;
    border-bottom-right-radius: var(--bs-border-radius)!important
}

.rounded-end-3 {
    border-top-right-radius: var(--bs-border-radius-lg)!important;
    border-bottom-right-radius: var(--bs-border-radius-lg)!important
}

.rounded-end-4 {
    border-top-right-radius: var(--bs-border-radius-xl)!important;
    border-bottom-right-radius: var(--bs-border-radius-xl)!important
}

.rounded-end-5 {
    border-top-right-radius: var(--bs-border-radius-xxl)!important;
    border-bottom-right-radius: var(--bs-border-radius-xxl)!important
}

.rounded-end-circle {
    border-top-right-radius: 50%!important;
    border-bottom-right-radius: 50%!important
}

.rounded-end-pill {
    border-top-right-radius: var(--bs-border-radius-pill)!important;
    border-bottom-right-radius: var(--bs-border-radius-pill)!important
}

.rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius)!important;
    border-bottom-left-radius: var(--bs-border-radius)!important
}

.rounded-bottom-0 {
    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 0!important
}

.rounded-bottom-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm)!important;
    border-bottom-left-radius: var(--bs-border-radius-sm)!important
}

.rounded-bottom-2 {
    border-bottom-right-radius: var(--bs-border-radius)!important;
    border-bottom-left-radius: var(--bs-border-radius)!important
}

.rounded-bottom-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg)!important;
    border-bottom-left-radius: var(--bs-border-radius-lg)!important
}

.rounded-bottom-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl)!important;
    border-bottom-left-radius: var(--bs-border-radius-xl)!important
}

.rounded-bottom-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl)!important;
    border-bottom-left-radius: var(--bs-border-radius-xxl)!important
}

.rounded-bottom-circle {
    border-bottom-right-radius: 50%!important;
    border-bottom-left-radius: 50%!important
}

.rounded-bottom-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill)!important;
    border-bottom-left-radius: var(--bs-border-radius-pill)!important
}

.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius)!important;
    border-top-left-radius: var(--bs-border-radius)!important
}

.rounded-start-0 {
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important
}

.rounded-start-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm)!important;
    border-top-left-radius: var(--bs-border-radius-sm)!important
}

.rounded-start-2 {
    border-bottom-left-radius: var(--bs-border-radius)!important;
    border-top-left-radius: var(--bs-border-radius)!important
}

.rounded-start-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg)!important;
    border-top-left-radius: var(--bs-border-radius-lg)!important
}

.rounded-start-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl)!important;
    border-top-left-radius: var(--bs-border-radius-xl)!important
}

.rounded-start-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl)!important;
    border-top-left-radius: var(--bs-border-radius-xxl)!important
}

.rounded-start-circle {
    border-bottom-left-radius: 50%!important;
    border-top-left-radius: 50%!important
}

.rounded-start-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill)!important;
    border-top-left-radius: var(--bs-border-radius-pill)!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

.z-n1 {
    z-index: -1!important
}

.z-0 {
    z-index: 0!important
}

.z-1 {
    z-index: 1!important
}

.z-2 {
    z-index: 2!important
}

.z-3 {
    z-index: 3!important
}

@media (min-width: 576px) {
    .float-sm-start {
        float:left!important
    }

    .float-sm-end {
        float: right!important
    }

    .float-sm-none {
        float: none!important
    }

    .object-fit-sm-contain {
        -o-object-fit: contain!important;
        object-fit: contain!important
    }

    .object-fit-sm-cover {
        -o-object-fit: cover!important;
        object-fit: cover!important
    }

    .object-fit-sm-fill {
        -o-object-fit: fill!important;
        object-fit: fill!important
    }

    .object-fit-sm-scale {
        -o-object-fit: scale-down!important;
        object-fit: scale-down!important
    }

    .object-fit-sm-none {
        -o-object-fit: none!important;
        object-fit: none!important
    }

    .d-sm-inline {
        display: inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .d-sm-grid {
        display: grid!important
    }

    .d-sm-inline-grid {
        display: inline-grid!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: flex!important
    }

    .d-sm-inline-flex {
        display: inline-flex!important
    }

    .d-sm-none {
        display: none!important
    }

    .flex-sm-fill {
        flex: 1 1 auto!important
    }

    .flex-sm-row {
        flex-direction: row!important
    }

    .flex-sm-column {
        flex-direction: column!important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-sm-grow-0 {
        flex-grow: 0!important
    }

    .flex-sm-grow-1 {
        flex-grow: 1!important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-sm-wrap {
        flex-wrap: wrap!important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-sm-start {
        justify-content: flex-start!important
    }

    .justify-content-sm-end {
        justify-content: flex-end!important
    }

    .justify-content-sm-center {
        justify-content: center!important
    }

    .justify-content-sm-between {
        justify-content: space-between!important
    }

    .justify-content-sm-around {
        justify-content: space-around!important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly!important
    }

    .align-items-sm-start {
        align-items: flex-start!important
    }

    .align-items-sm-end {
        align-items: flex-end!important
    }

    .align-items-sm-center {
        align-items: center!important
    }

    .align-items-sm-baseline {
        align-items: baseline!important
    }

    .align-items-sm-stretch {
        align-items: stretch!important
    }

    .align-content-sm-start {
        align-content: flex-start!important
    }

    .align-content-sm-end {
        align-content: flex-end!important
    }

    .align-content-sm-center {
        align-content: center!important
    }

    .align-content-sm-between {
        align-content: space-between!important
    }

    .align-content-sm-around {
        align-content: space-around!important
    }

    .align-content-sm-stretch {
        align-content: stretch!important
    }

    .align-self-sm-auto {
        align-self: auto!important
    }

    .align-self-sm-start {
        align-self: flex-start!important
    }

    .align-self-sm-end {
        align-self: flex-end!important
    }

    .align-self-sm-center {
        align-self: center!important
    }

    .align-self-sm-baseline {
        align-self: baseline!important
    }

    .align-self-sm-stretch {
        align-self: stretch!important
    }

    .order-sm-first {
        order: -1!important
    }

    .order-sm-0 {
        order: 0!important
    }

    .order-sm-1 {
        order: 1!important
    }

    .order-sm-2 {
        order: 2!important
    }

    .order-sm-3 {
        order: 3!important
    }

    .order-sm-4 {
        order: 4!important
    }

    .order-sm-5 {
        order: 5!important
    }

    .order-sm-last {
        order: 6!important
    }

    .m-sm-0 {
        margin: 0!important
    }

    .m-sm-1 {
        margin: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .m-sm-3 {
        margin: 1rem!important
    }

    .m-sm-4 {
        margin: 1.5rem!important
    }

    .m-sm-5 {
        margin: 3rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .mx-sm-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-sm-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-sm-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-sm-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-sm-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-sm-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-sm-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-sm-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-sm-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-sm-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-sm-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-sm-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-sm-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-sm-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-sm-0 {
        margin-top: 0!important
    }

    .mt-sm-1 {
        margin-top: .25rem!important
    }

    .mt-sm-2 {
        margin-top: .5rem!important
    }

    .mt-sm-3 {
        margin-top: 1rem!important
    }

    .mt-sm-4 {
        margin-top: 1.5rem!important
    }

    .mt-sm-5 {
        margin-top: 3rem!important
    }

    .mt-sm-auto {
        margin-top: auto!important
    }

    .me-sm-0 {
        margin-right: 0!important
    }

    .me-sm-1 {
        margin-right: .25rem!important
    }

    .me-sm-2 {
        margin-right: .5rem!important
    }

    .me-sm-3 {
        margin-right: 1rem!important
    }

    .me-sm-4 {
        margin-right: 1.5rem!important
    }

    .me-sm-5 {
        margin-right: 3rem!important
    }

    .me-sm-auto {
        margin-right: auto!important
    }

    .mb-sm-0 {
        margin-bottom: 0!important
    }

    .mb-sm-1 {
        margin-bottom: .25rem!important
    }

    .mb-sm-2 {
        margin-bottom: .5rem!important
    }

    .mb-sm-3 {
        margin-bottom: 1rem!important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-sm-5 {
        margin-bottom: 3rem!important
    }

    .mb-sm-auto {
        margin-bottom: auto!important
    }

    .ms-sm-0 {
        margin-left: 0!important
    }

    .ms-sm-1 {
        margin-left: .25rem!important
    }

    .ms-sm-2 {
        margin-left: .5rem!important
    }

    .ms-sm-3 {
        margin-left: 1rem!important
    }

    .ms-sm-4 {
        margin-left: 1.5rem!important
    }

    .ms-sm-5 {
        margin-left: 3rem!important
    }

    .ms-sm-auto {
        margin-left: auto!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .p-sm-1 {
        padding: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .p-sm-3 {
        padding: 1rem!important
    }

    .p-sm-4 {
        padding: 1.5rem!important
    }

    .p-sm-5 {
        padding: 3rem!important
    }

    .px-sm-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-sm-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-sm-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-sm-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-sm-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-sm-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-sm-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-sm-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-sm-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-sm-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-sm-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-sm-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .pt-sm-0 {
        padding-top: 0!important
    }

    .pt-sm-1 {
        padding-top: .25rem!important
    }

    .pt-sm-2 {
        padding-top: .5rem!important
    }

    .pt-sm-3 {
        padding-top: 1rem!important
    }

    .pt-sm-4 {
        padding-top: 1.5rem!important
    }

    .pt-sm-5 {
        padding-top: 3rem!important
    }

    .pe-sm-0 {
        padding-right: 0!important
    }

    .pe-sm-1 {
        padding-right: .25rem!important
    }

    .pe-sm-2 {
        padding-right: .5rem!important
    }

    .pe-sm-3 {
        padding-right: 1rem!important
    }

    .pe-sm-4 {
        padding-right: 1.5rem!important
    }

    .pe-sm-5 {
        padding-right: 3rem!important
    }

    .pb-sm-0 {
        padding-bottom: 0!important
    }

    .pb-sm-1 {
        padding-bottom: .25rem!important
    }

    .pb-sm-2 {
        padding-bottom: .5rem!important
    }

    .pb-sm-3 {
        padding-bottom: 1rem!important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-sm-5 {
        padding-bottom: 3rem!important
    }

    .ps-sm-0 {
        padding-left: 0!important
    }

    .ps-sm-1 {
        padding-left: .25rem!important
    }

    .ps-sm-2 {
        padding-left: .5rem!important
    }

    .ps-sm-3 {
        padding-left: 1rem!important
    }

    .ps-sm-4 {
        padding-left: 1.5rem!important
    }

    .ps-sm-5 {
        padding-left: 3rem!important
    }

    .gap-sm-0 {
        gap: 0!important
    }

    .gap-sm-1 {
        gap: .25rem!important
    }

    .gap-sm-2 {
        gap: .5rem!important
    }

    .gap-sm-3 {
        gap: 1rem!important
    }

    .gap-sm-4 {
        gap: 1.5rem!important
    }

    .gap-sm-5 {
        gap: 3rem!important
    }

    .row-gap-sm-0 {
        row-gap: 0!important
    }

    .row-gap-sm-1 {
        row-gap: .25rem!important
    }

    .row-gap-sm-2 {
        row-gap: .5rem!important
    }

    .row-gap-sm-3 {
        row-gap: 1rem!important
    }

    .row-gap-sm-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-sm-5 {
        row-gap: 3rem!important
    }

    .column-gap-sm-0 {
        -moz-column-gap: 0!important;
        column-gap: 0!important
    }

    .column-gap-sm-1 {
        -moz-column-gap: 0.25rem!important;
        column-gap: .25rem!important
    }

    .column-gap-sm-2 {
        -moz-column-gap: 0.5rem!important;
        column-gap: .5rem!important
    }

    .column-gap-sm-3 {
        -moz-column-gap: 1rem!important;
        column-gap: 1rem!important
    }

    .column-gap-sm-4 {
        -moz-column-gap: 1.5rem!important;
        column-gap: 1.5rem!important
    }

    .column-gap-sm-5 {
        -moz-column-gap: 3rem!important;
        column-gap: 3rem!important
    }

    .text-sm-start {
        text-align: left!important
    }

    .text-sm-end {
        text-align: right!important
    }

    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width: 768px) {
    .float-md-start {
        float:left!important
    }

    .float-md-end {
        float: right!important
    }

    .float-md-none {
        float: none!important
    }

    .object-fit-md-contain {
        -o-object-fit: contain!important;
        object-fit: contain!important
    }

    .object-fit-md-cover {
        -o-object-fit: cover!important;
        object-fit: cover!important
    }

    .object-fit-md-fill {
        -o-object-fit: fill!important;
        object-fit: fill!important
    }

    .object-fit-md-scale {
        -o-object-fit: scale-down!important;
        object-fit: scale-down!important
    }

    .object-fit-md-none {
        -o-object-fit: none!important;
        object-fit: none!important
    }

    .d-md-inline {
        display: inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-grid {
        display: grid!important
    }

    .d-md-inline-grid {
        display: inline-grid!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

    .d-md-flex {
        display: flex!important
    }

    .d-md-inline-flex {
        display: inline-flex!important
    }

    .d-md-none {
        display: none!important
    }

    .flex-md-fill {
        flex: 1 1 auto!important
    }

    .flex-md-row {
        flex-direction: row!important
    }

    .flex-md-column {
        flex-direction: column!important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-md-grow-0 {
        flex-grow: 0!important
    }

    .flex-md-grow-1 {
        flex-grow: 1!important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-md-wrap {
        flex-wrap: wrap!important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-md-start {
        justify-content: flex-start!important
    }

    .justify-content-md-end {
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        justify-content: center!important
    }

    .justify-content-md-between {
        justify-content: space-between!important
    }

    .justify-content-md-around {
        justify-content: space-around!important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly!important
    }

    .align-items-md-start {
        align-items: flex-start!important
    }

    .align-items-md-end {
        align-items: flex-end!important
    }

    .align-items-md-center {
        align-items: center!important
    }

    .align-items-md-baseline {
        align-items: baseline!important
    }

    .align-items-md-stretch {
        align-items: stretch!important
    }

    .align-content-md-start {
        align-content: flex-start!important
    }

    .align-content-md-end {
        align-content: flex-end!important
    }

    .align-content-md-center {
        align-content: center!important
    }

    .align-content-md-between {
        align-content: space-between!important
    }

    .align-content-md-around {
        align-content: space-around!important
    }

    .align-content-md-stretch {
        align-content: stretch!important
    }

    .align-self-md-auto {
        align-self: auto!important
    }

    .align-self-md-start {
        align-self: flex-start!important
    }

    .align-self-md-end {
        align-self: flex-end!important
    }

    .align-self-md-center {
        align-self: center!important
    }

    .align-self-md-baseline {
        align-self: baseline!important
    }

    .align-self-md-stretch {
        align-self: stretch!important
    }

    .order-md-first {
        order: -1!important
    }

    .order-md-0 {
        order: 0!important
    }

    .order-md-1 {
        order: 1!important
    }

    .order-md-2 {
        order: 2!important
    }

    .order-md-3 {
        order: 3!important
    }

    .order-md-4 {
        order: 4!important
    }

    .order-md-5 {
        order: 5!important
    }

    .order-md-last {
        order: 6!important
    }

    .m-md-0 {
        margin: 0!important
    }

    .m-md-1 {
        margin: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .m-md-3 {
        margin: 1rem!important
    }

    .m-md-4 {
        margin: 1.5rem!important
    }

    .m-md-5 {
        margin: 3rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .mx-md-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-md-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-md-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-md-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-md-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-md-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-md-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-md-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-md-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-md-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-md-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-md-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-md-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-md-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-md-0 {
        margin-top: 0!important
    }

    .mt-md-1 {
        margin-top: .25rem!important
    }

    .mt-md-2 {
        margin-top: .5rem!important
    }

    .mt-md-3 {
        margin-top: 1rem!important
    }

    .mt-md-4 {
        margin-top: 1.5rem!important
    }

    .mt-md-5 {
        margin-top: 3rem!important
    }

    .mt-md-auto {
        margin-top: auto!important
    }

    .me-md-0 {
        margin-right: 0!important
    }

    .me-md-1 {
        margin-right: .25rem!important
    }

    .me-md-2 {
        margin-right: .5rem!important
    }

    .me-md-3 {
        margin-right: 1rem!important
    }

    .me-md-4 {
        margin-right: 1.5rem!important
    }

    .me-md-5 {
        margin-right: 3rem!important
    }

    .me-md-auto {
        margin-right: auto!important
    }

    .mb-md-0 {
        margin-bottom: 0!important
    }

    .mb-md-1 {
        margin-bottom: .25rem!important
    }

    .mb-md-2 {
        margin-bottom: .5rem!important
    }

    .mb-md-3 {
        margin-bottom: 1rem!important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-md-5 {
        margin-bottom: 3rem!important
    }

    .mb-md-auto {
        margin-bottom: auto!important
    }

    .ms-md-0 {
        margin-left: 0!important
    }

    .ms-md-1 {
        margin-left: .25rem!important
    }

    .ms-md-2 {
        margin-left: .5rem!important
    }

    .ms-md-3 {
        margin-left: 1rem!important
    }

    .ms-md-4 {
        margin-left: 1.5rem!important
    }

    .ms-md-5 {
        margin-left: 3rem!important
    }

    .ms-md-auto {
        margin-left: auto!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .p-md-1 {
        padding: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .p-md-3 {
        padding: 1rem!important
    }

    .p-md-4 {
        padding: 1.5rem!important
    }

    .p-md-5 {
        padding: 3rem!important
    }

    .px-md-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-md-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-md-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-md-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-md-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-md-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-md-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-md-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-md-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-md-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-md-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-md-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .pt-md-0 {
        padding-top: 0!important
    }

    .pt-md-1 {
        padding-top: .25rem!important
    }

    .pt-md-2 {
        padding-top: .5rem!important
    }

    .pt-md-3 {
        padding-top: 1rem!important
    }

    .pt-md-4 {
        padding-top: 1.5rem!important
    }

    .pt-md-5 {
        padding-top: 3rem!important
    }

    .pe-md-0 {
        padding-right: 0!important
    }

    .pe-md-1 {
        padding-right: .25rem!important
    }

    .pe-md-2 {
        padding-right: .5rem!important
    }

    .pe-md-3 {
        padding-right: 1rem!important
    }

    .pe-md-4 {
        padding-right: 1.5rem!important
    }

    .pe-md-5 {
        padding-right: 3rem!important
    }

    .pb-md-0 {
        padding-bottom: 0!important
    }

    .pb-md-1 {
        padding-bottom: .25rem!important
    }

    .pb-md-2 {
        padding-bottom: .5rem!important
    }

    .pb-md-3 {
        padding-bottom: 1rem!important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-md-5 {
        padding-bottom: 3rem!important
    }

    .ps-md-0 {
        padding-left: 0!important
    }

    .ps-md-1 {
        padding-left: .25rem!important
    }

    .ps-md-2 {
        padding-left: .5rem!important
    }

    .ps-md-3 {
        padding-left: 1rem!important
    }

    .ps-md-4 {
        padding-left: 1.5rem!important
    }

    .ps-md-5 {
        padding-left: 3rem!important
    }

    .gap-md-0 {
        gap: 0!important
    }

    .gap-md-1 {
        gap: .25rem!important
    }

    .gap-md-2 {
        gap: .5rem!important
    }

    .gap-md-3 {
        gap: 1rem!important
    }

    .gap-md-4 {
        gap: 1.5rem!important
    }

    .gap-md-5 {
        gap: 3rem!important
    }

    .row-gap-md-0 {
        row-gap: 0!important
    }

    .row-gap-md-1 {
        row-gap: .25rem!important
    }

    .row-gap-md-2 {
        row-gap: .5rem!important
    }

    .row-gap-md-3 {
        row-gap: 1rem!important
    }

    .row-gap-md-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-md-5 {
        row-gap: 3rem!important
    }

    .column-gap-md-0 {
        -moz-column-gap: 0!important;
        column-gap: 0!important
    }

    .column-gap-md-1 {
        -moz-column-gap: 0.25rem!important;
        column-gap: .25rem!important
    }

    .column-gap-md-2 {
        -moz-column-gap: 0.5rem!important;
        column-gap: .5rem!important
    }

    .column-gap-md-3 {
        -moz-column-gap: 1rem!important;
        column-gap: 1rem!important
    }

    .column-gap-md-4 {
        -moz-column-gap: 1.5rem!important;
        column-gap: 1.5rem!important
    }

    .column-gap-md-5 {
        -moz-column-gap: 3rem!important;
        column-gap: 3rem!important
    }

    .text-md-start {
        text-align: left!important
    }

    .text-md-end {
        text-align: right!important
    }

    .text-md-center {
        text-align: center!important
    }
}

@media (min-width: 992px) {
    .float-lg-start {
        float:left!important
    }

    .float-lg-end {
        float: right!important
    }

    .float-lg-none {
        float: none!important
    }

    .object-fit-lg-contain {
        -o-object-fit: contain!important;
        object-fit: contain!important
    }

    .object-fit-lg-cover {
        -o-object-fit: cover!important;
        object-fit: cover!important
    }

    .object-fit-lg-fill {
        -o-object-fit: fill!important;
        object-fit: fill!important
    }

    .object-fit-lg-scale {
        -o-object-fit: scale-down!important;
        object-fit: scale-down!important
    }

    .object-fit-lg-none {
        -o-object-fit: none!important;
        object-fit: none!important
    }

    .d-lg-inline {
        display: inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-grid {
        display: grid!important
    }

    .d-lg-inline-grid {
        display: inline-grid!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-flex {
        display: flex!important
    }

    .d-lg-inline-flex {
        display: inline-flex!important
    }

    .d-lg-none {
        display: none!important
    }

    .flex-lg-fill {
        flex: 1 1 auto!important
    }

    .flex-lg-row {
        flex-direction: row!important
    }

    .flex-lg-column {
        flex-direction: column!important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-lg-grow-0 {
        flex-grow: 0!important
    }

    .flex-lg-grow-1 {
        flex-grow: 1!important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-lg-wrap {
        flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-lg-start {
        justify-content: flex-start!important
    }

    .justify-content-lg-end {
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        justify-content: center!important
    }

    .justify-content-lg-between {
        justify-content: space-between!important
    }

    .justify-content-lg-around {
        justify-content: space-around!important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly!important
    }

    .align-items-lg-start {
        align-items: flex-start!important
    }

    .align-items-lg-end {
        align-items: flex-end!important
    }

    .align-items-lg-center {
        align-items: center!important
    }

    .align-items-lg-baseline {
        align-items: baseline!important
    }

    .align-items-lg-stretch {
        align-items: stretch!important
    }

    .align-content-lg-start {
        align-content: flex-start!important
    }

    .align-content-lg-end {
        align-content: flex-end!important
    }

    .align-content-lg-center {
        align-content: center!important
    }

    .align-content-lg-between {
        align-content: space-between!important
    }

    .align-content-lg-around {
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        align-content: stretch!important
    }

    .align-self-lg-auto {
        align-self: auto!important
    }

    .align-self-lg-start {
        align-self: flex-start!important
    }

    .align-self-lg-end {
        align-self: flex-end!important
    }

    .align-self-lg-center {
        align-self: center!important
    }

    .align-self-lg-baseline {
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        align-self: stretch!important
    }

    .order-lg-first {
        order: -1!important
    }

    .order-lg-0 {
        order: 0!important
    }

    .order-lg-1 {
        order: 1!important
    }

    .order-lg-2 {
        order: 2!important
    }

    .order-lg-3 {
        order: 3!important
    }

    .order-lg-4 {
        order: 4!important
    }

    .order-lg-5 {
        order: 5!important
    }

    .order-lg-last {
        order: 6!important
    }

    .m-lg-0 {
        margin: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

    .m-lg-4 {
        margin: 1.5rem!important
    }

    .m-lg-5 {
        margin: 3rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .mx-lg-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-lg-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-lg-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-lg-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-lg-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-lg-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-lg-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-lg-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-lg-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-lg-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-lg-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-lg-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-lg-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-lg-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-lg-0 {
        margin-top: 0!important
    }

    .mt-lg-1 {
        margin-top: .25rem!important
    }

    .mt-lg-2 {
        margin-top: .5rem!important
    }

    .mt-lg-3 {
        margin-top: 1rem!important
    }

    .mt-lg-4 {
        margin-top: 1.5rem!important
    }

    .mt-lg-5 {
        margin-top: 3rem!important
    }

    .mt-lg-auto {
        margin-top: auto!important
    }

    .me-lg-0 {
        margin-right: 0!important
    }

    .me-lg-1 {
        margin-right: .25rem!important
    }

    .me-lg-2 {
        margin-right: .5rem!important
    }

    .me-lg-3 {
        margin-right: 1rem!important
    }

    .me-lg-4 {
        margin-right: 1.5rem!important
    }

    .me-lg-5 {
        margin-right: 3rem!important
    }

    .me-lg-auto {
        margin-right: auto!important
    }

    .mb-lg-0 {
        margin-bottom: 0!important
    }

    .mb-lg-1 {
        margin-bottom: .25rem!important
    }

    .mb-lg-2 {
        margin-bottom: .5rem!important
    }

    .mb-lg-3 {
        margin-bottom: 1rem!important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-lg-5 {
        margin-bottom: 3rem!important
    }

    .mb-lg-auto {
        margin-bottom: auto!important
    }

    .ms-lg-0 {
        margin-left: 0!important
    }

    .ms-lg-1 {
        margin-left: .25rem!important
    }

    .ms-lg-2 {
        margin-left: .5rem!important
    }

    .ms-lg-3 {
        margin-left: 1rem!important
    }

    .ms-lg-4 {
        margin-left: 1.5rem!important
    }

    .ms-lg-5 {
        margin-left: 3rem!important
    }

    .ms-lg-auto {
        margin-left: auto!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .p-lg-5 {
        padding: 3rem!important
    }

    .px-lg-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-lg-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-lg-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-lg-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-lg-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-lg-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-lg-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-lg-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-lg-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-lg-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-lg-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-lg-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .pt-lg-0 {
        padding-top: 0!important
    }

    .pt-lg-1 {
        padding-top: .25rem!important
    }

    .pt-lg-2 {
        padding-top: .5rem!important
    }

    .pt-lg-3 {
        padding-top: 1rem!important
    }

    .pt-lg-4 {
        padding-top: 1.5rem!important
    }

    .pt-lg-5 {
        padding-top: 3rem!important
    }

    .pe-lg-0 {
        padding-right: 0!important
    }

    .pe-lg-1 {
        padding-right: .25rem!important
    }

    .pe-lg-2 {
        padding-right: .5rem!important
    }

    .pe-lg-3 {
        padding-right: 1rem!important
    }

    .pe-lg-4 {
        padding-right: 1.5rem!important
    }

    .pe-lg-5 {
        padding-right: 3rem!important
    }

    .pb-lg-0 {
        padding-bottom: 0!important
    }

    .pb-lg-1 {
        padding-bottom: .25rem!important
    }

    .pb-lg-2 {
        padding-bottom: .5rem!important
    }

    .pb-lg-3 {
        padding-bottom: 1rem!important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-lg-5 {
        padding-bottom: 3rem!important
    }

    .ps-lg-0 {
        padding-left: 0!important
    }

    .ps-lg-1 {
        padding-left: .25rem!important
    }

    .ps-lg-2 {
        padding-left: .5rem!important
    }

    .ps-lg-3 {
        padding-left: 1rem!important
    }

    .ps-lg-4 {
        padding-left: 1.5rem!important
    }

    .ps-lg-5 {
        padding-left: 3rem!important
    }

    .gap-lg-0 {
        gap: 0!important
    }

    .gap-lg-1 {
        gap: .25rem!important
    }

    .gap-lg-2 {
        gap: .5rem!important
    }

    .gap-lg-3 {
        gap: 1rem!important
    }

    .gap-lg-4 {
        gap: 1.5rem!important
    }

    .gap-lg-5 {
        gap: 3rem!important
    }

    .row-gap-lg-0 {
        row-gap: 0!important
    }

    .row-gap-lg-1 {
        row-gap: .25rem!important
    }

    .row-gap-lg-2 {
        row-gap: .5rem!important
    }

    .row-gap-lg-3 {
        row-gap: 1rem!important
    }

    .row-gap-lg-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-lg-5 {
        row-gap: 3rem!important
    }

    .column-gap-lg-0 {
        -moz-column-gap: 0!important;
        column-gap: 0!important
    }

    .column-gap-lg-1 {
        -moz-column-gap: 0.25rem!important;
        column-gap: .25rem!important
    }

    .column-gap-lg-2 {
        -moz-column-gap: 0.5rem!important;
        column-gap: .5rem!important
    }

    .column-gap-lg-3 {
        -moz-column-gap: 1rem!important;
        column-gap: 1rem!important
    }

    .column-gap-lg-4 {
        -moz-column-gap: 1.5rem!important;
        column-gap: 1.5rem!important
    }

    .column-gap-lg-5 {
        -moz-column-gap: 3rem!important;
        column-gap: 3rem!important
    }

    .text-lg-start {
        text-align: left!important
    }

    .text-lg-end {
        text-align: right!important
    }

    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width: 1200px) {
    .float-xl-start {
        float:left!important
    }

    .float-xl-end {
        float: right!important
    }

    .float-xl-none {
        float: none!important
    }

    .object-fit-xl-contain {
        -o-object-fit: contain!important;
        object-fit: contain!important
    }

    .object-fit-xl-cover {
        -o-object-fit: cover!important;
        object-fit: cover!important
    }

    .object-fit-xl-fill {
        -o-object-fit: fill!important;
        object-fit: fill!important
    }

    .object-fit-xl-scale {
        -o-object-fit: scale-down!important;
        object-fit: scale-down!important
    }

    .object-fit-xl-none {
        -o-object-fit: none!important;
        object-fit: none!important
    }

    .d-xl-inline {
        display: inline!important
    }

    .d-xl-inline-block {
        display: inline-block!important
    }

    .d-xl-block {
        display: block!important
    }

    .d-xl-grid {
        display: grid!important
    }

    .d-xl-inline-grid {
        display: inline-grid!important
    }

    .d-xl-table {
        display: table!important
    }

    .d-xl-table-row {
        display: table-row!important
    }

    .d-xl-table-cell {
        display: table-cell!important
    }

    .d-xl-flex {
        display: flex!important
    }

    .d-xl-inline-flex {
        display: inline-flex!important
    }

    .d-xl-none {
        display: none!important
    }

    .flex-xl-fill {
        flex: 1 1 auto!important
    }

    .flex-xl-row {
        flex-direction: row!important
    }

    .flex-xl-column {
        flex-direction: column!important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-xl-grow-0 {
        flex-grow: 0!important
    }

    .flex-xl-grow-1 {
        flex-grow: 1!important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-xl-wrap {
        flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-xl-start {
        justify-content: flex-start!important
    }

    .justify-content-xl-end {
        justify-content: flex-end!important
    }

    .justify-content-xl-center {
        justify-content: center!important
    }

    .justify-content-xl-between {
        justify-content: space-between!important
    }

    .justify-content-xl-around {
        justify-content: space-around!important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly!important
    }

    .align-items-xl-start {
        align-items: flex-start!important
    }

    .align-items-xl-end {
        align-items: flex-end!important
    }

    .align-items-xl-center {
        align-items: center!important
    }

    .align-items-xl-baseline {
        align-items: baseline!important
    }

    .align-items-xl-stretch {
        align-items: stretch!important
    }

    .align-content-xl-start {
        align-content: flex-start!important
    }

    .align-content-xl-end {
        align-content: flex-end!important
    }

    .align-content-xl-center {
        align-content: center!important
    }

    .align-content-xl-between {
        align-content: space-between!important
    }

    .align-content-xl-around {
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        align-content: stretch!important
    }

    .align-self-xl-auto {
        align-self: auto!important
    }

    .align-self-xl-start {
        align-self: flex-start!important
    }

    .align-self-xl-end {
        align-self: flex-end!important
    }

    .align-self-xl-center {
        align-self: center!important
    }

    .align-self-xl-baseline {
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        align-self: stretch!important
    }

    .order-xl-first {
        order: -1!important
    }

    .order-xl-0 {
        order: 0!important
    }

    .order-xl-1 {
        order: 1!important
    }

    .order-xl-2 {
        order: 2!important
    }

    .order-xl-3 {
        order: 3!important
    }

    .order-xl-4 {
        order: 4!important
    }

    .order-xl-5 {
        order: 5!important
    }

    .order-xl-last {
        order: 6!important
    }

    .m-xl-0 {
        margin: 0!important
    }

    .m-xl-1 {
        margin: .25rem!important
    }

    .m-xl-2 {
        margin: .5rem!important
    }

    .m-xl-3 {
        margin: 1rem!important
    }

    .m-xl-4 {
        margin: 1.5rem!important
    }

    .m-xl-5 {
        margin: 3rem!important
    }

    .m-xl-auto {
        margin: auto!important
    }

    .mx-xl-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-xl-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-xl-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-xl-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-xl-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-xl-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-xl-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-xl-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-xl-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-xl-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-xl-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-xl-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-xl-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-xl-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-xl-0 {
        margin-top: 0!important
    }

    .mt-xl-1 {
        margin-top: .25rem!important
    }

    .mt-xl-2 {
        margin-top: .5rem!important
    }

    .mt-xl-3 {
        margin-top: 1rem!important
    }

    .mt-xl-4 {
        margin-top: 1.5rem!important
    }

    .mt-xl-5 {
        margin-top: 3rem!important
    }

    .mt-xl-auto {
        margin-top: auto!important
    }

    .me-xl-0 {
        margin-right: 0!important
    }

    .me-xl-1 {
        margin-right: .25rem!important
    }

    .me-xl-2 {
        margin-right: .5rem!important
    }

    .me-xl-3 {
        margin-right: 1rem!important
    }

    .me-xl-4 {
        margin-right: 1.5rem!important
    }

    .me-xl-5 {
        margin-right: 3rem!important
    }

    .me-xl-auto {
        margin-right: auto!important
    }

    .mb-xl-0 {
        margin-bottom: 0!important
    }

    .mb-xl-1 {
        margin-bottom: .25rem!important
    }

    .mb-xl-2 {
        margin-bottom: .5rem!important
    }

    .mb-xl-3 {
        margin-bottom: 1rem!important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-xl-5 {
        margin-bottom: 3rem!important
    }

    .mb-xl-auto {
        margin-bottom: auto!important
    }

    .ms-xl-0 {
        margin-left: 0!important
    }

    .ms-xl-1 {
        margin-left: .25rem!important
    }

    .ms-xl-2 {
        margin-left: .5rem!important
    }

    .ms-xl-3 {
        margin-left: 1rem!important
    }

    .ms-xl-4 {
        margin-left: 1.5rem!important
    }

    .ms-xl-5 {
        margin-left: 3rem!important
    }

    .ms-xl-auto {
        margin-left: auto!important
    }

    .p-xl-0 {
        padding: 0!important
    }

    .p-xl-1 {
        padding: .25rem!important
    }

    .p-xl-2 {
        padding: .5rem!important
    }

    .p-xl-3 {
        padding: 1rem!important
    }

    .p-xl-4 {
        padding: 1.5rem!important
    }

    .p-xl-5 {
        padding: 3rem!important
    }

    .px-xl-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-xl-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-xl-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-xl-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-xl-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-xl-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-xl-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-xl-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-xl-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-xl-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-xl-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-xl-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .pt-xl-0 {
        padding-top: 0!important
    }

    .pt-xl-1 {
        padding-top: .25rem!important
    }

    .pt-xl-2 {
        padding-top: .5rem!important
    }

    .pt-xl-3 {
        padding-top: 1rem!important
    }

    .pt-xl-4 {
        padding-top: 1.5rem!important
    }

    .pt-xl-5 {
        padding-top: 3rem!important
    }

    .pe-xl-0 {
        padding-right: 0!important
    }

    .pe-xl-1 {
        padding-right: .25rem!important
    }

    .pe-xl-2 {
        padding-right: .5rem!important
    }

    .pe-xl-3 {
        padding-right: 1rem!important
    }

    .pe-xl-4 {
        padding-right: 1.5rem!important
    }

    .pe-xl-5 {
        padding-right: 3rem!important
    }

    .pb-xl-0 {
        padding-bottom: 0!important
    }

    .pb-xl-1 {
        padding-bottom: .25rem!important
    }

    .pb-xl-2 {
        padding-bottom: .5rem!important
    }

    .pb-xl-3 {
        padding-bottom: 1rem!important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-xl-5 {
        padding-bottom: 3rem!important
    }

    .ps-xl-0 {
        padding-left: 0!important
    }

    .ps-xl-1 {
        padding-left: .25rem!important
    }

    .ps-xl-2 {
        padding-left: .5rem!important
    }

    .ps-xl-3 {
        padding-left: 1rem!important
    }

    .ps-xl-4 {
        padding-left: 1.5rem!important
    }

    .ps-xl-5 {
        padding-left: 3rem!important
    }

    .gap-xl-0 {
        gap: 0!important
    }

    .gap-xl-1 {
        gap: .25rem!important
    }

    .gap-xl-2 {
        gap: .5rem!important
    }

    .gap-xl-3 {
        gap: 1rem!important
    }

    .gap-xl-4 {
        gap: 1.5rem!important
    }

    .gap-xl-5 {
        gap: 3rem!important
    }

    .row-gap-xl-0 {
        row-gap: 0!important
    }

    .row-gap-xl-1 {
        row-gap: .25rem!important
    }

    .row-gap-xl-2 {
        row-gap: .5rem!important
    }

    .row-gap-xl-3 {
        row-gap: 1rem!important
    }

    .row-gap-xl-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-xl-5 {
        row-gap: 3rem!important
    }

    .column-gap-xl-0 {
        -moz-column-gap: 0!important;
        column-gap: 0!important
    }

    .column-gap-xl-1 {
        -moz-column-gap: 0.25rem!important;
        column-gap: .25rem!important
    }

    .column-gap-xl-2 {
        -moz-column-gap: 0.5rem!important;
        column-gap: .5rem!important
    }

    .column-gap-xl-3 {
        -moz-column-gap: 1rem!important;
        column-gap: 1rem!important
    }

    .column-gap-xl-4 {
        -moz-column-gap: 1.5rem!important;
        column-gap: 1.5rem!important
    }

    .column-gap-xl-5 {
        -moz-column-gap: 3rem!important;
        column-gap: 3rem!important
    }

    .text-xl-start {
        text-align: left!important
    }

    .text-xl-end {
        text-align: right!important
    }

    .text-xl-center {
        text-align: center!important
    }
}

@media (min-width: 1400px) {
    .float-xxl-start {
        float:left!important
    }

    .float-xxl-end {
        float: right!important
    }

    .float-xxl-none {
        float: none!important
    }

    .object-fit-xxl-contain {
        -o-object-fit: contain!important;
        object-fit: contain!important
    }

    .object-fit-xxl-cover {
        -o-object-fit: cover!important;
        object-fit: cover!important
    }

    .object-fit-xxl-fill {
        -o-object-fit: fill!important;
        object-fit: fill!important
    }

    .object-fit-xxl-scale {
        -o-object-fit: scale-down!important;
        object-fit: scale-down!important
    }

    .object-fit-xxl-none {
        -o-object-fit: none!important;
        object-fit: none!important
    }

    .d-xxl-inline {
        display: inline!important
    }

    .d-xxl-inline-block {
        display: inline-block!important
    }

    .d-xxl-block {
        display: block!important
    }

    .d-xxl-grid {
        display: grid!important
    }

    .d-xxl-inline-grid {
        display: inline-grid!important
    }

    .d-xxl-table {
        display: table!important
    }

    .d-xxl-table-row {
        display: table-row!important
    }

    .d-xxl-table-cell {
        display: table-cell!important
    }

    .d-xxl-flex {
        display: flex!important
    }

    .d-xxl-inline-flex {
        display: inline-flex!important
    }

    .d-xxl-none {
        display: none!important
    }

    .flex-xxl-fill {
        flex: 1 1 auto!important
    }

    .flex-xxl-row {
        flex-direction: row!important
    }

    .flex-xxl-column {
        flex-direction: column!important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0!important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1!important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap!important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-xxl-start {
        justify-content: flex-start!important
    }

    .justify-content-xxl-end {
        justify-content: flex-end!important
    }

    .justify-content-xxl-center {
        justify-content: center!important
    }

    .justify-content-xxl-between {
        justify-content: space-between!important
    }

    .justify-content-xxl-around {
        justify-content: space-around!important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly!important
    }

    .align-items-xxl-start {
        align-items: flex-start!important
    }

    .align-items-xxl-end {
        align-items: flex-end!important
    }

    .align-items-xxl-center {
        align-items: center!important
    }

    .align-items-xxl-baseline {
        align-items: baseline!important
    }

    .align-items-xxl-stretch {
        align-items: stretch!important
    }

    .align-content-xxl-start {
        align-content: flex-start!important
    }

    .align-content-xxl-end {
        align-content: flex-end!important
    }

    .align-content-xxl-center {
        align-content: center!important
    }

    .align-content-xxl-between {
        align-content: space-between!important
    }

    .align-content-xxl-around {
        align-content: space-around!important
    }

    .align-content-xxl-stretch {
        align-content: stretch!important
    }

    .align-self-xxl-auto {
        align-self: auto!important
    }

    .align-self-xxl-start {
        align-self: flex-start!important
    }

    .align-self-xxl-end {
        align-self: flex-end!important
    }

    .align-self-xxl-center {
        align-self: center!important
    }

    .align-self-xxl-baseline {
        align-self: baseline!important
    }

    .align-self-xxl-stretch {
        align-self: stretch!important
    }

    .order-xxl-first {
        order: -1!important
    }

    .order-xxl-0 {
        order: 0!important
    }

    .order-xxl-1 {
        order: 1!important
    }

    .order-xxl-2 {
        order: 2!important
    }

    .order-xxl-3 {
        order: 3!important
    }

    .order-xxl-4 {
        order: 4!important
    }

    .order-xxl-5 {
        order: 5!important
    }

    .order-xxl-last {
        order: 6!important
    }

    .m-xxl-0 {
        margin: 0!important
    }

    .m-xxl-1 {
        margin: .25rem!important
    }

    .m-xxl-2 {
        margin: .5rem!important
    }

    .m-xxl-3 {
        margin: 1rem!important
    }

    .m-xxl-4 {
        margin: 1.5rem!important
    }

    .m-xxl-5 {
        margin: 3rem!important
    }

    .m-xxl-auto {
        margin: auto!important
    }

    .mx-xxl-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-xxl-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-xxl-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-xxl-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-xxl-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-xxl-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-xxl-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-xxl-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-xxl-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-xxl-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-xxl-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-xxl-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-xxl-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-xxl-0 {
        margin-top: 0!important
    }

    .mt-xxl-1 {
        margin-top: .25rem!important
    }

    .mt-xxl-2 {
        margin-top: .5rem!important
    }

    .mt-xxl-3 {
        margin-top: 1rem!important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem!important
    }

    .mt-xxl-5 {
        margin-top: 3rem!important
    }

    .mt-xxl-auto {
        margin-top: auto!important
    }

    .me-xxl-0 {
        margin-right: 0!important
    }

    .me-xxl-1 {
        margin-right: .25rem!important
    }

    .me-xxl-2 {
        margin-right: .5rem!important
    }

    .me-xxl-3 {
        margin-right: 1rem!important
    }

    .me-xxl-4 {
        margin-right: 1.5rem!important
    }

    .me-xxl-5 {
        margin-right: 3rem!important
    }

    .me-xxl-auto {
        margin-right: auto!important
    }

    .mb-xxl-0 {
        margin-bottom: 0!important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem!important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem!important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem!important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem!important
    }

    .mb-xxl-auto {
        margin-bottom: auto!important
    }

    .ms-xxl-0 {
        margin-left: 0!important
    }

    .ms-xxl-1 {
        margin-left: .25rem!important
    }

    .ms-xxl-2 {
        margin-left: .5rem!important
    }

    .ms-xxl-3 {
        margin-left: 1rem!important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem!important
    }

    .ms-xxl-5 {
        margin-left: 3rem!important
    }

    .ms-xxl-auto {
        margin-left: auto!important
    }

    .p-xxl-0 {
        padding: 0!important
    }

    .p-xxl-1 {
        padding: .25rem!important
    }

    .p-xxl-2 {
        padding: .5rem!important
    }

    .p-xxl-3 {
        padding: 1rem!important
    }

    .p-xxl-4 {
        padding: 1.5rem!important
    }

    .p-xxl-5 {
        padding: 3rem!important
    }

    .px-xxl-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-xxl-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-xxl-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-xxl-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-xxl-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-xxl-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-xxl-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-xxl-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-xxl-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-xxl-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-xxl-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-xxl-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .pt-xxl-0 {
        padding-top: 0!important
    }

    .pt-xxl-1 {
        padding-top: .25rem!important
    }

    .pt-xxl-2 {
        padding-top: .5rem!important
    }

    .pt-xxl-3 {
        padding-top: 1rem!important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem!important
    }

    .pt-xxl-5 {
        padding-top: 3rem!important
    }

    .pe-xxl-0 {
        padding-right: 0!important
    }

    .pe-xxl-1 {
        padding-right: .25rem!important
    }

    .pe-xxl-2 {
        padding-right: .5rem!important
    }

    .pe-xxl-3 {
        padding-right: 1rem!important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem!important
    }

    .pe-xxl-5 {
        padding-right: 3rem!important
    }

    .pb-xxl-0 {
        padding-bottom: 0!important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem!important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem!important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem!important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem!important
    }

    .ps-xxl-0 {
        padding-left: 0!important
    }

    .ps-xxl-1 {
        padding-left: .25rem!important
    }

    .ps-xxl-2 {
        padding-left: .5rem!important
    }

    .ps-xxl-3 {
        padding-left: 1rem!important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem!important
    }

    .ps-xxl-5 {
        padding-left: 3rem!important
    }

    .gap-xxl-0 {
        gap: 0!important
    }

    .gap-xxl-1 {
        gap: .25rem!important
    }

    .gap-xxl-2 {
        gap: .5rem!important
    }

    .gap-xxl-3 {
        gap: 1rem!important
    }

    .gap-xxl-4 {
        gap: 1.5rem!important
    }

    .gap-xxl-5 {
        gap: 3rem!important
    }

    .row-gap-xxl-0 {
        row-gap: 0!important
    }

    .row-gap-xxl-1 {
        row-gap: .25rem!important
    }

    .row-gap-xxl-2 {
        row-gap: .5rem!important
    }

    .row-gap-xxl-3 {
        row-gap: 1rem!important
    }

    .row-gap-xxl-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-xxl-5 {
        row-gap: 3rem!important
    }

    .column-gap-xxl-0 {
        -moz-column-gap: 0!important;
        column-gap: 0!important
    }

    .column-gap-xxl-1 {
        -moz-column-gap: 0.25rem!important;
        column-gap: .25rem!important
    }

    .column-gap-xxl-2 {
        -moz-column-gap: 0.5rem!important;
        column-gap: .5rem!important
    }

    .column-gap-xxl-3 {
        -moz-column-gap: 1rem!important;
        column-gap: 1rem!important
    }

    .column-gap-xxl-4 {
        -moz-column-gap: 1.5rem!important;
        column-gap: 1.5rem!important
    }

    .column-gap-xxl-5 {
        -moz-column-gap: 3rem!important;
        column-gap: 3rem!important
    }

    .text-xxl-start {
        text-align: left!important
    }

    .text-xxl-end {
        text-align: right!important
    }

    .text-xxl-center {
        text-align: center!important
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size:2.5rem!important
    }

    .fs-2 {
        font-size: 2rem!important
    }

    .fs-3 {
        font-size: 1.75rem!important
    }

    .fs-4 {
        font-size: 1.5rem!important
    }
}

@media print {
    .d-print-inline {
        display: inline!important
    }

    .d-print-inline-block {
        display: inline-block!important
    }

    .d-print-block {
        display: block!important
    }

    .d-print-grid {
        display: grid!important
    }

    .d-print-inline-grid {
        display: inline-grid!important
    }

    .d-print-table {
        display: table!important
    }

    .d-print-table-row {
        display: table-row!important
    }

    .d-print-table-cell {
        display: table-cell!important
    }

    .d-print-flex {
        display: flex!important
    }

    .d-print-inline-flex {
        display: inline-flex!important
    }

    .d-print-none {
        display: none!important
    }
}

/*# sourceMappingURL=bootstrap.min.css.map */


@charset "UTF-8";
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}

.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}

.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

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

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/*# sourceMappingURL=bootstrap.css.map */




/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}

.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::-moz-placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}

.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder, .form-floating > .form-control-plaintext::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .form-floating > .form-control-plaintext:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb: 130, 138, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb: 60, 153, 110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}

.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb: 11, 172, 204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb: 217, 164, 6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb: 25, 135, 84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb: 13, 202, 240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb: 255, 193, 7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb: 220, 53, 69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}

.btn-lg, .btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover, .dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active, .dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}

.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled, .nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}

.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover, .nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}

.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}

.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}

.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}

.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-header .accordion-button, .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}

[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}

.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}

.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}

.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}

.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}

.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}

.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}

.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}

.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-stacked > .progress {
  overflow: visible;
}

.progress-stacked > .progress > .progress-bar {
  width: 100%;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}

.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}

.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}

.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}

.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}

.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}

.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}

.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}

.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}

.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}

[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}

/* rtl:begin:ignore */
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}

/* rtl:end:ignore */
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}

.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}

/* rtl:begin:ignore */
.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}

/* rtl:begin:ignore */
.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}

/* rtl:end:ignore */
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")*/;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")*/;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon, [data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target], [data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption, [data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}

.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}

.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}

.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas, .offcanvas-xxl, .offcanvas-xl, .offcanvas-lg, .offcanvas-md, .offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing, .offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
  visibility: visible;
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}

.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}

.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover, .link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}

.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover, .link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}

.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover, .link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}

.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover, .link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}

.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover, .link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}

.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover, .link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}

.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover, .link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}

.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover, .link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}

.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover, .link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}

.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}

.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}

.icon-link-hover:hover > .bi, .icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}

.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}

.object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}

.object-fit-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-x-auto {
  overflow-x: auto !important;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-x-scroll {
  overflow-x: scroll !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

.overflow-y-scroll {
  overflow-y: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}

.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}

.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}

.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}

.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}

.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}

.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}

.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}

.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}

.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}

.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-opacity-10 {
  --bs-border-opacity: 0.1;
}

.border-opacity-25 {
  --bs-border-opacity: 0.25;
}

.border-opacity-50 {
  --bs-border-opacity: 0.5;
}

.border-opacity-75 {
  --bs-border-opacity: 0.75;
}

.border-opacity-100 {
  --bs-border-opacity: 1;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.row-gap-0 {
  row-gap: 0 !important;
}

.row-gap-1 {
  row-gap: 0.25rem !important;
}

.row-gap-2 {
  row-gap: 0.5rem !important;
}

.row-gap-3 {
  row-gap: 1rem !important;
}

.row-gap-4 {
  row-gap: 1.5rem !important;
}

.row-gap-5 {
  row-gap: 3rem !important;
}

.column-gap-0 {
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}

.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
  column-gap: 0.25rem !important;
}

.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
  column-gap: 0.5rem !important;
}

.column-gap-3 {
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}

.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}

.column-gap-5 {
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}

.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}

.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}

.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}

.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}

.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}

.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}

.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}

.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}

.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}

.link-opacity-10 {
  --bs-link-opacity: 0.1;
}

.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}

.link-opacity-25 {
  --bs-link-opacity: 0.25;
}

.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}

.link-opacity-50 {
  --bs-link-opacity: 0.5;
}

.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}

.link-opacity-75 {
  --bs-link-opacity: 0.75;
}

.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}

.link-opacity-100 {
  --bs-link-opacity: 1;
}

.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}

.link-offset-1 {
  text-underline-offset: 0.125em !important;
}

.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}

.link-offset-2 {
  text-underline-offset: 0.25em !important;
}

.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}

.link-offset-3 {
  text-underline-offset: 0.375em !important;
}

.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}

.link-underline-primary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-success {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-info {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-warning {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-danger {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-light {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline-dark {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}

.link-underline {
  --bs-link-underline-opacity: 1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}

.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}

.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}

.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}

.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}

.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}

.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}

.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

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

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}

.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}

.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}

.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}

.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}

.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}

.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}

.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}

.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}

.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}

.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}

.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}

.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}

.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}

.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}

.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}

.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}

.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.z-n1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}

/*# sourceMappingURL=bootstrap.css.map */



@charset "UTF-8";/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,[data-bs-theme=light] {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13,110,253;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-primary-text-emphasis: #052c65;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0a3622;
    --bs-info-text-emphasis: #055160;
    --bs-warning-text-emphasis: #664d03;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cfe2ff;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d1e7dd;
    --bs-info-bg-subtle: #cff4fc;
    --bs-warning-bg-subtle: #fff3cd;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #9ec5fe;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a3cfbb;
    --bs-info-border-subtle: #9eeaf9;
    --bs-warning-border-subtle: #ffe69c;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255,255,255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0,0,0;
    --bs-secondary-color: rgba(33, 37, 41, 0.75);
    --bs-secondary-color-rgb: 33,37,41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233,236,239;
    --bs-tertiary-color: rgba(33, 37, 41, 0.5);
    --bs-tertiary-color-rgb: 33,37,41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248,249,250;
    --bs-heading-color: inherit;
    --bs-link-color: #0d6efd;
    --bs-link-color-rgb: 13,110,253;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #0a58ca;
    --bs-link-hover-color-rgb: 10,88,202;
    --bs-code-color: #d63384;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: #fff3cd;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
    --bs-form-valid-color: #198754;
    --bs-form-valid-border-color: #198754;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

[data-bs-theme=dark] {
    color-scheme: dark;
    --bs-body-color: #dee2e6;
    --bs-body-color-rgb: 222,226,230;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33,37,41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255,255,255;
    --bs-secondary-color: rgba(222, 226, 230, 0.75);
    --bs-secondary-color-rgb: 222,226,230;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52,58,64;
    --bs-tertiary-color: rgba(222, 226, 230, 0.5);
    --bs-tertiary-color-rgb: 222,226,230;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43,48,53;
    --bs-primary-text-emphasis: #6ea8fe;
    --bs-secondary-text-emphasis: #a7acb1;
    --bs-success-text-emphasis: #75b798;
    --bs-info-text-emphasis: #6edff6;
    --bs-warning-text-emphasis: #ffda6a;
    --bs-danger-text-emphasis: #ea868f;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #031633;
    --bs-secondary-bg-subtle: #161719;
    --bs-success-bg-subtle: #051b11;
    --bs-info-bg-subtle: #032830;
    --bs-warning-bg-subtle: #332701;
    --bs-danger-bg-subtle: #2c0b0e;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #084298;
    --bs-secondary-border-subtle: #41464b;
    --bs-success-border-subtle: #0f5132;
    --bs-info-border-subtle: #087990;
    --bs-warning-border-subtle: #997404;
    --bs-danger-border-subtle: #842029;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #6ea8fe;
    --bs-link-hover-color: #8bb9fe;
    --bs-link-color-rgb: 110,168,254;
    --bs-link-hover-color-rgb: 139,185,254;
    --bs-code-color: #e685b5;
    --bs-highlight-color: #dee2e6;
    --bs-highlight-bg: #664d03;
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: #75b798;
    --bs-form-valid-border-color: #75b798;
    --bs-form-invalid-color: #ea868f;
    --bs-form-invalid-border-color: #ea868f
}

*,::after,::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

.h1,h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width: 1200px) {
    .h1,h1 {
        font-size:2.5rem
    }
}

.h2,h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width: 1200px) {
    .h2,h2 {
        font-size:2rem
    }
}

.h3,h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width: 1200px) {
    .h3,h3 {
        font-size:1.75rem
    }
}

.h4,h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width: 1200px) {
    .h4,h4 {
        font-size:1.5rem
    }
}

.h5,h5 {
    font-size: 1.25rem
}

.h6,h6 {
    font-size: 1rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,ul {
    padding-left: 2rem
}

dl,ol,ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,ol ul,ul ol,ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,strong {
    font-weight: bolder
}

.small,small {
    font-size: .875em
}

.mark,mark {
    padding: .1875em;
    color: var(--bs-highlight-color);
    background-color: var(--bs-highlight-bg)
}

sub,sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,1));
    text-decoration: underline
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb)
}

a:not([href]):not([class]),a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,kbd,pre,samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: var(--bs-code-color);
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .1875rem .375rem;
    font-size: .875em;
    color: var(--bs-body-bg);
    background-color: var(--bs-body-color);
    border-radius: .25rem
}

kbd kbd {
    padding: 0;
    font-size: 1em
}

figure {
    margin: 0 0 1rem
}

img,svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-secondary-color);
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,td,tfoot,th,thead,tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,input,optgroup,select,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none!important
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width: 1200px) {
    legend {
        font-size:1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

[hidden] {
    display: none!important
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-1 {
        font-size:5rem
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-2 {
        font-size:4.5rem
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-3 {
        font-size:4rem
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-4 {
        font-size:3.5rem
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-5 {
        font-size:3rem
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2
}

@media (min-width: 1200px) {
    .display-6 {
        font-size:2.5rem
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem
}

.initialism {
    font-size: .875em;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote>:last-child {
    margin-bottom: 0
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: .875em;
    color: #6c757d
}

.blockquote-footer::before {
    content: "— "
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: .875em;
    color: var(--bs-secondary-color)
}

.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container,.container-sm {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container,.container-md,.container-sm {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container,.container-lg,.container-md,.container-sm {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl {
        max-width:1140px
    }
}

@media (min-width: 1400px) {
    .container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl {
        max-width:1320px
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.33333333%
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

.g-0,.gx-0 {
    --bs-gutter-x: 0
}

.g-0,.gy-0 {
    --bs-gutter-y: 0
}

.g-1,.gx-1 {
    --bs-gutter-x: 0.25rem
}

.g-1,.gy-1 {
    --bs-gutter-y: 0.25rem
}

.g-2,.gx-2 {
    --bs-gutter-x: 0.5rem
}

.g-2,.gy-2 {
    --bs-gutter-y: 0.5rem
}

.g-3,.gx-3 {
    --bs-gutter-x: 1rem
}

.g-3,.gy-3 {
    --bs-gutter-y: 1rem
}

.g-4,.gx-4 {
    --bs-gutter-x: 1.5rem
}

.g-4,.gy-4 {
    --bs-gutter-y: 1.5rem
}

.g-5,.gx-5 {
    --bs-gutter-x: 3rem
}

.g-5,.gy-5 {
    --bs-gutter-y: 3rem
}

@media (min-width: 576px) {
    .col-sm {
        flex:1 0 0%
    }

    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }

    .g-sm-0,.gx-sm-0 {
        --bs-gutter-x: 0
    }

    .g-sm-0,.gy-sm-0 {
        --bs-gutter-y: 0
    }

    .g-sm-1,.gx-sm-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-sm-1,.gy-sm-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-sm-2,.gx-sm-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-sm-2,.gy-sm-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-sm-3,.gx-sm-3 {
        --bs-gutter-x: 1rem
    }

    .g-sm-3,.gy-sm-3 {
        --bs-gutter-y: 1rem
    }

    .g-sm-4,.gx-sm-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-sm-4,.gy-sm-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-sm-5,.gx-sm-5 {
        --bs-gutter-x: 3rem
    }

    .g-sm-5,.gy-sm-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 768px) {
    .col-md {
        flex:1 0 0%
    }

    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }

    .g-md-0,.gx-md-0 {
        --bs-gutter-x: 0
    }

    .g-md-0,.gy-md-0 {
        --bs-gutter-y: 0
    }

    .g-md-1,.gx-md-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-md-1,.gy-md-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-md-2,.gx-md-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-md-2,.gy-md-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-md-3,.gx-md-3 {
        --bs-gutter-x: 1rem
    }

    .g-md-3,.gy-md-3 {
        --bs-gutter-y: 1rem
    }

    .g-md-4,.gx-md-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-md-4,.gy-md-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-md-5,.gx-md-5 {
        --bs-gutter-x: 3rem
    }

    .g-md-5,.gy-md-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex:1 0 0%
    }

    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }

    .g-lg-0,.gx-lg-0 {
        --bs-gutter-x: 0
    }

    .g-lg-0,.gy-lg-0 {
        --bs-gutter-y: 0
    }

    .g-lg-1,.gx-lg-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-lg-1,.gy-lg-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-lg-2,.gx-lg-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-lg-2,.gy-lg-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-lg-3,.gx-lg-3 {
        --bs-gutter-x: 1rem
    }

    .g-lg-3,.gy-lg-3 {
        --bs-gutter-y: 1rem
    }

    .g-lg-4,.gx-lg-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-lg-4,.gy-lg-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-lg-5,.gx-lg-5 {
        --bs-gutter-x: 3rem
    }

    .g-lg-5,.gy-lg-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex:1 0 0%
    }

    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }

    .g-xl-0,.gx-xl-0 {
        --bs-gutter-x: 0
    }

    .g-xl-0,.gy-xl-0 {
        --bs-gutter-y: 0
    }

    .g-xl-1,.gx-xl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xl-1,.gy-xl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xl-2,.gx-xl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xl-2,.gy-xl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xl-3,.gx-xl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xl-3,.gy-xl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xl-4,.gx-xl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xl-4,.gy-xl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xl-5,.gx-xl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xl-5,.gy-xl-5 {
        --bs-gutter-y: 3rem
    }
}

@media (min-width: 1400px) {
    .col-xxl {
        flex:1 0 0%
    }

    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }

    .g-xxl-0,.gx-xxl-0 {
        --bs-gutter-x: 0
    }

    .g-xxl-0,.gy-xxl-0 {
        --bs-gutter-y: 0
    }

    .g-xxl-1,.gx-xxl-1 {
        --bs-gutter-x: 0.25rem
    }

    .g-xxl-1,.gy-xxl-1 {
        --bs-gutter-y: 0.25rem
    }

    .g-xxl-2,.gx-xxl-2 {
        --bs-gutter-x: 0.5rem
    }

    .g-xxl-2,.gy-xxl-2 {
        --bs-gutter-y: 0.5rem
    }

    .g-xxl-3,.gx-xxl-3 {
        --bs-gutter-x: 1rem
    }

    .g-xxl-3,.gy-xxl-3 {
        --bs-gutter-y: 1rem
    }

    .g-xxl-4,.gx-xxl-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-xxl-4,.gy-xxl-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-xxl-5,.gx-xxl-5 {
        --bs-gutter-x: 3rem
    }

    .g-xxl-5,.gy-xxl-5 {
        --bs-gutter-y: 3rem
    }
}

.table {
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
    --bs-table-color-state: initial;
    --bs-table-bg-state: initial;
    --bs-table-color: var(--bs-emphasis-color);
    --bs-table-bg: var(--bs-body-bg);
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-emphasis-color);
    --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
    --bs-table-active-color: var(--bs-emphasis-color);
    --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
    --bs-table-hover-color: var(--bs-emphasis-color);
    --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
    width: 100%;
    margin-bottom: 1rem;
    vertical-align: top;
    border-color: var(--bs-table-border-color)
}

.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)))
}

.table>tbody {
    vertical-align: inherit
}

.table>thead {
    vertical-align: bottom
}

.table-group-divider {
    border-top: calc(var(--bs-border-width) * 2) solid currentcolor
}

.caption-top {
    caption-side: top
}

.table-sm>:not(caption)>*>* {
    padding: .25rem .25rem
}

.table-bordered>:not(caption)>* {
    border-width: var(--bs-border-width) 0
}

.table-bordered>:not(caption)>*>* {
    border-width: 0 var(--bs-border-width)
}

.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}

.table-borderless>:not(:first-child) {
    border-top-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg)
}

.table-striped-columns>:not(caption)>tr>:nth-child(2n) {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: var(--bs-table-striped-bg)
}

.table-active {
    --bs-table-color-state: var(--bs-table-active-color);
    --bs-table-bg-state: var(--bs-table-active-bg)
}

.table-hover>tbody>tr:hover>* {
    --bs-table-color-state: var(--bs-table-hover-color);
    --bs-table-bg-state: var(--bs-table-hover-bg)
}

.table-primary {
    --bs-table-color: #000;
    --bs-table-bg: #cfe2ff;
    --bs-table-border-color: #a6b5cc;
    --bs-table-striped-bg: #c5d7f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bacbe6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfd1ec;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-secondary {
    --bs-table-color: #000;
    --bs-table-bg: #e2e3e5;
    --bs-table-border-color: #b5b6b7;
    --bs-table-striped-bg: #d7d8da;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #cbccce;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d1d2d4;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-success {
    --bs-table-color: #000;
    --bs-table-bg: #d1e7dd;
    --bs-table-border-color: #a7b9b1;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-info {
    --bs-table-color: #000;
    --bs-table-bg: #cff4fc;
    --bs-table-border-color: #a6c3ca;
    --bs-table-striped-bg: #c5e8ef;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #badce3;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bfe2e9;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-warning {
    --bs-table-color: #000;
    --bs-table-bg: #fff3cd;
    --bs-table-border-color: #ccc2a4;
    --bs-table-striped-bg: #f2e7c3;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6dbb9;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece1be;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-danger {
    --bs-table-color: #000;
    --bs-table-bg: #f8d7da;
    --bs-table-border-color: #c6acae;
    --bs-table-striped-bg: #eccccf;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfc2c4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5c7ca;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-light {
    --bs-table-color: #000;
    --bs-table-bg: #f8f9fa;
    --bs-table-border-color: #c6c7c8;
    --bs-table-striped-bg: #ecedee;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #dfe0e1;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #e5e6e7;
    --bs-table-hover-color: #000;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #212529;
    --bs-table-border-color: #4d5154;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color)
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

@media (max-width: 1399.98px) {
    .table-responsive-xxl {
        overflow-x:auto;
        -webkit-overflow-scrolling: touch
    }
}

.form-label {
    margin-bottom: .5rem
}

.col-form-label {
    padding-top: calc(.375rem + var(--bs-border-width));
    padding-bottom: calc(.375rem + var(--bs-border-width));
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + var(--bs-border-width));
    padding-bottom: calc(.5rem + var(--bs-border-width));
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(.25rem + var(--bs-border-width));
    padding-bottom: calc(.25rem + var(--bs-border-width));
    font-size: .875rem
}

.form-text {
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-secondary-color)
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.form-control::-webkit-date-and-time-value {
    min-width: 85px;
    height: 1.5em;
    margin: 0
}

.form-control::-webkit-datetime-edit {
    display: block;
    padding: 0
}

.form-control::-moz-placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

.form-control:disabled {
    background-color: var(--bs-secondary-bg);
    opacity: 1
}

.form-control::-webkit-file-upload-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end:.75rem;color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width:var(--bs-border-width);border-radius: 0;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.form-control::file-selector-button {
    padding: .375rem .75rem;
    margin: -.375rem -.75rem;
    -webkit-margin-end: .75rem;
    margin-inline-end:.75rem;color: var(--bs-body-color);
    background-color: var(--bs-tertiary-bg);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width:var(--bs-border-width);border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none
    }

    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: var(--bs-secondary-bg)
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: var(--bs-secondary-bg)
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: transparent;
    border: solid transparent;
    border-width: var(--bs-border-width) 0
}

.form-control-plaintext:focus {
    outline: 0
}

.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: var(--bs-border-radius-sm)
}

.form-control-sm::-webkit-file-upload-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end:.5rem}

.form-control-sm::file-selector-button {
    padding: .25rem .5rem;
    margin: -.25rem -.5rem;
    -webkit-margin-end: .5rem;
    margin-inline-end:.5rem}

.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg)
}

.form-control-lg::-webkit-file-upload-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end:1rem}

.form-control-lg::file-selector-button {
    padding: .5rem 1rem;
    margin: -.5rem -1rem;
    -webkit-margin-end: 1rem;
    margin-inline-end:1rem}

textarea.form-control {
    min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))
}

textarea.form-control-sm {
    min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))
}

textarea.form-control-lg {
    min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))
}

.form-control-color {
    width: 3rem;
    height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
    padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control-color::-moz-color-swatch {
    border: 0!important;
    border-radius: var(--bs-border-radius)
}

.form-control-color::-webkit-color-swatch {
    border: 0!important;
    border-radius: var(--bs-border-radius)
}

.form-control-color.form-control-sm {
    height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2))
}

.form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))
}

.form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-image: var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon,none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-select {
        transition: none
    }
}

.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.form-select[multiple],.form-select[size]:not([size="1"]) {
    padding-right: .75rem;
    background-image: none
}

.form-select:disabled {
    background-color: var(--bs-secondary-bg)
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 var(--bs-body-color)
}

.form-select-sm {
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem;
    border-radius: var(--bs-border-radius-sm)
}

.form-select-lg {
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg)
}

[data-bs-theme=dark] .form-select {
    --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em
}

.form-check-reverse {
    padding-right: 1.5em;
    padding-left: 0;
    text-align: right
}

.form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0
}

.form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-image: var(--bs-form-check-bg-image);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact
}

.form-check-input[type=checkbox] {
    border-radius: .25em
}

.form-check-input[type=radio] {
    border-radius: 50%
}

.form-check-input:active {
    filter: brightness(90%)
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd
}

.form-check-input:checked[type=checkbox] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: .5
}

.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label {
    cursor: default;
    opacity: .5
}

.form-switch {
    padding-left: 2.5em
}

.form-switch .form-check-input {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    width: 2em;
    margin-left: -2.5em;
    background-image: var(--bs-form-switch-bg);
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-switch .form-check-input {
        transition: none
    }
}

.form-switch .form-check-input:focus {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
    background-position: right center;
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0
}

.form-switch.form-check-reverse .form-check-input {
    margin-right: -2.5em;
    margin-left: 0
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem
}

.btn-check {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none
}

.btn-check:disabled+.btn,.btn-check[disabled]+.btn {
    pointer-events: none;
    filter: none;
    opacity: .65
}

[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
    --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")
}

.form-range {
    width: 100%;
    height: 1.5rem;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    -webkit-appearance: none;
    appearance: none;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #b6d4fe
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    -moz-appearance: none;
    appearance: none;
    background-color: #0d6efd;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #b6d4fe
}

.form-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: transparent;
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: var(--bs-secondary-color)
}

.form-range:disabled::-moz-range-thumb {
    background-color: var(--bs-secondary-color)
}

.form-floating {
    position: relative
}

.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select {
    height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem .75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-floating>label {
        transition: none
    }
}

.form-floating>.form-control,.form-floating>.form-control-plaintext {
    padding: 1rem .75rem
}

.form-floating>.form-control-plaintext::-moz-placeholder,.form-floating>.form-control::-moz-placeholder {
    color: transparent
}

.form-floating>.form-control-plaintext::placeholder,.form-floating>.form-control::placeholder {
    color: transparent
}

.form-floating>.form-control-plaintext:not(:-moz-placeholder-shown),.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown),.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control-plaintext:-webkit-autofill,.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    color: rgba(var(--bs-body-color-rgb),.65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control-plaintext~label,.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label {
    color: rgba(var(--bs-body-color-rgb),.65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius)
}

.form-floating>.form-control-plaintext~label::after,.form-floating>.form-control:focus~label::after,.form-floating>.form-control:not(:placeholder-shown)~label::after,.form-floating>.form-select~label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: var(--bs-body-bg);
    border-radius: var(--bs-border-radius)
}

.form-floating>.form-control:-webkit-autofill~label {
    color: rgba(var(--bs-body-color-rgb),.65);
    transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control-plaintext~label {
    border-width: var(--bs-border-width) 0
}

.form-floating>.form-control:disabled~label,.form-floating>:disabled~label {
    color: #6c757d
}

.form-floating>.form-control:disabled~label::after,.form-floating>:disabled~label::after {
    background-color: var(--bs-secondary-bg)
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control,.input-group>.form-floating,.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus,.input-group>.form-floating:focus-within,.input-group>.form-select:focus {
    z-index: 5
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 5
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius)
}

.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: var(--bs-border-radius-lg)
}

.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: var(--bs-border-radius-sm)
}

.input-group-lg>.form-select,.input-group-sm>.form-select {
    padding-right: 3rem
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select,.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: calc(var(--bs-border-width) * -1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-form-valid-color)
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: var(--bs-success);
    border-radius: var(--bs-border-radius)
}

.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip {
    display: block
}

.form-control.is-valid,.was-validated .form-control:valid {
    border-color: var(--bs-form-valid-border-color);
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,.was-validated .form-control:valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25)
}

.was-validated textarea.form-control:valid,textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-valid,.was-validated .form-select:valid {
    border-color: var(--bs-form-valid-border-color)
}

.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"],.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    padding-right: 4.125rem;
    background-position: right .75rem center,center right 2.25rem;
    background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-valid:focus,.was-validated .form-select:valid:focus {
    border-color: var(--bs-form-valid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25)
}

.form-control-color.is-valid,.was-validated .form-control-color:valid {
    width: calc(3rem + calc(1.5em + .75rem))
}

.form-check-input.is-valid,.was-validated .form-check-input:valid {
    border-color: var(--bs-form-valid-border-color)
}

.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked {
    background-color: var(--bs-form-valid-color)
}

.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb),.25)
}

.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label {
    color: var(--bs-form-valid-color)
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em
}

.input-group>.form-control:not(:focus).is-valid,.input-group>.form-floating:not(:focus-within).is-valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-control:not(:focus):valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.was-validated .input-group>.form-select:not(:focus):valid {
    z-index: 3
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: var(--bs-form-invalid-color)
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    color: #fff;
    background-color: var(--bs-danger);
    border-radius: var(--bs-border-radius)
}

.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip {
    display: block
}

.form-control.is-invalid,.was-validated .form-control:invalid {
    border-color: var(--bs-form-invalid-border-color);
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)
}

.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-invalid,.was-validated .form-select:invalid {
    border-color: var(--bs-form-invalid-border-color)
}

.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"],.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"] {
    --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    padding-right: 4.125rem;
    background-position: right .75rem center,center right 2.25rem;
    background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus {
    border-color: var(--bs-form-invalid-border-color);
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)
}

.form-control-color.is-invalid,.was-validated .form-control-color:invalid {
    width: calc(3rem + calc(1.5em + .75rem))
}

.form-check-input.is-invalid,.was-validated .form-check-input:invalid {
    border-color: var(--bs-form-invalid-border-color)
}

.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked {
    background-color: var(--bs-form-invalid-color)
}

.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus {
    box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb),.25)
}

.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label {
    color: var(--bs-form-invalid-color)
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em
}

.input-group>.form-control:not(:focus).is-invalid,.input-group>.form-floating:not(:focus-within).is-invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-control:not(:focus):invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.was-validated .input-group>.form-select:not(:focus):invalid {
    z-index: 4
}

.btn {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-family: ;
    --bs-btn-font-size: 1rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.5;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color)
}

.btn-check+.btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color)
}

.btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:focus-visible+.btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:checked+.btn,.btn.active,.btn.show,.btn:first-child:active,:not(.btn-check)+.btn:active {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color)
}

.btn-check:checked+.btn:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible,.btn:first-child:active:focus-visible,:not(.btn-check)+.btn:active:focus-visible {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn-check:checked:focus-visible+.btn {
    box-shadow: var(--bs-btn-focus-box-shadow)
}

.btn.disabled,.btn:disabled,fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity)
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0b5ed7;
    --bs-btn-hover-border-color: #0a58ca;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0a58ca;
    --bs-btn-active-border-color: #0a53be;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #0d6efd;
    --bs-btn-disabled-border-color: #0d6efd
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #5c636a;
    --bs-btn-hover-border-color: #565e64;
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #565e64;
    --bs-btn-active-border-color: #51585e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #6c757d;
    --bs-btn-disabled-border-color: #6c757d
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60,153,110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754
}

.btn-info {
    --bs-btn-color: #000;
    --bs-btn-bg: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #31d2f2;
    --bs-btn-hover-border-color: #25cff2;
    --bs-btn-focus-shadow-rgb: 11,172,204;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #3dd5f3;
    --bs-btn-active-border-color: #25cff2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #0dcaf0;
    --bs-btn-disabled-border-color: #0dcaf0
}

.btn-warning {
    --bs-btn-color: #000;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffca2c;
    --bs-btn-hover-border-color: #ffc720;
    --bs-btn-focus-shadow-rgb: 217,164,6;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffcd39;
    --bs-btn-active-border-color: #ffc720;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107
}

.btn-danger {
    --bs-btn-color: #fff;
    --bs-btn-bg: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #bb2d3b;
    --bs-btn-hover-border-color: #b02a37;
    --bs-btn-focus-shadow-rgb: 225,83,97;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #b02a37;
    --bs-btn-active-border-color: #a52834;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #dc3545;
    --bs-btn-disabled-border-color: #dc3545
}

.btn-light {
    --bs-btn-color: #000;
    --bs-btn-bg: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #d3d4d5;
    --bs-btn-hover-border-color: #c6c7c8;
    --bs-btn-focus-shadow-rgb: 211,212,213;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #c6c7c8;
    --bs-btn-active-border-color: #babbbc;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #000;
    --bs-btn-disabled-bg: #f8f9fa;
    --bs-btn-disabled-border-color: #f8f9fa
}

.btn-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66,70,73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529
}

.btn-outline-primary {
    --bs-btn-color: #0d6efd;
    --bs-btn-border-color: #0d6efd;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #0d6efd;
    --bs-btn-hover-border-color: #0d6efd;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #0d6efd;
    --bs-btn-active-border-color: #0d6efd;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0d6efd;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0d6efd;
    --bs-gradient: none
}

.btn-outline-secondary {
    --bs-btn-color: #6c757d;
    --bs-btn-border-color: #6c757d;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6c757d;
    --bs-btn-hover-border-color: #6c757d;
    --bs-btn-focus-shadow-rgb: 108,117,125;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6c757d;
    --bs-btn-active-border-color: #6c757d;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6c757d;
    --bs-gradient: none
}

.btn-outline-success {
    --bs-btn-color: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #198754;
    --bs-btn-hover-border-color: #198754;
    --bs-btn-focus-shadow-rgb: 25,135,84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #198754;
    --bs-btn-active-border-color: #198754;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #198754;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #198754;
    --bs-gradient: none
}

.btn-outline-info {
    --bs-btn-color: #0dcaf0;
    --bs-btn-border-color: #0dcaf0;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #0dcaf0;
    --bs-btn-hover-border-color: #0dcaf0;
    --bs-btn-focus-shadow-rgb: 13,202,240;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #0dcaf0;
    --bs-btn-active-border-color: #0dcaf0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #0dcaf0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #0dcaf0;
    --bs-gradient: none
}

.btn-outline-warning {
    --bs-btn-color: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #ffc107;
    --bs-btn-hover-border-color: #ffc107;
    --bs-btn-focus-shadow-rgb: 255,193,7;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #ffc107;
    --bs-btn-active-border-color: #ffc107;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffc107;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #ffc107;
    --bs-gradient: none
}

.btn-outline-danger {
    --bs-btn-color: #dc3545;
    --bs-btn-border-color: #dc3545;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #dc3545;
    --bs-btn-hover-border-color: #dc3545;
    --bs-btn-focus-shadow-rgb: 220,53,69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #dc3545;
    --bs-btn-active-border-color: #dc3545;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #dc3545;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #dc3545;
    --bs-gradient: none
}

.btn-outline-light {
    --bs-btn-color: #f8f9fa;
    --bs-btn-border-color: #f8f9fa;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #f8f9fa;
    --bs-btn-hover-border-color: #f8f9fa;
    --bs-btn-focus-shadow-rgb: 248,249,250;
    --bs-btn-active-color: #000;
    --bs-btn-active-bg: #f8f9fa;
    --bs-btn-active-border-color: #f8f9fa;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #f8f9fa;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #f8f9fa;
    --bs-gradient: none
}

.btn-outline-dark {
    --bs-btn-color: #212529;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #212529;
    --bs-btn-hover-border-color: #212529;
    --bs-btn-focus-shadow-rgb: 33,37,41;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #212529;
    --bs-btn-active-border-color: #212529;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none
}

.btn-link {
    --bs-btn-font-weight: 400;
    --bs-btn-color: var(--bs-link-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: var(--bs-link-hover-color);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-active-color: var(--bs-link-hover-color);
    --bs-btn-active-border-color: transparent;
    --bs-btn-disabled-color: #6c757d;
    --bs-btn-disabled-border-color: transparent;
    --bs-btn-box-shadow: 0 0 0 #000;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    text-decoration: underline
}

.btn-link:focus-visible {
    color: var(--bs-btn-color)
}

.btn-link:hover {
    color: var(--bs-btn-hover-color)
}

.btn-group-lg>.btn,.btn-lg {
    --bs-btn-padding-y: 0.5rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-font-size: 1.25rem;
    --bs-btn-border-radius: var(--bs-border-radius-lg)
}

.btn-group-sm>.btn,.btn-sm {
    --bs-btn-padding-y: 0.25rem;
    --bs-btn-padding-x: 0.5rem;
    --bs-btn-font-size: 0.875rem;
    --bs-btn-border-radius: var(--bs-border-radius-sm)
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none
    }
}

.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width .35s ease
}

@media (prefers-reduced-motion:reduce) {
    .collapsing.collapse-horizontal {
        transition: none
    }
}

.dropdown,.dropdown-center,.dropend,.dropstart,.dropup,.dropup-center {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 10rem;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 1rem;
    --bs-dropdown-color: var(--bs-body-color);
    --bs-dropdown-bg: var(--bs-body-bg);
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: var(--bs-border-radius);
    --bs-dropdown-border-width: var(--bs-border-width);
    --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: var(--bs-box-shadow);
    --bs-dropdown-link-color: var(--bs-body-color);
    --bs-dropdown-link-hover-color: var(--bs-body-color);
    --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius)
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: var(--bs-dropdown-spacer)
}

.dropdown-menu-start {
    --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0
}

.dropdown-menu-end {
    --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto
}

@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position:start
    }

    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-end {
        --bs-position: end
    }

    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position:start
    }

    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-end {
        --bs-position: end
    }

    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position:start
    }

    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-end {
        --bs-position: end
    }

    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position:start
    }

    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-end {
        --bs-position: end
    }

    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

@media (min-width: 1400px) {
    .dropdown-menu-xxl-start {
        --bs-position:start
    }

    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0
    }

    .dropdown-menu-xxl-end {
        --bs-position: end
    }

    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: var(--bs-dropdown-spacer)
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: var(--bs-dropdown-spacer)
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropend .dropdown-toggle::after {
    vertical-align: 0
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: var(--bs-dropdown-spacer)
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropstart .dropdown-toggle::after {
    display: none
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-divider {
    height: 0;
    margin: var(--bs-dropdown-divider-margin-y) 0;
    overflow: hidden;
    border-top: 1px solid var(--bs-dropdown-divider-bg);
    opacity: 1
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: var(--bs-dropdown-item-border-radius,0)
}

.dropdown-item:focus,.dropdown-item:hover {
    color: var(--bs-dropdown-link-hover-color);
    background-color: var(--bs-dropdown-link-hover-bg)
}

.dropdown-item.active,.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: var(--bs-dropdown-link-active-bg)
}

.dropdown-item.disabled,.dropdown-item:disabled {
    color: var(--bs-dropdown-link-disabled-color);
    pointer-events: none;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
    margin-bottom: 0;
    font-size: .875rem;
    color: var(--bs-dropdown-header-color);
    white-space: nowrap
}

.dropdown-item-text {
    display: block;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    color: var(--bs-dropdown-link-color)
}

.dropdown-menu-dark {
    --bs-dropdown-color: #dee2e6;
    --bs-dropdown-bg: #343a40;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-box-shadow: ;
    --bs-dropdown-link-color: #dee2e6;
    --bs-dropdown-link-hover-color: #fff;
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-header-color: #adb5bd
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.btn-group-vertical>.btn,.btn-group>.btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group {
    border-radius: var(--bs-border-radius)
}

.btn-group>.btn-group:not(:first-child),.btn-group>:not(.btn-check:first-child)+.btn {
    margin-left: calc(var(--bs-border-width) * -1)
}

.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropstart .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group {
    width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child) {
    margin-top: calc(var(--bs-border-width) * -1)
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav {
    --bs-nav-link-padding-x: 1rem;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-link-color);
    --bs-nav-link-hover-color: var(--bs-link-hover-color);
    --bs-nav-link-disabled-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .nav-link {
        transition: none
    }
}

.nav-link:focus,.nav-link:hover {
    color: var(--bs-nav-link-hover-color)
}

.nav-link:focus-visible {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.nav-link.disabled,.nav-link:disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default
}

.nav-tabs {
    --bs-nav-tabs-border-width: var(--bs-border-width);
    --bs-nav-tabs-border-color: var(--bs-border-color);
    --bs-nav-tabs-border-radius: var(--bs-border-radius);
    --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
    --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
    --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
    --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
    border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius)
}

.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color)
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color)
}

.nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.nav-pills {
    --bs-nav-pills-border-radius: var(--bs-border-radius);
    --bs-nav-pills-link-active-color: #fff;
    --bs-nav-pills-link-active-bg: #0d6efd
}

.nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius)
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg)
}

.nav-underline {
    --bs-nav-underline-gap: 1rem;
    --bs-nav-underline-border-width: 0.125rem;
    --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
    gap: var(--bs-nav-underline-gap)
}

.nav-underline .nav-link {
    padding-right: 0;
    padding-left: 0;
    border-bottom: var(--bs-nav-underline-border-width) solid transparent
}

.nav-underline .nav-link:focus,.nav-underline .nav-link:hover {
    border-bottom-color: currentcolor
}

.nav-underline .nav-link.active,.nav-underline .show>.nav-link {
    font-weight: 700;
    color: var(--bs-nav-underline-link-active-color);
    border-bottom-color: currentcolor
}

.nav-fill .nav-item,.nav-fill>.nav-link {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item,.nav-justified>.nav-link {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link {
    width: 100%
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
    --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
    --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
    --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-padding-y: 0.3125rem;
    --bs-navbar-brand-margin-end: 1rem;
    --bs-navbar-brand-font-size: 1.25rem;
    --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
    --bs-navbar-nav-link-padding-x: 0.5rem;
    --bs-navbar-toggler-padding-y: 0.25rem;
    --bs-navbar-toggler-padding-x: 0.75rem;
    --bs-navbar-toggler-font-size: 1.25rem;
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
    --bs-navbar-toggler-border-radius: var(--bs-border-radius);
    --bs-navbar-toggler-focus-width: 0.25rem;
    --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)
}

.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    padding-top: var(--bs-navbar-brand-padding-y);
    padding-bottom: var(--bs-navbar-brand-padding-y);
    margin-right: var(--bs-navbar-brand-margin-end);
    font-size: var(--bs-navbar-brand-font-size);
    color: var(--bs-navbar-brand-color);
    text-decoration: none;
    white-space: nowrap
}

.navbar-brand:focus,.navbar-brand:hover {
    color: var(--bs-navbar-brand-hover-color)
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link.active,.navbar-nav .nav-link.show {
    color: var(--bs-navbar-active-color)
}

.navbar-nav .dropdown-menu {
    position: static
}

.navbar-text {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: var(--bs-navbar-color)
}

.navbar-text a,.navbar-text a:focus,.navbar-text a:hover {
    color: var(--bs-navbar-active-color)
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition)
}

@media (prefers-reduced-motion:reduce) {
    .navbar-toggler {
        transition: none
    }
}

.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width)
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height,75vh);
    overflow-y: auto
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }

    .navbar-expand-sm .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        transform: none!important;
        transition: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-md .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }

    .navbar-expand-md .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        transform: none!important;
        transition: none
    }

    .navbar-expand-md .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }

    .navbar-expand-lg .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        transform: none!important;
        transition: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }

    .navbar-expand-xl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        transform: none!important;
        transition: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

@media (min-width: 1400px) {
    .navbar-expand-xxl {
        flex-wrap:nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xxl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x)
    }

    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible
    }

    .navbar-expand-xxl .navbar-collapse {
        display: flex!important;
        flex-basis: auto
    }

    .navbar-expand-xxl .navbar-toggler {
        display: none
    }

    .navbar-expand-xxl .offcanvas {
        position: static;
        z-index: auto;
        flex-grow: 1;
        width: auto!important;
        height: auto!important;
        visibility: visible!important;
        background-color: transparent!important;
        border: 0!important;
        transform: none!important;
        transition: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none
    }

    .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start
}

.navbar-expand .navbar-nav {
    flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x)
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible
}

.navbar-expand .navbar-collapse {
    display: flex!important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto!important;
    height: auto!important;
    visibility: visible!important;
    background-color: transparent!important;
    border: 0!important;
    transform: none!important;
    transition: none
}

.navbar-expand .offcanvas .offcanvas-header {
    display: none
}

.navbar-expand .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible
}

.navbar-dark,.navbar[data-bs-theme=dark] {
    --bs-navbar-color: rgba(255, 255, 255, 0.55);
    --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
    --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --bs-navbar-active-color: #fff;
    --bs-navbar-brand-color: #fff;
    --bs-navbar-brand-hover-color: #fff;
    --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

[data-bs-theme=dark] .navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: var(--bs-body-bg);
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    color: var(--bs-body-color);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius)
}

.card>hr {
    margin-right: 0;
    margin-left: 0
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card>.card-header+.list-group,.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color)
}

.card-title {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color)
}

.card-subtitle {
    margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
    margin-bottom: 0;
    color: var(--bs-card-subtitle-color)
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link+.card-link {
    margin-left: var(--bs-card-spacer-x)
}

.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
}

.card-footer {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color)
}

.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
}

.card-header-tabs {
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
    border-bottom: 0
}

.card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg)
}

.card-header-pills {
    margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
    margin-left: calc(-.5 * var(--bs-card-cap-padding-x))
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    border-radius: var(--bs-card-inner-border-radius)
}

.card-img,.card-img-bottom,.card-img-top {
    width: 100%
}

.card-img,.card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card-img,.card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius)
}

.card-group>.card {
    margin-bottom: var(--bs-card-group-margin)
}

@media (min-width: 576px) {
    .card-group {
        display:flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.accordion {
    --bs-accordion-color: var(--bs-body-color);
    --bs-accordion-bg: var(--bs-body-bg);
    --bs-accordion-transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,border-radius 0.15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: var(--bs-border-width);
    --bs-accordion-border-radius: var(--bs-border-radius);
    --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: var(--bs-body-color);
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: var(--bs-primary-text-emphasis);
    --bs-accordion-active-bg: var(--bs-primary-bg-subtle)
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition)
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform)
}

.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition)
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button::after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type>.accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)
}

.accordion-flush>.accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush>.accordion-item:first-child {
    border-top: 0
}

.accordion-flush>.accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush>.accordion-item>.accordion-header .accordion-button,.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed {
    border-radius: 0
}

.accordion-flush>.accordion-item>.accordion-collapse {
    border-radius: 0
}

[data-bs-theme=dark] .accordion-button::after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius)
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x)
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/")
}

.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color)
}

.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--bs-link-color);
    --bs-pagination-bg: var(--bs-body-bg);
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: var(--bs-border-color);
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: var(--bs-link-hover-color);
    --bs-pagination-hover-bg: var(--bs-tertiary-bg);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #0d6efd;
    --bs-pagination-active-border-color: #0d6efd;
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
    display: flex;
    padding-left: 0;
    list-style: none
}

.page-link {
    position: relative;
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
    font-size: var(--bs-pagination-font-size);
    color: var(--bs-pagination-color);
    text-decoration: none;
    background-color: var(--bs-pagination-bg);
    border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .page-link {
        transition: none
    }
}

.page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color)
}

.page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow)
}

.active>.page-link,.page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color)
}

.disabled>.page-link,.page-link.disabled {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color)
}

.page-item:not(:first-child) .page-link {
    margin-left: calc(var(--bs-border-width) * -1)
}

.page-item:first-child .page-link {
    border-top-left-radius: var(--bs-pagination-border-radius);
    border-bottom-left-radius: var(--bs-pagination-border-radius)
}

.page-item:last-child .page-link {
    border-top-right-radius: var(--bs-pagination-border-radius);
    border-bottom-right-radius: var(--bs-pagination-border-radius)
}

.pagination-lg {
    --bs-pagination-padding-x: 1.5rem;
    --bs-pagination-padding-y: 0.75rem;
    --bs-pagination-font-size: 1.25rem;
    --bs-pagination-border-radius: var(--bs-border-radius-lg)
}

.pagination-sm {
    --bs-pagination-padding-x: 0.5rem;
    --bs-pagination-padding-y: 0.25rem;
    --bs-pagination-font-size: 0.875rem;
    --bs-pagination-border-radius: var(--bs-border-radius-sm)
}

.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: var(--bs-border-radius);
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius)
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.alert {
    --bs-alert-bg: transparent;
    --bs-alert-padding-x: 1rem;
    --bs-alert-padding-y: 1rem;
    --bs-alert-margin-bottom: 1rem;
    --bs-alert-color: inherit;
    --bs-alert-border-color: transparent;
    --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
    --bs-alert-border-radius: var(--bs-border-radius);
    --bs-alert-link-color: inherit;
    position: relative;
    padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
    margin-bottom: var(--bs-alert-margin-bottom);
    color: var(--bs-alert-color);
    background-color: var(--bs-alert-bg);
    border: var(--bs-alert-border);
    border-radius: var(--bs-alert-border-radius)
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700;
    color: var(--bs-alert-link-color)
}

.alert-dismissible {
    padding-right: 3rem
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem
}

.alert-primary {
    --bs-alert-color: var(--bs-primary-text-emphasis);
    --bs-alert-bg: var(--bs-primary-bg-subtle);
    --bs-alert-border-color: var(--bs-primary-border-subtle);
    --bs-alert-link-color: var(--bs-primary-text-emphasis)
}

.alert-secondary {
    --bs-alert-color: var(--bs-secondary-text-emphasis);
    --bs-alert-bg: var(--bs-secondary-bg-subtle);
    --bs-alert-border-color: var(--bs-secondary-border-subtle);
    --bs-alert-link-color: var(--bs-secondary-text-emphasis)
}

.alert-success {
    --bs-alert-color: var(--bs-success-text-emphasis);
    --bs-alert-bg: var(--bs-success-bg-subtle);
    --bs-alert-border-color: var(--bs-success-border-subtle);
    --bs-alert-link-color: var(--bs-success-text-emphasis)
}

.alert-info {
    --bs-alert-color: var(--bs-info-text-emphasis);
    --bs-alert-bg: var(--bs-info-bg-subtle);
    --bs-alert-border-color: var(--bs-info-border-subtle);
    --bs-alert-link-color: var(--bs-info-text-emphasis)
}

.alert-warning {
    --bs-alert-color: var(--bs-warning-text-emphasis);
    --bs-alert-bg: var(--bs-warning-bg-subtle);
    --bs-alert-border-color: var(--bs-warning-border-subtle);
    --bs-alert-link-color: var(--bs-warning-text-emphasis)
}

.alert-danger {
    --bs-alert-color: var(--bs-danger-text-emphasis);
    --bs-alert-bg: var(--bs-danger-bg-subtle);
    --bs-alert-border-color: var(--bs-danger-border-subtle);
    --bs-alert-link-color: var(--bs-danger-text-emphasis)
}

.alert-light {
    --bs-alert-color: var(--bs-light-text-emphasis);
    --bs-alert-bg: var(--bs-light-bg-subtle);
    --bs-alert-border-color: var(--bs-light-border-subtle);
    --bs-alert-link-color: var(--bs-light-text-emphasis)
}

.alert-dark {
    --bs-alert-color: var(--bs-dark-text-emphasis);
    --bs-alert-bg: var(--bs-dark-bg-subtle);
    --bs-alert-border-color: var(--bs-dark-border-subtle);
    --bs-alert-link-color: var(--bs-dark-text-emphasis)
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem
    }
}

.progress,.progress-stacked {
    --bs-progress-height: 1rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: var(--bs-secondary-bg);
    --bs-progress-border-radius: var(--bs-border-radius);
    --bs-progress-box-shadow: var(--bs-box-shadow-inset);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #0d6efd;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    height: var(--bs-progress-height);
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius)
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition)
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: var(--bs-progress-height) var(--bs-progress-height)
}

.progress-stacked>.progress {
    overflow: visible
}

.progress-stacked>.progress>.progress-bar {
    width: 100%
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.list-group {
    --bs-list-group-color: var(--bs-body-color);
    --bs-list-group-bg: var(--bs-body-bg);
    --bs-list-group-border-color: var(--bs-border-color);
    --bs-list-group-border-width: var(--bs-border-width);
    --bs-list-group-border-radius: var(--bs-border-radius);
    --bs-list-group-item-padding-x: 1rem;
    --bs-list-group-item-padding-y: 0.5rem;
    --bs-list-group-action-color: var(--bs-secondary-color);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
    --bs-list-group-action-active-color: var(--bs-body-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-bg);
    --bs-list-group-disabled-color: var(--bs-secondary-color);
    --bs-list-group-disabled-bg: var(--bs-body-bg);
    --bs-list-group-active-color: #fff;
    --bs-list-group-active-bg: #0d6efd;
    --bs-list-group-active-border-color: #0d6efd;
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: var(--bs-list-group-border-radius)
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section
}

.list-group-numbered>.list-group-item::before {
    content: counters(section, ".") ". ";
    counter-increment: section
}

.list-group-item-action {
    width: 100%;
    color: var(--bs-list-group-action-color);
    text-align: inherit
}

.list-group-item-action:focus,.list-group-item-action:hover {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg)
}

.list-group-item-action:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg)
}

.list-group-item {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled,.list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg)
}

.list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color)
}

.list-group-item+.list-group-item {
    border-top-width: 0
}

.list-group-item+.list-group-item.active {
    margin-top: calc(-1 * var(--bs-list-group-border-width));
    border-top-width: var(--bs-list-group-border-width)
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width)
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction:row
    }

    .list-group-horizontal-sm>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction:row
    }

    .list-group-horizontal-md>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-md>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction:row
    }

    .list-group-horizontal-lg>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction:row
    }

    .list-group-horizontal-xl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

@media (min-width: 1400px) {
    .list-group-horizontal-xxl {
        flex-direction:row
    }

    .list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child) {
        border-bottom-left-radius: var(--bs-list-group-border-radius);
        border-top-right-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child) {
        border-top-right-radius: var(--bs-list-group-border-radius);
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: var(--bs-list-group-border-width);
        border-left-width: 0
    }

    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width)
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush>.list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width)
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    --bs-list-group-color: var(--bs-primary-text-emphasis);
    --bs-list-group-bg: var(--bs-primary-bg-subtle);
    --bs-list-group-border-color: var(--bs-primary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
    --bs-list-group-active-color: var(--bs-primary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-primary-text-emphasis)
}

.list-group-item-secondary {
    --bs-list-group-color: var(--bs-secondary-text-emphasis);
    --bs-list-group-bg: var(--bs-secondary-bg-subtle);
    --bs-list-group-border-color: var(--bs-secondary-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
    --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
    --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)
}

.list-group-item-success {
    --bs-list-group-color: var(--bs-success-text-emphasis);
    --bs-list-group-bg: var(--bs-success-bg-subtle);
    --bs-list-group-border-color: var(--bs-success-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
    --bs-list-group-active-color: var(--bs-success-bg-subtle);
    --bs-list-group-active-bg: var(--bs-success-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-success-text-emphasis)
}

.list-group-item-info {
    --bs-list-group-color: var(--bs-info-text-emphasis);
    --bs-list-group-bg: var(--bs-info-bg-subtle);
    --bs-list-group-border-color: var(--bs-info-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
    --bs-list-group-active-color: var(--bs-info-bg-subtle);
    --bs-list-group-active-bg: var(--bs-info-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-info-text-emphasis)
}

.list-group-item-warning {
    --bs-list-group-color: var(--bs-warning-text-emphasis);
    --bs-list-group-bg: var(--bs-warning-bg-subtle);
    --bs-list-group-border-color: var(--bs-warning-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
    --bs-list-group-active-color: var(--bs-warning-bg-subtle);
    --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-warning-text-emphasis)
}

.list-group-item-danger {
    --bs-list-group-color: var(--bs-danger-text-emphasis);
    --bs-list-group-bg: var(--bs-danger-bg-subtle);
    --bs-list-group-border-color: var(--bs-danger-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
    --bs-list-group-active-color: var(--bs-danger-bg-subtle);
    --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-danger-text-emphasis)
}

.list-group-item-light {
    --bs-list-group-color: var(--bs-light-text-emphasis);
    --bs-list-group-bg: var(--bs-light-bg-subtle);
    --bs-list-group-border-color: var(--bs-light-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
    --bs-list-group-active-color: var(--bs-light-bg-subtle);
    --bs-list-group-active-bg: var(--bs-light-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-light-text-emphasis)
}

.list-group-item-dark {
    --bs-list-group-color: var(--bs-dark-text-emphasis);
    --bs-list-group-bg: var(--bs-dark-bg-subtle);
    --bs-list-group-border-color: var(--bs-dark-border-subtle);
    --bs-list-group-action-hover-color: var(--bs-emphasis-color);
    --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
    --bs-list-group-action-active-color: var(--bs-emphasis-color);
    --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
    --bs-list-group-active-color: var(--bs-dark-bg-subtle);
    --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
    --bs-list-group-active-border-color: var(--bs-dark-text-emphasis)
}

.btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    --bs-btn-close-opacity: 0.5;
    --bs-btn-close-hover-opacity: 0.75;
    --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    --bs-btn-close-focus-opacity: 1;
    --bs-btn-close-disabled-opacity: 0.25;
    --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: var(--bs-btn-close-color);
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
    border: 0;
    border-radius: .375rem;
    opacity: var(--bs-btn-close-opacity)
}

.btn-close:hover {
    color: var(--bs-btn-close-color);
    text-decoration: none;
    opacity: var(--bs-btn-close-hover-opacity)
}

.btn-close:focus {
    outline: 0;
    box-shadow: var(--bs-btn-close-focus-shadow);
    opacity: var(--bs-btn-close-focus-opacity)
}

.btn-close.disabled,.btn-close:disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: var(--bs-btn-close-disabled-opacity)
}

.btn-close-white {
    filter: var(--bs-btn-close-white-filter)
}

[data-bs-theme=dark] .btn-close {
    filter: var(--bs-btn-close-white-filter)
}

.toast {
    --bs-toast-zindex: 1090;
    --bs-toast-padding-x: 0.75rem;
    --bs-toast-padding-y: 0.5rem;
    --bs-toast-spacing: 1.5rem;
    --bs-toast-max-width: 350px;
    --bs-toast-font-size: 0.875rem;
    --bs-toast-color: ;
    --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-border-width: var(--bs-border-width);
    --bs-toast-border-color: var(--bs-border-color-translucent);
    --bs-toast-border-radius: var(--bs-border-radius);
    --bs-toast-box-shadow: var(--bs-box-shadow);
    --bs-toast-header-color: var(--bs-secondary-color);
    --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
    --bs-toast-header-border-color: var(--bs-border-color-translucent);
    width: var(--bs-toast-max-width);
    max-width: 100%;
    font-size: var(--bs-toast-font-size);
    color: var(--bs-toast-color);
    pointer-events: auto;
    background-color: var(--bs-toast-bg);
    background-clip: padding-box;
    border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
    box-shadow: var(--bs-toast-box-shadow);
    border-radius: var(--bs-toast-border-radius)
}

.toast.showing {
    opacity: 0
}

.toast:not(.show) {
    display: none
}

.toast-container {
    --bs-toast-zindex: 1090;
    position: absolute;
    z-index: var(--bs-toast-zindex);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    pointer-events: none
}

.toast-container>:not(:last-child) {
    margin-bottom: var(--bs-toast-spacing)
}

.toast-header {
    display: flex;
    align-items: center;
    padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
    color: var(--bs-toast-header-color);
    background-color: var(--bs-toast-header-bg);
    background-clip: padding-box;
    border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
    border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
    border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))
}

.toast-header .btn-close {
    margin-right: calc(-.5 * var(--bs-toast-padding-x));
    margin-left: var(--bs-toast-padding-x)
}

.toast-body {
    padding: var(--bs-toast-padding-x);
    word-wrap: break-word
}

.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: ;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: var(--bs-box-shadow-sm);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-bg: ;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translate(0,-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - var(--bs-modal-margin) * 2)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0
}

.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg)
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity)
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius)
}

.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto
}

.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height)
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding)
}

.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
    background-color: var(--bs-modal-footer-bg);
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius)
}

.modal-footer>* {
    margin: calc(var(--bs-modal-footer-gap) * .5)
}

@media (min-width: 576px) {
    .modal {
        --bs-modal-margin:1.75rem;
        --bs-modal-box-shadow: var(--bs-box-shadow)
    }

    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto
    }

    .modal-sm {
        --bs-modal-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg,.modal-xl {
        --bs-modal-width:800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width:1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-footer,.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-footer,.modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-footer,.modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-footer,.modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-footer,.modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
}

@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width:100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }

    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-footer,.modal-fullscreen-xxl-down .modal-header {
        border-radius: 0
    }

    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto
    }
}

.tooltip {
    --bs-tooltip-zindex: 1080;
    --bs-tooltip-max-width: 200px;
    --bs-tooltip-padding-x: 0.5rem;
    --bs-tooltip-padding-y: 0.25rem;
    --bs-tooltip-margin: ;
    --bs-tooltip-font-size: 0.875rem;
    --bs-tooltip-color: var(--bs-body-bg);
    --bs-tooltip-bg: var(--bs-emphasis-color);
    --bs-tooltip-border-radius: var(--bs-border-radius);
    --bs-tooltip-opacity: 0.9;
    --bs-tooltip-arrow-width: 0.8rem;
    --bs-tooltip-arrow-height: 0.4rem;
    z-index: var(--bs-tooltip-zindex);
    display: block;
    margin: var(--bs-tooltip-margin);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-tooltip-font-size);
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: var(--bs-tooltip-opacity)
}

.tooltip .tooltip-arrow {
    display: block;
    width: var(--bs-tooltip-arrow-width);
    height: var(--bs-tooltip-arrow-height)
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow {
    bottom: calc(-1 * var(--bs-tooltip-arrow-height))
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before {
    top: -1px;
    border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-top-color: var(--bs-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow {
    left: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before {
    right: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
    border-right-color: var(--bs-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow {
    top: calc(-1 * var(--bs-tooltip-arrow-height))
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-bottom-color: var(--bs-tooltip-bg)
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow {
    right: calc(-1 * var(--bs-tooltip-arrow-height));
    width: var(--bs-tooltip-arrow-height);
    height: var(--bs-tooltip-arrow-width)
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before {
    left: -1px;
    border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
    border-left-color: var(--bs-tooltip-bg)
}

.tooltip-inner {
    max-width: var(--bs-tooltip-max-width);
    padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
    color: var(--bs-tooltip-color);
    text-align: center;
    background-color: var(--bs-tooltip-bg);
    border-radius: var(--bs-tooltip-border-radius)
}

.popover {
    --bs-popover-zindex: 1070;
    --bs-popover-max-width: 276px;
    --bs-popover-font-size: 0.875rem;
    --bs-popover-bg: var(--bs-body-bg);
    --bs-popover-border-width: var(--bs-border-width);
    --bs-popover-border-color: var(--bs-border-color-translucent);
    --bs-popover-border-radius: var(--bs-border-radius-lg);
    --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
    --bs-popover-box-shadow: var(--bs-box-shadow);
    --bs-popover-header-padding-x: 1rem;
    --bs-popover-header-padding-y: 0.5rem;
    --bs-popover-header-font-size: 1rem;
    --bs-popover-header-color: inherit;
    --bs-popover-header-bg: var(--bs-secondary-bg);
    --bs-popover-body-padding-x: 1rem;
    --bs-popover-body-padding-y: 1rem;
    --bs-popover-body-color: var(--bs-body-color);
    --bs-popover-arrow-width: 1rem;
    --bs-popover-arrow-height: 0.5rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    z-index: var(--bs-popover-zindex);
    display: block;
    max-width: var(--bs-popover-max-width);
    font-family: var(--bs-font-sans-serif);
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    white-space: normal;
    word-spacing: normal;
    line-break: auto;
    font-size: var(--bs-popover-font-size);
    word-wrap: break-word;
    background-color: var(--bs-popover-bg);
    background-clip: padding-box;
    border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-radius: var(--bs-popover-border-radius)
}

.popover .popover-arrow {
    display: block;
    width: var(--bs-popover-arrow-width);
    height: var(--bs-popover-arrow-height)
}

.popover .popover-arrow::after,.popover .popover-arrow::before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 0
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow {
    bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::after,.bs-popover-top>.popover-arrow::before {
    border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before {
    bottom: 0;
    border-top-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after {
    bottom: var(--bs-popover-border-width);
    border-top-color: var(--bs-popover-bg)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow {
    left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::after,.bs-popover-end>.popover-arrow::before {
    border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before {
    left: 0;
    border-right-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after {
    left: var(--bs-popover-border-width);
    border-right-color: var(--bs-popover-bg)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow {
    top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::before {
    border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before {
    top: 0;
    border-bottom-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after {
    top: var(--bs-popover-border-width);
    border-bottom-color: var(--bs-popover-bg)
}

.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: var(--bs-popover-arrow-width);
    margin-left: calc(-.5 * var(--bs-popover-arrow-width));
    content: "";
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow {
    right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
    width: var(--bs-popover-arrow-height);
    height: var(--bs-popover-arrow-width)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::after,.bs-popover-start>.popover-arrow::before {
    border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before {
    right: 0;
    border-left-color: var(--bs-popover-arrow-border)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after {
    right: var(--bs-popover-border-width);
    border-left-color: var(--bs-popover-bg)
}

.popover-header {
    padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
    margin-bottom: 0;
    font-size: var(--bs-popover-header-font-size);
    color: var(--bs-popover-header-color);
    background-color: var(--bs-popover-header-bg);
    border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
    border-top-left-radius: var(--bs-popover-inner-border-radius);
    border-top-right-radius: var(--bs-popover-inner-border-radius)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
    color: var(--bs-popover-body-color)
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item-next,.carousel-item-prev,.carousel-item.active {
    display: block
}

.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start) {
    transform: translateX(100%)
}

.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
    .carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start {
        transition: none
    }
}

.carousel-control-next,.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-control-next,.carousel-control-prev {
        transition: none
    }
}

.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-next-icon,.carousel-control-prev-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none
    }
}

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center
}

.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000
}

.carousel-dark .carousel-caption {
    color: #000
}

[data-bs-theme=dark] .carousel .carousel-control-next-icon,[data-bs-theme=dark] .carousel .carousel-control-prev-icon,[data-bs-theme=dark].carousel .carousel-control-next-icon,[data-bs-theme=dark].carousel .carousel-control-prev-icon {
    filter: invert(1) grayscale(100)
}

[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
    background-color: #000
}

[data-bs-theme=dark] .carousel .carousel-caption,[data-bs-theme=dark].carousel .carousel-caption {
    color: #000
}

.spinner-border,.spinner-grow {
    display: inline-block;
    width: var(--bs-spinner-width);
    height: var(--bs-spinner-height);
    vertical-align: var(--bs-spinner-vertical-align);
    border-radius: 50%;
    animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-border-width: 0.25em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-border;
    border: var(--bs-spinner-border-width) solid currentcolor;
    border-right-color: transparent
}

.spinner-border-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem;
    --bs-spinner-border-width: 0.2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }

    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    --bs-spinner-width: 2rem;
    --bs-spinner-height: 2rem;
    --bs-spinner-vertical-align: -0.125em;
    --bs-spinner-animation-speed: 0.75s;
    --bs-spinner-animation-name: spinner-grow;
    background-color: currentcolor;
    opacity: 0
}

.spinner-grow-sm {
    --bs-spinner-width: 1rem;
    --bs-spinner-height: 1rem
}

@media (prefers-reduced-motion:reduce) {
    .spinner-border,.spinner-grow {
        --bs-spinner-animation-speed: 1.5s
    }
}

.offcanvas,.offcanvas-lg,.offcanvas-md,.offcanvas-sm,.offcanvas-xl,.offcanvas-xxl {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 400px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: var(--bs-body-color);
    --bs-offcanvas-bg: var(--bs-body-bg);
    --bs-offcanvas-border-width: var(--bs-border-width);
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
    --bs-offcanvas-transition: transform 0.3s ease-in-out;
    --bs-offcanvas-title-line-height: 1.5
}

@media (max-width: 575.98px) {
    .offcanvas-sm {
        position:fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }
}

@media (max-width: 575.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-sm {
        transition:none
    }
}

@media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-start {
        top:0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .offcanvas-sm.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .offcanvas-sm.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-sm.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-sm.show:not(.hiding),.offcanvas-sm.showing {
        transform: none
    }

    .offcanvas-sm.hiding,.offcanvas-sm.show,.offcanvas-sm.showing {
        visibility: visible
    }
}

@media (min-width: 576px) {
    .offcanvas-sm {
        --bs-offcanvas-height:auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent!important
    }

    .offcanvas-sm .offcanvas-header {
        display: none
    }

    .offcanvas-sm .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!important
    }
}

@media (max-width: 767.98px) {
    .offcanvas-md {
        position:fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }
}

@media (max-width: 767.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-md {
        transition:none
    }
}

@media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-start {
        top:0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .offcanvas-md.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .offcanvas-md.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-md.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-md.show:not(.hiding),.offcanvas-md.showing {
        transform: none
    }

    .offcanvas-md.hiding,.offcanvas-md.show,.offcanvas-md.showing {
        visibility: visible
    }
}

@media (min-width: 768px) {
    .offcanvas-md {
        --bs-offcanvas-height:auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent!important
    }

    .offcanvas-md .offcanvas-header {
        display: none
    }

    .offcanvas-md .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!important
    }
}

@media (max-width: 991.98px) {
    .offcanvas-lg {
        position:fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }
}

@media (max-width: 991.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-lg {
        transition:none
    }
}

@media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-start {
        top:0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .offcanvas-lg.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .offcanvas-lg.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-lg.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-lg.show:not(.hiding),.offcanvas-lg.showing {
        transform: none
    }

    .offcanvas-lg.hiding,.offcanvas-lg.show,.offcanvas-lg.showing {
        visibility: visible
    }
}

@media (min-width: 992px) {
    .offcanvas-lg {
        --bs-offcanvas-height:auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent!important
    }

    .offcanvas-lg .offcanvas-header {
        display: none
    }

    .offcanvas-lg .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!important
    }
}

@media (max-width: 1199.98px) {
    .offcanvas-xl {
        position:fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }
}

@media (max-width: 1199.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-xl {
        transition:none
    }
}

@media (max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-start {
        top:0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .offcanvas-xl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .offcanvas-xl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-xl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-xl.show:not(.hiding),.offcanvas-xl.showing {
        transform: none
    }

    .offcanvas-xl.hiding,.offcanvas-xl.show,.offcanvas-xl.showing {
        visibility: visible
    }
}

@media (min-width: 1200px) {
    .offcanvas-xl {
        --bs-offcanvas-height:auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent!important
    }

    .offcanvas-xl .offcanvas-header {
        display: none
    }

    .offcanvas-xl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!important
    }
}

@media (max-width: 1399.98px) {
    .offcanvas-xxl {
        position:fixed;
        bottom: 0;
        z-index: var(--bs-offcanvas-zindex);
        display: flex;
        flex-direction: column;
        max-width: 100%;
        color: var(--bs-offcanvas-color);
        visibility: hidden;
        background-color: var(--bs-offcanvas-bg);
        background-clip: padding-box;
        outline: 0;
        transition: var(--bs-offcanvas-transition)
    }
}

@media (max-width: 1399.98px) and (prefers-reduced-motion:reduce) {
    .offcanvas-xxl {
        transition:none
    }
}

@media (max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-start {
        top:0;
        left: 0;
        width: var(--bs-offcanvas-width);
        border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(-100%)
    }

    .offcanvas-xxl.offcanvas-end {
        top: 0;
        right: 0;
        width: var(--bs-offcanvas-width);
        border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateX(100%)
    }

    .offcanvas-xxl.offcanvas-top {
        top: 0;
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(-100%)
    }

    .offcanvas-xxl.offcanvas-bottom {
        right: 0;
        left: 0;
        height: var(--bs-offcanvas-height);
        max-height: 100%;
        border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
        transform: translateY(100%)
    }

    .offcanvas-xxl.show:not(.hiding),.offcanvas-xxl.showing {
        transform: none
    }

    .offcanvas-xxl.hiding,.offcanvas-xxl.show,.offcanvas-xxl.showing {
        visibility: visible
    }
}

@media (min-width: 1400px) {
    .offcanvas-xxl {
        --bs-offcanvas-height:auto;
        --bs-offcanvas-border-width: 0;
        background-color: transparent!important
    }

    .offcanvas-xxl .offcanvas-header {
        display: none
    }

    .offcanvas-xxl .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible;
        background-color: transparent!important
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition)
}

@media (prefers-reduced-motion:reduce) {
    .offcanvas {
        transition: none
    }
}

.offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%)
}

.offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%)
}

.offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%)
}

.offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%)
}

.offcanvas.show:not(.hiding),.offcanvas.showing {
    transform: none
}

.offcanvas.hiding,.offcanvas.show,.offcanvas.showing {
    visibility: visible
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.offcanvas-backdrop.fade {
    opacity: 0
}

.offcanvas-backdrop.show {
    opacity: .5
}

.offcanvas-header {
    display: flex;
    align-items: center;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)
}

.offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
    margin: calc(-.5 * var(--bs-offcanvas-padding-y)) calc(-.5 * var(--bs-offcanvas-padding-x)) calc(-.5 * var(--bs-offcanvas-padding-y)) auto
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: var(--bs-offcanvas-title-line-height)
}

.offcanvas-body {
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
    overflow-y: auto
}

.placeholder {
    display: inline-block;
    min-height: 1em;
    vertical-align: middle;
    cursor: wait;
    background-color: currentcolor;
    opacity: .5
}

.placeholder.btn::before {
    display: inline-block;
    content: ""
}

.placeholder-xs {
    min-height: .6em
}

.placeholder-sm {
    min-height: .8em
}

.placeholder-lg {
    min-height: 1.2em
}

.placeholder-glow .placeholder {
    animation: placeholder-glow 2s ease-in-out infinite
}

@keyframes placeholder-glow {
    50% {
        opacity: .2
    }
}

.placeholder-wave {
    -webkit-mask-image: linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);
    mask-image: linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);
    -webkit-mask-size: 200% 100%;
    mask-size: 200% 100%;
    animation: placeholder-wave 2s linear infinite
}

@keyframes placeholder-wave {
    100% {
        -webkit-mask-position: -200% 0%;
        mask-position: -200% 0%
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.text-bg-primary {
    color: #fff!important;
    background-color: RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1))!important
}

.text-bg-secondary {
    color: #fff!important;
    background-color: RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1))!important
}

.text-bg-success {
    color: #fff!important;
    background-color: RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1))!important
}

.text-bg-info {
    color: #000!important;
    background-color: RGBA(var(--bs-info-rgb),var(--bs-bg-opacity,1))!important
}

.text-bg-warning {
    color: #000!important;
    background-color: RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1))!important
}

.text-bg-danger {
    color: #fff!important;
    background-color: RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1))!important
}

.text-bg-light {
    color: #000!important;
    background-color: RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1))!important
}

.text-bg-dark {
    color: #fff!important;
    background-color: RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1))!important
}

.link-primary {
    color: RGBA(var(--bs-primary-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-primary-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-primary:focus,.link-primary:hover {
    color: RGBA(10,88,202,var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(10,88,202,var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(10,88,202,var(--bs-link-underline-opacity,1))!important
}

.link-secondary {
    color: RGBA(var(--bs-secondary-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-secondary-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-secondary:focus,.link-secondary:hover {
    color: RGBA(86,94,100,var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(86,94,100,var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(86,94,100,var(--bs-link-underline-opacity,1))!important
}

.link-success {
    color: RGBA(var(--bs-success-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-success-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-success:focus,.link-success:hover {
    color: RGBA(20,108,67,var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(20,108,67,var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(20,108,67,var(--bs-link-underline-opacity,1))!important
}

.link-info {
    color: RGBA(var(--bs-info-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-info-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-info:focus,.link-info:hover {
    color: RGBA(61,213,243,var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(61,213,243,var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(61,213,243,var(--bs-link-underline-opacity,1))!important
}

.link-warning {
    color: RGBA(var(--bs-warning-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-warning-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-warning:focus,.link-warning:hover {
    color: RGBA(255,205,57,var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(255,205,57,var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(255,205,57,var(--bs-link-underline-opacity,1))!important
}

.link-danger {
    color: RGBA(var(--bs-danger-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-danger-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-danger:focus,.link-danger:hover {
    color: RGBA(176,42,55,var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(176,42,55,var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(176,42,55,var(--bs-link-underline-opacity,1))!important
}

.link-light {
    color: RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-light-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-light:focus,.link-light:hover {
    color: RGBA(249,250,251,var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(249,250,251,var(--bs-link-underline-opacity,1))!important
}

.link-dark {
    color: RGBA(var(--bs-dark-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-dark-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-dark:focus,.link-dark:hover {
    color: RGBA(26,30,33,var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(26,30,33,var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(26,30,33,var(--bs-link-underline-opacity,1))!important
}

.link-body-emphasis {
    color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,1))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-body-emphasis:focus,.link-body-emphasis:hover {
    color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-opacity,.75))!important;
    -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75))!important;
    text-decoration-color: RGBA(var(--bs-emphasis-color-rgb),var(--bs-link-underline-opacity,0.75))!important
}

.focus-ring:focus {
    outline: 0;
    box-shadow: var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)
}

.icon-link {
    display: inline-flex;
    gap: .375rem;
    align-items: center;
    -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));
    text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));
    text-underline-offset: 0.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.icon-link>.bi {
    flex-shrink: 0;
    width: 1em;
    height: 1em;
    fill: currentcolor;
    transition: .2s ease-in-out transform
}

@media (prefers-reduced-motion:reduce) {
    .icon-link>.bi {
        transition: none
    }
}

.icon-link-hover:focus-visible>.bi,.icon-link-hover:hover>.bi {
    transform: var(--bs-icon-link-transform,translate3d(.25em,0,0))
}

.ratio {
    position: relative;
    width: 100%
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%
}

.ratio-4x3 {
    --bs-aspect-ratio: 75%
}

.ratio-16x9 {
    --bs-aspect-ratio: 56.25%
}

.ratio-21x9 {
    --bs-aspect-ratio: 42.8571428571%
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

.sticky-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-sm-bottom {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-md-bottom {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-lg-bottom {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xl-bottom {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

@media (min-width: 1400px) {
    .sticky-xxl-top {
        position:-webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }

    .sticky-xxl-bottom {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        z-index: 1020
    }
}

.hstack {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: stretch
}

.vstack {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-self: stretch
}

.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within) {
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    margin: -1px!important;
    overflow: hidden!important;
    clip: rect(0,0,0,0)!important;
    white-space: nowrap!important;
    border: 0!important
}

.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),.visually-hidden:not(caption) {
    position: absolute!important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: ""
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.vr {
    display: inline-block;
    align-self: stretch;
    width: var(--bs-border-width);
    min-height: 1em;
    background-color: currentcolor;
    opacity: .25
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

.float-start {
    float: left!important
}

.float-end {
    float: right!important
}

.float-none {
    float: none!important
}

.object-fit-contain {
    -o-object-fit: contain!important;
    object-fit: contain!important
}

.object-fit-cover {
    -o-object-fit: cover!important;
    object-fit: cover!important
}

.object-fit-fill {
    -o-object-fit: fill!important;
    object-fit: fill!important
}

.object-fit-scale {
    -o-object-fit: scale-down!important;
    object-fit: scale-down!important
}

.object-fit-none {
    -o-object-fit: none!important;
    object-fit: none!important
}

.opacity-0 {
    opacity: 0!important
}

.opacity-25 {
    opacity: .25!important
}

.opacity-50 {
    opacity: .5!important
}

.opacity-75 {
    opacity: .75!important
}

.opacity-100 {
    opacity: 1!important
}

.overflow-auto {
    overflow: auto!important
}

.overflow-hidden {
    overflow: hidden!important
}

.overflow-visible {
    overflow: visible!important
}

.overflow-scroll {
    overflow: scroll!important
}

.overflow-x-auto {
    overflow-x: auto!important
}

.overflow-x-hidden {
    overflow-x: hidden!important
}

.overflow-x-visible {
    overflow-x: visible!important
}

.overflow-x-scroll {
    overflow-x: scroll!important
}

.overflow-y-auto {
    overflow-y: auto!important
}

.overflow-y-hidden {
    overflow-y: hidden!important
}

.overflow-y-visible {
    overflow-y: visible!important
}

.overflow-y-scroll {
    overflow-y: scroll!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-grid {
    display: grid!important
}

.d-inline-grid {
    display: inline-grid!important
}

.d-table {
    display: table!important
}

.d-table-row {
    display: table-row!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: flex!important
}

.d-inline-flex {
    display: inline-flex!important
}

.d-none {
    display: none!important
}

.shadow {
    box-shadow: var(--bs-box-shadow)!important
}

.shadow-sm {
    box-shadow: var(--bs-box-shadow-sm)!important
}

.shadow-lg {
    box-shadow: var(--bs-box-shadow-lg)!important
}

.shadow-none {
    box-shadow: none!important
}

.focus-ring-primary {
    --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-secondary {
    --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-success {
    --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-info {
    --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-warning {
    --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-danger {
    --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-light {
    --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))
}

.focus-ring-dark {
    --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important
}

.top-0 {
    top: 0!important
}

.top-50 {
    top: 50%!important
}

.top-100 {
    top: 100%!important
}

.bottom-0 {
    bottom: 0!important
}

.bottom-50 {
    bottom: 50%!important
}

.bottom-100 {
    bottom: 100%!important
}

.start-0 {
    left: 0!important
}

.start-50 {
    left: 50%!important
}

.start-100 {
    left: 100%!important
}

.end-0 {
    right: 0!important
}

.end-50 {
    right: 50%!important
}

.end-100 {
    right: 100%!important
}

.translate-middle {
    transform: translate(-50%,-50%)!important
}

.translate-middle-x {
    transform: translateX(-50%)!important
}

.translate-middle-y {
    transform: translateY(-50%)!important
}

.border {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

.border-0 {
    border: 0!important
}

.border-top {
    border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

.border-top-0 {
    border-top: 0!important
}

.border-end {
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

.border-end-0 {
    border-right: 0!important
}

.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-start {
    border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important
}

.border-start-0 {
    border-left: 0!important
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-primary-rgb),var(--bs-border-opacity))!important
}

.border-secondary {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-secondary-rgb),var(--bs-border-opacity))!important
}

.border-success {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb),var(--bs-border-opacity))!important
}

.border-info {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-info-rgb),var(--bs-border-opacity))!important
}

.border-warning {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-warning-rgb),var(--bs-border-opacity))!important
}

.border-danger {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-danger-rgb),var(--bs-border-opacity))!important
}

.border-light {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-light-rgb),var(--bs-border-opacity))!important
}

.border-dark {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-dark-rgb),var(--bs-border-opacity))!important
}

.border-black {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-black-rgb),var(--bs-border-opacity))!important
}

.border-white {
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-white-rgb),var(--bs-border-opacity))!important
}

.border-primary-subtle {
    border-color: var(--bs-primary-border-subtle)!important
}

.border-secondary-subtle {
    border-color: var(--bs-secondary-border-subtle)!important
}

.border-success-subtle {
    border-color: var(--bs-success-border-subtle)!important
}

.border-info-subtle {
    border-color: var(--bs-info-border-subtle)!important
}

.border-warning-subtle {
    border-color: var(--bs-warning-border-subtle)!important
}

.border-danger-subtle {
    border-color: var(--bs-danger-border-subtle)!important
}

.border-light-subtle {
    border-color: var(--bs-light-border-subtle)!important
}

.border-dark-subtle {
    border-color: var(--bs-dark-border-subtle)!important
}

.border-1 {
    border-width: 1px!important
}

.border-2 {
    border-width: 2px!important
}

.border-3 {
    border-width: 3px!important
}

.border-4 {
    border-width: 4px!important
}

.border-5 {
    border-width: 5px!important
}

.border-opacity-10 {
    --bs-border-opacity: 0.1
}

.border-opacity-25 {
    --bs-border-opacity: 0.25
}

.border-opacity-50 {
    --bs-border-opacity: 0.5
}

.border-opacity-75 {
    --bs-border-opacity: 0.75
}

.border-opacity-100 {
    --bs-border-opacity: 1
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.w-auto {
    width: auto!important
}

.mw-100 {
    max-width: 100%!important
}

.vw-100 {
    width: 100vw!important
}

.min-vw-100 {
    min-width: 100vw!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.h-auto {
    height: auto!important
}

.mh-100 {
    max-height: 100%!important
}

.vh-100 {
    height: 100vh!important
}

.min-vh-100 {
    min-height: 100vh!important
}

.flex-fill {
    flex: 1 1 auto!important
}

.flex-row {
    flex-direction: row!important
}

.flex-column {
    flex-direction: column!important
}

.flex-row-reverse {
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    flex-direction: column-reverse!important
}

.flex-grow-0 {
    flex-grow: 0!important
}

.flex-grow-1 {
    flex-grow: 1!important
}

.flex-shrink-0 {
    flex-shrink: 0!important
}

.flex-shrink-1 {
    flex-shrink: 1!important
}

.flex-wrap {
    flex-wrap: wrap!important
}

.flex-nowrap {
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse!important
}

.justify-content-start {
    justify-content: flex-start!important
}

.justify-content-end {
    justify-content: flex-end!important
}

.justify-content-center {
    justify-content: center!important
}

.justify-content-between {
    justify-content: space-between!important
}

.justify-content-around {
    justify-content: space-around!important
}

.justify-content-evenly {
    justify-content: space-evenly!important
}

.align-items-start {
    align-items: flex-start!important
}

.align-items-end {
    align-items: flex-end!important
}

.align-items-center {
    align-items: center!important
}

.align-items-baseline {
    align-items: baseline!important
}

.align-items-stretch {
    align-items: stretch!important
}

.align-content-start {
    align-content: flex-start!important
}

.align-content-end {
    align-content: flex-end!important
}

.align-content-center {
    align-content: center!important
}

.align-content-between {
    align-content: space-between!important
}

.align-content-around {
    align-content: space-around!important
}

.align-content-stretch {
    align-content: stretch!important
}

.align-self-auto {
    align-self: auto!important
}

.align-self-start {
    align-self: flex-start!important
}

.align-self-end {
    align-self: flex-end!important
}

.align-self-center {
    align-self: center!important
}

.align-self-baseline {
    align-self: baseline!important
}

.align-self-stretch {
    align-self: stretch!important
}

.order-first {
    order: -1!important
}

.order-0 {
    order: 0!important
}

.order-1 {
    order: 1!important
}

.order-2 {
    order: 2!important
}

.order-3 {
    order: 3!important
}

.order-4 {
    order: 4!important
}

.order-5 {
    order: 5!important
}

.order-last {
    order: 6!important
}

.m-0 {
    margin: 0!important
}

.m-1 {
    margin: .25rem!important
}

.m-2 {
    margin: .5rem!important
}

.m-3 {
    margin: 1rem!important
}

.m-4 {
    margin: 1.5rem!important
}

.m-5 {
    margin: 3rem!important
}

.m-auto {
    margin: auto!important
}

.mx-0 {
    margin-right: 0!important;
    margin-left: 0!important
}

.mx-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
}

.mx-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
}

.mx-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
}

.mx-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
}

.mx-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
}

.mx-auto {
    margin-right: auto!important;
    margin-left: auto!important
}

.my-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.my-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
}

.my-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
}

.my-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
}

.my-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
}

.my-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
}

.my-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
}

.mt-0 {
    margin-top: 0!important
}

.mt-1 {
    margin-top: .25rem!important
}

.mt-2 {
    margin-top: .5rem!important
}

.mt-3 {
    margin-top: 1rem!important
}

.mt-4 {
    margin-top: 1.5rem!important
}

.mt-5 {
    margin-top: 3rem!important
}

.mt-auto {
    margin-top: auto!important
}

.me-0 {
    margin-right: 0!important
}

.me-1 {
    margin-right: .25rem!important
}

.me-2 {
    margin-right: .5rem!important
}

.me-3 {
    margin-right: 1rem!important
}

.me-4 {
    margin-right: 1.5rem!important
}

.me-5 {
    margin-right: 3rem!important
}

.me-auto {
    margin-right: auto!important
}

.mb-0 {
    margin-bottom: 0!important
}

.mb-1 {
    margin-bottom: .25rem!important
}

.mb-2 {
    margin-bottom: .5rem!important
}

.mb-3 {
    margin-bottom: 1rem!important
}

.mb-4 {
    margin-bottom: 1.5rem!important
}

.mb-5 {
    margin-bottom: 3rem!important
}

.mb-auto {
    margin-bottom: auto!important
}

.ms-0 {
    margin-left: 0!important
}

.ms-1 {
    margin-left: .25rem!important
}

.ms-2 {
    margin-left: .5rem!important
}

.ms-3 {
    margin-left: 1rem!important
}

.ms-4 {
    margin-left: 1.5rem!important
}

.ms-5 {
    margin-left: 3rem!important
}

.ms-auto {
    margin-left: auto!important
}

.p-0 {
    padding: 0!important
}

.p-1 {
    padding: .25rem!important
}

.p-2 {
    padding: .5rem!important
}

.p-3 {
    padding: 1rem!important
}

.p-4 {
    padding: 1.5rem!important
}

.p-5 {
    padding: 3rem!important
}

.px-0 {
    padding-right: 0!important;
    padding-left: 0!important
}

.px-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
}

.px-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
}

.px-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
}

.px-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
}

.px-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
}

.py-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
}

.py-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
}

.py-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
}

.py-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
}

.py-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
}

.py-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
}

.pt-0 {
    padding-top: 0!important
}

.pt-1 {
    padding-top: .25rem!important
}

.pt-2 {
    padding-top: .5rem!important
}

.pt-3 {
    padding-top: 1rem!important
}

.pt-4 {
    padding-top: 1.5rem!important
}

.pt-5 {
    padding-top: 3rem!important
}

.pe-0 {
    padding-right: 0!important
}

.pe-1 {
    padding-right: .25rem!important
}

.pe-2 {
    padding-right: .5rem!important
}

.pe-3 {
    padding-right: 1rem!important
}

.pe-4 {
    padding-right: 1.5rem!important
}

.pe-5 {
    padding-right: 3rem!important
}

.pb-0 {
    padding-bottom: 0!important
}

.pb-1 {
    padding-bottom: .25rem!important
}

.pb-2 {
    padding-bottom: .5rem!important
}

.pb-3 {
    padding-bottom: 1rem!important
}

.pb-4 {
    padding-bottom: 1.5rem!important
}

.pb-5 {
    padding-bottom: 3rem!important
}

.ps-0 {
    padding-left: 0!important
}

.ps-1 {
    padding-left: .25rem!important
}

.ps-2 {
    padding-left: .5rem!important
}

.ps-3 {
    padding-left: 1rem!important
}

.ps-4 {
    padding-left: 1.5rem!important
}

.ps-5 {
    padding-left: 3rem!important
}

.gap-0 {
    gap: 0!important
}

.gap-1 {
    gap: .25rem!important
}

.gap-2 {
    gap: .5rem!important
}

.gap-3 {
    gap: 1rem!important
}

.gap-4 {
    gap: 1.5rem!important
}

.gap-5 {
    gap: 3rem!important
}

.row-gap-0 {
    row-gap: 0!important
}

.row-gap-1 {
    row-gap: .25rem!important
}

.row-gap-2 {
    row-gap: .5rem!important
}

.row-gap-3 {
    row-gap: 1rem!important
}

.row-gap-4 {
    row-gap: 1.5rem!important
}

.row-gap-5 {
    row-gap: 3rem!important
}

.column-gap-0 {
    -moz-column-gap: 0!important;
    column-gap: 0!important
}

.column-gap-1 {
    -moz-column-gap: 0.25rem!important;
    column-gap: .25rem!important
}

.column-gap-2 {
    -moz-column-gap: 0.5rem!important;
    column-gap: .5rem!important
}

.column-gap-3 {
    -moz-column-gap: 1rem!important;
    column-gap: 1rem!important
}

.column-gap-4 {
    -moz-column-gap: 1.5rem!important;
    column-gap: 1.5rem!important
}

.column-gap-5 {
    -moz-column-gap: 3rem!important;
    column-gap: 3rem!important
}

.font-monospace {
    font-family: var(--bs-font-monospace)!important
}

.fs-1 {
    font-size: calc(1.375rem + 1.5vw)!important
}

.fs-2 {
    font-size: calc(1.325rem + .9vw)!important
}

.fs-3 {
    font-size: calc(1.3rem + .6vw)!important
}

.fs-4 {
    font-size: calc(1.275rem + .3vw)!important
}

.fs-5 {
    font-size: 1.25rem!important
}

.fs-6 {
    font-size: 1rem!important
}

.fst-italic {
    font-style: italic!important
}

.fst-normal {
    font-style: normal!important
}

.fw-lighter {
    font-weight: lighter!important
}

.fw-light {
    font-weight: 300!important
}

.fw-normal {
    font-weight: 400!important
}

.fw-medium {
    font-weight: 500!important
}

.fw-semibold {
    font-weight: 600!important
}

.fw-bold {
    font-weight: 700!important
}

.fw-bolder {
    font-weight: bolder!important
}

.lh-1 {
    line-height: 1!important
}

.lh-sm {
    line-height: 1.25!important
}

.lh-base {
    line-height: 1.5!important
}

.lh-lg {
    line-height: 2!important
}

.text-start {
    text-align: left!important
}

.text-end {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

.text-decoration-none {
    text-decoration: none!important
}

.text-decoration-underline {
    text-decoration: underline!important
}

.text-decoration-line-through {
    text-decoration: line-through!important
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.text-wrap {
    white-space: normal!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-break {
    word-wrap: break-word!important;
    word-break: break-word!important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important
}

.text-secondary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important
}

.text-info {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important
}

.text-warning {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important
}

.text-danger {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important
}

.text-light {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important
}

.text-dark {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important
}

.text-black {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important
}

.text-body {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important
}

.text-muted {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color)!important
}

.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0,0,0,.5)!important
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255,255,255,.5)!important
}

.text-body-secondary {
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color)!important
}

.text-body-tertiary {
    --bs-text-opacity: 1;
    color: var(--bs-tertiary-color)!important
}

.text-body-emphasis {
    --bs-text-opacity: 1;
    color: var(--bs-emphasis-color)!important
}

.text-reset {
    --bs-text-opacity: 1;
    color: inherit!important
}

.text-opacity-25 {
    --bs-text-opacity: 0.25
}

.text-opacity-50 {
    --bs-text-opacity: 0.5
}

.text-opacity-75 {
    --bs-text-opacity: 0.75
}

.text-opacity-100 {
    --bs-text-opacity: 1
}

.text-primary-emphasis {
    color: var(--bs-primary-text-emphasis)!important
}

.text-secondary-emphasis {
    color: var(--bs-secondary-text-emphasis)!important
}

.text-success-emphasis {
    color: var(--bs-success-text-emphasis)!important
}

.text-info-emphasis {
    color: var(--bs-info-text-emphasis)!important
}

.text-warning-emphasis {
    color: var(--bs-warning-text-emphasis)!important
}

.text-danger-emphasis {
    color: var(--bs-danger-text-emphasis)!important
}

.text-light-emphasis {
    color: var(--bs-light-text-emphasis)!important
}

.text-dark-emphasis {
    color: var(--bs-dark-text-emphasis)!important
}

.link-opacity-10 {
    --bs-link-opacity: 0.1
}

.link-opacity-10-hover:hover {
    --bs-link-opacity: 0.1
}

.link-opacity-25 {
    --bs-link-opacity: 0.25
}

.link-opacity-25-hover:hover {
    --bs-link-opacity: 0.25
}

.link-opacity-50 {
    --bs-link-opacity: 0.5
}

.link-opacity-50-hover:hover {
    --bs-link-opacity: 0.5
}

.link-opacity-75 {
    --bs-link-opacity: 0.75
}

.link-opacity-75-hover:hover {
    --bs-link-opacity: 0.75
}

.link-opacity-100 {
    --bs-link-opacity: 1
}

.link-opacity-100-hover:hover {
    --bs-link-opacity: 1
}

.link-offset-1 {
    text-underline-offset: 0.125em!important
}

.link-offset-1-hover:hover {
    text-underline-offset: 0.125em!important
}

.link-offset-2 {
    text-underline-offset: 0.25em!important
}

.link-offset-2-hover:hover {
    text-underline-offset: 0.25em!important
}

.link-offset-3 {
    text-underline-offset: 0.375em!important
}

.link-offset-3-hover:hover {
    text-underline-offset: 0.375em!important
}

.link-underline-primary {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important;
    text-decoration-color: rgba(var(--bs-primary-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-secondary {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important;
    text-decoration-color: rgba(var(--bs-secondary-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-success {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important;
    text-decoration-color: rgba(var(--bs-success-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-info {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important;
    text-decoration-color: rgba(var(--bs-info-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-warning {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important;
    text-decoration-color: rgba(var(--bs-warning-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-danger {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important;
    text-decoration-color: rgba(var(--bs-danger-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-light {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important;
    text-decoration-color: rgba(var(--bs-light-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline-dark {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important;
    text-decoration-color: rgba(var(--bs-dark-rgb),var(--bs-link-underline-opacity))!important
}

.link-underline {
    --bs-link-underline-opacity: 1;
    -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important;
    text-decoration-color: rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1))!important
}

.link-underline-opacity-0 {
    --bs-link-underline-opacity: 0
}

.link-underline-opacity-0-hover:hover {
    --bs-link-underline-opacity: 0
}

.link-underline-opacity-10 {
    --bs-link-underline-opacity: 0.1
}

.link-underline-opacity-10-hover:hover {
    --bs-link-underline-opacity: 0.1
}

.link-underline-opacity-25 {
    --bs-link-underline-opacity: 0.25
}

.link-underline-opacity-25-hover:hover {
    --bs-link-underline-opacity: 0.25
}

.link-underline-opacity-50 {
    --bs-link-underline-opacity: 0.5
}

.link-underline-opacity-50-hover:hover {
    --bs-link-underline-opacity: 0.5
}

.link-underline-opacity-75 {
    --bs-link-underline-opacity: 0.75
}

.link-underline-opacity-75-hover:hover {
    --bs-link-underline-opacity: 0.75
}

.link-underline-opacity-100 {
    --bs-link-underline-opacity: 1
}

.link-underline-opacity-100-hover:hover {
    --bs-link-underline-opacity: 1
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important
}

.bg-success {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important
}

.bg-info {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important
}

.bg-warning {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important
}

.bg-danger {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important
}

.bg-black {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important
}

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important
}

.bg-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important
}

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

.bg-body-secondary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-secondary-bg-rgb),var(--bs-bg-opacity))!important
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity))!important
}

.bg-opacity-10 {
    --bs-bg-opacity: 0.1
}

.bg-opacity-25 {
    --bs-bg-opacity: 0.25
}

.bg-opacity-50 {
    --bs-bg-opacity: 0.5
}

.bg-opacity-75 {
    --bs-bg-opacity: 0.75
}

.bg-opacity-100 {
    --bs-bg-opacity: 1
}

.bg-primary-subtle {
    background-color: var(--bs-primary-bg-subtle)!important
}

.bg-secondary-subtle {
    background-color: var(--bs-secondary-bg-subtle)!important
}

.bg-success-subtle {
    background-color: var(--bs-success-bg-subtle)!important
}

.bg-info-subtle {
    background-color: var(--bs-info-bg-subtle)!important
}

.bg-warning-subtle {
    background-color: var(--bs-warning-bg-subtle)!important
}

.bg-danger-subtle {
    background-color: var(--bs-danger-bg-subtle)!important
}

.bg-light-subtle {
    background-color: var(--bs-light-bg-subtle)!important
}

.bg-dark-subtle {
    background-color: var(--bs-dark-bg-subtle)!important
}

.bg-gradient {
    background-image: var(--bs-gradient)!important
}

.user-select-all {
    -webkit-user-select: all!important;
    -moz-user-select: all!important;
    user-select: all!important
}

.user-select-auto {
    -webkit-user-select: auto!important;
    -moz-user-select: auto!important;
    user-select: auto!important
}

.user-select-none {
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    user-select: none!important
}

.pe-none {
    pointer-events: none!important
}

.pe-auto {
    pointer-events: auto!important
}

.rounded {
    border-radius: var(--bs-border-radius)!important
}

.rounded-0 {
    border-radius: 0!important
}

.rounded-1 {
    border-radius: var(--bs-border-radius-sm)!important
}

.rounded-2 {
    border-radius: var(--bs-border-radius)!important
}

.rounded-3 {
    border-radius: var(--bs-border-radius-lg)!important
}

.rounded-4 {
    border-radius: var(--bs-border-radius-xl)!important
}

.rounded-5 {
    border-radius: var(--bs-border-radius-xxl)!important
}

.rounded-circle {
    border-radius: 50%!important
}

.rounded-pill {
    border-radius: var(--bs-border-radius-pill)!important
}

.rounded-top {
    border-top-left-radius: var(--bs-border-radius)!important;
    border-top-right-radius: var(--bs-border-radius)!important
}

.rounded-top-0 {
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important
}

.rounded-top-1 {
    border-top-left-radius: var(--bs-border-radius-sm)!important;
    border-top-right-radius: var(--bs-border-radius-sm)!important
}

.rounded-top-2 {
    border-top-left-radius: var(--bs-border-radius)!important;
    border-top-right-radius: var(--bs-border-radius)!important
}

.rounded-top-3 {
    border-top-left-radius: var(--bs-border-radius-lg)!important;
    border-top-right-radius: var(--bs-border-radius-lg)!important
}

.rounded-top-4 {
    border-top-left-radius: var(--bs-border-radius-xl)!important;
    border-top-right-radius: var(--bs-border-radius-xl)!important
}

.rounded-top-5 {
    border-top-left-radius: var(--bs-border-radius-xxl)!important;
    border-top-right-radius: var(--bs-border-radius-xxl)!important
}

.rounded-top-circle {
    border-top-left-radius: 50%!important;
    border-top-right-radius: 50%!important
}

.rounded-top-pill {
    border-top-left-radius: var(--bs-border-radius-pill)!important;
    border-top-right-radius: var(--bs-border-radius-pill)!important
}

.rounded-end {
    border-top-right-radius: var(--bs-border-radius)!important;
    border-bottom-right-radius: var(--bs-border-radius)!important
}

.rounded-end-0 {
    border-top-right-radius: 0!important;
    border-bottom-right-radius: 0!important
}

.rounded-end-1 {
    border-top-right-radius: var(--bs-border-radius-sm)!important;
    border-bottom-right-radius: var(--bs-border-radius-sm)!important
}

.rounded-end-2 {
    border-top-right-radius: var(--bs-border-radius)!important;
    border-bottom-right-radius: var(--bs-border-radius)!important
}

.rounded-end-3 {
    border-top-right-radius: var(--bs-border-radius-lg)!important;
    border-bottom-right-radius: var(--bs-border-radius-lg)!important
}

.rounded-end-4 {
    border-top-right-radius: var(--bs-border-radius-xl)!important;
    border-bottom-right-radius: var(--bs-border-radius-xl)!important
}

.rounded-end-5 {
    border-top-right-radius: var(--bs-border-radius-xxl)!important;
    border-bottom-right-radius: var(--bs-border-radius-xxl)!important
}

.rounded-end-circle {
    border-top-right-radius: 50%!important;
    border-bottom-right-radius: 50%!important
}

.rounded-end-pill {
    border-top-right-radius: var(--bs-border-radius-pill)!important;
    border-bottom-right-radius: var(--bs-border-radius-pill)!important
}

.rounded-bottom {
    border-bottom-right-radius: var(--bs-border-radius)!important;
    border-bottom-left-radius: var(--bs-border-radius)!important
}

.rounded-bottom-0 {
    border-bottom-right-radius: 0!important;
    border-bottom-left-radius: 0!important
}

.rounded-bottom-1 {
    border-bottom-right-radius: var(--bs-border-radius-sm)!important;
    border-bottom-left-radius: var(--bs-border-radius-sm)!important
}

.rounded-bottom-2 {
    border-bottom-right-radius: var(--bs-border-radius)!important;
    border-bottom-left-radius: var(--bs-border-radius)!important
}

.rounded-bottom-3 {
    border-bottom-right-radius: var(--bs-border-radius-lg)!important;
    border-bottom-left-radius: var(--bs-border-radius-lg)!important
}

.rounded-bottom-4 {
    border-bottom-right-radius: var(--bs-border-radius-xl)!important;
    border-bottom-left-radius: var(--bs-border-radius-xl)!important
}

.rounded-bottom-5 {
    border-bottom-right-radius: var(--bs-border-radius-xxl)!important;
    border-bottom-left-radius: var(--bs-border-radius-xxl)!important
}

.rounded-bottom-circle {
    border-bottom-right-radius: 50%!important;
    border-bottom-left-radius: 50%!important
}

.rounded-bottom-pill {
    border-bottom-right-radius: var(--bs-border-radius-pill)!important;
    border-bottom-left-radius: var(--bs-border-radius-pill)!important
}

.rounded-start {
    border-bottom-left-radius: var(--bs-border-radius)!important;
    border-top-left-radius: var(--bs-border-radius)!important
}

.rounded-start-0 {
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important
}

.rounded-start-1 {
    border-bottom-left-radius: var(--bs-border-radius-sm)!important;
    border-top-left-radius: var(--bs-border-radius-sm)!important
}

.rounded-start-2 {
    border-bottom-left-radius: var(--bs-border-radius)!important;
    border-top-left-radius: var(--bs-border-radius)!important
}

.rounded-start-3 {
    border-bottom-left-radius: var(--bs-border-radius-lg)!important;
    border-top-left-radius: var(--bs-border-radius-lg)!important
}

.rounded-start-4 {
    border-bottom-left-radius: var(--bs-border-radius-xl)!important;
    border-top-left-radius: var(--bs-border-radius-xl)!important
}

.rounded-start-5 {
    border-bottom-left-radius: var(--bs-border-radius-xxl)!important;
    border-top-left-radius: var(--bs-border-radius-xxl)!important
}

.rounded-start-circle {
    border-bottom-left-radius: 50%!important;
    border-top-left-radius: 50%!important
}

.rounded-start-pill {
    border-bottom-left-radius: var(--bs-border-radius-pill)!important;
    border-top-left-radius: var(--bs-border-radius-pill)!important
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

.z-n1 {
    z-index: -1!important
}

.z-0 {
    z-index: 0!important
}

.z-1 {
    z-index: 1!important
}

.z-2 {
    z-index: 2!important
}

.z-3 {
    z-index: 3!important
}

@media (min-width: 576px) {
    .float-sm-start {
        float:left!important
    }

    .float-sm-end {
        float: right!important
    }

    .float-sm-none {
        float: none!important
    }

    .object-fit-sm-contain {
        -o-object-fit: contain!important;
        object-fit: contain!important
    }

    .object-fit-sm-cover {
        -o-object-fit: cover!important;
        object-fit: cover!important
    }

    .object-fit-sm-fill {
        -o-object-fit: fill!important;
        object-fit: fill!important
    }

    .object-fit-sm-scale {
        -o-object-fit: scale-down!important;
        object-fit: scale-down!important
    }

    .object-fit-sm-none {
        -o-object-fit: none!important;
        object-fit: none!important
    }

    .d-sm-inline {
        display: inline!important
    }

    .d-sm-inline-block {
        display: inline-block!important
    }

    .d-sm-block {
        display: block!important
    }

    .d-sm-grid {
        display: grid!important
    }

    .d-sm-inline-grid {
        display: inline-grid!important
    }

    .d-sm-table {
        display: table!important
    }

    .d-sm-table-row {
        display: table-row!important
    }

    .d-sm-table-cell {
        display: table-cell!important
    }

    .d-sm-flex {
        display: flex!important
    }

    .d-sm-inline-flex {
        display: inline-flex!important
    }

    .d-sm-none {
        display: none!important
    }

    .flex-sm-fill {
        flex: 1 1 auto!important
    }

    .flex-sm-row {
        flex-direction: row!important
    }

    .flex-sm-column {
        flex-direction: column!important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-sm-grow-0 {
        flex-grow: 0!important
    }

    .flex-sm-grow-1 {
        flex-grow: 1!important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-sm-wrap {
        flex-wrap: wrap!important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-sm-start {
        justify-content: flex-start!important
    }

    .justify-content-sm-end {
        justify-content: flex-end!important
    }

    .justify-content-sm-center {
        justify-content: center!important
    }

    .justify-content-sm-between {
        justify-content: space-between!important
    }

    .justify-content-sm-around {
        justify-content: space-around!important
    }

    .justify-content-sm-evenly {
        justify-content: space-evenly!important
    }

    .align-items-sm-start {
        align-items: flex-start!important
    }

    .align-items-sm-end {
        align-items: flex-end!important
    }

    .align-items-sm-center {
        align-items: center!important
    }

    .align-items-sm-baseline {
        align-items: baseline!important
    }

    .align-items-sm-stretch {
        align-items: stretch!important
    }

    .align-content-sm-start {
        align-content: flex-start!important
    }

    .align-content-sm-end {
        align-content: flex-end!important
    }

    .align-content-sm-center {
        align-content: center!important
    }

    .align-content-sm-between {
        align-content: space-between!important
    }

    .align-content-sm-around {
        align-content: space-around!important
    }

    .align-content-sm-stretch {
        align-content: stretch!important
    }

    .align-self-sm-auto {
        align-self: auto!important
    }

    .align-self-sm-start {
        align-self: flex-start!important
    }

    .align-self-sm-end {
        align-self: flex-end!important
    }

    .align-self-sm-center {
        align-self: center!important
    }

    .align-self-sm-baseline {
        align-self: baseline!important
    }

    .align-self-sm-stretch {
        align-self: stretch!important
    }

    .order-sm-first {
        order: -1!important
    }

    .order-sm-0 {
        order: 0!important
    }

    .order-sm-1 {
        order: 1!important
    }

    .order-sm-2 {
        order: 2!important
    }

    .order-sm-3 {
        order: 3!important
    }

    .order-sm-4 {
        order: 4!important
    }

    .order-sm-5 {
        order: 5!important
    }

    .order-sm-last {
        order: 6!important
    }

    .m-sm-0 {
        margin: 0!important
    }

    .m-sm-1 {
        margin: .25rem!important
    }

    .m-sm-2 {
        margin: .5rem!important
    }

    .m-sm-3 {
        margin: 1rem!important
    }

    .m-sm-4 {
        margin: 1.5rem!important
    }

    .m-sm-5 {
        margin: 3rem!important
    }

    .m-sm-auto {
        margin: auto!important
    }

    .mx-sm-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-sm-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-sm-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-sm-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-sm-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-sm-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-sm-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-sm-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-sm-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-sm-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-sm-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-sm-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-sm-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-sm-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-sm-0 {
        margin-top: 0!important
    }

    .mt-sm-1 {
        margin-top: .25rem!important
    }

    .mt-sm-2 {
        margin-top: .5rem!important
    }

    .mt-sm-3 {
        margin-top: 1rem!important
    }

    .mt-sm-4 {
        margin-top: 1.5rem!important
    }

    .mt-sm-5 {
        margin-top: 3rem!important
    }

    .mt-sm-auto {
        margin-top: auto!important
    }

    .me-sm-0 {
        margin-right: 0!important
    }

    .me-sm-1 {
        margin-right: .25rem!important
    }

    .me-sm-2 {
        margin-right: .5rem!important
    }

    .me-sm-3 {
        margin-right: 1rem!important
    }

    .me-sm-4 {
        margin-right: 1.5rem!important
    }

    .me-sm-5 {
        margin-right: 3rem!important
    }

    .me-sm-auto {
        margin-right: auto!important
    }

    .mb-sm-0 {
        margin-bottom: 0!important
    }

    .mb-sm-1 {
        margin-bottom: .25rem!important
    }

    .mb-sm-2 {
        margin-bottom: .5rem!important
    }

    .mb-sm-3 {
        margin-bottom: 1rem!important
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-sm-5 {
        margin-bottom: 3rem!important
    }

    .mb-sm-auto {
        margin-bottom: auto!important
    }

    .ms-sm-0 {
        margin-left: 0!important
    }

    .ms-sm-1 {
        margin-left: .25rem!important
    }

    .ms-sm-2 {
        margin-left: .5rem!important
    }

    .ms-sm-3 {
        margin-left: 1rem!important
    }

    .ms-sm-4 {
        margin-left: 1.5rem!important
    }

    .ms-sm-5 {
        margin-left: 3rem!important
    }

    .ms-sm-auto {
        margin-left: auto!important
    }

    .p-sm-0 {
        padding: 0!important
    }

    .p-sm-1 {
        padding: .25rem!important
    }

    .p-sm-2 {
        padding: .5rem!important
    }

    .p-sm-3 {
        padding: 1rem!important
    }

    .p-sm-4 {
        padding: 1.5rem!important
    }

    .p-sm-5 {
        padding: 3rem!important
    }

    .px-sm-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-sm-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-sm-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-sm-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-sm-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-sm-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-sm-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-sm-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-sm-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-sm-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-sm-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-sm-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .pt-sm-0 {
        padding-top: 0!important
    }

    .pt-sm-1 {
        padding-top: .25rem!important
    }

    .pt-sm-2 {
        padding-top: .5rem!important
    }

    .pt-sm-3 {
        padding-top: 1rem!important
    }

    .pt-sm-4 {
        padding-top: 1.5rem!important
    }

    .pt-sm-5 {
        padding-top: 3rem!important
    }

    .pe-sm-0 {
        padding-right: 0!important
    }

    .pe-sm-1 {
        padding-right: .25rem!important
    }

    .pe-sm-2 {
        padding-right: .5rem!important
    }

    .pe-sm-3 {
        padding-right: 1rem!important
    }

    .pe-sm-4 {
        padding-right: 1.5rem!important
    }

    .pe-sm-5 {
        padding-right: 3rem!important
    }

    .pb-sm-0 {
        padding-bottom: 0!important
    }

    .pb-sm-1 {
        padding-bottom: .25rem!important
    }

    .pb-sm-2 {
        padding-bottom: .5rem!important
    }

    .pb-sm-3 {
        padding-bottom: 1rem!important
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-sm-5 {
        padding-bottom: 3rem!important
    }

    .ps-sm-0 {
        padding-left: 0!important
    }

    .ps-sm-1 {
        padding-left: .25rem!important
    }

    .ps-sm-2 {
        padding-left: .5rem!important
    }

    .ps-sm-3 {
        padding-left: 1rem!important
    }

    .ps-sm-4 {
        padding-left: 1.5rem!important
    }

    .ps-sm-5 {
        padding-left: 3rem!important
    }

    .gap-sm-0 {
        gap: 0!important
    }

    .gap-sm-1 {
        gap: .25rem!important
    }

    .gap-sm-2 {
        gap: .5rem!important
    }

    .gap-sm-3 {
        gap: 1rem!important
    }

    .gap-sm-4 {
        gap: 1.5rem!important
    }

    .gap-sm-5 {
        gap: 3rem!important
    }

    .row-gap-sm-0 {
        row-gap: 0!important
    }

    .row-gap-sm-1 {
        row-gap: .25rem!important
    }

    .row-gap-sm-2 {
        row-gap: .5rem!important
    }

    .row-gap-sm-3 {
        row-gap: 1rem!important
    }

    .row-gap-sm-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-sm-5 {
        row-gap: 3rem!important
    }

    .column-gap-sm-0 {
        -moz-column-gap: 0!important;
        column-gap: 0!important
    }

    .column-gap-sm-1 {
        -moz-column-gap: 0.25rem!important;
        column-gap: .25rem!important
    }

    .column-gap-sm-2 {
        -moz-column-gap: 0.5rem!important;
        column-gap: .5rem!important
    }

    .column-gap-sm-3 {
        -moz-column-gap: 1rem!important;
        column-gap: 1rem!important
    }

    .column-gap-sm-4 {
        -moz-column-gap: 1.5rem!important;
        column-gap: 1.5rem!important
    }

    .column-gap-sm-5 {
        -moz-column-gap: 3rem!important;
        column-gap: 3rem!important
    }

    .text-sm-start {
        text-align: left!important
    }

    .text-sm-end {
        text-align: right!important
    }

    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width: 768px) {
    .float-md-start {
        float:left!important
    }

    .float-md-end {
        float: right!important
    }

    .float-md-none {
        float: none!important
    }

    .object-fit-md-contain {
        -o-object-fit: contain!important;
        object-fit: contain!important
    }

    .object-fit-md-cover {
        -o-object-fit: cover!important;
        object-fit: cover!important
    }

    .object-fit-md-fill {
        -o-object-fit: fill!important;
        object-fit: fill!important
    }

    .object-fit-md-scale {
        -o-object-fit: scale-down!important;
        object-fit: scale-down!important
    }

    .object-fit-md-none {
        -o-object-fit: none!important;
        object-fit: none!important
    }

    .d-md-inline {
        display: inline!important
    }

    .d-md-inline-block {
        display: inline-block!important
    }

    .d-md-block {
        display: block!important
    }

    .d-md-grid {
        display: grid!important
    }

    .d-md-inline-grid {
        display: inline-grid!important
    }

    .d-md-table {
        display: table!important
    }

    .d-md-table-row {
        display: table-row!important
    }

    .d-md-table-cell {
        display: table-cell!important
    }

    .d-md-flex {
        display: flex!important
    }

    .d-md-inline-flex {
        display: inline-flex!important
    }

    .d-md-none {
        display: none!important
    }

    .flex-md-fill {
        flex: 1 1 auto!important
    }

    .flex-md-row {
        flex-direction: row!important
    }

    .flex-md-column {
        flex-direction: column!important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-md-grow-0 {
        flex-grow: 0!important
    }

    .flex-md-grow-1 {
        flex-grow: 1!important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-md-wrap {
        flex-wrap: wrap!important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-md-start {
        justify-content: flex-start!important
    }

    .justify-content-md-end {
        justify-content: flex-end!important
    }

    .justify-content-md-center {
        justify-content: center!important
    }

    .justify-content-md-between {
        justify-content: space-between!important
    }

    .justify-content-md-around {
        justify-content: space-around!important
    }

    .justify-content-md-evenly {
        justify-content: space-evenly!important
    }

    .align-items-md-start {
        align-items: flex-start!important
    }

    .align-items-md-end {
        align-items: flex-end!important
    }

    .align-items-md-center {
        align-items: center!important
    }

    .align-items-md-baseline {
        align-items: baseline!important
    }

    .align-items-md-stretch {
        align-items: stretch!important
    }

    .align-content-md-start {
        align-content: flex-start!important
    }

    .align-content-md-end {
        align-content: flex-end!important
    }

    .align-content-md-center {
        align-content: center!important
    }

    .align-content-md-between {
        align-content: space-between!important
    }

    .align-content-md-around {
        align-content: space-around!important
    }

    .align-content-md-stretch {
        align-content: stretch!important
    }

    .align-self-md-auto {
        align-self: auto!important
    }

    .align-self-md-start {
        align-self: flex-start!important
    }

    .align-self-md-end {
        align-self: flex-end!important
    }

    .align-self-md-center {
        align-self: center!important
    }

    .align-self-md-baseline {
        align-self: baseline!important
    }

    .align-self-md-stretch {
        align-self: stretch!important
    }

    .order-md-first {
        order: -1!important
    }

    .order-md-0 {
        order: 0!important
    }

    .order-md-1 {
        order: 1!important
    }

    .order-md-2 {
        order: 2!important
    }

    .order-md-3 {
        order: 3!important
    }

    .order-md-4 {
        order: 4!important
    }

    .order-md-5 {
        order: 5!important
    }

    .order-md-last {
        order: 6!important
    }

    .m-md-0 {
        margin: 0!important
    }

    .m-md-1 {
        margin: .25rem!important
    }

    .m-md-2 {
        margin: .5rem!important
    }

    .m-md-3 {
        margin: 1rem!important
    }

    .m-md-4 {
        margin: 1.5rem!important
    }

    .m-md-5 {
        margin: 3rem!important
    }

    .m-md-auto {
        margin: auto!important
    }

    .mx-md-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-md-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-md-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-md-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-md-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-md-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-md-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-md-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-md-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-md-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-md-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-md-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-md-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-md-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-md-0 {
        margin-top: 0!important
    }

    .mt-md-1 {
        margin-top: .25rem!important
    }

    .mt-md-2 {
        margin-top: .5rem!important
    }

    .mt-md-3 {
        margin-top: 1rem!important
    }

    .mt-md-4 {
        margin-top: 1.5rem!important
    }

    .mt-md-5 {
        margin-top: 3rem!important
    }

    .mt-md-auto {
        margin-top: auto!important
    }

    .me-md-0 {
        margin-right: 0!important
    }

    .me-md-1 {
        margin-right: .25rem!important
    }

    .me-md-2 {
        margin-right: .5rem!important
    }

    .me-md-3 {
        margin-right: 1rem!important
    }

    .me-md-4 {
        margin-right: 1.5rem!important
    }

    .me-md-5 {
        margin-right: 3rem!important
    }

    .me-md-auto {
        margin-right: auto!important
    }

    .mb-md-0 {
        margin-bottom: 0!important
    }

    .mb-md-1 {
        margin-bottom: .25rem!important
    }

    .mb-md-2 {
        margin-bottom: .5rem!important
    }

    .mb-md-3 {
        margin-bottom: 1rem!important
    }

    .mb-md-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-md-5 {
        margin-bottom: 3rem!important
    }

    .mb-md-auto {
        margin-bottom: auto!important
    }

    .ms-md-0 {
        margin-left: 0!important
    }

    .ms-md-1 {
        margin-left: .25rem!important
    }

    .ms-md-2 {
        margin-left: .5rem!important
    }

    .ms-md-3 {
        margin-left: 1rem!important
    }

    .ms-md-4 {
        margin-left: 1.5rem!important
    }

    .ms-md-5 {
        margin-left: 3rem!important
    }

    .ms-md-auto {
        margin-left: auto!important
    }

    .p-md-0 {
        padding: 0!important
    }

    .p-md-1 {
        padding: .25rem!important
    }

    .p-md-2 {
        padding: .5rem!important
    }

    .p-md-3 {
        padding: 1rem!important
    }

    .p-md-4 {
        padding: 1.5rem!important
    }

    .p-md-5 {
        padding: 3rem!important
    }

    .px-md-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-md-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-md-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-md-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-md-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-md-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-md-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-md-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-md-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-md-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-md-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-md-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .pt-md-0 {
        padding-top: 0!important
    }

    .pt-md-1 {
        padding-top: .25rem!important
    }

    .pt-md-2 {
        padding-top: .5rem!important
    }

    .pt-md-3 {
        padding-top: 1rem!important
    }

    .pt-md-4 {
        padding-top: 1.5rem!important
    }

    .pt-md-5 {
        padding-top: 3rem!important
    }

    .pe-md-0 {
        padding-right: 0!important
    }

    .pe-md-1 {
        padding-right: .25rem!important
    }

    .pe-md-2 {
        padding-right: .5rem!important
    }

    .pe-md-3 {
        padding-right: 1rem!important
    }

    .pe-md-4 {
        padding-right: 1.5rem!important
    }

    .pe-md-5 {
        padding-right: 3rem!important
    }

    .pb-md-0 {
        padding-bottom: 0!important
    }

    .pb-md-1 {
        padding-bottom: .25rem!important
    }

    .pb-md-2 {
        padding-bottom: .5rem!important
    }

    .pb-md-3 {
        padding-bottom: 1rem!important
    }

    .pb-md-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-md-5 {
        padding-bottom: 3rem!important
    }

    .ps-md-0 {
        padding-left: 0!important
    }

    .ps-md-1 {
        padding-left: .25rem!important
    }

    .ps-md-2 {
        padding-left: .5rem!important
    }

    .ps-md-3 {
        padding-left: 1rem!important
    }

    .ps-md-4 {
        padding-left: 1.5rem!important
    }

    .ps-md-5 {
        padding-left: 3rem!important
    }

    .gap-md-0 {
        gap: 0!important
    }

    .gap-md-1 {
        gap: .25rem!important
    }

    .gap-md-2 {
        gap: .5rem!important
    }

    .gap-md-3 {
        gap: 1rem!important
    }

    .gap-md-4 {
        gap: 1.5rem!important
    }

    .gap-md-5 {
        gap: 3rem!important
    }

    .row-gap-md-0 {
        row-gap: 0!important
    }

    .row-gap-md-1 {
        row-gap: .25rem!important
    }

    .row-gap-md-2 {
        row-gap: .5rem!important
    }

    .row-gap-md-3 {
        row-gap: 1rem!important
    }

    .row-gap-md-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-md-5 {
        row-gap: 3rem!important
    }

    .column-gap-md-0 {
        -moz-column-gap: 0!important;
        column-gap: 0!important
    }

    .column-gap-md-1 {
        -moz-column-gap: 0.25rem!important;
        column-gap: .25rem!important
    }

    .column-gap-md-2 {
        -moz-column-gap: 0.5rem!important;
        column-gap: .5rem!important
    }

    .column-gap-md-3 {
        -moz-column-gap: 1rem!important;
        column-gap: 1rem!important
    }

    .column-gap-md-4 {
        -moz-column-gap: 1.5rem!important;
        column-gap: 1.5rem!important
    }

    .column-gap-md-5 {
        -moz-column-gap: 3rem!important;
        column-gap: 3rem!important
    }

    .text-md-start {
        text-align: left!important
    }

    .text-md-end {
        text-align: right!important
    }

    .text-md-center {
        text-align: center!important
    }
}

@media (min-width: 992px) {
    .float-lg-start {
        float:left!important
    }

    .float-lg-end {
        float: right!important
    }

    .float-lg-none {
        float: none!important
    }

    .object-fit-lg-contain {
        -o-object-fit: contain!important;
        object-fit: contain!important
    }

    .object-fit-lg-cover {
        -o-object-fit: cover!important;
        object-fit: cover!important
    }

    .object-fit-lg-fill {
        -o-object-fit: fill!important;
        object-fit: fill!important
    }

    .object-fit-lg-scale {
        -o-object-fit: scale-down!important;
        object-fit: scale-down!important
    }

    .object-fit-lg-none {
        -o-object-fit: none!important;
        object-fit: none!important
    }

    .d-lg-inline {
        display: inline!important
    }

    .d-lg-inline-block {
        display: inline-block!important
    }

    .d-lg-block {
        display: block!important
    }

    .d-lg-grid {
        display: grid!important
    }

    .d-lg-inline-grid {
        display: inline-grid!important
    }

    .d-lg-table {
        display: table!important
    }

    .d-lg-table-row {
        display: table-row!important
    }

    .d-lg-table-cell {
        display: table-cell!important
    }

    .d-lg-flex {
        display: flex!important
    }

    .d-lg-inline-flex {
        display: inline-flex!important
    }

    .d-lg-none {
        display: none!important
    }

    .flex-lg-fill {
        flex: 1 1 auto!important
    }

    .flex-lg-row {
        flex-direction: row!important
    }

    .flex-lg-column {
        flex-direction: column!important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-lg-grow-0 {
        flex-grow: 0!important
    }

    .flex-lg-grow-1 {
        flex-grow: 1!important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-lg-wrap {
        flex-wrap: wrap!important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-lg-start {
        justify-content: flex-start!important
    }

    .justify-content-lg-end {
        justify-content: flex-end!important
    }

    .justify-content-lg-center {
        justify-content: center!important
    }

    .justify-content-lg-between {
        justify-content: space-between!important
    }

    .justify-content-lg-around {
        justify-content: space-around!important
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly!important
    }

    .align-items-lg-start {
        align-items: flex-start!important
    }

    .align-items-lg-end {
        align-items: flex-end!important
    }

    .align-items-lg-center {
        align-items: center!important
    }

    .align-items-lg-baseline {
        align-items: baseline!important
    }

    .align-items-lg-stretch {
        align-items: stretch!important
    }

    .align-content-lg-start {
        align-content: flex-start!important
    }

    .align-content-lg-end {
        align-content: flex-end!important
    }

    .align-content-lg-center {
        align-content: center!important
    }

    .align-content-lg-between {
        align-content: space-between!important
    }

    .align-content-lg-around {
        align-content: space-around!important
    }

    .align-content-lg-stretch {
        align-content: stretch!important
    }

    .align-self-lg-auto {
        align-self: auto!important
    }

    .align-self-lg-start {
        align-self: flex-start!important
    }

    .align-self-lg-end {
        align-self: flex-end!important
    }

    .align-self-lg-center {
        align-self: center!important
    }

    .align-self-lg-baseline {
        align-self: baseline!important
    }

    .align-self-lg-stretch {
        align-self: stretch!important
    }

    .order-lg-first {
        order: -1!important
    }

    .order-lg-0 {
        order: 0!important
    }

    .order-lg-1 {
        order: 1!important
    }

    .order-lg-2 {
        order: 2!important
    }

    .order-lg-3 {
        order: 3!important
    }

    .order-lg-4 {
        order: 4!important
    }

    .order-lg-5 {
        order: 5!important
    }

    .order-lg-last {
        order: 6!important
    }

    .m-lg-0 {
        margin: 0!important
    }

    .m-lg-1 {
        margin: .25rem!important
    }

    .m-lg-2 {
        margin: .5rem!important
    }

    .m-lg-3 {
        margin: 1rem!important
    }

    .m-lg-4 {
        margin: 1.5rem!important
    }

    .m-lg-5 {
        margin: 3rem!important
    }

    .m-lg-auto {
        margin: auto!important
    }

    .mx-lg-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-lg-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-lg-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-lg-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-lg-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-lg-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-lg-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-lg-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-lg-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-lg-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-lg-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-lg-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-lg-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-lg-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-lg-0 {
        margin-top: 0!important
    }

    .mt-lg-1 {
        margin-top: .25rem!important
    }

    .mt-lg-2 {
        margin-top: .5rem!important
    }

    .mt-lg-3 {
        margin-top: 1rem!important
    }

    .mt-lg-4 {
        margin-top: 1.5rem!important
    }

    .mt-lg-5 {
        margin-top: 3rem!important
    }

    .mt-lg-auto {
        margin-top: auto!important
    }

    .me-lg-0 {
        margin-right: 0!important
    }

    .me-lg-1 {
        margin-right: .25rem!important
    }

    .me-lg-2 {
        margin-right: .5rem!important
    }

    .me-lg-3 {
        margin-right: 1rem!important
    }

    .me-lg-4 {
        margin-right: 1.5rem!important
    }

    .me-lg-5 {
        margin-right: 3rem!important
    }

    .me-lg-auto {
        margin-right: auto!important
    }

    .mb-lg-0 {
        margin-bottom: 0!important
    }

    .mb-lg-1 {
        margin-bottom: .25rem!important
    }

    .mb-lg-2 {
        margin-bottom: .5rem!important
    }

    .mb-lg-3 {
        margin-bottom: 1rem!important
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-lg-5 {
        margin-bottom: 3rem!important
    }

    .mb-lg-auto {
        margin-bottom: auto!important
    }

    .ms-lg-0 {
        margin-left: 0!important
    }

    .ms-lg-1 {
        margin-left: .25rem!important
    }

    .ms-lg-2 {
        margin-left: .5rem!important
    }

    .ms-lg-3 {
        margin-left: 1rem!important
    }

    .ms-lg-4 {
        margin-left: 1.5rem!important
    }

    .ms-lg-5 {
        margin-left: 3rem!important
    }

    .ms-lg-auto {
        margin-left: auto!important
    }

    .p-lg-0 {
        padding: 0!important
    }

    .p-lg-1 {
        padding: .25rem!important
    }

    .p-lg-2 {
        padding: .5rem!important
    }

    .p-lg-3 {
        padding: 1rem!important
    }

    .p-lg-4 {
        padding: 1.5rem!important
    }

    .p-lg-5 {
        padding: 3rem!important
    }

    .px-lg-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-lg-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-lg-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-lg-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-lg-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-lg-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-lg-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-lg-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-lg-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-lg-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-lg-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-lg-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .pt-lg-0 {
        padding-top: 0!important
    }

    .pt-lg-1 {
        padding-top: .25rem!important
    }

    .pt-lg-2 {
        padding-top: .5rem!important
    }

    .pt-lg-3 {
        padding-top: 1rem!important
    }

    .pt-lg-4 {
        padding-top: 1.5rem!important
    }

    .pt-lg-5 {
        padding-top: 3rem!important
    }

    .pe-lg-0 {
        padding-right: 0!important
    }

    .pe-lg-1 {
        padding-right: .25rem!important
    }

    .pe-lg-2 {
        padding-right: .5rem!important
    }

    .pe-lg-3 {
        padding-right: 1rem!important
    }

    .pe-lg-4 {
        padding-right: 1.5rem!important
    }

    .pe-lg-5 {
        padding-right: 3rem!important
    }

    .pb-lg-0 {
        padding-bottom: 0!important
    }

    .pb-lg-1 {
        padding-bottom: .25rem!important
    }

    .pb-lg-2 {
        padding-bottom: .5rem!important
    }

    .pb-lg-3 {
        padding-bottom: 1rem!important
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-lg-5 {
        padding-bottom: 3rem!important
    }

    .ps-lg-0 {
        padding-left: 0!important
    }

    .ps-lg-1 {
        padding-left: .25rem!important
    }

    .ps-lg-2 {
        padding-left: .5rem!important
    }

    .ps-lg-3 {
        padding-left: 1rem!important
    }

    .ps-lg-4 {
        padding-left: 1.5rem!important
    }

    .ps-lg-5 {
        padding-left: 3rem!important
    }

    .gap-lg-0 {
        gap: 0!important
    }

    .gap-lg-1 {
        gap: .25rem!important
    }

    .gap-lg-2 {
        gap: .5rem!important
    }

    .gap-lg-3 {
        gap: 1rem!important
    }

    .gap-lg-4 {
        gap: 1.5rem!important
    }

    .gap-lg-5 {
        gap: 3rem!important
    }

    .row-gap-lg-0 {
        row-gap: 0!important
    }

    .row-gap-lg-1 {
        row-gap: .25rem!important
    }

    .row-gap-lg-2 {
        row-gap: .5rem!important
    }

    .row-gap-lg-3 {
        row-gap: 1rem!important
    }

    .row-gap-lg-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-lg-5 {
        row-gap: 3rem!important
    }

    .column-gap-lg-0 {
        -moz-column-gap: 0!important;
        column-gap: 0!important
    }

    .column-gap-lg-1 {
        -moz-column-gap: 0.25rem!important;
        column-gap: .25rem!important
    }

    .column-gap-lg-2 {
        -moz-column-gap: 0.5rem!important;
        column-gap: .5rem!important
    }

    .column-gap-lg-3 {
        -moz-column-gap: 1rem!important;
        column-gap: 1rem!important
    }

    .column-gap-lg-4 {
        -moz-column-gap: 1.5rem!important;
        column-gap: 1.5rem!important
    }

    .column-gap-lg-5 {
        -moz-column-gap: 3rem!important;
        column-gap: 3rem!important
    }

    .text-lg-start {
        text-align: left!important
    }

    .text-lg-end {
        text-align: right!important
    }

    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width: 1200px) {
    .float-xl-start {
        float:left!important
    }

    .float-xl-end {
        float: right!important
    }

    .float-xl-none {
        float: none!important
    }

    .object-fit-xl-contain {
        -o-object-fit: contain!important;
        object-fit: contain!important
    }

    .object-fit-xl-cover {
        -o-object-fit: cover!important;
        object-fit: cover!important
    }

    .object-fit-xl-fill {
        -o-object-fit: fill!important;
        object-fit: fill!important
    }

    .object-fit-xl-scale {
        -o-object-fit: scale-down!important;
        object-fit: scale-down!important
    }

    .object-fit-xl-none {
        -o-object-fit: none!important;
        object-fit: none!important
    }

    .d-xl-inline {
        display: inline!important
    }

    .d-xl-inline-block {
        display: inline-block!important
    }

    .d-xl-block {
        display: block!important
    }

    .d-xl-grid {
        display: grid!important
    }

    .d-xl-inline-grid {
        display: inline-grid!important
    }

    .d-xl-table {
        display: table!important
    }

    .d-xl-table-row {
        display: table-row!important
    }

    .d-xl-table-cell {
        display: table-cell!important
    }

    .d-xl-flex {
        display: flex!important
    }

    .d-xl-inline-flex {
        display: inline-flex!important
    }

    .d-xl-none {
        display: none!important
    }

    .flex-xl-fill {
        flex: 1 1 auto!important
    }

    .flex-xl-row {
        flex-direction: row!important
    }

    .flex-xl-column {
        flex-direction: column!important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-xl-grow-0 {
        flex-grow: 0!important
    }

    .flex-xl-grow-1 {
        flex-grow: 1!important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-xl-wrap {
        flex-wrap: wrap!important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-xl-start {
        justify-content: flex-start!important
    }

    .justify-content-xl-end {
        justify-content: flex-end!important
    }

    .justify-content-xl-center {
        justify-content: center!important
    }

    .justify-content-xl-between {
        justify-content: space-between!important
    }

    .justify-content-xl-around {
        justify-content: space-around!important
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly!important
    }

    .align-items-xl-start {
        align-items: flex-start!important
    }

    .align-items-xl-end {
        align-items: flex-end!important
    }

    .align-items-xl-center {
        align-items: center!important
    }

    .align-items-xl-baseline {
        align-items: baseline!important
    }

    .align-items-xl-stretch {
        align-items: stretch!important
    }

    .align-content-xl-start {
        align-content: flex-start!important
    }

    .align-content-xl-end {
        align-content: flex-end!important
    }

    .align-content-xl-center {
        align-content: center!important
    }

    .align-content-xl-between {
        align-content: space-between!important
    }

    .align-content-xl-around {
        align-content: space-around!important
    }

    .align-content-xl-stretch {
        align-content: stretch!important
    }

    .align-self-xl-auto {
        align-self: auto!important
    }

    .align-self-xl-start {
        align-self: flex-start!important
    }

    .align-self-xl-end {
        align-self: flex-end!important
    }

    .align-self-xl-center {
        align-self: center!important
    }

    .align-self-xl-baseline {
        align-self: baseline!important
    }

    .align-self-xl-stretch {
        align-self: stretch!important
    }

    .order-xl-first {
        order: -1!important
    }

    .order-xl-0 {
        order: 0!important
    }

    .order-xl-1 {
        order: 1!important
    }

    .order-xl-2 {
        order: 2!important
    }

    .order-xl-3 {
        order: 3!important
    }

    .order-xl-4 {
        order: 4!important
    }

    .order-xl-5 {
        order: 5!important
    }

    .order-xl-last {
        order: 6!important
    }

    .m-xl-0 {
        margin: 0!important
    }

    .m-xl-1 {
        margin: .25rem!important
    }

    .m-xl-2 {
        margin: .5rem!important
    }

    .m-xl-3 {
        margin: 1rem!important
    }

    .m-xl-4 {
        margin: 1.5rem!important
    }

    .m-xl-5 {
        margin: 3rem!important
    }

    .m-xl-auto {
        margin: auto!important
    }

    .mx-xl-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-xl-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-xl-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-xl-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-xl-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-xl-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-xl-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-xl-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-xl-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-xl-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-xl-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-xl-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-xl-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-xl-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-xl-0 {
        margin-top: 0!important
    }

    .mt-xl-1 {
        margin-top: .25rem!important
    }

    .mt-xl-2 {
        margin-top: .5rem!important
    }

    .mt-xl-3 {
        margin-top: 1rem!important
    }

    .mt-xl-4 {
        margin-top: 1.5rem!important
    }

    .mt-xl-5 {
        margin-top: 3rem!important
    }

    .mt-xl-auto {
        margin-top: auto!important
    }

    .me-xl-0 {
        margin-right: 0!important
    }

    .me-xl-1 {
        margin-right: .25rem!important
    }

    .me-xl-2 {
        margin-right: .5rem!important
    }

    .me-xl-3 {
        margin-right: 1rem!important
    }

    .me-xl-4 {
        margin-right: 1.5rem!important
    }

    .me-xl-5 {
        margin-right: 3rem!important
    }

    .me-xl-auto {
        margin-right: auto!important
    }

    .mb-xl-0 {
        margin-bottom: 0!important
    }

    .mb-xl-1 {
        margin-bottom: .25rem!important
    }

    .mb-xl-2 {
        margin-bottom: .5rem!important
    }

    .mb-xl-3 {
        margin-bottom: 1rem!important
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-xl-5 {
        margin-bottom: 3rem!important
    }

    .mb-xl-auto {
        margin-bottom: auto!important
    }

    .ms-xl-0 {
        margin-left: 0!important
    }

    .ms-xl-1 {
        margin-left: .25rem!important
    }

    .ms-xl-2 {
        margin-left: .5rem!important
    }

    .ms-xl-3 {
        margin-left: 1rem!important
    }

    .ms-xl-4 {
        margin-left: 1.5rem!important
    }

    .ms-xl-5 {
        margin-left: 3rem!important
    }

    .ms-xl-auto {
        margin-left: auto!important
    }

    .p-xl-0 {
        padding: 0!important
    }

    .p-xl-1 {
        padding: .25rem!important
    }

    .p-xl-2 {
        padding: .5rem!important
    }

    .p-xl-3 {
        padding: 1rem!important
    }

    .p-xl-4 {
        padding: 1.5rem!important
    }

    .p-xl-5 {
        padding: 3rem!important
    }

    .px-xl-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-xl-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-xl-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-xl-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-xl-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-xl-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-xl-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-xl-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-xl-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-xl-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-xl-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-xl-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .pt-xl-0 {
        padding-top: 0!important
    }

    .pt-xl-1 {
        padding-top: .25rem!important
    }

    .pt-xl-2 {
        padding-top: .5rem!important
    }

    .pt-xl-3 {
        padding-top: 1rem!important
    }

    .pt-xl-4 {
        padding-top: 1.5rem!important
    }

    .pt-xl-5 {
        padding-top: 3rem!important
    }

    .pe-xl-0 {
        padding-right: 0!important
    }

    .pe-xl-1 {
        padding-right: .25rem!important
    }

    .pe-xl-2 {
        padding-right: .5rem!important
    }

    .pe-xl-3 {
        padding-right: 1rem!important
    }

    .pe-xl-4 {
        padding-right: 1.5rem!important
    }

    .pe-xl-5 {
        padding-right: 3rem!important
    }

    .pb-xl-0 {
        padding-bottom: 0!important
    }

    .pb-xl-1 {
        padding-bottom: .25rem!important
    }

    .pb-xl-2 {
        padding-bottom: .5rem!important
    }

    .pb-xl-3 {
        padding-bottom: 1rem!important
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-xl-5 {
        padding-bottom: 3rem!important
    }

    .ps-xl-0 {
        padding-left: 0!important
    }

    .ps-xl-1 {
        padding-left: .25rem!important
    }

    .ps-xl-2 {
        padding-left: .5rem!important
    }

    .ps-xl-3 {
        padding-left: 1rem!important
    }

    .ps-xl-4 {
        padding-left: 1.5rem!important
    }

    .ps-xl-5 {
        padding-left: 3rem!important
    }

    .gap-xl-0 {
        gap: 0!important
    }

    .gap-xl-1 {
        gap: .25rem!important
    }

    .gap-xl-2 {
        gap: .5rem!important
    }

    .gap-xl-3 {
        gap: 1rem!important
    }

    .gap-xl-4 {
        gap: 1.5rem!important
    }

    .gap-xl-5 {
        gap: 3rem!important
    }

    .row-gap-xl-0 {
        row-gap: 0!important
    }

    .row-gap-xl-1 {
        row-gap: .25rem!important
    }

    .row-gap-xl-2 {
        row-gap: .5rem!important
    }

    .row-gap-xl-3 {
        row-gap: 1rem!important
    }

    .row-gap-xl-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-xl-5 {
        row-gap: 3rem!important
    }

    .column-gap-xl-0 {
        -moz-column-gap: 0!important;
        column-gap: 0!important
    }

    .column-gap-xl-1 {
        -moz-column-gap: 0.25rem!important;
        column-gap: .25rem!important
    }

    .column-gap-xl-2 {
        -moz-column-gap: 0.5rem!important;
        column-gap: .5rem!important
    }

    .column-gap-xl-3 {
        -moz-column-gap: 1rem!important;
        column-gap: 1rem!important
    }

    .column-gap-xl-4 {
        -moz-column-gap: 1.5rem!important;
        column-gap: 1.5rem!important
    }

    .column-gap-xl-5 {
        -moz-column-gap: 3rem!important;
        column-gap: 3rem!important
    }

    .text-xl-start {
        text-align: left!important
    }

    .text-xl-end {
        text-align: right!important
    }

    .text-xl-center {
        text-align: center!important
    }
}

@media (min-width: 1400px) {
    .float-xxl-start {
        float:left!important
    }

    .float-xxl-end {
        float: right!important
    }

    .float-xxl-none {
        float: none!important
    }

    .object-fit-xxl-contain {
        -o-object-fit: contain!important;
        object-fit: contain!important
    }

    .object-fit-xxl-cover {
        -o-object-fit: cover!important;
        object-fit: cover!important
    }

    .object-fit-xxl-fill {
        -o-object-fit: fill!important;
        object-fit: fill!important
    }

    .object-fit-xxl-scale {
        -o-object-fit: scale-down!important;
        object-fit: scale-down!important
    }

    .object-fit-xxl-none {
        -o-object-fit: none!important;
        object-fit: none!important
    }

    .d-xxl-inline {
        display: inline!important
    }

    .d-xxl-inline-block {
        display: inline-block!important
    }

    .d-xxl-block {
        display: block!important
    }

    .d-xxl-grid {
        display: grid!important
    }

    .d-xxl-inline-grid {
        display: inline-grid!important
    }

    .d-xxl-table {
        display: table!important
    }

    .d-xxl-table-row {
        display: table-row!important
    }

    .d-xxl-table-cell {
        display: table-cell!important
    }

    .d-xxl-flex {
        display: flex!important
    }

    .d-xxl-inline-flex {
        display: inline-flex!important
    }

    .d-xxl-none {
        display: none!important
    }

    .flex-xxl-fill {
        flex: 1 1 auto!important
    }

    .flex-xxl-row {
        flex-direction: row!important
    }

    .flex-xxl-column {
        flex-direction: column!important
    }

    .flex-xxl-row-reverse {
        flex-direction: row-reverse!important
    }

    .flex-xxl-column-reverse {
        flex-direction: column-reverse!important
    }

    .flex-xxl-grow-0 {
        flex-grow: 0!important
    }

    .flex-xxl-grow-1 {
        flex-grow: 1!important
    }

    .flex-xxl-shrink-0 {
        flex-shrink: 0!important
    }

    .flex-xxl-shrink-1 {
        flex-shrink: 1!important
    }

    .flex-xxl-wrap {
        flex-wrap: wrap!important
    }

    .flex-xxl-nowrap {
        flex-wrap: nowrap!important
    }

    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse!important
    }

    .justify-content-xxl-start {
        justify-content: flex-start!important
    }

    .justify-content-xxl-end {
        justify-content: flex-end!important
    }

    .justify-content-xxl-center {
        justify-content: center!important
    }

    .justify-content-xxl-between {
        justify-content: space-between!important
    }

    .justify-content-xxl-around {
        justify-content: space-around!important
    }

    .justify-content-xxl-evenly {
        justify-content: space-evenly!important
    }

    .align-items-xxl-start {
        align-items: flex-start!important
    }

    .align-items-xxl-end {
        align-items: flex-end!important
    }

    .align-items-xxl-center {
        align-items: center!important
    }

    .align-items-xxl-baseline {
        align-items: baseline!important
    }

    .align-items-xxl-stretch {
        align-items: stretch!important
    }

    .align-content-xxl-start {
        align-content: flex-start!important
    }

    .align-content-xxl-end {
        align-content: flex-end!important
    }

    .align-content-xxl-center {
        align-content: center!important
    }

    .align-content-xxl-between {
        align-content: space-between!important
    }

    .align-content-xxl-around {
        align-content: space-around!important
    }

    .align-content-xxl-stretch {
        align-content: stretch!important
    }

    .align-self-xxl-auto {
        align-self: auto!important
    }

    .align-self-xxl-start {
        align-self: flex-start!important
    }

    .align-self-xxl-end {
        align-self: flex-end!important
    }

    .align-self-xxl-center {
        align-self: center!important
    }

    .align-self-xxl-baseline {
        align-self: baseline!important
    }

    .align-self-xxl-stretch {
        align-self: stretch!important
    }

    .order-xxl-first {
        order: -1!important
    }

    .order-xxl-0 {
        order: 0!important
    }

    .order-xxl-1 {
        order: 1!important
    }

    .order-xxl-2 {
        order: 2!important
    }

    .order-xxl-3 {
        order: 3!important
    }

    .order-xxl-4 {
        order: 4!important
    }

    .order-xxl-5 {
        order: 5!important
    }

    .order-xxl-last {
        order: 6!important
    }

    .m-xxl-0 {
        margin: 0!important
    }

    .m-xxl-1 {
        margin: .25rem!important
    }

    .m-xxl-2 {
        margin: .5rem!important
    }

    .m-xxl-3 {
        margin: 1rem!important
    }

    .m-xxl-4 {
        margin: 1.5rem!important
    }

    .m-xxl-5 {
        margin: 3rem!important
    }

    .m-xxl-auto {
        margin: auto!important
    }

    .mx-xxl-0 {
        margin-right: 0!important;
        margin-left: 0!important
    }

    .mx-xxl-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important
    }

    .mx-xxl-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important
    }

    .mx-xxl-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important
    }

    .mx-xxl-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important
    }

    .mx-xxl-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }

    .mx-xxl-auto {
        margin-right: auto!important;
        margin-left: auto!important
    }

    .my-xxl-0 {
        margin-top: 0!important;
        margin-bottom: 0!important
    }

    .my-xxl-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important
    }

    .my-xxl-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important
    }

    .my-xxl-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important
    }

    .my-xxl-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important
    }

    .my-xxl-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important
    }

    .my-xxl-auto {
        margin-top: auto!important;
        margin-bottom: auto!important
    }

    .mt-xxl-0 {
        margin-top: 0!important
    }

    .mt-xxl-1 {
        margin-top: .25rem!important
    }

    .mt-xxl-2 {
        margin-top: .5rem!important
    }

    .mt-xxl-3 {
        margin-top: 1rem!important
    }

    .mt-xxl-4 {
        margin-top: 1.5rem!important
    }

    .mt-xxl-5 {
        margin-top: 3rem!important
    }

    .mt-xxl-auto {
        margin-top: auto!important
    }

    .me-xxl-0 {
        margin-right: 0!important
    }

    .me-xxl-1 {
        margin-right: .25rem!important
    }

    .me-xxl-2 {
        margin-right: .5rem!important
    }

    .me-xxl-3 {
        margin-right: 1rem!important
    }

    .me-xxl-4 {
        margin-right: 1.5rem!important
    }

    .me-xxl-5 {
        margin-right: 3rem!important
    }

    .me-xxl-auto {
        margin-right: auto!important
    }

    .mb-xxl-0 {
        margin-bottom: 0!important
    }

    .mb-xxl-1 {
        margin-bottom: .25rem!important
    }

    .mb-xxl-2 {
        margin-bottom: .5rem!important
    }

    .mb-xxl-3 {
        margin-bottom: 1rem!important
    }

    .mb-xxl-4 {
        margin-bottom: 1.5rem!important
    }

    .mb-xxl-5 {
        margin-bottom: 3rem!important
    }

    .mb-xxl-auto {
        margin-bottom: auto!important
    }

    .ms-xxl-0 {
        margin-left: 0!important
    }

    .ms-xxl-1 {
        margin-left: .25rem!important
    }

    .ms-xxl-2 {
        margin-left: .5rem!important
    }

    .ms-xxl-3 {
        margin-left: 1rem!important
    }

    .ms-xxl-4 {
        margin-left: 1.5rem!important
    }

    .ms-xxl-5 {
        margin-left: 3rem!important
    }

    .ms-xxl-auto {
        margin-left: auto!important
    }

    .p-xxl-0 {
        padding: 0!important
    }

    .p-xxl-1 {
        padding: .25rem!important
    }

    .p-xxl-2 {
        padding: .5rem!important
    }

    .p-xxl-3 {
        padding: 1rem!important
    }

    .p-xxl-4 {
        padding: 1.5rem!important
    }

    .p-xxl-5 {
        padding: 3rem!important
    }

    .px-xxl-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }

    .px-xxl-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important
    }

    .px-xxl-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important
    }

    .px-xxl-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important
    }

    .px-xxl-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }

    .px-xxl-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important
    }

    .py-xxl-0 {
        padding-top: 0!important;
        padding-bottom: 0!important
    }

    .py-xxl-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important
    }

    .py-xxl-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important
    }

    .py-xxl-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important
    }

    .py-xxl-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important
    }

    .py-xxl-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important
    }

    .pt-xxl-0 {
        padding-top: 0!important
    }

    .pt-xxl-1 {
        padding-top: .25rem!important
    }

    .pt-xxl-2 {
        padding-top: .5rem!important
    }

    .pt-xxl-3 {
        padding-top: 1rem!important
    }

    .pt-xxl-4 {
        padding-top: 1.5rem!important
    }

    .pt-xxl-5 {
        padding-top: 3rem!important
    }

    .pe-xxl-0 {
        padding-right: 0!important
    }

    .pe-xxl-1 {
        padding-right: .25rem!important
    }

    .pe-xxl-2 {
        padding-right: .5rem!important
    }

    .pe-xxl-3 {
        padding-right: 1rem!important
    }

    .pe-xxl-4 {
        padding-right: 1.5rem!important
    }

    .pe-xxl-5 {
        padding-right: 3rem!important
    }

    .pb-xxl-0 {
        padding-bottom: 0!important
    }

    .pb-xxl-1 {
        padding-bottom: .25rem!important
    }

    .pb-xxl-2 {
        padding-bottom: .5rem!important
    }

    .pb-xxl-3 {
        padding-bottom: 1rem!important
    }

    .pb-xxl-4 {
        padding-bottom: 1.5rem!important
    }

    .pb-xxl-5 {
        padding-bottom: 3rem!important
    }

    .ps-xxl-0 {
        padding-left: 0!important
    }

    .ps-xxl-1 {
        padding-left: .25rem!important
    }

    .ps-xxl-2 {
        padding-left: .5rem!important
    }

    .ps-xxl-3 {
        padding-left: 1rem!important
    }

    .ps-xxl-4 {
        padding-left: 1.5rem!important
    }

    .ps-xxl-5 {
        padding-left: 3rem!important
    }

    .gap-xxl-0 {
        gap: 0!important
    }

    .gap-xxl-1 {
        gap: .25rem!important
    }

    .gap-xxl-2 {
        gap: .5rem!important
    }

    .gap-xxl-3 {
        gap: 1rem!important
    }

    .gap-xxl-4 {
        gap: 1.5rem!important
    }

    .gap-xxl-5 {
        gap: 3rem!important
    }

    .row-gap-xxl-0 {
        row-gap: 0!important
    }

    .row-gap-xxl-1 {
        row-gap: .25rem!important
    }

    .row-gap-xxl-2 {
        row-gap: .5rem!important
    }

    .row-gap-xxl-3 {
        row-gap: 1rem!important
    }

    .row-gap-xxl-4 {
        row-gap: 1.5rem!important
    }

    .row-gap-xxl-5 {
        row-gap: 3rem!important
    }

    .column-gap-xxl-0 {
        -moz-column-gap: 0!important;
        column-gap: 0!important
    }

    .column-gap-xxl-1 {
        -moz-column-gap: 0.25rem!important;
        column-gap: .25rem!important
    }

    .column-gap-xxl-2 {
        -moz-column-gap: 0.5rem!important;
        column-gap: .5rem!important
    }

    .column-gap-xxl-3 {
        -moz-column-gap: 1rem!important;
        column-gap: 1rem!important
    }

    .column-gap-xxl-4 {
        -moz-column-gap: 1.5rem!important;
        column-gap: 1.5rem!important
    }

    .column-gap-xxl-5 {
        -moz-column-gap: 3rem!important;
        column-gap: 3rem!important
    }

    .text-xxl-start {
        text-align: left!important
    }

    .text-xxl-end {
        text-align: right!important
    }

    .text-xxl-center {
        text-align: center!important
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size:2.5rem!important
    }

    .fs-2 {
        font-size: 2rem!important
    }

    .fs-3 {
        font-size: 1.75rem!important
    }

    .fs-4 {
        font-size: 1.5rem!important
    }
}

@media print {
    .d-print-inline {
        display: inline!important
    }

    .d-print-inline-block {
        display: inline-block!important
    }

    .d-print-block {
        display: block!important
    }

    .d-print-grid {
        display: grid!important
    }

    .d-print-inline-grid {
        display: inline-grid!important
    }

    .d-print-table {
        display: table!important
    }

    .d-print-table-row {
        display: table-row!important
    }

    .d-print-table-cell {
        display: table-cell!important
    }

    .d-print-flex {
        display: flex!important
    }

    .d-print-inline-flex {
        display: inline-flex!important
    }

    .d-print-none {
        display: none!important
    }
}

/*# sourceMappingURL=bootstrap.min.css.map */


@import "https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap";

/* src/assets/scss/styles.scss */
:root {
  color-scheme: dark;
  --body-bg-rgb:
    20,
    20,
    20;
  --primary-rgb:
    0,
    255,
    190;
  --secondary-rgb:
    0,
    227,
    210;
  --warning-rgb:
    235,
    247,
    72;
  --info-rgb:
    72,
    247,
    238;
  --success-rgb:
    72,
    247,
    104;
  --danger-rgb:
    255,74,74;
  --light-rgb:
    245,
    247,
    250;
  --dark-rgb:
    44,
    62,
    80;
  --orange-rgb:
    255,
    116,
    23;
  --pink-rgb:
    252,
    108,
    133;
  --teal-rgb:
    0,
    177,
    163;
  --purple-rgb:
    143,
    0,
    255;
  --green-rgb:
    69,
    214,
    91;
  --default-body-bg-color: rgb(var(--body-bg-rgb));
  --primary-color: rgb(var(--primary-rgb));
  --primary-border: rgb(var(--primary-rgb));
  --primary01: rgba(var(--primary-rgb), 0.1);
  --primary02: rgba(var(--primary-rgb), 0.2);
  --primary03: rgba(var(--primary-rgb), 0.3);
  --primary04: rgba(var(--primary-rgb), 0.4);
  --primary05: rgba(var(--primary-rgb), 0.5);
  --primary06: rgba(var(--primary-rgb), 0.6);
  --primary07: rgba(var(--primary-rgb), 0.7);
  --primary08: rgba(var(--primary-rgb), 0.8);
  --primary09: rgba(var(--primary-rgb), 0.9);
  --primary005: rgba(var(--primary-rgb), 0.05);
  --default-font-family: "Rajdhani", sans-serif;
  --default-font-weight: 400;
  --default-text-color-rgb:
    51,
    51,
    51;
  --default-border: #e8e8e8;
  --default-background: #f7f8f9;
  --menu-bg: #fff;
  --menu-prime-color: rgba(255,255,255,1);
  --menu-border-color: #e8e8e8;
  --header-bg: #fff;
  --header-prime-color: rgba(255,255,255,1);
  --header-border-color: #e8e8e8;
  --custom-white: #fff;
  --custom-black: #000;
  --bootstrap-card-border: #e8e8e8;
  --list-hover-focus-bg: #f5f6f7;
  --text-muted: #6c757e;
  --input-border: #e8e8e8;
  --form-control-bg: rgba(var(--primary-rgb),0.05);
  --theme-bg-gradient: #021e18;
  --bg-pattern: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p4-454XSD5G.svg);
  --gray-1: #f9fafb;
  --gray-2: #f2f4f5;
  --gray-3: #e6eaeb;
  --gray-4: #dbdfe1;
  --gray-5: #949eb7;
  --gray-6: #7987a1;
  --gray-7: #4d5875;
  --gray-8: #383853;
  --gray-9: #323251;
  --white-1: rgba(255, 255, 255, 0.1);
  --white-2: rgba(255, 255, 255, 0.2);
  --white-3: rgba(255, 255, 255, 0.3);
  --white-4: rgba(255, 255, 255, 0.4);
  --white-5: rgba(255, 255, 255, 0.5);
  --white-6: rgba(255, 255, 255, 0.6);
  --white-7: rgba(255, 255, 255, 0.7);
  --white-8: rgba(255, 255, 255, 0.8);
  --white-9: rgba(255, 255, 255, 0.9);
  --black-1: rgba(0, 0, 0, 0.1);
  --black-2: rgba(0, 0, 0, 0.2);
  --black-3: rgba(0, 0, 0, 0.3);
  --black-4: rgba(0, 0, 0, 0.4);
  --black-5: rgba(0, 0, 0, 0.5);
  --black-6: rgba(0, 0, 0, 0.6);
  --black-7: rgba(0, 0, 0, 0.7);
  --black-8: rgba(0, 0, 0, 0.8);
  --black-9: rgba(0, 0, 0, 0.9);
}
[data-theme-mode=dark] {
  --body-bg-rgb:
    32,
    32,
    37;
  --body-bg-rgb2:
    20,
    20,
    20;
  --menu-bg: rgb(var(--body-bg-rgb));
  --menu-border-color: rgba(255, 255, 255, 0.1);
  --menu-prime-color: rgba(255,255,255,1);
  --header-bg: rgb(var(--body-bg-rgb));
  --header-prime-color: rgba(255,255,255,1);
  --header-border-color: rgba(255, 255, 255, 0.1);
  --custom-white: #010a07;
  --custom-black: #fff;
  --default-border: rgba(255, 255, 255, 0.1);
  --default-text-color-rgb:
    255,
    255,
    255;
  --light-rgb:
    40,
    60,
    56;
  --dark-rgb:
    240,
    245,
    248;
  --bootstrap-card-border: rgba(255, 255, 255, 0.1);
  --list-hover-focus-bg: rgba(255, 255, 255, 0.1);
  --default-background: rgba(15, 30, 26, 0.5);
  --default-body-bg-color: rgb(var(--body-bg-rgb2));
  --text-muted: rgba(255, 255, 255, 0.9);
  --input-border: rgba(255, 255, 255, 0.1);
  --form-control-bg: rgba(var(--primary-rgb), 0.05);
  --card-bg:
    29,
    68,
    67;
  --gray-1: #110f0f;
  --gray-2: #17171c;
  --gray-3: #393946;
  --gray-4: #505062;
  --gray-5: #73738c;
  --gray-6: #8f8fa3;
  --gray-7: #ababba;
  --gray-8: #c7c7d1;
  --gray-9: #e3e3e8;
  --white-1: rgba(0, 0, 0, 0.1);
  --white-2: rgba(0, 0, 0, 0.2);
  --white-3: rgba(0, 0, 0, 0.3);
  --white-4: rgba(0, 0, 0, 0.4);
  --white-5: rgba(0, 0, 0, 0.5);
  --white-6: rgba(0, 0, 0, 0.6);
  --white-7: rgba(0, 0, 0, 0.7);
  --white-8: rgba(0, 0, 0, 0.8);
  --white-9: rgba(0, 0, 0, 0.9);
  --black-1: rgba(255, 255, 255, 0.1);
  --black-2: rgba(255, 255, 255, 0.2);
  --black-3: rgba(255, 255, 255, 0.3);
  --black-4: rgba(255, 255, 255, 0.4);
  --black-5: rgba(255, 255, 255, 0.5);
  --black-6: rgba(255, 255, 255, 0.6);
  --black-7: rgba(255, 255, 255, 0.7);
  --black-8: rgba(255, 255, 255, 0.8);
  --black-9: rgba(255, 255, 255, 0.9);
}
@media (max-width: 991.98px) {
  .sidemenu-layout-styles {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .app-header .horizontal-logo .header-logo img {
    height: 1.5rem;
    line-height: 1.5rem;
  }
}
[dir=rtl][data-card-style=style2] .card.custom-card .top-right:before {
  transform: rotate(-45deg);
}
[dir=rtl][data-card-style=style2] .card.custom-card:before {
  transform: rotate(-45deg);
}
[data-theme-mode=dark] .app-sidebar .main-sidebar-header .header-logo .desktop-dark {
  display: block;
}
[data-theme-mode=dark] .app-sidebar .main-sidebar-header .header-logo .desktop-logo,
[data-theme-mode=dark] .app-sidebar .main-sidebar-header .header-logo .toggle-logo,
[data-theme-mode=dark] .app-sidebar .main-sidebar-header .header-logo .toggle-dark {
  display: none;
}
[data-theme-mode=dark] .btn-close {
  filter: invert(1);
}
[data-theme-mode=dark] .alert .btn-close {
  filter: unset;
}
[data-theme-mode=dark] .dropdown-menu {
  box-shadow: 0 1rem 1.125rem rgba(40, 40, 40, 0.15);
}
[data-theme-mode=dark] button.gridjs-sort,
[data-theme-mode=dark] button.gridjs-sort-desc,
[data-theme-mode=dark] button.gridjs-sort-asc {
  filter: invert(1);
}
[data-theme-mode=dark] .choices__list--dropdown,
[data-theme-mode=dark] .choices__list[aria-expanded] {
  box-shadow: rgba(245, 245, 245, 0.1) 0 0.5rem 1.5rem !important;
}
@media (max-width: 991.98px) {
  [data-header-styles=dark] .app-header .horizontal-logo .header-logo .desktop-logo,
  [data-header-styles=dark] .app-header .horizontal-logo .header-logo .desktop-dark,
  [data-header-styles=dark] .app-header .horizontal-logo .header-logo .toggle-logo,
  [data-header-styles=transparent][data-theme-mode=dark] .app-header .horizontal-logo .header-logo .desktop-logo,
  [data-header-styles=transparent][data-theme-mode=dark] .app-header .horizontal-logo .header-logo .desktop-dark,
  [data-header-styles=transparent][data-theme-mode=dark] .app-header .horizontal-logo .header-logo .toggle-logo {
    display: none;
  }
  [data-header-styles=dark] .app-header .horizontal-logo .header-logo .toggle-dark,
  [data-header-styles=transparent][data-theme-mode=dark] .app-header .horizontal-logo .header-logo .toggle-dark {
    display: block;
  }
}
@media (max-width: 991.98px) {
  [data-toggled=close] .app-sidebar {
    transition: all 300ms ease;
    transform: translateX(-16rem);
  }
  [data-toggled=close] .app-header {
    padding-inline-start: 0rem;
  }
  [data-toggled=close] .app-header .horizontal-logo {
    display: block;
  }
  [data-toggled=close][dir=rtl] .app-sidebar {
    transition: all 300ms ease;
    transform: translateX(16rem);
  }
}
@media (max-width: 991.98px) {
  [data-toggled=open] .app-sidebar {
    transition: all 300ms ease;
    transform: translateX(0rem);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }
  [data-toggled=open] .app-header {
    padding-inline-start: 0rem;
  }
  [data-toggled=open] .app-header .horizontal-logo {
    display: block;
  }
}
@media (min-width: 1400px) {
  [data-width=boxed] body {
    background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  }
  [data-width=boxed] .page {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 0 1rem var(--black-1);
  }
  [data-width=boxed] .page .app-header {
    width: 1400px;
    margin: 0 auto;
  }
  [data-width=boxed] .page .app-sidebar {
    inset-inline-start: auto;
  }
  [data-width=boxed][data-nav-layout=horizontal] .app-sidebar {
    width: 1400px !important;
  }
  [data-width=boxed][data-page-style=classic] .page {
    background-color: var(--custom-white);
  }
  [data-width=boxed][data-page-style=classic] .card {
    box-shadow: none;
  }
  [data-width=boxed][data-theme-mode=dark] body {
    background-color: rgba(var(--body-bg-rgb), 0.6);
  }
  [data-width=boxed][data-vertical-style=detached] .page {
    width: 1400px;
  }
  [data-width=boxed][data-vertical-style=detached] .page .app-header {
    width: 1400px;
  }
  [data-width=boxed][data-vertical-style=detached][data-toggled=detached-close] .app-content {
    margin-inline-start: 5rem;
  }
  [data-width=boxed][data-vertical-style=detached] .app-header .main-header-container {
    width: 99%;
    padding-inline: 10px;
  }
  [data-width=boxed][data-vertical-style=detached] .app-content {
    margin-inline-start: 16rem;
  }
  [data-width=boxed][data-vertical-style=doublemenu] .app-sidebar .main-sidebar {
    height: 100%;
  }
  [data-width=boxed][data-vertical-style=doublemenu] .app-sidebar .simplebar-content-wrapper {
    position: initial;
  }
  [data-width=boxed][data-vertical-style=doublemenu] .app-sidebar .simplebar-mask {
    position: inherit;
  }
  [data-width=boxed] .mail-info-body {
    max-height: calc(100vh - 19.3rem);
  }
  [data-width=boxed] #Invoice .list-group-item > a > div {
    display: block !important;
  }
  [data-width=boxed] .leads-source-labels .col {
    flex: 100%;
  }
}
[data-menu-position=scrollable][data-nav-layout=vertical] .app-sidebar {
  position: absolute;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}
[data-menu-position=scrollable][data-nav-layout=vertical] .app-sidebar .main-sidebar-header {
  position: absolute;
}
[data-menu-position=scrollable][data-nav-layout=horizontal] .app-sidebar {
  position: relative;
  z-index: 102;
}
[data-menu-position=scrollable][data-nav-layout=horizontal] .app-content {
  margin-block-start: 6rem;
}
[data-menu-position=scrollable][data-nav-layout=horizontal][data-header-position=scrollable] .app-sidebar {
  position: relative;
}
[data-menu-position=scrollable][data-nav-layout=horizontal][data-header-position=scrollable] .app-header {
  position: relative;
}
@media (max-width: 991.98px) {
  [data-menu-position=scrollable][data-nav-layout=horizontal] .app-sidebar {
    position: absolute;
    height: 100%;
  }
  [data-menu-position=scrollable][data-nav-layout=horizontal] .main-content {
    margin-block-start: 0;
  }
  [data-menu-position=scrollable][data-nav-layout=horizontal] .main-sidebar {
    height: 100%;
  }
}
@media (min-width: 992px) {
  [data-menu-position=scrollable] .app-content {
    min-height: calc(100vh - 2.5rem);
  }
}
[data-header-position=scrollable][data-nav-layout=vertical] .app-header {
  position: absolute;
}
[data-header-position=scrollable][data-nav-layout=vertical]:not([data-vertical-style=icontext]) .app-header,
[data-header-position=scrollable][data-nav-layout=vertical]:not([data-vertical-style=detached]) .app-header,
[data-header-position=scrollable][data-nav-layout=vertical]:not([data-vertical-style=closed]) .app-header,
[data-header-position=scrollable][data-nav-layout=vertical]:not([data-vertical-style=doublemenu]) .app-header {
  border-bottom: 0;
}
[data-header-position=scrollable][data-nav-layout=vertical]:not([data-vertical-style=icontext]) .main-header-container,
[data-header-position=scrollable][data-nav-layout=vertical]:not([data-vertical-style=detached]) .main-header-container,
[data-header-position=scrollable][data-nav-layout=vertical]:not([data-vertical-style=closed]) .main-header-container,
[data-header-position=scrollable][data-nav-layout=vertical]:not([data-vertical-style=doublemenu]) .main-header-container {
  border-bottom: 1px solid var(--default-border);
}
[data-header-position=scrollable][data-nav-layout=vertical]:not([data-vertical-style=icontext]) .main-sidebar-header,
[data-header-position=scrollable][data-nav-layout=vertical]:not([data-vertical-style=detached]) .main-sidebar-header,
[data-header-position=scrollable][data-nav-layout=vertical]:not([data-vertical-style=closed]) .main-sidebar-header,
[data-header-position=scrollable][data-nav-layout=vertical]:not([data-vertical-style=doublemenu]) .main-sidebar-header {
  border-bottom: 1px solid var(--default-border);
}
[data-header-position=scrollable][data-nav-layout=horizontal] .app-sidebar {
  position: relative;
  top: 0;
}
[data-header-position=scrollable][data-nav-layout=horizontal] .app-sidebar.sticky {
  position: sticky;
  top: 0;
}
[data-header-position=scrollable][data-nav-layout=horizontal] .app-content {
  margin-block-start: 1.75rem;
}
[data-header-position=scrollable][data-nav-layout=horizontal] .app-header {
  position: relative;
}
[data-header-position=scrollable][data-nav-layout=horizontal][data-menu-position=scrollable] .app-sidebar {
  position: relative;
}
[data-header-position=scrollable][data-nav-layout=horizontal][data-menu-position=scrollable] .app-header {
  position: relative;
}
[data-header-position=scrollable][data-nav-layout=horizontal][data-width=boxed] .app-header {
  margin: 0;
}
@media (max-width: 991.98px) {
  [data-header-position=scrollable][data-nav-layout=horizontal] .app-sidebar {
    position: absolute !important;
    z-index: 102;
  }
  [data-header-position=scrollable][data-nav-layout=horizontal] .main-content {
    padding-block-start: 0;
  }
  [data-header-position=scrollable][data-nav-layout=horizontal][data-menu-position=fixed] .app-sidebar {
    position: fixed !important;
  }
  [data-header-position=scrollable][data-nav-layout=horizontal][data-menu-position=fixed] .app-sidebar .main-sidebar {
    margin-block-start: 3.72rem;
  }
  [data-header-position=scrollable][data-nav-layout=horizontal][data-menu-position=fixed] .app-sidebar.sticky .main-sidebar {
    margin-block-start: 0;
  }
  [data-header-position=scrollable][data-nav-layout=vertical] .app-sidebar.sticky {
    inset-block-start: 0;
  }
}
.bg-img[data-card-style=style9] .app-sidebar:before,
[data-card-style=style9][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar:before,
[data-card-style=style9][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar:before,
[data-card-style=style9][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar:before,
[data-card-style=style9][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar:before,
[data-card-style=style9][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar:before {
  transform: rotate(0deg);
  border: 0;
}
.bg-img .app-sidebar:before,
[data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar:before,
[data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar:before,
[data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar:before,
[data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar:before,
[data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar:before {
  background-image: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  opacity: 0.9;
}
@media (min-width: 992px) {
  .bg-img[data-nav-layout=horizontal] ul.slide-menu,
  [data-nav-layout=horizontal][data-bg-img=bgimg5][data-theme-mode=dark] ul.slide-menu,
  [data-nav-layout=horizontal][data-bg-img=bgimg4][data-theme-mode=dark] ul.slide-menu,
  [data-nav-layout=horizontal][data-bg-img=bgimg3][data-theme-mode=dark] ul.slide-menu,
  [data-nav-layout=horizontal][data-bg-img=bgimg2][data-theme-mode=dark] ul.slide-menu,
  [data-nav-layout=horizontal][data-bg-img=bgimg1][data-theme-mode=dark] ul.slide-menu {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  .bg-img[data-nav-layout=horizontal] ul.slide-menu:before,
  [data-nav-layout=horizontal][data-bg-img=bgimg5][data-theme-mode=dark] ul.slide-menu:before,
  [data-nav-layout=horizontal][data-bg-img=bgimg4][data-theme-mode=dark] ul.slide-menu:before,
  [data-nav-layout=horizontal][data-bg-img=bgimg3][data-theme-mode=dark] ul.slide-menu:before,
  [data-nav-layout=horizontal][data-bg-img=bgimg2][data-theme-mode=dark] ul.slide-menu:before,
  [data-nav-layout=horizontal][data-bg-img=bgimg1][data-theme-mode=dark] ul.slide-menu:before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    inset-inline-end: 0;
    bottom: 0;
    border-radius: 0 0 0.25rem 0.25rem;
    opacity: 0.9;
  }
  .bg-img[data-nav-layout=horizontal][data-menu-styles=dark] ul.slide-menu:before,
  [data-nav-layout=horizontal][data-menu-styles=dark][data-bg-img=bgimg5][data-theme-mode=dark] ul.slide-menu:before,
  [data-nav-layout=horizontal][data-menu-styles=dark][data-bg-img=bgimg4][data-theme-mode=dark] ul.slide-menu:before,
  [data-nav-layout=horizontal][data-menu-styles=dark][data-bg-img=bgimg3][data-theme-mode=dark] ul.slide-menu:before,
  [data-nav-layout=horizontal][data-menu-styles=dark][data-bg-img=bgimg2][data-theme-mode=dark] ul.slide-menu:before,
  [data-nav-layout=horizontal][data-menu-styles=dark][data-bg-img=bgimg1][data-theme-mode=dark] ul.slide-menu:before {
    display: none;
  }
  .bg-img[data-nav-layout=horizontal][data-theme-mode=dark][data-menu-styles=dark] ul.slide-menu:before,
  [data-nav-layout=horizontal][data-theme-mode=dark][data-menu-styles=dark][data-bg-img=bgimg5] ul.slide-menu:before,
  [data-nav-layout=horizontal][data-theme-mode=dark][data-menu-styles=dark][data-bg-img=bgimg4] ul.slide-menu:before,
  [data-nav-layout=horizontal][data-theme-mode=dark][data-menu-styles=dark][data-bg-img=bgimg3] ul.slide-menu:before,
  [data-nav-layout=horizontal][data-theme-mode=dark][data-menu-styles=dark][data-bg-img=bgimg2] ul.slide-menu:before,
  [data-nav-layout=horizontal][data-theme-mode=dark][data-menu-styles=dark][data-bg-img=bgimg1] ul.slide-menu:before {
    display: block;
  }
  .bg-img[data-nav-layout=horizontal][data-nav-layout=horizontal][data-menu-styles=dark][data-theme-mode=light] .app-sidebar .slide.has-sub .slide-menu,
  [data-nav-layout=horizontal][data-nav-layout=horizontal][data-menu-styles=dark][data-theme-mode=light][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
  [data-nav-layout=horizontal][data-nav-layout=horizontal][data-menu-styles=dark][data-theme-mode=light][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
  [data-nav-layout=horizontal][data-nav-layout=horizontal][data-menu-styles=dark][data-theme-mode=light][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
  [data-nav-layout=horizontal][data-nav-layout=horizontal][data-menu-styles=dark][data-theme-mode=light][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
  [data-nav-layout=horizontal][data-nav-layout=horizontal][data-menu-styles=dark][data-theme-mode=light][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu {
    background: #202025;
  }
}
.bg-img[data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .main-sidebar-header,
[data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
.bg-img[data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .main-sidebar-header,
[data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .main-sidebar-header {
  background-color: transparent;
}
.bg-img[data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .main-sidebar-header,
[data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
.bg-img[data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .main-sidebar-header,
[data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .main-sidebar-header {
  background-color: rgb(var(--body-bg-rgb));
}
.bg-img[data-theme-mode=dark][data-menu-styles=transparent] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-theme-mode=dark][data-menu-styles=transparent] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-theme-mode=dark][data-menu-styles=transparent] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child3 {
  background-color: transparent;
}
.bg-img[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child3,
.bg-img[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child3,
.bg-img[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child3,
.bg-img[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child3 {
  background-color: var(--custom-white) !important;
}
.bg-img[data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child3 {
  background-color: var(--default-body-bg-color) !important;
}
.bg-img[data-theme-mode=light][data-menu-styles=dark] .app-sidebar:before,
[data-theme-mode=light][data-menu-styles=dark][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar:before,
[data-theme-mode=light][data-menu-styles=dark][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar:before,
[data-theme-mode=light][data-menu-styles=dark][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar:before,
[data-theme-mode=light][data-menu-styles=dark][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar:before,
[data-theme-mode=light][data-menu-styles=dark][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.bg-img[data-theme-mode=light][data-menu-styles=transparent] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-theme-mode=light][data-menu-styles=transparent] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-theme-mode=light][data-menu-styles=transparent] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3 {
  background-color: transparent;
}
.bg-img[data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3 {
  background-color: var(--default-body-bg-color) !important;
}
.bg-img[data-vertical-style=doublemenu] .slide.has-sub .slide-menu,
[data-vertical-style=doublemenu][data-bg-img=bgimg5][data-theme-mode=dark] .slide.has-sub .slide-menu,
[data-vertical-style=doublemenu][data-bg-img=bgimg4][data-theme-mode=dark] .slide.has-sub .slide-menu,
[data-vertical-style=doublemenu][data-bg-img=bgimg3][data-theme-mode=dark] .slide.has-sub .slide-menu,
[data-vertical-style=doublemenu][data-bg-img=bgimg2][data-theme-mode=dark] .slide.has-sub .slide-menu,
[data-vertical-style=doublemenu][data-bg-img=bgimg1][data-theme-mode=dark] .slide.has-sub .slide-menu {
  background-color: #fff;
  background-image: none;
}
.bg-img[data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide.has-sub .slide-menu,
[data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
.bg-img[data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide.has-sub .slide-menu,
[data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
.bg-img[data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide.has-sub .slide-menu,
[data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
.bg-img[data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide.has-sub .slide-menu,
[data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu {
  background-color: #fff;
  background-image: none;
}
.bg-img[data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar,
[data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar,
[data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar,
[data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar,
[data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar,
[data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar,
.bg-img[data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar,
[data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar,
[data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar,
[data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar,
[data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar,
[data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar,
.bg-img[data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar,
[data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar,
[data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar,
[data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar,
[data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar,
[data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar,
.bg-img[data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar,
[data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar,
[data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar,
[data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar,
[data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar,
[data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar {
  position: absolute;
}
@media (min-width: 992px) {
  .bg-img[data-menu-styles=dark][data-nav-layout=horizontal] ul.slide-menu,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-bg-img=bgimg5][data-theme-mode=dark] ul.slide-menu,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-bg-img=bgimg4][data-theme-mode=dark] ul.slide-menu,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-bg-img=bgimg3][data-theme-mode=dark] ul.slide-menu,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-bg-img=bgimg2][data-theme-mode=dark] ul.slide-menu,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-bg-img=bgimg1][data-theme-mode=dark] ul.slide-menu {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  .bg-img[data-menu-styles=dark][data-nav-layout=horizontal] ul.slide-menu:before,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-bg-img=bgimg5][data-theme-mode=dark] ul.slide-menu:before,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-bg-img=bgimg4][data-theme-mode=dark] ul.slide-menu:before,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-bg-img=bgimg3][data-theme-mode=dark] ul.slide-menu:before,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-bg-img=bgimg2][data-theme-mode=dark] ul.slide-menu:before,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-bg-img=bgimg1][data-theme-mode=dark] ul.slide-menu:before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    inset-inline-end: 0;
    bottom: 0;
    border-radius: 0 0 0.25rem 0.25rem;
    opacity: 0.9;
  }
  .bg-img[data-menu-styles=dark][data-nav-layout=horizontal][data-menu-styles=dark] ul.slide-menu:before,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-menu-styles=dark][data-bg-img=bgimg5][data-theme-mode=dark] ul.slide-menu:before,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-menu-styles=dark][data-bg-img=bgimg4][data-theme-mode=dark] ul.slide-menu:before,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-menu-styles=dark][data-bg-img=bgimg3][data-theme-mode=dark] ul.slide-menu:before,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-menu-styles=dark][data-bg-img=bgimg2][data-theme-mode=dark] ul.slide-menu:before,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-menu-styles=dark][data-bg-img=bgimg1][data-theme-mode=dark] ul.slide-menu:before {
    display: none;
  }
  .bg-img[data-menu-styles=dark][data-nav-layout=horizontal][data-theme-mode=dark][data-menu-styles=dark] ul.slide-menu:before,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-theme-mode=dark][data-menu-styles=dark][data-bg-img=bgimg5] ul.slide-menu:before,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-theme-mode=dark][data-menu-styles=dark][data-bg-img=bgimg4] ul.slide-menu:before,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-theme-mode=dark][data-menu-styles=dark][data-bg-img=bgimg3] ul.slide-menu:before,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-theme-mode=dark][data-menu-styles=dark][data-bg-img=bgimg2] ul.slide-menu:before,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-theme-mode=dark][data-menu-styles=dark][data-bg-img=bgimg1] ul.slide-menu:before {
    display: block;
  }
  .bg-img[data-menu-styles=dark][data-nav-layout=horizontal][data-nav-layout=horizontal][data-menu-styles=dark][data-theme-mode=light] .app-sidebar .slide.has-sub .slide-menu,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-nav-layout=horizontal][data-menu-styles=dark][data-theme-mode=light][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-nav-layout=horizontal][data-menu-styles=dark][data-theme-mode=light][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-nav-layout=horizontal][data-menu-styles=dark][data-theme-mode=light][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-nav-layout=horizontal][data-menu-styles=dark][data-theme-mode=light][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
  [data-menu-styles=dark][data-nav-layout=horizontal][data-nav-layout=horizontal][data-menu-styles=dark][data-theme-mode=light][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu {
    background: #202025;
  }
}
.bg-img[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .main-sidebar-header,
[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
.bg-img[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .main-sidebar-header,
[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .main-sidebar-header {
  background-color: transparent;
}
.bg-img[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .main-sidebar-header,
[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
.bg-img[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .main-sidebar-header,
[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=dark][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .main-sidebar-header {
  background-color: rgb(var(--body-bg-rgb));
}
.bg-img[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child3 {
  background-color: transparent;
}
.bg-img[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child3,
.bg-img[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child3,
.bg-img[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child3,
.bg-img[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child3 {
  background-color: var(--custom-white) !important;
}
.bg-img[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child3 {
  background-color: var(--default-body-bg-color) !important;
}
.bg-img[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=dark] .app-sidebar:before,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=dark][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar:before,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=dark][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar:before,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=dark][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar:before,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=dark][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar:before,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=dark][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.bg-img[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3 {
  background-color: transparent;
}
.bg-img[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3 {
  background-color: var(--default-body-bg-color) !important;
}
.bg-img[data-menu-styles=dark][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-vertical-style=doublemenu][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-vertical-style=doublemenu][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-vertical-style=doublemenu][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-vertical-style=doublemenu][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=dark][data-vertical-style=doublemenu][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1 {
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
}
.bg-img[data-menu-styles=dark][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-vertical-style=doublemenu][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-vertical-style=doublemenu][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-vertical-style=doublemenu][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-vertical-style=doublemenu][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=dark][data-vertical-style=doublemenu][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-menu-styles=dark][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-vertical-style=doublemenu][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-vertical-style=doublemenu][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-vertical-style=doublemenu][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-vertical-style=doublemenu][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=dark][data-vertical-style=doublemenu][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3 {
  background: transparent !important;
}
.bg-img[data-menu-styles=dark][data-theme-mode=light][data-vertical-style=doublemenu] .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-theme-mode=light][data-vertical-style=doublemenu][data-bg-img=bgimg5][data-theme-mode=dark] .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-theme-mode=light][data-vertical-style=doublemenu][data-bg-img=bgimg4][data-theme-mode=dark] .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-theme-mode=light][data-vertical-style=doublemenu][data-bg-img=bgimg3][data-theme-mode=dark] .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-theme-mode=light][data-vertical-style=doublemenu][data-bg-img=bgimg2][data-theme-mode=dark] .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-theme-mode=light][data-vertical-style=doublemenu][data-bg-img=bgimg1][data-theme-mode=dark] .slide.has-sub .slide-menu {
  background-color: #202025;
}
.bg-img[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
.bg-img[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
.bg-img[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
.bg-img[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=dark][data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu {
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
}
.bg-img[data-theme-mode=dark][data-vertical-style=doublemenu] .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-vertical-style=doublemenu][data-bg-img=bgimg5] .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-vertical-style=doublemenu][data-bg-img=bgimg4] .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-vertical-style=doublemenu][data-bg-img=bgimg3] .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-vertical-style=doublemenu][data-bg-img=bgimg2] .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-vertical-style=doublemenu][data-bg-img=bgimg1] .slide.has-sub .slide-menu {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
}
.bg-img[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu,
.bg-img[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu,
.bg-img[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu,
.bg-img[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu,
[data-theme-mode=dark][data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu {
  background-color: var(--custom-white);
  background-image: none;
}
.bg-img[data-menu-styles=transparent][data-theme-mode=dark],
[data-menu-styles=transparent][data-theme-mode=dark][data-bg-img=bgimg5],
[data-menu-styles=transparent][data-theme-mode=dark][data-bg-img=bgimg4],
[data-menu-styles=transparent][data-theme-mode=dark][data-bg-img=bgimg3],
[data-menu-styles=transparent][data-theme-mode=dark][data-bg-img=bgimg2],
[data-menu-styles=transparent][data-theme-mode=dark][data-bg-img=bgimg1] {
  --menu-prime-color: rgba(255, 255, 255, 0.6);
}
.bg-img[data-menu-styles=transparent] .app-sidebar:before,
[data-menu-styles=transparent][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar:before,
[data-menu-styles=transparent][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar:before,
[data-menu-styles=transparent][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar:before,
[data-menu-styles=transparent][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar:before,
[data-menu-styles=transparent][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar:before {
  background-color: var(--default-body-bg-color);
  opacity: 0.9;
}
@media (min-width: 992px) {
  .bg-img[data-menu-styles=transparent][data-nav-layout=horizontal] ul.slide-menu,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-bg-img=bgimg5][data-theme-mode=dark] ul.slide-menu,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-bg-img=bgimg4][data-theme-mode=dark] ul.slide-menu,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-bg-img=bgimg3][data-theme-mode=dark] ul.slide-menu,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-bg-img=bgimg2][data-theme-mode=dark] ul.slide-menu,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-bg-img=bgimg1][data-theme-mode=dark] ul.slide-menu {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  .bg-img[data-menu-styles=transparent][data-nav-layout=horizontal] ul.slide-menu:before,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-bg-img=bgimg5][data-theme-mode=dark] ul.slide-menu:before,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-bg-img=bgimg4][data-theme-mode=dark] ul.slide-menu:before,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-bg-img=bgimg3][data-theme-mode=dark] ul.slide-menu:before,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-bg-img=bgimg2][data-theme-mode=dark] ul.slide-menu:before,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-bg-img=bgimg1][data-theme-mode=dark] ul.slide-menu:before {
    content: "";
    position: absolute;
    inset-inline-start: 0;
    top: 0;
    inset-inline-end: 0;
    bottom: 0;
    border-radius: 0 0 0.25rem 0.25rem;
    opacity: 0.9;
  }
  .bg-img[data-menu-styles=transparent][data-nav-layout=horizontal][data-menu-styles=dark] ul.slide-menu:before,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-menu-styles=dark][data-bg-img=bgimg5][data-theme-mode=dark] ul.slide-menu:before,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-menu-styles=dark][data-bg-img=bgimg4][data-theme-mode=dark] ul.slide-menu:before,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-menu-styles=dark][data-bg-img=bgimg3][data-theme-mode=dark] ul.slide-menu:before,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-menu-styles=dark][data-bg-img=bgimg2][data-theme-mode=dark] ul.slide-menu:before,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-menu-styles=dark][data-bg-img=bgimg1][data-theme-mode=dark] ul.slide-menu:before {
    display: none;
  }
  .bg-img[data-menu-styles=transparent][data-nav-layout=horizontal][data-theme-mode=dark][data-menu-styles=dark] ul.slide-menu:before,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-theme-mode=dark][data-menu-styles=dark][data-bg-img=bgimg5] ul.slide-menu:before,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-theme-mode=dark][data-menu-styles=dark][data-bg-img=bgimg4] ul.slide-menu:before,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-theme-mode=dark][data-menu-styles=dark][data-bg-img=bgimg3] ul.slide-menu:before,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-theme-mode=dark][data-menu-styles=dark][data-bg-img=bgimg2] ul.slide-menu:before,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-theme-mode=dark][data-menu-styles=dark][data-bg-img=bgimg1] ul.slide-menu:before {
    display: block;
  }
  .bg-img[data-menu-styles=transparent][data-nav-layout=horizontal][data-nav-layout=horizontal][data-menu-styles=dark][data-theme-mode=light] .app-sidebar .slide.has-sub .slide-menu,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-nav-layout=horizontal][data-menu-styles=dark][data-theme-mode=light][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-nav-layout=horizontal][data-menu-styles=dark][data-theme-mode=light][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-nav-layout=horizontal][data-menu-styles=dark][data-theme-mode=light][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-nav-layout=horizontal][data-menu-styles=dark][data-theme-mode=light][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
  [data-menu-styles=transparent][data-nav-layout=horizontal][data-nav-layout=horizontal][data-menu-styles=dark][data-theme-mode=light][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu {
    background: #202025;
  }
}
.bg-img[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .main-sidebar-header,
[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
.bg-img[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .main-sidebar-header,
[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=dark][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .main-sidebar-header {
  background-color: transparent;
}
.bg-img[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .main-sidebar-header,
[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
.bg-img[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .main-sidebar-header,
[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-menu-styles=transparent][data-nav-layout=vertical][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .main-sidebar-header {
  background-color: rgb(var(--body-bg-rgb));
}
.bg-img[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child3 {
  background-color: transparent;
}
.bg-img[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child3,
.bg-img[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child3,
.bg-img[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child3,
.bg-img[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child3 {
  background-color: var(--custom-white) !important;
}
.bg-img[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg5] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg4] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg3] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg2] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=dark][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg1] .app-sidebar .slide.has-sub .slide-menu.child3 {
  background-color: var(--default-body-bg-color) !important;
}
.bg-img[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=dark] .app-sidebar:before,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=dark][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar:before,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=dark][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar:before,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=dark][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar:before,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=dark][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar:before,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=dark][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar:before {
  background-color: rgba(0, 0, 0, 0.8);
}
.bg-img[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3 {
  background-color: transparent;
}
.bg-img[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child1,
.bg-img[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child2,
.bg-img[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3,
[data-menu-styles=transparent][data-theme-mode=light][data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu.child3 {
  background-color: var(--default-body-bg-color) !important;
}
.bg-img[data-menu-styles=transparent][data-vertical-style=doublemenu] .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg5][data-theme-mode=dark] .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg4][data-theme-mode=dark] .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg3][data-theme-mode=dark] .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg2][data-theme-mode=dark] .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-vertical-style=doublemenu][data-bg-img=bgimg1][data-theme-mode=dark] .slide.has-sub .slide-menu {
  background-color: transparent;
  background-image: none;
}
.bg-img[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=menu-click][data-toggled=menu-click-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
.bg-img[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=menu-hover][data-toggled=menu-hover-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
.bg-img[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
.bg-img[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu,
[data-menu-styles=transparent][data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .slide.has-sub .slide-menu {
  background-color: var(--default-body-bg-color);
  background-image: none;
}
.bg-img .app-sidebar,
[data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar,
[data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar,
[data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar,
[data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar,
[data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-inline: 0 !important;
}
.bg-img .app-sidebar .main-sidebar-header,
[data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar .main-sidebar-header,
[data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar .main-sidebar-header {
  background: transparent;
  border-inline-end: 0;
  border-block-end: 1px solid var(--default-border);
}
.bg-img .app-sidebar:before,
[data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar:before,
[data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar:before,
[data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar:before,
[data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar:before,
[data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar:before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (min-width: 991.98px) {
  .bg-img[data-nav-layout=horizontal] .app-sidebar,
  [data-nav-layout=horizontal][data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar,
  [data-nav-layout=horizontal][data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar,
  [data-nav-layout=horizontal][data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar,
  [data-nav-layout=horizontal][data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar,
  [data-nav-layout=horizontal][data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar {
    border-block: 0 !important;
  }
}
[data-bg-img=bgimg1][data-theme-mode=dark] .app-sidebar {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/bg-img1-P5DW4UWC.jpg);
}
[data-bg-img=bgimg2][data-theme-mode=dark] .app-sidebar {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/bg-img2-DBA2ITB5.jpg);
}
[data-bg-img=bgimg3][data-theme-mode=dark] .app-sidebar {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/bg-img3-ODIGD7SF.jpg);
}
[data-bg-img=bgimg4][data-theme-mode=dark] .app-sidebar {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/bg-img4-XZDQPH6D.jpg);
}
[data-bg-img=bgimg5][data-theme-mode=dark] .app-sidebar {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/bg-img5-WJMLLMHR.jpg);
}
[data-vertical-style=icontext][data-bg-img=bgimg1] .app-sidebar.sticky .main-sidebar-header,
[data-vertical-style=icontext][data-bg-img=bgimg2] .app-sidebar.sticky .main-sidebar-header,
[data-vertical-style=icontext][data-bg-img=bgimg3] .app-sidebar.sticky .main-sidebar-header,
[data-vertical-style=icontext][data-bg-img=bgimg4] .app-sidebar.sticky .main-sidebar-header,
[data-vertical-style=icontext][data-bg-img=bgimg5] .app-sidebar.sticky .main-sidebar-header {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}
/*[data-pattern-img=bgpattern1] {
  --bg-pattern: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p1-3OF2PWVU.png);
}
[data-pattern-img=bgpattern2] {
  --bg-pattern: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p2-SRX4SJ2U.png);
}
[data-pattern-img=bgpattern3] {
  --bg-pattern: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p3-YSSTLWAU.svg);
}
[data-pattern-img=bgpattern4] {
  --bg-pattern: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p4-454XSD5G.svg);
}
[data-pattern-img=bgpattern5] {
  --bg-pattern: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p5-ANZXTM3J.png);
}
[data-pattern-img=bgpattern6] {
  --bg-pattern: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p6-A3HM5BXM.svg);
}
[data-pattern-img=bgpattern7] {
  --bg-pattern: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p7-GX5J274D.png);
}
[data-pattern-img=bgpattern8] {
  --bg-pattern: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p8-DR52SKNT.svg);
}
[data-pattern-img=bgpattern9] {
  --bg-pattern: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p9-BCFTXLSJ.png);
}
[data-pattern-img=bgpattern10] {
  --bg-pattern: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p10-J7PGGAJU.png);
}*/
[data-card-style=style1] .app-sidebar .top-left,
[data-card-style=style1] .card.custom-card .top-left,
[data-card-style=style1] .page-header-breadcrumb .top-left {
  position: absolute;
  top: 0;
  height: 2px;
  inset-inline-start: 0;
  background: rgba(255, 255, 255, 0.1);
  width: 20px;
}
[data-card-style=style1] .app-sidebar .top-left:before,
[data-card-style=style1] .card.custom-card .top-left:before,
[data-card-style=style1] .page-header-breadcrumb .top-left:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  background: linear-gradient(to right, transparent, var(--primary-color));
  inset-inline-end: 0;
}
[data-card-style=style1] .app-sidebar .top-right,
[data-card-style=style1] .card.custom-card .top-right,
[data-card-style=style1] .page-header-breadcrumb .top-right {
  position: absolute;
  top: 0;
  height: 2px;
  inset-inline-end: 0;
  background: rgba(255, 255, 255, 0.1);
  width: 20px;
}
[data-card-style=style1] .app-sidebar .top-right:before,
[data-card-style=style1] .card.custom-card .top-right:before,
[data-card-style=style1] .page-header-breadcrumb .top-right:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  background: linear-gradient(to left, transparent, var(--primary-color));
  inset-inline-start: 0;
}
[data-card-style=style1] .app-sidebar .bottom-left,
[data-card-style=style1] .card.custom-card .bottom-left,
[data-card-style=style1] .page-header-breadcrumb .bottom-left {
  position: absolute;
  bottom: 0;
  height: 2px;
  inset-inline-start: 0;
  background: rgba(255, 255, 255, 0.1);
  width: 20px;
}
[data-card-style=style1] .app-sidebar .bottom-left:before,
[data-card-style=style1] .card.custom-card .bottom-left:before,
[data-card-style=style1] .page-header-breadcrumb .bottom-left:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  background: linear-gradient(to right, transparent, var(--primary-color));
  inset-inline-end: 0;
}
[data-card-style=style1] .app-sidebar .bottom-right,
[data-card-style=style1] .card.custom-card .bottom-right,
[data-card-style=style1] .page-header-breadcrumb .bottom-right {
  position: absolute;
  bottom: 0;
  height: 2px;
  inset-inline-end: 0;
  background: rgba(255, 255, 255, 0.1);
  width: 20px;
}
[data-card-style=style1] .app-sidebar .bottom-right:before,
[data-card-style=style1] .card.custom-card .bottom-right:before,
[data-card-style=style1] .page-header-breadcrumb .bottom-right:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  background: linear-gradient(to left, transparent, var(--primary-color));
  inset-inline-start: 0;
}
[data-card-style=style1][data-card-background=background1] .app-sidebar,
[data-card-style=style1][data-card-background=background1] .card.custom-card,
[data-card-style=style1][data-card-background=background1] .page-header-breadcrumb {
  border-inline: 1px solid rgba(255, 255, 255, 0.1);
}
[data-card-style=style2] .app-sidebar,
[data-card-style=style2] .page-header-breadcrumb {
  border: 0;
  background: rgba(var(--primary-rgb), 0.025);
}
[data-card-style=style2] .app-sidebar .top-left,
[data-card-style=style2] .page-header-breadcrumb .top-left {
  position: absolute;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, var(--primary-color), transparent);
  inset-block-start: 0;
  inset-inline-start: 0;
}
[data-card-style=style2] .app-sidebar .top-left:before,
[data-card-style=style2] .page-header-breadcrumb .top-left:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 3px;
  background-color: var(--primary-color);
  inset-inline-end: 0;
  inset-block-start: 0;
}
[data-card-style=style2] .app-sidebar .top-right,
[data-card-style=style2] .page-header-breadcrumb .top-right {
  position: absolute;
  height: 100%;
  width: 1px;
  background: var(--primary01);
  inset-block-start: 0;
  inset-inline-end: 0;
}
[data-card-style=style2] .app-sidebar .top-right:before,
[data-card-style=style2] .page-header-breadcrumb .top-right:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 15px;
  background-color: var(--primary-color);
  inset-inline-end: 0;
  inset-block-start: 0;
}
[data-card-style=style2] .app-sidebar .bottom-left,
[data-card-style=style2] .page-header-breadcrumb .bottom-left {
  position: absolute;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, var(--primary-color), transparent);
  inset-block-start: 0;
  inset-inline-start: 0;
}
[data-card-style=style2] .app-sidebar .bottom-right,
[data-card-style=style2] .page-header-breadcrumb .bottom-right {
  position: absolute;
  width: 100%;
  height: 1px;
  background: var(--primary01);
  inset-block-end: 0;
  inset-inline-start: 0;
}
[data-card-style=style2] .card.custom-card {
  border: 0;
  background: rgba(var(--primary-rgb), 0.025);
}
[data-card-style=style2] .card.custom-card:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: transparent;
  transform: rotate(45deg);
  inset-inline-end: -14px;
  inset-block-start: -14px;
  border-block-end: 1px solid var(--primary01);
}
[data-card-style=style2] .card.custom-card .top-left {
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to top, transparent, var(--primary-color));
}
[data-card-style=style2] .card.custom-card .top-left:before {
  z-index: 1;
  content: "";
  position: absolute;
  height: 15px;
  width: 3px;
  background-color: var(--primary-color);
  inset-inline-start: 0;
  inset-block-end: 0px;
}
[data-card-style=style2] .card.custom-card .top-right {
  position: absolute;
  height: 1px;
  inset-block-start: 0;
  inset-inline-start: 0;
  inset-inline-end: 20px;
  background-color: rgba(var(--primary-rgb), 0.1);
}
[data-card-style=style2] .card.custom-card .top-right:before {
  z-index: 1;
  content: "";
  position: absolute;
  transform: rotate(45deg);
  width: 0;
  height: 0;
  inset-inline-end: -28px;
  inset-block-start: -2px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid var(--primary-color);
}
[data-card-style=style2] .card.custom-card .bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, transparent, var(--primary-color));
}
[data-card-style=style2] .card.custom-card .bottom-left:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 3px;
  background-color: var(--primary-color);
  inset-inline-start: 0;
  inset-block-end: 0;
}
[data-card-style=style2] .card.custom-card .bottom-right {
  position: absolute;
  width: 1px;
  top: 20px;
  bottom: 0;
  inset-inline-end: 0;
  background-color: rgba(var(--primary-rgb), 0.1);
}
[data-card-style=style2] .card.custom-card .bottom-right:before {
  content: "";
  position: absolute;
  height: 2.125rem;
  width: 4px;
  background-color: var(--primary-color);
  inset-inline-end: 0px;
  inset-block-end: 1rem;
  border-start-start-radius: 20px;
  border-start-end-radius: 0px;
  border-end-end-radius: 0px;
  border-end-start-radius: 20px;
}
[data-card-style=style2][data-card-background=background1] .app-sidebar,
[data-card-style=style2][data-card-background=background1] .card.custom-card,
[data-card-style=style2][data-card-background=background1] .page-header-breadcrumb {
  border: 0;
}
[data-card-style=style3] .card.custom-card,
[data-card-style=style3] .app-sidebar,
[data-card-style=style3] .page-header-breadcrumb {
  border: 0;
  border-block: 1px solid rgba(var(--primary-rgb), 0.1);
}
[data-card-style=style3] .card.custom-card:before,
[data-card-style=style3] .app-sidebar:before,
[data-card-style=style3] .page-header-breadcrumb:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  background-color: var(--primary07);
  inset-block-start: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 0;
}
[data-card-style=style3] .card.custom-card:after,
[data-card-style=style3] .app-sidebar:after,
[data-card-style=style3] .page-header-breadcrumb:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 3px;
  background-color: var(--primary07);
  inset-block-end: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 0;
}
[data-card-style=style3] .card.custom-card .top-left,
[data-card-style=style3] .app-sidebar .top-left,
[data-card-style=style3] .page-header-breadcrumb .top-left {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
}
[data-card-style=style3] .card.custom-card .top-left:before,
[data-card-style=style3] .app-sidebar .top-left:before,
[data-card-style=style3] .page-header-breadcrumb .top-left:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: linear-gradient(to right, var(--primary-color), transparent);
  inset-inline-start: 0;
  inset-block-start: 0;
}
[data-card-style=style3] .card.custom-card .top-left:after,
[data-card-style=style3] .app-sidebar .top-left:after,
[data-card-style=style3] .page-header-breadcrumb .top-left:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  background: linear-gradient(to bottom, var(--primary-color), transparent);
  inset-inline-start: 0;
  inset-block-start: 0;
}
[data-card-style=style3] .card.custom-card .top-right,
[data-card-style=style3] .app-sidebar .top-right,
[data-card-style=style3] .page-header-breadcrumb .top-right {
  inset-block-start: 0;
  inset-inline-end: 0;
  position: absolute;
}
[data-card-style=style3] .card.custom-card .top-right:before,
[data-card-style=style3] .app-sidebar .top-right:before,
[data-card-style=style3] .page-header-breadcrumb .top-right:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: linear-gradient(to left, var(--primary-color), transparent);
  inset-inline-end: 0;
  inset-block-start: 0;
}
[data-card-style=style3] .card.custom-card .top-right:after,
[data-card-style=style3] .app-sidebar .top-right:after,
[data-card-style=style3] .page-header-breadcrumb .top-right:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  background: linear-gradient(to bottom, var(--primary-color), transparent);
  inset-inline-end: 0;
  inset-block-start: 0;
}
[data-card-style=style3] .card.custom-card .bottom-left,
[data-card-style=style3] .app-sidebar .bottom-left,
[data-card-style=style3] .page-header-breadcrumb .bottom-left {
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: 0;
}
[data-card-style=style3] .card.custom-card .bottom-left:before,
[data-card-style=style3] .app-sidebar .bottom-left:before,
[data-card-style=style3] .page-header-breadcrumb .bottom-left:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: linear-gradient(to right, var(--primary-color), transparent);
  inset-inline-start: 0;
  inset-block-end: 0;
}
[data-card-style=style3] .card.custom-card .bottom-left:after,
[data-card-style=style3] .app-sidebar .bottom-left:after,
[data-card-style=style3] .page-header-breadcrumb .bottom-left:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  background: linear-gradient(to top, var(--primary-color), transparent);
  inset-inline-start: 0;
  inset-block-end: 0;
}
[data-card-style=style3] .card.custom-card .bottom-right,
[data-card-style=style3] .app-sidebar .bottom-right,
[data-card-style=style3] .page-header-breadcrumb .bottom-right {
  position: absolute;
  inset-inline-end: 0;
  inset-block-end: 0;
}
[data-card-style=style3] .card.custom-card .bottom-right:before,
[data-card-style=style3] .app-sidebar .bottom-right:before,
[data-card-style=style3] .page-header-breadcrumb .bottom-right:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: linear-gradient(to left, var(--primary-color), transparent);
  inset-inline-end: 0;
  inset-block-end: 0;
}
[data-card-style=style3] .card.custom-card .bottom-right:after,
[data-card-style=style3] .app-sidebar .bottom-right:after,
[data-card-style=style3] .page-header-breadcrumb .bottom-right:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 30px;
  background: linear-gradient(to top, var(--primary-color), transparent);
  inset-inline-end: 0;
  inset-block-end: 0;
}
[data-card-style=style3][data-card-background=background1] .app-sidebar,
[data-card-style=style3][data-card-background=background1] .card.custom-card,
[data-card-style=style3][data-card-background=background1] .page-header-breadcrumb {
  border: 0;
}
[data-card-style=style4] .card.custom-card,
[data-card-style=style4] .app-sidebar,
[data-card-style=style4] .page-header-breadcrumb {
  border: 0;
}
[data-card-style=style4] .card.custom-card .top-left,
[data-card-style=style4] .app-sidebar .top-left,
[data-card-style=style4] .page-header-breadcrumb .top-left {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
}
[data-card-style=style4] .card.custom-card .top-left:before,
[data-card-style=style4] .app-sidebar .top-left:before,
[data-card-style=style4] .page-header-breadcrumb .top-left:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: var(--primary-color);
  inset-inline-start: 3px;
  inset-block-start: 3px;
}
[data-card-style=style4] .card.custom-card .top-left:after,
[data-card-style=style4] .app-sidebar .top-left:after,
[data-card-style=style4] .page-header-breadcrumb .top-left:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: var(--primary-color);
  inset-inline-start: 3px;
  inset-block-start: 3px;
}
[data-card-style=style4] .card.custom-card .top-right,
[data-card-style=style4] .app-sidebar .top-right,
[data-card-style=style4] .page-header-breadcrumb .top-right {
  inset-block-start: 0;
  inset-inline-end: 0;
  position: absolute;
}
[data-card-style=style4] .card.custom-card .top-right:before,
[data-card-style=style4] .app-sidebar .top-right:before,
[data-card-style=style4] .page-header-breadcrumb .top-right:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: var(--primary-color);
  inset-inline-end: 3px;
  inset-block-start: 3px;
}
[data-card-style=style4] .card.custom-card .top-right:after,
[data-card-style=style4] .app-sidebar .top-right:after,
[data-card-style=style4] .page-header-breadcrumb .top-right:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: var(--primary-color);
  inset-inline-end: 3px;
  inset-block-start: 3px;
}
[data-card-style=style4] .card.custom-card .bottom-left,
[data-card-style=style4] .app-sidebar .bottom-left,
[data-card-style=style4] .page-header-breadcrumb .bottom-left {
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: 0;
}
[data-card-style=style4] .card.custom-card .bottom-left:before,
[data-card-style=style4] .app-sidebar .bottom-left:before,
[data-card-style=style4] .page-header-breadcrumb .bottom-left:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: var(--primary-color);
  inset-inline-start: 3px;
  inset-block-end: 3px;
}
[data-card-style=style4] .card.custom-card .bottom-left:after,
[data-card-style=style4] .app-sidebar .bottom-left:after,
[data-card-style=style4] .page-header-breadcrumb .bottom-left:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: var(--primary-color);
  inset-inline-start: 3px;
  inset-block-end: 3px;
}
[data-card-style=style4] .card.custom-card .bottom-right,
[data-card-style=style4] .app-sidebar .bottom-right,
[data-card-style=style4] .page-header-breadcrumb .bottom-right {
  position: absolute;
  inset-inline-end: 0;
  inset-block-end: 0;
}
[data-card-style=style4] .card.custom-card .bottom-right:before,
[data-card-style=style4] .app-sidebar .bottom-right:before,
[data-card-style=style4] .page-header-breadcrumb .bottom-right:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: var(--primary-color);
  inset-inline-end: 3px;
  inset-block-end: 3px;
}
[data-card-style=style4] .card.custom-card .bottom-right:after,
[data-card-style=style4] .app-sidebar .bottom-right:after,
[data-card-style=style4] .page-header-breadcrumb .bottom-right:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: var(--primary-color);
  inset-inline-end: 3px;
  inset-block-end: 3px;
}
[data-card-style=style4][data-card-background=background1] .app-sidebar,
[data-card-style=style4][data-card-background=background1] .card.custom-card,
[data-card-style=style4][data-card-background=background1] .page-header-breadcrumb {
  border: 1px solid var(--primary01);
}
[data-card-style=style5] .card.custom-card,
[data-card-style=style5] .app-sidebar,
[data-card-style=style5] .page-header-breadcrumb {
  background: transparent;
}
[data-card-style=style5] .card.custom-card .top-left,
[data-card-style=style5] .app-sidebar .top-left,
[data-card-style=style5] .page-header-breadcrumb .top-left {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
}
[data-card-style=style5] .card.custom-card .top-left:before,
[data-card-style=style5] .app-sidebar .top-left:before,
[data-card-style=style5] .page-header-breadcrumb .top-left:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: var(--primary05);
  inset-inline-start: 0;
  inset-block-start: 0;
}
[data-card-style=style5] .card.custom-card .top-left:after,
[data-card-style=style5] .app-sidebar .top-left:after,
[data-card-style=style5] .page-header-breadcrumb .top-left:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: var(--primary05);
  inset-inline-start: 30px;
  inset-block-start: -2px;
  border-radius: 50%;
}
[data-card-style=style5] .card.custom-card .top-right,
[data-card-style=style5] .app-sidebar .top-right,
[data-card-style=style5] .page-header-breadcrumb .top-right {
  inset-block-start: 0;
  inset-inline-end: 0;
  position: absolute;
}
[data-card-style=style5] .card.custom-card .top-right:before,
[data-card-style=style5] .app-sidebar .top-right:before,
[data-card-style=style5] .page-header-breadcrumb .top-right:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: var(--primary05);
  inset-inline-end: 0;
  inset-block-start: 0;
}
[data-card-style=style5] .card.custom-card .top-right:after,
[data-card-style=style5] .app-sidebar .top-right:after,
[data-card-style=style5] .page-header-breadcrumb .top-right:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: var(--primary05);
  inset-inline-end: 30px;
  inset-block-start: -2px;
  border-radius: 50%;
}
[data-card-style=style5] .card.custom-card .bottom-left,
[data-card-style=style5] .app-sidebar .bottom-left,
[data-card-style=style5] .page-header-breadcrumb .bottom-left {
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: 0;
}
[data-card-style=style5] .card.custom-card .bottom-left:before,
[data-card-style=style5] .app-sidebar .bottom-left:before,
[data-card-style=style5] .page-header-breadcrumb .bottom-left:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: var(--primary05);
  inset-inline-start: 0;
  inset-block-end: 0;
}
[data-card-style=style5] .card.custom-card .bottom-left:after,
[data-card-style=style5] .app-sidebar .bottom-left:after,
[data-card-style=style5] .page-header-breadcrumb .bottom-left:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: var(--primary05);
  inset-inline-start: 30px;
  inset-block-end: -2px;
  border-radius: 50%;
}
[data-card-style=style5] .card.custom-card .bottom-right,
[data-card-style=style5] .app-sidebar .bottom-right,
[data-card-style=style5] .page-header-breadcrumb .bottom-right {
  position: absolute;
  inset-inline-end: 0;
  inset-block-end: 0;
}
[data-card-style=style5] .card.custom-card .bottom-right:before,
[data-card-style=style5] .app-sidebar .bottom-right:before,
[data-card-style=style5] .page-header-breadcrumb .bottom-right:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: var(--primary05);
  inset-inline-end: 0;
  inset-block-end: 0;
}
[data-card-style=style5] .card.custom-card .bottom-right:after,
[data-card-style=style5] .app-sidebar .bottom-right:after,
[data-card-style=style5] .page-header-breadcrumb .bottom-right:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: var(--primary05);
  inset-inline-end: 30px;
  inset-block-end: -2px;
  border-radius: 50%;
}
[data-card-style=style5][data-card-background=background1] .app-sidebar,
[data-card-style=style5][data-card-background=background1] .card.custom-card,
[data-card-style=style5][data-card-background=background1] .page-header-breadcrumb {
  border-inline: 1px solid var(--primary05);
}
[data-card-style=style6] body {
  background: rgb(10, 10, 10);
}
[data-card-style=style6] .card.custom-card,
[data-card-style=style6] .app-sidebar,
[data-card-style=style6] .page-header-breadcrumb {
  border-inline: 0;
  background: rgba(66, 66, 66, 0.4);
  border: 1px solid rgb(95, 95, 95);
}
[data-card-style=style6] .card.custom-card .top-left,
[data-card-style=style6] .app-sidebar .top-left,
[data-card-style=style6] .page-header-breadcrumb .top-left {
  position: absolute;
}
[data-card-style=style6] .card.custom-card .top-right,
[data-card-style=style6] .app-sidebar .top-right,
[data-card-style=style6] .page-header-breadcrumb .top-right {
  position: absolute;
}
[data-card-style=style6] .card.custom-card .bottom-left,
[data-card-style=style6] .app-sidebar .bottom-left,
[data-card-style=style6] .page-header-breadcrumb .bottom-left {
  position: absolute;
}
[data-card-style=style6] .card.custom-card .bottom-right,
[data-card-style=style6] .app-sidebar .bottom-right,
[data-card-style=style6] .page-header-breadcrumb .bottom-right {
  position: absolute;
}
[data-card-style=style6][data-card-background=background1] .app-sidebar,
[data-card-style=style6][data-card-background=background1] .card.custom-card,
[data-card-style=style6][data-card-background=background1] .page-header-breadcrumb {
  border-inline: 0;
  border: 1px solid rgba(95, 95, 95, 0.3);
}
[data-card-style=style7] .card.custom-card,
[data-card-style=style7] .app-sidebar,
[data-card-style=style7] .page-header-breadcrumb {
  background: var(--primary005);
}
[data-card-style=style7] .card.custom-card .top-left,
[data-card-style=style7] .app-sidebar .top-left,
[data-card-style=style7] .page-header-breadcrumb .top-left {
  position: absolute;
  width: 100%;
  inset-inline-start: 0;
  inset-block-start: 0;
}
[data-card-style=style7] .card.custom-card .top-left:before,
[data-card-style=style7] .app-sidebar .top-left:before,
[data-card-style=style7] .page-header-breadcrumb .top-left:before {
  content: "";
  position: absolute;
  width: 25%;
  height: 1px;
  background: linear-gradient(to right, var(--primary05), transparent);
  inset-inline-start: 0;
  inset-block-start: 0;
}
[data-card-style=style7] .card.custom-card .top-left:after,
[data-card-style=style7] .app-sidebar .top-left:after,
[data-card-style=style7] .page-header-breadcrumb .top-left:after {
  content: "";
  position: absolute;
  width: 75%;
  height: 1px;
  background: linear-gradient(to left, var(--primary05), transparent);
  inset-inline-end: 0;
  inset-block-start: 0;
}
[data-card-style=style7] .card.custom-card .top-right,
[data-card-style=style7] .app-sidebar .top-right,
[data-card-style=style7] .page-header-breadcrumb .top-right {
  position: absolute;
  width: 50px;
  inset-inline-start: 15%;
  inset-block-start: 0;
}
[data-card-style=style7] .card.custom-card .top-right:before,
[data-card-style=style7] .app-sidebar .top-right:before,
[data-card-style=style7] .page-header-breadcrumb .top-right:before {
  content: "";
  width: 30px;
  height: 2px;
  inset-inline-start: 25%;
  top: -2px;
  background-color: var(--primary08);
  position: absolute;
}
[data-card-style=style7] .card.custom-card .top-right:after,
[data-card-style=style7] .app-sidebar .top-right:after,
[data-card-style=style7] .page-header-breadcrumb .top-right:after {
  content: "";
  width: 30px;
  height: 2px;
  inset-inline-start: 55%;
  top: 0;
  background-color: var(--primary08);
  position: absolute;
}
[data-card-style=style7] .card.custom-card .bottom-left,
[data-card-style=style7] .app-sidebar .bottom-left,
[data-card-style=style7] .page-header-breadcrumb .bottom-left {
  position: absolute;
  width: 100%;
  inset-inline-start: 0;
  inset-block-end: 0;
}
[data-card-style=style7] .card.custom-card .bottom-left:before,
[data-card-style=style7] .app-sidebar .bottom-left:before,
[data-card-style=style7] .page-header-breadcrumb .bottom-left:before {
  content: "";
  position: absolute;
  width: 75%;
  height: 1px;
  background: linear-gradient(to right, var(--primary05), transparent);
  inset-inline-start: 0;
  inset-block-end: 0;
}
[data-card-style=style7] .card.custom-card .bottom-left:after,
[data-card-style=style7] .app-sidebar .bottom-left:after,
[data-card-style=style7] .page-header-breadcrumb .bottom-left:after {
  content: "";
  position: absolute;
  width: 25%;
  height: 1px;
  background: linear-gradient(to left, var(--primary05), transparent);
  inset-inline-end: 0;
  inset-block-end: 0;
}
[data-card-style=style7] .card.custom-card .bottom-right,
[data-card-style=style7] .app-sidebar .bottom-right,
[data-card-style=style7] .page-header-breadcrumb .bottom-right {
  position: absolute;
  width: 50px;
  inset-inline-end: 15%;
  inset-block-end: 0;
}
[data-card-style=style7] .card.custom-card .bottom-right:before,
[data-card-style=style7] .app-sidebar .bottom-right:before,
[data-card-style=style7] .page-header-breadcrumb .bottom-right:before {
  content: "";
  width: 30px;
  height: 2px;
  inset-inline-end: 25%;
  top: -2px;
  background-color: var(--primary08);
  position: absolute;
}
[data-card-style=style7] .card.custom-card .bottom-right:after,
[data-card-style=style7] .app-sidebar .bottom-right:after,
[data-card-style=style7] .page-header-breadcrumb .bottom-right:after {
  content: "";
  width: 30px;
  height: 2px;
  inset-inline-end: 55%;
  top: 0;
  background-color: var(--primary08);
  position: absolute;
}
[data-card-style=style7][data-card-background=background1] .app-sidebar,
[data-card-style=style7][data-card-background=background1] .card.custom-card,
[data-card-style=style7][data-card-background=background1] .page-header-breadcrumb {
  border-inline: 1px solid var(--primary05);
}
[data-card-style=style8] body {
  background: rgb(10, 10, 10);
}
[data-card-style=style8] .card.custom-card,
[data-card-style=style8] .app-sidebar,
[data-card-style=style8] .page-header-breadcrumb {
  background: transparent;
}
[data-card-style=style8] .card.custom-card .top-left,
[data-card-style=style8] .app-sidebar .top-left,
[data-card-style=style8] .page-header-breadcrumb .top-left {
  width: 100%;
  height: 100%;
  position: absolute;
  inset-inline-start: 0;
  z-index: -1;
}
[data-card-style=style8] .card.custom-card .top-left:before,
[data-card-style=style8] .app-sidebar .top-left:before,
[data-card-style=style8] .page-header-breadcrumb .top-left:before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  width: 5px;
  height: 5px;
  background: rgba(var(--primary-rgb), 0.8);
}
[data-card-style=style8] .card.custom-card .top-left:after,
[data-card-style=style8] .app-sidebar .top-left:after,
[data-card-style=style8] .page-header-breadcrumb .top-left:after {
  content: "";
  position: absolute;
  height: 1px;
  background: rgba(var(--primary-rgb), 0.2);
  inset-block-start: 0;
  inset-inline-end: 10px;
  inset-inline-start: 10px;
}
[data-card-style=style8] .card.custom-card .top-right,
[data-card-style=style8] .app-sidebar .top-right,
[data-card-style=style8] .page-header-breadcrumb .top-right {
  position: absolute;
  width: 100%;
  height: 100%;
  inset-inline-end: 0;
  z-index: -1;
}
[data-card-style=style8] .card.custom-card .top-right:before,
[data-card-style=style8] .app-sidebar .top-right:before,
[data-card-style=style8] .page-header-breadcrumb .top-right:before {
  content: "";
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
  width: 5px;
  height: 5px;
  background: rgba(var(--primary-rgb), 0.8);
}
[data-card-style=style8] .card.custom-card .top-right:after,
[data-card-style=style8] .app-sidebar .top-right:after,
[data-card-style=style8] .page-header-breadcrumb .top-right:after {
  content: "";
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 10px;
  inset-block-end: 10px;
  width: 1px;
  background: rgba(var(--primary-rgb), 0.2);
}
[data-card-style=style8] .card.custom-card .bottom-left,
[data-card-style=style8] .app-sidebar .bottom-left,
[data-card-style=style8] .page-header-breadcrumb .bottom-left {
  width: 100%;
  position: absolute;
  inset-block-end: 0;
  inset-inline-start: 0;
  z-index: -1;
}
[data-card-style=style8] .card.custom-card .bottom-left:before,
[data-card-style=style8] .app-sidebar .bottom-left:before,
[data-card-style=style8] .page-header-breadcrumb .bottom-left:before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: 0;
  width: 5px;
  height: 5px;
  background: rgba(var(--primary-rgb), 0.8);
}
[data-card-style=style8] .card.custom-card .bottom-left:after,
[data-card-style=style8] .app-sidebar .bottom-left:after,
[data-card-style=style8] .page-header-breadcrumb .bottom-left:after {
  content: "";
  position: absolute;
  height: 1px;
  background: rgba(var(--primary-rgb), 0.2);
  inset-block-end: 0;
  inset-inline-end: 10px;
  inset-inline-start: 10px;
}
[data-card-style=style8] .card.custom-card .bottom-right,
[data-card-style=style8] .app-sidebar .bottom-right,
[data-card-style=style8] .page-header-breadcrumb .bottom-right {
  position: absolute;
  height: 100%;
  width: 100%;
  inset-inline-end: 0;
  z-index: -1;
}
[data-card-style=style8] .card.custom-card .bottom-right:before,
[data-card-style=style8] .app-sidebar .bottom-right:before,
[data-card-style=style8] .page-header-breadcrumb .bottom-right:before {
  content: "";
  position: absolute;
  inset-inline-end: 0;
  inset-block-end: 0;
  width: 5px;
  height: 5px;
  background: rgba(var(--primary-rgb), 0.8);
}
[data-card-style=style8] .card.custom-card .bottom-right:after,
[data-card-style=style8] .app-sidebar .bottom-right:after,
[data-card-style=style8] .page-header-breadcrumb .bottom-right:after {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 10px;
  inset-block-end: 10px;
  width: 1px;
  background: rgba(var(--primary-rgb), 0.2);
}
[data-card-style=style8][data-card-background=background1] .app-sidebar,
[data-card-style=style8][data-card-background=background1] .card.custom-card,
[data-card-style=style8][data-card-background=background1] .page-header-breadcrumb {
  border: 0;
}
[data-card-style=style9] .card.custom-card:before,
[data-card-style=style9] .app-sidebar:before,
[data-card-style=style9] .page-header-breadcrumb:before {
  z-index: 1;
  content: "";
  position: absolute;
  transform: rotate(45deg);
  width: 0;
  height: 0;
  inset-inline-end: -2px;
  inset-block-start: 2px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(var(--primary-rgb), 0.6);
}
[data-card-style=style9] .card.custom-card:after,
[data-card-style=style9] .app-sidebar:after,
[data-card-style=style9] .page-header-breadcrumb:after {
  z-index: 1;
  content: "";
  position: absolute;
  transform: rotate(225deg);
  width: 0;
  height: 0;
  inset-inline-start: -2px;
  inset-block-end: 2px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(var(--primary-rgb), 0.6);
}
[data-card-style=style9] .card.custom-card .top-left,
[data-card-style=style9] .app-sidebar .top-left,
[data-card-style=style9] .page-header-breadcrumb .top-left {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
}
[data-card-style=style9] .card.custom-card .top-left:before,
[data-card-style=style9] .app-sidebar .top-left:before,
[data-card-style=style9] .page-header-breadcrumb .top-left:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background: rgba(var(--primary-rgb), 0.6);
  inset-inline-start: -1px;
  inset-block-start: -1px;
}
[data-card-style=style9] .card.custom-card .top-left:after,
[data-card-style=style9] .app-sidebar .top-left:after,
[data-card-style=style9] .page-header-breadcrumb .top-left:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 18px;
  background: rgba(var(--primary-rgb), 0.6);
  inset-inline-start: -1px;
  inset-block-start: -1px;
}
[data-card-style=style9] .card.custom-card .top-right,
[data-card-style=style9] .app-sidebar .top-right,
[data-card-style=style9] .page-header-breadcrumb .top-right {
  inset-block-start: 0;
  inset-inline-end: 0;
  position: absolute;
}
[data-card-style=style9] .card.custom-card .top-right:before,
[data-card-style=style9] .app-sidebar .top-right:before,
[data-card-style=style9] .page-header-breadcrumb .top-right:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background: rgba(var(--primary-rgb), 0.6);
  inset-inline-end: -1px;
  inset-block-start: -1px;
}
[data-card-style=style9] .card.custom-card .top-right:after,
[data-card-style=style9] .app-sidebar .top-right:after,
[data-card-style=style9] .page-header-breadcrumb .top-right:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 18px;
  background: rgba(var(--primary-rgb), 0.6);
  inset-inline-end: -1px;
  inset-block-start: -1px;
}
[data-card-style=style9] .card.custom-card .bottom-left,
[data-card-style=style9] .app-sidebar .bottom-left,
[data-card-style=style9] .page-header-breadcrumb .bottom-left {
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: 0;
}
[data-card-style=style9] .card.custom-card .bottom-left:before,
[data-card-style=style9] .app-sidebar .bottom-left:before,
[data-card-style=style9] .page-header-breadcrumb .bottom-left:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 2px;
  background: rgba(var(--primary-rgb), 0.6);
  inset-inline-start: -1px;
  inset-block-end: -1px;
}
[data-card-style=style9] .card.custom-card .bottom-left:after,
[data-card-style=style9] .app-sidebar .bottom-left:after,
[data-card-style=style9] .page-header-breadcrumb .bottom-left:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 18px;
  background: rgba(var(--primary-rgb), 0.6);
  inset-inline-start: -1px;
  inset-block-end: -1px;
}
[data-card-style=style9] .card.custom-card .bottom-right,
[data-card-style=style9] .app-sidebar .bottom-right,
[data-card-style=style9] .page-header-breadcrumb .bottom-right {
  position: absolute;
  inset-inline-end: 0;
  inset-block-end: 0;
}
[data-card-style=style9] .card.custom-card .bottom-right:before,
[data-card-style=style9] .app-sidebar .bottom-right:before,
[data-card-style=style9] .page-header-breadcrumb .bottom-right:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 2px;
  background: rgba(var(--primary-rgb), 0.6);
  inset-inline-end: -1px;
  inset-block-end: -1px;
}
[data-card-style=style9] .card.custom-card .bottom-right:after,
[data-card-style=style9] .app-sidebar .bottom-right:after,
[data-card-style=style9] .page-header-breadcrumb .bottom-right:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  background: rgba(var(--primary-rgb), 0.6);
  inset-inline-end: -1px;
  inset-block-end: -1px;
}
[data-card-style=style9][data-card-background=background1] .app-sidebar,
[data-card-style=style9][data-card-background=background1] .card.custom-card,
[data-card-style=style9][data-card-background=background1] .page-header-breadcrumb {
  border: 1px solid rgba(var(--primary-rgb), 0.1);
}
[data-card-style=style9][dir=rtl] .card.custom-card:before,
[data-card-style=style9][dir=rtl] .app-sidebar:before,
[data-card-style=style9][dir=rtl] .page-header-breadcrumb:before {
  transform: rotate(-45deg);
}
[data-card-style=style9][dir=rtl] .card.custom-card:after,
[data-card-style=style9][dir=rtl] .app-sidebar:after,
[data-card-style=style9][dir=rtl] .page-header-breadcrumb:after {
  transform: rotate(-225deg);
}
[data-card-style=style10] .card.custom-card,
[data-card-style=style10] .app-sidebar,
[data-card-style=style10] .page-header-breadcrumb {
  border-radius: 0 0 25px 0;
}
[data-card-style=style10] .card.custom-card .top-left,
[data-card-style=style10] .app-sidebar .top-left,
[data-card-style=style10] .page-header-breadcrumb .top-left {
  position: absolute;
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  inset-block-start: 0;
}
[data-card-style=style10] .card.custom-card .top-left:before,
[data-card-style=style10] .app-sidebar .top-left:before,
[data-card-style=style10] .page-header-breadcrumb .top-left:before {
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
  background: rgb(var(--warning-rgb));
  inset-inline-start: 0;
  inset-block-start: 0;
}
[data-card-style=style10] .card.custom-card .top-left:after,
[data-card-style=style10] .app-sidebar .top-left:after,
[data-card-style=style10] .page-header-breadcrumb .top-left:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(var(--primary-rgb), 0.2);
  inset-block-start: 4px;
  inset-inline-start: 0;
}
[data-card-style=style10] .card.custom-card .top-right,
[data-card-style=style10] .app-sidebar .top-right,
[data-card-style=style10] .page-header-breadcrumb .top-right {
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
}
[data-card-style=style10] .card.custom-card .top-right:before,
[data-card-style=style10] .app-sidebar .top-right:before,
[data-card-style=style10] .page-header-breadcrumb .top-right:before {
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
  background: rgb(var(--warning-rgb));
  inset-inline-end: 0;
  inset-block-start: 0;
}
[data-card-style=style10] .card.custom-card .bottom-left,
[data-card-style=style10] .app-sidebar .bottom-left,
[data-card-style=style10] .page-header-breadcrumb .bottom-left {
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: 0;
  height: 100%;
}
[data-card-style=style10] .card.custom-card .bottom-left:before,
[data-card-style=style10] .app-sidebar .bottom-left:before,
[data-card-style=style10] .page-header-breadcrumb .bottom-left:before {
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
  background: rgb(var(--warning-rgb));
  inset-inline-start: 0;
  inset-block-end: 0;
}
[data-card-style=style10] .card.custom-card .bottom-left:after,
[data-card-style=style10] .app-sidebar .bottom-left:after,
[data-card-style=style10] .page-header-breadcrumb .bottom-left:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: rgba(var(--primary-rgb), 0.2);
  inset-inline-start: 4px;
  inset-block-end: 0;
}
[data-card-style=style10] .card.custom-card .bottom-right,
[data-card-style=style10] .app-sidebar .bottom-right,
[data-card-style=style10] .page-header-breadcrumb .bottom-right {
  position: absolute;
}
[data-card-background=background1] .card.custom-card {
  background: radial-gradient(circle, var(--default-background) 0%, var(--default-background) 40%, rgba(255, 255, 255, 0.075) 100%);
  border-inline: 1px solid rgba(255, 255, 255, 0.1);
}
[data-card-background=background1] .app-sidebar,
[data-card-background=background1] .page-header-breadcrumb {
  background: radial-gradient(circle, var(--default-background) 0%, rgba(255, 255, 255, 0.075) 100%);
  border-inline: 1px solid rgba(255, 255, 255, 0.1);
}
[data-card-background=background2] {
  --default-background: rgba(var(--primary-rgb), 0.1);
}
[data-card-background=background2] .card.custom-card {
  background: radial-gradient(circle, var(--default-background) 0%, var(--default-background) 40%, rgba(255, 255, 255, 0.025) 100%);
  border-inline: 1px solid rgba(255, 255, 255, 0.1);
}
[data-card-background=background2] .app-sidebar,
[data-card-background=background2] .page-header-breadcrumb {
  background: radial-gradient(circle, rgba(255, 255, 255, 0.025), var(--default-background) 0%, rgba(255, 255, 255, 0.025) 100%);
  border-inline: 1px solid rgba(255, 255, 255, 0.1);
}
[data-card-background=background3] {
  --default-background: rgba(var(--primary-rgb), 0.1);
}
[data-card-background=background3] .app-sidebar,
[data-card-background=background3] .page-header-breadcrumb {
  background: linear-gradient(to bottom right, var(--default-background) 0%, rgba(0, 0, 0, 0.1) 100%);
  border-inline: 1px solid rgba(255, 255, 255, 0.1);
}
[data-card-background=background3] .card.custom-card {
  background: linear-gradient(to bottom, var(--default-background) 0%, rgba(0, 0, 0, 0.1) 100%);
  border-inline: 1px solid rgba(255, 255, 255, 0.1);
}
[data-card-background=background4] .app-sidebar,
[data-card-background=background4] .card.custom-card,
[data-card-background=background4] .page-header-breadcrumb {
  box-shadow: inset 0px 0px 4px 2px rgba(var(--primary-rgb), 0.2);
  border-inline: 1px solid rgba(255, 255, 255, 0.1);
}
[data-card-background=background5] {
  --default-background: rgba(0, 0, 0, 0.05);
}
[data-card-background=background5] .app-sidebar,
[data-card-background=background5] .page-header-breadcrumb {
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.05) 80%, var(--default-background) 100%);
  border-inline: 1px solid rgba(255, 255, 255, 0.1);
}
[data-card-background=background5] .card.custom-card {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.05) 80%, var(--default-background) 100%);
  border-inline: 1px solid rgba(255, 255, 255, 0.1);
}
[data-card-background=background6] .app-sidebar,
[data-card-background=background6] .page-header-breadcrumb {
  background: transparent;
  border-inline: 1px solid rgba(255, 255, 255, 0.1);
}
[data-card-background=background6] .card.custom-card {
  box-shadow: inset 0px -80px 150px -40px rgba(var(--primary-rgb), 0.5);
  border-inline: 1px solid rgba(255, 255, 255, 0.1);
}
[data-card-background=background7] body {
  background: rgb(10, 10, 8);
}
[data-card-background=background7] .app-sidebar,
[data-card-background=background7] .card.custom-card,
[data-card-background=background7] .page-header-breadcrumb {
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0px 0px 2px 5px rgb(10, 10, 8);
  border-inline: 1px solid rgba(255, 255, 255, 0.1);
}
[data-card-background=background8] body {
  background: rgb(10, 10, 8);
}
[data-card-background=background8] .app-sidebar,
[data-card-background=background8] .card.custom-card,
[data-card-background=background8] .page-header-breadcrumb {
  background: var(--primary005);
  border-inline: 1px solid rgba(255, 255, 255, 0.1);
}
[data-card-background=background9] body {
  background: rgb(10, 10, 8);
}
[data-card-background=background9] .app-sidebar,
[data-card-background=background9] .card.custom-card,
[data-card-background=background9] .page-header-breadcrumb {
  background: transparent;
  border-inline: 1px solid rgba(255, 255, 255, 0.1);
}
[loader=disable] #loader {
  display: none;
}
[data-toggled=close-menu-close] .animated-arrow span,
[data-toggled=detached-close] .animated-arrow span,
[data-toggled=icon-click-closed] .animated-arrow span,
[data-toggled=icon-hover-closed] .animated-arrow span,
[data-toggled=icon-overlay-close] .animated-arrow span,
[data-toggled=icon-text-close] .animated-arrow span,
[data-toggled=menu-click-closed] .animated-arrow span,
[data-toggled=menu-hover-closed] .animated-arrow span {
  background-color: transparent;
  background: 0 0 !important;
}
[data-toggled=close-menu-close] .animated-arrow span:before,
[data-toggled=detached-close] .animated-arrow span:before,
[data-toggled=icon-click-closed] .animated-arrow span:before,
[data-toggled=icon-hover-closed] .animated-arrow span:before,
[data-toggled=icon-overlay-close] .animated-arrow span:before,
[data-toggled=icon-text-close] .animated-arrow span:before,
[data-toggled=menu-click-closed] .animated-arrow span:before,
[data-toggled=menu-hover-closed] .animated-arrow span:before {
  inset-block-start: -1px;
}
[data-toggled=close-menu-close] .animated-arrow span:after,
[data-toggled=detached-close] .animated-arrow span:after,
[data-toggled=icon-click-closed] .animated-arrow span:after,
[data-toggled=icon-hover-closed] .animated-arrow span:after,
[data-toggled=icon-overlay-close] .animated-arrow span:after,
[data-toggled=icon-text-close] .animated-arrow span:after,
[data-toggled=menu-click-closed] .animated-arrow span:after,
[data-toggled=menu-hover-closed] .animated-arrow span:after {
  width: 1.0625rem;
  inset-block-start: -1px;
}
[data-toggled=close-menu-close] .animated-arrow span:after,
[data-toggled=detached-close] .animated-arrow span:after,
[data-toggled=icon-click-closed] .animated-arrow span:after,
[data-toggled=icon-hover-closed] .animated-arrow span:after,
[data-toggled=icon-overlay-close] .animated-arrow span:after,
[data-toggled=icon-text-close] .animated-arrow span:after,
[data-toggled=menu-click-closed] .animated-arrow span:after,
[data-toggled=menu-hover-closed] .animated-arrow span:after {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
[data-toggled=close-menu-close] .animated-arrow span:before,
[data-toggled=detached-close] .animated-arrow span:before,
[data-toggled=icon-click-closed] .animated-arrow span:before,
[data-toggled=icon-hover-closed] .animated-arrow span:before,
[data-toggled=icon-overlay-close] .animated-arrow span:before,
[data-toggled=icon-text-close] .animated-arrow span:before,
[data-toggled=menu-click-closed] .animated-arrow span:before,
[data-toggled=menu-hover-closed] .animated-arrow span:before {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  bottom: 0;
}
@media (min-width: 992px) {
  [data-header-styles=dark][data-nav-layout=horizontal] .header-element .horizontal-logo .header-logo .desktop-dark {
    display: block;
  }
  [data-header-styles=dark][data-nav-layout=horizontal] .header-element .horizontal-logo .header-logo .desktop-logo {
    display: none;
  }
}
.accordion-button {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
  padding: 0.75rem 1rem;
  font-size: 0.85rem;
  font-weight: 500;
}
.accordion-button:not(.collapsed) {
  color: rgb(var(--default-text-color-rgb));
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  box-shadow: none;
}
.accordion-button:focus {
  border-color: var(--primary03);
  box-shadow: none;
}
.accordion-button:after,
.accordion-button:not(.collapsed)::after {
  background-image: none;
}
.accordion-button:after {
  content: "\ea78";
  font-family: remixicon !important;
  font-size: 1rem;
  line-height: 1;
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.125rem;
  color: rgb(var(--default-text-color-rgb));
}
.accordion-body {
  padding: 0.75rem 1rem;
  font-size: 0.8125rem;
  color: var(--text-muted);
}
.accordion-item {
  color: rgb(var(--default-text-color-rgb));
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  border: 1px solid var(--default-border);
}
.accordions-items-seperate .accordion-item:not(:first-of-type) {
  margin-block-start: 0.5rem;
}
.accordions-items-seperate .accordion-item {
  border-block-start: 1px solid var(--default-border);
  border-radius: 0.25rem;
  overflow: hidden;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.35rem;
  border-bottom-left-radius: 0.35rem;
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
}
.accordion.accordion-primary .accordion-button {
  background-color: var(--primary01);
  color: var(--primary-color);
}
.accordion.accordion-primary .accordion-button:after {
  background-color: var(--primary-color);
  color: #000;
}
.accordion.accordion-primary .accordion-button.collapsed {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-primary .accordion-button.collapsed:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-secondary .accordion-button {
  background-color: rgba(var(--secondary-rgb), 0.1);
  color: rgb(var(--secondary-rgb));
}
.accordion.accordion-secondary .accordion-button:after {
  background-color: rgb(var(--secondary-rgb));
  color: #fff;
}
.accordion.accordion-secondary .accordion-button.collapsed {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-secondary .accordion-button.collapsed:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-success .accordion-button {
  background-color: rgba(var(--success-rgb), 0.1);
  color: rgb(var(--success-rgb));
}
.accordion.accordion-success .accordion-button:after {
  background-color: rgb(var(--success-rgb));
  color: #fff;
}
.accordion.accordion-success .accordion-button.collapsed {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-success .accordion-button.collapsed:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-danger .accordion-button {
  background-color: rgba(var(--danger-rgb), 0.1);
  color: rgb(var(--danger-rgb));
}
.accordion.accordion-danger .accordion-button:after {
  background-color: rgb(var(--danger-rgb));
  color: #fff;
}
.accordion.accordion-danger .accordion-button.collapsed {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-danger .accordion-button.collapsed:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-warning .accordion-button {
  background-color: rgba(var(--warning-rgb), 0.1);
  color: rgb(var(--warning-rgb));
}
.accordion.accordion-warning .accordion-button:after {
  background-color: rgb(var(--warning-rgb));
  color: #fff;
}
.accordion.accordion-warning .accordion-button.collapsed {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-warning .accordion-button.collapsed:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-info .accordion-button {
  background-color: rgba(var(--info-rgb), 0.1);
  color: rgb(var(--info-rgb));
}
.accordion.accordion-info .accordion-button:after {
  background-color: rgb(var(--info-rgb));
  color: #fff;
}
.accordion.accordion-info .accordion-button.collapsed {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-info .accordion-button.collapsed:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-solid-primary .accordion-button {
  background-color: var(--primary-color);
  color: #000;
}
.accordion.accordion-solid-primary .accordion-button:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: var(--primary-color);
}
.accordion.accordion-solid-primary .accordion-button.collapsed {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-solid-primary .accordion-button.collapsed:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-solid-secondary .accordion-button {
  background-color: rgb(var(--secondary-rgb));
  color: #000;
}
.accordion.accordion-solid-secondary .accordion-button:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--secondary-rgb));
}
.accordion.accordion-solid-secondary .accordion-button.collapsed {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-solid-secondary .accordion-button.collapsed:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-solid-success .accordion-button {
  background-color: rgb(var(--success-rgb));
  color: #fff;
}
.accordion.accordion-solid-success .accordion-button:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--success-rgb));
}
.accordion.accordion-solid-success .accordion-button.collapsed {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-solid-success .accordion-button.collapsed:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-solid-danger .accordion-button {
  background-color: rgb(var(--danger-rgb));
  color: #fff;
}
.accordion.accordion-solid-danger .accordion-button:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--danger-rgb));
}
.accordion.accordion-solid-danger .accordion-button.collapsed {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-solid-danger .accordion-button.collapsed:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-solid-warning .accordion-button {
  background-color: rgb(var(--warning-rgb));
  color: #fff;
}
.accordion.accordion-solid-warning .accordion-button:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--warning-rgb));
}
.accordion.accordion-solid-warning .accordion-button.collapsed {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-solid-warning .accordion-button.collapsed:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-solid-info .accordion-button {
  background-color: rgb(var(--info-rgb));
  color: #fff;
}
.accordion.accordion-solid-info .accordion-button:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--info-rgb));
}
.accordion.accordion-solid-info .accordion-button.collapsed {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-solid-info .accordion-button.collapsed:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.accordion.accordion-border-primary .accordion-item {
  border: 1px solid var(--primary-color);
}
.accordion.accordion-border-primary .accordion-button {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: var(--primary-color);
  border-block-end: 0px;
}
.accordion.accordion-border-primary .accordion-button:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.accordion.accordion-border-primary .accordion-button:not(.collapsed) {
  border-block-end: 1px solid var(--primary-color);
}
.accordion.accordion-border-secondary .accordion-item {
  border: 1px solid rgb(var(--secondary-rgb));
}
.accordion.accordion-border-secondary .accordion-button {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--secondary-rgb));
  border-block-end: 0px;
}
.accordion.accordion-border-secondary .accordion-button:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--secondary-rgb));
  border: 1px solid rgb(var(--secondary-rgb));
}
.accordion.accordion-border-secondary .accordion-button:not(.collapsed) {
  border-block-end: 1px solid rgb(var(--secondary-rgb));
}
.accordion.accordion-border-success .accordion-item {
  border: 1px solid rgb(var(--success-rgb));
}
.accordion.accordion-border-success .accordion-button {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--success-rgb));
  border-block-end: 0px;
}
.accordion.accordion-border-success .accordion-button:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--success-rgb));
  border: 1px solid rgb(var(--success-rgb));
}
.accordion.accordion-border-success .accordion-button:not(.collapsed) {
  border-block-end: 1px solid rgb(var(--success-rgb));
}
.accordion.accordion-border-danger .accordion-item {
  border: 1px solid rgb(var(--danger-rgb));
}
.accordion.accordion-border-danger .accordion-button {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--danger-rgb));
  border-block-end: 0px;
}
.accordion.accordion-border-danger .accordion-button:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--danger-rgb));
  border: 1px solid rgb(var(--danger-rgb));
}
.accordion.accordion-border-danger .accordion-button:not(.collapsed) {
  border-block-end: 1px solid rgb(var(--danger-rgb));
}
.accordion.accordion-border-warning .accordion-item {
  border: 1px solid rgb(var(--warning-rgb));
}
.accordion.accordion-border-warning .accordion-button {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--warning-rgb));
  border-block-end: 0px;
}
.accordion.accordion-border-warning .accordion-button:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--warning-rgb));
  border: 1px solid rgb(var(--warning-rgb));
}
.accordion.accordion-border-warning .accordion-button:not(.collapsed) {
  border-block-end: 1px solid rgb(var(--warning-rgb));
}
.accordion.accordion-border-info .accordion-item {
  border: 1px solid rgb(var(--info-rgb));
}
.accordion.accordion-border-info .accordion-button {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--info-rgb));
  border-block-end: 0px;
}
.accordion.accordion-border-info .accordion-button:after {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--info-rgb));
  border: 1px solid rgb(var(--info-rgb));
}
.accordion.accordion-border-info .accordion-button:not(.collapsed) {
  border-block-end: 1px solid rgb(var(--info-rgb));
}
.accordion.accordionicon-none .accordion-button:after {
  display: none;
}
.accordion.accordionicon-left .accordion-button {
  padding-inline-start: 2.5rem;
}
.accordion.accordionicon-left .accordion-button:after {
  position: absolute;
  inset-inline-start: 0.625rem;
}
.accordion.accordion-customicon1 .accordion-button:after {
  content: "\ea13";
  font-family: remixicon !important;
}
.accordion.accordion-customicon1 .accordion-button:not(.collapsed)::after {
  content: "\f1af";
  font-family: remixicon !important;
}
.customized-accordion .accordion-item.custom-accordion-primary .accordion-button {
  background-color: var(--primary01);
  border-inline-start: 0.25rem solid var(--primary06);
}
.customized-accordion .accordion-item.custom-accordion-primary .accordion-button:after {
  background-color: var(--primary06);
  color: #fff;
}
.customized-accordion .accordion-item.custom-accordion-primary .accordion-body {
  background-color: var(--primary01);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid var(--primary06);
}
.customized-accordion .accordion-item.custom-accordion-secondary .accordion-button {
  background-color: rgba(var(--secondary-rgb), 0.1);
  border-inline-start: 0.25rem solid rgba(var(--secondary-rgb), 0.6);
}
.customized-accordion .accordion-item.custom-accordion-secondary .accordion-button:after {
  background-color: rgba(var(--secondary-rgb), 0.6);
  color: #fff;
}
.customized-accordion .accordion-item.custom-accordion-secondary .accordion-body {
  background-color: rgba(var(--secondary-rgb), 0.1);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid rgba(var(--secondary-rgb), 0.6);
}
.customized-accordion .accordion-item.custom-accordion-warning .accordion-button {
  background-color: rgba(var(--warning-rgb), 0.1);
  border-inline-start: 0.25rem solid rgba(var(--warning-rgb), 0.6);
}
.customized-accordion .accordion-item.custom-accordion-warning .accordion-button:after {
  background-color: rgba(var(--warning-rgb), 0.6);
  color: #fff;
}
.customized-accordion .accordion-item.custom-accordion-warning .accordion-body {
  background-color: rgba(var(--warning-rgb), 0.1);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid rgba(var(--warning-rgb), 0.6);
}
.customized-accordion .accordion-item.custom-accordion-info .accordion-button {
  background-color: rgba(var(--info-rgb), 0.1);
  border-inline-start: 0.25rem solid rgba(var(--info-rgb), 0.6);
}
.customized-accordion .accordion-item.custom-accordion-info .accordion-button:after {
  background-color: rgba(var(--info-rgb), 0.6);
  color: #fff;
}
.customized-accordion .accordion-item.custom-accordion-info .accordion-body {
  background-color: rgba(var(--info-rgb), 0.1);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid rgba(var(--info-rgb), 0.6);
}
.customized-accordion .accordion-item.custom-accordion-success .accordion-button {
  background-color: rgba(var(--success-rgb), 0.1);
  border-inline-start: 0.25rem solid rgba(var(--success-rgb), 0.6);
}
.customized-accordion .accordion-item.custom-accordion-success .accordion-button:after {
  background-color: rgba(var(--success-rgb), 0.6);
  color: #fff;
}
.customized-accordion .accordion-item.custom-accordion-success .accordion-body {
  background-color: rgba(var(--success-rgb), 0.1);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid rgba(var(--success-rgb), 0.6);
}
.customized-accordion .accordion-item.custom-accordion-danger .accordion-button {
  background-color: rgba(var(--danger-rgb), 0.1);
  border-inline-start: 0.25rem solid rgba(var(--danger-rgb), 0.6);
}
.customized-accordion .accordion-item.custom-accordion-danger .accordion-button:after {
  background-color: rgba(var(--danger-rgb), 0.6);
  color: #fff;
}
.customized-accordion .accordion-item.custom-accordion-danger .accordion-body {
  background-color: rgba(var(--danger-rgb), 0.1);
  padding-block-start: 0;
  border-inline-start: 0.25rem solid rgba(var(--danger-rgb), 0.6);
}
.alert {
  padding: 0.625rem 0.85rem;
  border-radius: 0.25rem;
  font-size: 0.8125rem;
}
.alert.alert-dismissible {
  padding: 0.625rem 3rem 0.625rem 0.85rem;
}
.alert .btn-close {
  background-image: none;
  padding: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alert .btn-close i {
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.alert:last-child {
  margin-bottom: 0;
}
.alert .alert-link {
  font-weight: 400;
}
[dir=rtl] .alert.alert-dismissible {
  padding: 0.625rem 0.85rem 0.625rem 3rem;
}
.alert-warning {
  background-color: rgba(var(--warning-rgb), 0.1);
  color: rgb(var(--warning-rgb));
  border-color: rgba(var(--warning-rgb), 0.1);
}
.alert-warning .alert-link {
  color: rgb(var(--warning-rgb));
}
.alert-warning .btn-close {
  color: rgb(var(--warning-rgb));
}
.alert-warning .btn-close.custom-close {
  background-color: rgb(var(--warning-rgb));
  color: #fff;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  padding: 0.85rem;
}
.alert-primary {
  background-color: var(--primary01);
  color: var(--primary-color);
  border-color: var(--primary01);
}
.alert-primary .alert-link {
  color: var(--primary-color);
}
.alert-primary .btn-close {
  color: var(--primary-color);
}
.alert-primary .btn-close.custom-close {
  background-color: var(--primary-color);
  color: #fff;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  padding: 0.85rem;
}
.alert-secondary {
  background-color: rgba(var(--secondary-rgb), 0.1);
  color: rgb(var(--secondary-rgb));
  border-color: rgba(var(--secondary-rgb), 0.1);
}
.alert-secondary .alert-link {
  color: rgb(var(--secondary-rgb));
}
.alert-secondary .btn-close {
  color: rgb(var(--secondary-rgb));
}
.alert-secondary .btn-close.custom-close {
  background-color: rgb(var(--secondary-rgb));
  color: #fff;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  padding: 0.85rem;
}
.alert-success {
  background-color: rgba(var(--success-rgb), 0.1);
  color: rgb(var(--success-rgb));
  border-color: rgba(var(--success-rgb), 0.1);
}
.alert-success .alert-link {
  color: rgb(var(--success-rgb));
}
.alert-success .btn-close {
  color: rgb(var(--success-rgb));
}
.alert-success .btn-close.custom-close {
  background-color: rgb(var(--success-rgb));
  color: #fff;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  padding: 0.85rem;
}
.alert-info {
  background-color: rgba(var(--info-rgb), 0.1);
  color: rgb(var(--info-rgb));
  border-color: rgba(var(--info-rgb), 0.1);
}
.alert-info .alert-link {
  color: rgb(var(--info-rgb));
}
.alert-info .btn-close {
  color: rgb(var(--info-rgb));
}
.alert-info .btn-close.custom-close {
  background-color: rgb(var(--info-rgb));
  color: #fff;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  padding: 0.85rem;
}
.alert-danger {
  background-color: rgba(var(--danger-rgb), 0.1);
  color: rgb(var(--danger-rgb));
  border-color: rgba(var(--danger-rgb), 0.1);
}
.alert-danger .alert-link {
  color: rgb(var(--danger-rgb));
}
.alert-danger .btn-close {
  color: rgb(var(--danger-rgb));
}
.alert-danger .btn-close.custom-close {
  background-color: rgb(var(--danger-rgb));
  color: #fff;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  padding: 0.85rem;
}
.alert-light {
  background-color: rgb(var(--light-rgb));
  color: rgb(var(--default-text-color-rgb));
  border-color: rgb(var(--light-rgb));
}
.alert-light .alert-link {
  color: rgb(var(--default-text-color-rgb));
}
.alert-light .btn-close {
  color: rgb(var(--default-text-color-rgb));
}
.alert-light .btn-close.custom-close {
  background-color: rgb(var(--light-rgb));
  color: #fff;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  padding: 0.85rem;
}
.alert-dark {
  background-color: rgba(var(--dark-rgb), 0.1);
  color: rgb(var(--default-text-color-rgb));
  border-color: rgba(var(--dark-rgb), 0.1);
}
.alert-dark .alert-link {
  color: rgb(var(--default-text-color-rgb));
}
.alert-dark .btn-close {
  color: #fff;
}
.alert-dark .btn-close.custom-close {
  background-color: rgb(var(--dark-rgb));
  color: #fff;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  padding: 0.85rem;
}
.alert-solid-primary {
  background-color: var(--primary-color);
  color: #000;
  border-color: var(--primary-color);
}
.alert-solid-primary .btn-close {
  color: #000;
}
.alert-solid-secondary {
  background-color: rgb(var(--secondary-rgb));
  color: #000;
  border-color: rgb(var(--secondary-rgb));
}
.alert-solid-secondary .btn-close {
  color: #000;
}
.alert-solid-warning {
  background-color: rgb(var(--warning-rgb));
  color: #000;
  border-color: rgb(var(--warning-rgb));
}
.alert-solid-warning .btn-close {
  color: #000;
}
.alert-solid-info {
  background-color: rgb(var(--info-rgb));
  color: #000;
  border-color: rgb(var(--info-rgb));
}
.alert-solid-info .btn-close {
  color: #000;
}
.alert-solid-success {
  background-color: rgb(var(--success-rgb));
  color: #000;
  border-color: rgb(var(--success-rgb));
}
.alert-solid-success .btn-close {
  color: #000;
}
.alert-solid-danger {
  background-color: rgb(var(--danger-rgb));
  color: #000;
  border-color: rgb(var(--danger-rgb));
}
.alert-solid-danger .btn-close {
  color: #000;
}
.alert-solid-light {
  background-color: rgb(var(--light-rgb));
  color: rgb(var(--default-text-color-rgb));
  border-color: var(--default-border);
}
.alert-solid-dark {
  background-color: rgb(var(--dark-rgb));
  color: #000;
  border-color: rgb(var(--dark-rgb));
}
.alert-solid-dark .btn-close {
  color: #000;
}
.alert-outline-primary {
  background-color: transparent;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: var(--primary-color);
  border-color: var(--primary-color);
}
.alert-outline-primary .btn-close {
  color: var(--primary-color);
}
.alert-outline-secondary {
  background-color: transparent;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: rgb(var(--secondary-rgb));
  border-color: rgb(var(--secondary-rgb));
}
.alert-outline-secondary .btn-close {
  color: rgb(var(--secondary-rgb));
}
.alert-outline-info {
  background-color: transparent;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: rgb(var(--info-rgb));
  border-color: rgb(var(--info-rgb));
}
.alert-outline-info .btn-close {
  color: rgb(var(--info-rgb));
}
.alert-outline-warning {
  background-color: transparent;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: rgb(var(--warning-rgb));
  border-color: rgb(var(--warning-rgb));
}
.alert-outline-warning .btn-close {
  color: rgb(var(--warning-rgb));
}
.alert-outline-success {
  background-color: transparent;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: rgb(var(--success-rgb));
  border-color: rgb(var(--success-rgb));
}
.alert-outline-success .btn-close {
  color: rgb(var(--success-rgb));
}
.alert-outline-danger {
  background-color: transparent;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: rgb(var(--danger-rgb));
  border-color: rgb(var(--danger-rgb));
}
.alert-outline-danger .btn-close {
  color: rgb(var(--danger-rgb));
}
.alert-outline-light {
  background-color: var(--custom-white);
  color: rgb(var(--default-text-color-rgb));
  border-color: rgb(var(--light-rgb));
}
.alert-outline-dark {
  background-color: transparent;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  color: rgb(var(--dark-rgb));
  border-color: rgb(var(--dark-rgb));
}
.alert-outline-dark .btn-close {
  color: rgb(var(--dark-rgb));
}
.alert-primary.custom-alert-icon {
  border-inline-start: 0.313rem solid var(--primary-color) !important;
  color: var(--text-muted);
  background-color: var(--custom-white);
  border: 1px solid var(--default-border);
  font-size: 0.813rem;
}
.alert-primary.custom-alert-icon .btn-close {
  color: rgb(var(--default-text-color-rgb));
}
.alert-secondary.custom-alert-icon {
  border-inline-start: 0.313rem solid rgb(var(--secondary-rgb)) !important;
  color: var(--text-muted);
  background-color: var(--custom-white);
  border: 1px solid var(--default-border);
  font-size: 0.813rem;
}
.alert-secondary.custom-alert-icon .btn-close {
  color: rgb(var(--default-text-color-rgb));
}
.alert-warning.custom-alert-icon {
  border-inline-start: 0.313rem solid rgb(var(--warning-rgb)) !important;
  color: var(--text-muted);
  background-color: var(--custom-white);
  border: 1px solid var(--default-border);
  font-size: 0.813rem;
}
.alert-warning.custom-alert-icon .btn-close {
  color: rgb(var(--default-text-color-rgb));
}
.alert-danger.custom-alert-icon {
  border-inline-start: 0.313rem solid rgb(var(--danger-rgb)) !important;
  color: var(--text-muted);
  background-color: var(--custom-white);
  border: 1px solid var(--default-border);
  font-size: 0.813rem;
}
.alert-danger.custom-alert-icon .btn-close {
  color: rgb(var(--default-text-color-rgb));
}
.alert-success.custom-alert-icon {
  border-inline-start: 0.313rem solid rgb(var(--success-rgb)) !important;
  color: var(--text-muted);
  background-color: var(--custom-white);
  border: 1px solid var(--default-border);
  font-size: 0.813rem;
}
.alert-success.custom-alert-icon .btn-close {
  color: rgb(var(--default-text-color-rgb));
}
.alert-info.custom-alert-icon {
  border-inline-start: 0.313rem solid rgb(var(--info-rgb)) !important;
  color: var(--text-muted);
  background-color: var(--custom-white);
  border: 1px solid var(--default-border);
  font-size: 0.813rem;
}
.alert-info.custom-alert-icon .btn-close {
  color: rgb(var(--default-text-color-rgb));
}
.alert-light.custom-alert-icon {
  border-inline-start: 0.313rem solid rgb(var(--light-rgb)) !important;
  color: var(--text-muted);
  background-color: var(--custom-white);
  border: 1px solid var(--default-border);
  font-size: 0.813rem;
}
.alert-light.custom-alert-icon .btn-close {
  color: rgb(var(--default-text-color-rgb));
}
.alert-dark.custom-alert-icon {
  border-inline-start: 0.313rem solid rgb(var(--dark-rgb)) !important;
  color: var(--text-muted);
  background-color: var(--custom-white);
  border: 1px solid var(--default-border);
  font-size: 0.813rem;
}
.alert-dark.custom-alert-icon .btn-close {
  color: rgb(var(--default-text-color-rgb));
}
.custom-alert1 {
  margin-block-end: 0;
  background-color: var(--custom-white);
  border: 0;
  padding: 1.25rem;
  color: rgb(var(--default-text-color-rgb));
}
.custom-alert1 p {
  margin-block-end: 2.5rem;
  color: var(--text-muted);
  font-size: 0.8rem;
}
.custom-alert1 .custom-alert-icon {
  width: 3.125rem;
  height: 3.125rem;
  margin-bottom: 0.85rem;
}
.custom-alert1 .btn-close {
  padding: 0;
  margin-block-end: 1rem;
}
.custom-alert1.alert-primary {
  border-block-start: 0.313rem solid var(--primary-color);
}
.custom-alert1.alert-secondary {
  border-block-start: 0.313rem solid rgb(var(--secondary-rgb));
}
.custom-alert1.alert-warning {
  border-block-start: 0.313rem solid rgb(var(--warning-rgb));
}
.custom-alert1.alert-danger {
  border-block-start: 0.313rem solid rgb(var(--danger-rgb));
}
.alert-img {
  display: flex;
  align-items: center;
}
.alert-img .avatar {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 400px) {
  .btn-close.custom-close {
    margin: 9px 9px 9px 0;
  }
}
.badge {
  padding: 0.25rem 0.45rem;
  font-size: 0.6rem;
  font-weight: 500;
  border-radius: 0.25rem;
}
.badge.bg-primary-gradient {
  color: #fff;
}
.badge.bg-secondary-gradient {
  color: #fff;
}
.badge.bg-success-gradient {
  color: #fff;
}
.badge.bg-info-gradient {
  color: #fff;
}
.badge.bg-danger-gradient {
  color: #fff;
}
.badge.bg-orange-gradient {
  color: #fff;
}
.badge.bg-purple-gradient {
  color: #fff;
}
.badge-sm {
  font-weight: normal;
  font-size: 0.625rem;
}
.btn.btn-outline-primary .badge {
  background-color: var(--primary-color);
  color: #000;
}
.btn.btn-outline-primary:hover .badge,
.btn.btn-outline-primary:focus .badge,
.btn.btn-outline-primary:active .badge {
  background-color: var(--custom-white);
  color: rgb(var(--default-text-color-rgb));
}
.btn.btn-outline-secondary .badge {
  background-color: rgb(var(--secondary-rgb));
  color: #000;
}
.btn.btn-outline-secondary:hover .badge,
.btn.btn-outline-secondary:focus .badge,
.btn.btn-outline-secondary:active .badge {
  background-color: var(--custom-white);
  color: rgb(var(--default-text-color-rgb));
}
.btn.btn-outline-warning .badge {
  background-color: rgb(var(--warning-rgb));
  color: #000;
}
.btn.btn-outline-warning:hover .badge,
.btn.btn-outline-warning:focus .badge,
.btn.btn-outline-warning:active .badge {
  background-color: var(--custom-white);
  color: rgb(var(--default-text-color-rgb));
}
.btn.btn-outline-info .badge {
  background-color: rgb(var(--info-rgb));
  color: #000;
}
.btn.btn-outline-info:hover .badge,
.btn.btn-outline-info:focus .badge,
.btn.btn-outline-info:active .badge {
  background-color: var(--custom-white);
  color: rgb(var(--default-text-color-rgb));
}
.btn.btn-outline-success .badge {
  background-color: rgb(var(--success-rgb));
  color: #000;
}
.btn.btn-outline-success:hover .badge,
.btn.btn-outline-success:focus .badge,
.btn.btn-outline-success:active .badge {
  background-color: var(--custom-white);
  color: rgb(var(--default-text-color-rgb));
}
.btn.btn-outline-danger .badge {
  background-color: rgb(var(--danger-rgb));
  color: #000;
}
.btn.btn-outline-danger:hover .badge,
.btn.btn-outline-danger:focus .badge,
.btn.btn-outline-danger:active .badge {
  background-color: var(--custom-white);
  color: rgb(var(--default-text-color-rgb));
}
.custom-badge {
  font-size: 0.7rem;
  font-weight: 400;
}
.icon-badge {
  position: relative;
}
.icon-badge .icon {
  width: 2rem;
  height: 2rem;
  fill: var(--text-muted);
  font-size: 2rem;
}
.icon-badge .badge {
  position: absolute;
  inset-inline-end: -0.5rem;
}
.text-badge {
  position: relative;
}
.text-badge .badge {
  position: absolute;
  inset-inline-end: -1rem;
  inset-block-start: -1rem;
}
.page-header-breadcrumb {
  padding: 1rem;
  background: transparent;
}
.page-header-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "\ea65");
  font-family: "tabler-icons" !important;
}
[dir=rtl] .page-header-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "\ea64");
  font-family: "tabler-icons" !important;
}
.breadcrumb .breadcrumb-item a {
  color: var(--primary-color);
}
.breadcrumb .breadcrumb-item.active {
  color: rgb(var(--default-text-color-rgb));
  font-weight: 400;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: var(--text-muted);
}
.breadcrumb-example1 .breadcrumb-item + .breadcrumb-item::before {
  color: var(--text-muted);
  content: var(--bs-breadcrumb-divider, "\ea65");
  font-family: "tabler-icons" !important;
}
.breadcrumb-style1 .breadcrumb-item + .breadcrumb-item::before {
  color: var(--text-muted);
  content: var(--bs-breadcrumb-divider, "\ea1c");
  font-family: "tabler-icons" !important;
}
.breadcrumb-style2 .breadcrumb-item + .breadcrumb-item::before {
  color: var(--text-muted);
  content: var(--bs-breadcrumb-divider, "\ea61");
  font-family: "tabler-icons" !important;
}
.embedded-breadcrumb:before {
  opacity: 0.7;
}
[data-theme-mode=dark] .embedded-breadcrumb:before {
  filter: invert(1);
}
[dir=rtl] .breadcrumb-example1 .breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "\ea64");
}
[dir=rtl] .breadcrumb-style1 .breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "\ea1b");
}
[dir=rtl] .breadcrumb-style2 .breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "\ea60");
}
[dir=rtl] .embedded-breadcrumb:before {
  transform: scaleX(-1);
  padding-inline-start: 0.5rem;
  padding-inline-end: 0rem !important;
}
.btn {
  font-size: 0.85rem;
  border-radius: 0;
  padding: 0.5rem 0.85rem;
  box-shadow: none;
  font-weight: 500;
}
.btn.btn-sm {
  padding: 0.26rem 0.5rem;
  border-radius: 0;
  font-size: 0.75rem;
}
.btn.btn-lg {
  padding: 0.65rem 1rem;
  border-radius: 0;
  font-size: 0.95rem;
}
.btn-group .btn {
  padding: 0.45rem 0.75rem;
}
.btn-group-lg .btn {
  padding: 0.65rem 1rem;
}
.btn-group-sm .btn {
  padding: 0.25rem 0.5rem;
}
.btn-check:active + .btn,
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:active {
  color: #fff;
}
.btn-check:focus + .btn,
.btn:focus {
  box-shadow: none;
}
.btn-primary {
  background-color: rgb(var(--primary-rgb)) !important;
  border-color: rgb(var(--primary-rgb)) !important;
  color: #000 !important;
}
.btn-primary:hover {
  background-color: rgba(var(--primary-rgb), 0.9) !important;
  border-color: rgb(var(--primary-rgb)) !important;
  color: #000;
}
.btn-primary:focus {
  background-color: rgb(var(--primary-rgb));
  border-color: rgb(var(--primary-rgb));
  color: #000;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  background-color: rgb(var(--primary-rgb));
  border-color: rgb(var(--primary-rgb));
  outline: 0;
  box-shadow: none;
}
.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary.show:focus,
.btn-primary:active:focus {
  box-shadow: 0 0.25rem 1rem var(--primary05);
}
.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary.show,
.btn-primary:active {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-border) !important;
}
.btn-secondary {
  background-color: rgb(var(--secondary-rgb)) !important;
  border-color: rgb(var(--secondary-rgb)) !important;
  color: #000 !important;
}
.btn-secondary:hover {
  background-color: rgba(var(--secondary-rgb), 0.9) !important;
  border-color: rgb(var(--secondary-rgb)) !important;
  color: #000;
}
.btn-secondary:focus {
  background-color: rgb(var(--secondary-rgb));
  border-color: rgb(var(--secondary-rgb));
  color: #000;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  background-color: rgb(var(--secondary-rgb));
  border-color: rgb(var(--secondary-rgb));
  outline: 0;
  box-shadow: none;
}
.btn-check:active + .btn-secondary:focus,
.btn-check:checked + .btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary.show:focus,
.btn-secondary:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--secondary-rgb), 0.5);
}
.btn-check:active + .btn-secondary,
.btn-check:checked + .btn-secondary,
.btn-secondary.active,
.btn-secondary.show,
.btn-secondary:active {
  background-color: rgb(var(--secondary-rgb)) !important;
  border-color: rgb(var(--secondary-rgb)) !important;
}
.btn-warning {
  background-color: rgb(var(--warning-rgb)) !important;
  border-color: rgb(var(--warning-rgb)) !important;
  color: #000 !important;
}
.btn-warning:hover {
  background-color: rgba(var(--warning-rgb), 0.9) !important;
  border-color: rgb(var(--warning-rgb)) !important;
  color: #000;
}
.btn-warning:focus {
  background-color: rgb(var(--warning-rgb));
  border-color: rgb(var(--warning-rgb));
  color: #000;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
  background-color: rgb(var(--warning-rgb));
  border-color: rgb(var(--warning-rgb));
  outline: 0;
  box-shadow: none;
}
.btn-check:active + .btn-warning:focus,
.btn-check:checked + .btn-warning:focus,
.btn-warning.active:focus,
.btn-warning.show:focus,
.btn-warning:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--warning-rgb), 0.5);
}
.btn-check:active + .btn-warning,
.btn-check:checked + .btn-warning,
.btn-warning.active,
.btn-warning.show,
.btn-warning:active {
  background-color: rgb(var(--warning-rgb)) !important;
  border-color: rgb(var(--warning-rgb)) !important;
}
.btn-info {
  background-color: rgb(var(--info-rgb)) !important;
  border-color: rgb(var(--info-rgb)) !important;
  color: #000 !important;
}
.btn-info:hover {
  background-color: rgba(var(--info-rgb), 0.9) !important;
  border-color: rgb(var(--info-rgb)) !important;
  color: #000;
}
.btn-info:focus {
  background-color: rgb(var(--info-rgb));
  border-color: rgb(var(--info-rgb));
  color: #000;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
  background-color: rgb(var(--info-rgb));
  border-color: rgb(var(--info-rgb));
  outline: 0;
  box-shadow: none;
}
.btn-check:active + .btn-info:focus,
.btn-check:checked + .btn-info:focus,
.btn-info.active:focus,
.btn-info.show:focus,
.btn-info:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--info-rgb), 0.5);
}
.btn-check:active + .btn-info,
.btn-check:checked + .btn-info,
.btn-info.active,
.btn-info.show,
.btn-info:active {
  background-color: rgb(var(--info-rgb)) !important;
  border-color: rgb(var(--info-rgb)) !important;
}
.btn-danger {
  background-color: rgb(var(--danger-rgb)) !important;
  border-color: rgb(var(--danger-rgb)) !important;
  color: #000 !important;
}
.btn-danger:hover {
  background-color: rgba(var(--danger-rgb), 0.9) !important;
  border-color: rgb(var(--danger-rgb)) !important;
  color: #000;
}
.btn-danger:focus {
  background-color: rgb(var(--danger-rgb));
  border-color: rgb(var(--danger-rgb));
  color: #000;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
  background-color: rgb(var(--danger-rgb));
  border-color: rgb(var(--danger-rgb));
  outline: 0;
  box-shadow: none;
}
.btn-check:active + .btn-danger:focus,
.btn-check:checked + .btn-danger:focus,
.btn-danger.active:focus,
.btn-danger.show:focus,
.btn-danger:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--danger-rgb), 0.5);
}
.btn-check:active + .btn-danger,
.btn-check:checked + .btn-danger,
.btn-danger.active,
.btn-danger.show,
.btn-danger:active {
  background-color: rgb(var(--danger-rgb)) !important;
  border-color: rgb(var(--danger-rgb)) !important;
}
.btn-success {
  background-color: rgb(var(--success-rgb)) !important;
  border-color: rgb(var(--success-rgb)) !important;
  color: #000 !important;
}
.btn-success:hover {
  background-color: rgba(var(--success-rgb), 0.9) !important;
  border-color: rgb(var(--success-rgb)) !important;
  color: #000;
}
.btn-success:focus {
  background-color: rgb(var(--success-rgb));
  border-color: rgb(var(--success-rgb));
  color: #000;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
  background-color: rgb(var(--success-rgb));
  border-color: rgb(var(--success-rgb));
  outline: 0;
  box-shadow: none;
}
.btn-check:active + .btn-success:focus,
.btn-check:checked + .btn-success:focus,
.btn-success.active:focus,
.btn-success.show:focus,
.btn-success:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--success-rgb), 0.5);
}
.btn-check:active + .btn-success,
.btn-check:checked + .btn-success,
.btn-success.active,
.btn-success.show,
.btn-success:active {
  background-color: rgb(var(--success-rgb)) !important;
  border-color: rgb(var(--success-rgb)) !important;
}
.btn-dark {
  background-color: rgb(var(--dark-rgb));
  border-color: rgb(var(--dark-rgb));
  color: var(--custom-white);
}
.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  background-color: rgb(var(--dark-rgb));
  border-color: rgb(var(--dark-rgb));
  color: var(--custom-white) !important;
}
.btn-dark svg {
  fill: var(--custom-black);
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
  background-color: rgb(var(--dark-rgb));
  border-color: rgb(var(--dark-rgb));
  outline: 0;
  box-shadow: none;
}
.btn-check:active + .btn-dark:focus,
.btn-check:checked + .btn-dark:focus,
.btn-dark.active:focus,
.btn-dark.show:focus,
.btn-dark:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--dark-rgb), 0.5);
}
.btn-check:active + .btn-dark,
.btn-check:checked + .btn-dark,
.btn-dark.active,
.btn-dark.show,
.btn-dark:active {
  background-color: rgb(var(--dark-rgb)) !important;
  border-color: rgb(var(--dark-rgb)) !important;
  color: var(--custom-white);
}
.btn-light {
  background-color: rgb(var(--light-rgb));
  border-color: rgb(var(--light-rgb));
  color: rgb(var(--default-text-color-rgb));
}
.btn-light:hover {
  background-color: #e4ecf2;
  border-color: rgb(var(--light-rgb));
  color: rgb(var(--default-text-color-rgb));
}
.btn-light:focus {
  background-color: rgb(var(--light-rgb));
  border-color: rgb(var(--light-rgb));
  box-shadow: none;
  color: rgb(var(--default-text-color-rgb));
}
[data-theme-mode=dark] .btn-light:hover {
  background-color: rgba(var(--light-rgb), 0.8);
}
.btn-check:focus + .btn-light,
.btn-light:focus {
  background-color: rgb(var(--light-rgb));
  border-color: rgb(var(--light-rgb));
  outline: 0;
  box-shadow: none;
}
.btn-check:active + .btn-light:focus,
.btn-check:checked + .btn-light:focus,
.btn-light.active:focus,
.btn-light.show:focus,
.btn-light:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--light-rgb), 0.5);
}
.btn-check:active + .btn-light,
.btn-check:checked + .btn-light,
.btn-light.active,
.btn-light.show,
.btn-light:active {
  background-color: rgb(var(--light-rgb)) !important;
  border-color: rgb(var(--light-rgb)) !important;
  color: rgb(var(--default-text-color-rgb)) !important;
}
.btn-teal {
  background-color: rgb(var(--teal-rgb)) !important;
  border-color: rgb(var(--teal-rgb)) !important;
  color: #000 !important;
}
.btn-teal:hover {
  background-color: rgba(var(--teal-rgb), 0.9) !important;
  border-color: rgb(var(--teal-rgb)) !important;
  color: #000;
}
.btn-teal:focus {
  background-color: rgb(var(--teal-rgb));
  border-color: rgb(var(--teal-rgb));
  color: #000;
}
.btn-check:focus + .btn-teal,
.btn-teal:focus {
  background-color: rgb(var(--teal-rgb));
  border-color: rgb(var(--teal-rgb));
  outline: 0;
  box-shadow: none;
}
.btn-check:active + .btn-teal:focus,
.btn-check:checked + .btn-teal:focus,
.btn-teal.active:focus,
.btn-teal.show:focus,
.btn-teal:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--teal-rgb), 0.5);
}
.btn-check:active + .btn-teal,
.btn-check:checked + .btn-teal,
.btn-teal.active,
.btn-teal.show,
.btn-teal:active {
  background-color: rgb(var(--teal-rgb)) !important;
  border-color: rgb(var(--teal-rgb)) !important;
}
.btn-purple {
  background-color: rgb(var(--purple-rgb)) !important;
  border-color: rgb(var(--purple-rgb)) !important;
  color: #000 !important;
}
.btn-purple:hover {
  background-color: rgba(var(--purple-rgb), 0.9) !important;
  border-color: rgb(var(--purple-rgb)) !important;
  color: #000;
}
.btn-purple:focus {
  background-color: rgb(var(--purple-rgb));
  border-color: rgb(var(--purple-rgb));
  color: #000;
}
.btn-check:focus + .btn-purple,
.btn-purple:focus {
  background-color: rgb(var(--purple-rgb));
  border-color: rgb(var(--purple-rgb));
  outline: 0;
  box-shadow: none;
}
.btn-check:active + .btn-purple:focus,
.btn-check:checked + .btn-purple:focus,
.btn-purple.active:focus,
.btn-purple.show:focus,
.btn-purple:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--purple-rgb), 0.5);
}
.btn-check:active + .btn-purple,
.btn-check:checked + .btn-purple,
.btn-purple.active,
.btn-purple.show,
.btn-purple:active {
  background-color: rgb(var(--purple-rgb)) !important;
  border-color: rgb(var(--purple-rgb)) !important;
}
.btn-orange {
  background-color: rgb(var(--orange-rgb)) !important;
  border-color: rgb(var(--orange-rgb)) !important;
  color: #000 !important;
}
.btn-orange:hover {
  background-color: rgba(var(--orange-rgb), 0.9) !important;
  border-color: rgb(var(--orange-rgb)) !important;
  color: #000;
}
.btn-orange:focus {
  background-color: rgb(var(--orange-rgb));
  border-color: rgb(var(--orange-rgb));
  color: #000;
}
.btn-check:focus + .btn-orange,
.btn-orange:focus {
  background-color: rgb(var(--orange-rgb));
  border-color: rgb(var(--orange-rgb));
  outline: 0;
  box-shadow: none;
}
.btn-check:active + .btn-orange:focus,
.btn-check:checked + .btn-orange:focus,
.btn-orange.active:focus,
.btn-orange.show:focus,
.btn-orange:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--orange-rgb), 0.5);
}
.btn-check:active + .btn-orange,
.btn-check:checked + .btn-orange,
.btn-orange.active,
.btn-orange.show,
.btn-orange:active {
  background-color: rgb(var(--orange-rgb)) !important;
  border-color: rgb(var(--orange-rgb)) !important;
}
.btn-outline-primary {
  color: rgb(var(--primary-rgb));
  border-color: rgb(var(--primary-rgb));
}
.btn-outline-primary:hover,
.btn-outline-primary:active {
  color: #000;
  background-color: rgb(var(--primary-rgb));
  border-color: rgb(var(--primary-rgb));
}
.btn-outline-primary:focus {
  color: #000;
  background-color: rgb(var(--primary-rgb));
  border-color: rgb(var(--primary-rgb));
  box-shadow: none;
}
.btn-outline-primary:focus:active {
  box-shadow: none;
}
.btn-outline-secondary {
  color: rgb(var(--secondary-rgb));
  border-color: rgb(var(--secondary-rgb));
}
.btn-outline-secondary:hover,
.btn-outline-secondary:active {
  color: #000;
  background-color: rgb(var(--secondary-rgb));
  border-color: rgb(var(--secondary-rgb));
}
.btn-outline-secondary:focus {
  color: #000;
  background-color: rgb(var(--secondary-rgb));
  border-color: rgb(var(--secondary-rgb));
  box-shadow: none;
}
.btn-outline-secondary:focus:active {
  box-shadow: none;
}
.btn-outline-warning {
  color: rgb(var(--warning-rgb));
  border-color: rgb(var(--warning-rgb));
}
.btn-outline-warning:hover,
.btn-outline-warning:active {
  color: #000;
  background-color: rgb(var(--warning-rgb));
  border-color: rgb(var(--warning-rgb));
}
.btn-outline-warning:focus {
  color: #000;
  background-color: rgb(var(--warning-rgb));
  border-color: rgb(var(--warning-rgb));
  box-shadow: none;
}
.btn-outline-warning:focus:active {
  box-shadow: none;
}
.btn-outline-danger {
  color: rgb(var(--danger-rgb));
  border-color: rgb(var(--danger-rgb));
}
.btn-outline-danger:hover,
.btn-outline-danger:active {
  color: #000;
  background-color: rgb(var(--danger-rgb));
  border-color: rgb(var(--danger-rgb));
}
.btn-outline-danger:focus {
  color: #000;
  background-color: rgb(var(--danger-rgb));
  border-color: rgb(var(--danger-rgb));
  box-shadow: none;
}
.btn-outline-danger:focus:active {
  box-shadow: none;
}
.btn-outline-success {
  color: rgb(var(--success-rgb));
  border-color: rgb(var(--success-rgb));
}
.btn-outline-success:hover,
.btn-outline-success:active {
  color: #000;
  background-color: rgb(var(--success-rgb));
  border-color: rgb(var(--success-rgb));
}
.btn-outline-success:focus {
  color: #000;
  background-color: rgb(var(--success-rgb));
  border-color: rgb(var(--success-rgb));
  box-shadow: none;
}
.btn-outline-success:focus:active {
  box-shadow: none;
}
.btn-outline-info {
  color: rgb(var(--info-rgb));
  border-color: rgb(var(--info-rgb));
}
.btn-outline-info:hover,
.btn-outline-info:active {
  color: #000;
  background-color: rgb(var(--info-rgb));
  border-color: rgb(var(--info-rgb));
}
.btn-outline-info:focus {
  color: #000;
  background-color: rgb(var(--info-rgb));
  border-color: rgb(var(--info-rgb));
  box-shadow: none;
}
.btn-outline-info:focus:active {
  box-shadow: none;
}
.btn-outline-light {
  color: rgb(var(--default-text-color-rgb)) !important;
  border-color: rgb(var(--light-rgb));
}
.btn-outline-light:hover,
.btn-outline-light:active {
  color: rgb(var(--default-text-color-rgb));
  background-color: rgb(var(--light-rgb));
  border-color: rgb(var(--light-rgb));
}
.btn-outline-light:focus {
  color: rgb(var(--default-text-color-rgb));
  background-color: rgb(var(--light-rgb));
  border-color: rgb(var(--light-rgb));
  box-shadow: none;
}
.btn-outline-light:focus:active {
  box-shadow: none;
}
.btn-outline-dark {
  color: rgb(var(--dark-rgb));
  border-color: rgb(var(--dark-rgb));
}
.btn-outline-dark:hover,
.btn-outline-dark:active {
  color: var(--custom-white);
  background-color: var(--custom-black);
  border-color: var(--custom-black);
}
.btn-outline-dark:focus {
  color: var(--custom-white);
  background-color: rgb(var(--dark-rgb));
  border-color: rgb(var(--dark-rgb));
  box-shadow: none;
}
.btn-outline-dark:focus:active {
  box-shadow: none;
}
.btn-outline-teal {
  color: rgb(var(--teal-rgb));
  border-color: rgb(var(--teal-rgb));
}
.btn-outline-teal:hover,
.btn-outline-teal:active {
  color: #000;
  background-color: rgb(var(--teal-rgb));
  border-color: rgb(var(--teal-rgb));
}
.btn-outline-teal:focus {
  color: #000;
  background-color: rgb(var(--teal-rgb));
  border-color: rgb(var(--teal-rgb));
  box-shadow: none;
}
.btn-outline-teal:focus:active {
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: rgb(var(--secondary-rgb));
  border-color: rgb(var(--secondary-rgb));
}
.btn-primary-transparent {
  background-color: rgba(var(--primary-rgb), 0.1);
  border-color: rgba(var(--primary-rgb), 0.1);
  color: rgb(var(--primary-rgb));
}
.btn-primary-transparent:hover,
.btn-primary-transparent:focus:hover {
  background-color: rgb(var(--primary-rgb));
  border-color: rgb(var(--primary-rgb));
  color: #000;
}
.btn-check:focus + .btn-primary-transparent,
.btn-primary-transparent:focus {
  background-color: rgba(var(--primary-rgb), 0.1);
  border-color: rgba(var(--primary-rgb), 0.1);
  outline: 0;
  box-shadow: 0 0.25rem 1rem rgba(var(--primary-rgb), 0.3);
  color: rgb(var(--primary-rgb));
}
.btn-check:active + .btn-primary-transparent:focus,
.btn-check:checked + .btn-primary-transparent:focus,
.btn-primary-transparent.active:focus,
.btn-primary-transparent.show:focus,
.btn-primary-transparent:active:focus {
  box-shadow: 0 0.25rem 1rem var(--primary05);
}
.btn-check:active + .btn-primary-transparent,
.btn-check:checked + .btn-primary-transparent,
.btn-primary-transparent.active,
.btn-primary-transparent.show,
.btn-primary-transparent:active {
  background-color: var(--primary-color);
  border-color: var(--primary01);
  color: #000;
}
.btn-secondary-transparent {
  background-color: rgba(var(--secondary-rgb), 0.1);
  border-color: rgba(var(--secondary-rgb), 0.1);
  color: rgb(var(--secondary-rgb));
}
.btn-secondary-transparent:hover,
.btn-secondary-transparent:focus:hover {
  background-color: rgb(var(--secondary-rgb));
  border-color: rgb(var(--secondary-rgb));
  color: #000;
}
.btn-check:focus + .btn-secondary-transparent,
.btn-secondary-transparent:focus {
  background-color: rgba(var(--secondary-rgb), 0.1);
  border-color: rgba(var(--secondary-rgb), 0.1);
  outline: 0;
  box-shadow: 0 0.25rem 1rem rgba(var(--secondary-rgb), 0.3);
  color: rgb(var(--secondary-rgb));
}
.btn-check:active + .btn-secondary-transparent:focus,
.btn-check:checked + .btn-secondary-transparent:focus,
.btn-secondary-transparent.active:focus,
.btn-secondary-transparent.show:focus,
.btn-secondary-transparent:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--secondary-rgb), 0.5);
}
.btn-check:active + .btn-secondary-transparent,
.btn-check:checked + .btn-secondary-transparent,
.btn-secondary-transparent.active,
.btn-secondary-transparent.show,
.btn-secondary-transparent:active {
  background-color: rgb(var(--secondary-rgb));
  border-color: rgba(var(--secondary-rgb), 0.1);
  color: #fff;
}
.btn-warning-transparent {
  background-color: rgba(var(--warning-rgb), 0.1);
  border-color: rgba(var(--warning-rgb), 0.1);
  color: rgb(var(--warning-rgb));
}
.btn-warning-transparent:hover,
.btn-warning-transparent:focus:hover {
  background-color: rgb(var(--warning-rgb));
  border-color: rgb(var(--warning-rgb));
  color: #000;
}
.btn-check:focus + .btn-warning-transparent,
.btn-warning-transparent:focus {
  background-color: rgba(var(--warning-rgb), 0.1);
  border-color: rgba(var(--warning-rgb), 0.1);
  outline: 0;
  box-shadow: 0 0.25rem 1rem rgba(var(--warning-rgb), 0.3);
  color: rgb(var(--warning-rgb));
}
.btn-check:active + .btn-warning-transparent:focus,
.btn-check:checked + .btn-warning-transparent:focus,
.btn-warning-transparent.active:focus,
.btn-warning-transparent.show:focus,
.btn-warning-transparent:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--warning-rgb), 0.5);
}
.btn-check:active + .btn-warning-transparent,
.btn-check:checked + .btn-warning-transparent,
.btn-warning-transparent.active,
.btn-warning-transparent.show,
.btn-warning-transparent:active {
  background-color: rgb(var(--warning-rgb));
  border-color: rgba(var(--warning-rgb), 0.1);
  color: #fff;
}
.btn-info-transparent {
  background-color: rgba(var(--info-rgb), 0.1);
  border-color: rgba(var(--info-rgb), 0.1);
  color: rgb(var(--info-rgb));
}
.btn-info-transparent:hover,
.btn-info-transparent:focus:hover {
  background-color: rgb(var(--info-rgb));
  border-color: rgb(var(--info-rgb));
  color: #000;
}
.btn-check:focus + .btn-info-transparent,
.btn-info-transparent:focus {
  background-color: rgba(var(--info-rgb), 0.1);
  border-color: rgba(var(--info-rgb), 0.1);
  outline: 0;
  box-shadow: 0 0.25rem 1rem rgba(var(--info-rgb), 0.3);
  color: rgb(var(--info-rgb));
}
.btn-check:active + .btn-info-transparent:focus,
.btn-check:checked + .btn-info-transparent:focus,
.btn-info-transparent.active:focus,
.btn-info-transparent.show:focus,
.btn-info-transparent:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--info-rgb), 0.5);
}
.btn-check:active + .btn-info-transparent,
.btn-check:checked + .btn-info-transparent,
.btn-info-transparent.active,
.btn-info-transparent.show,
.btn-info-transparent:active {
  background-color: rgb(var(--info-rgb));
  border-color: rgba(var(--info-rgb), 0.1);
  color: #fff;
}
.btn-success-transparent {
  background-color: rgba(var(--success-rgb), 0.1);
  border-color: rgba(var(--success-rgb), 0.1);
  color: rgb(var(--success-rgb));
}
.btn-success-transparent:hover,
.btn-success-transparent:focus:hover {
  background-color: rgb(var(--success-rgb));
  border-color: rgb(var(--success-rgb));
  color: #000;
}
.btn-check:focus + .btn-success-transparent,
.btn-success-transparent:focus {
  background-color: rgba(var(--success-rgb), 0.1);
  border-color: rgba(var(--success-rgb), 0.1);
  outline: 0;
  box-shadow: 0 0.25rem 1rem rgba(var(--success-rgb), 0.3);
  color: rgb(var(--success-rgb));
}
.btn-check:active + .btn-success-transparent:focus,
.btn-check:checked + .btn-success-transparent:focus,
.btn-success-transparent.active:focus,
.btn-success-transparent.show:focus,
.btn-success-transparent:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--success-rgb), 0.5);
}
.btn-check:active + .btn-success-transparent,
.btn-check:checked + .btn-success-transparent,
.btn-success-transparent.active,
.btn-success-transparent.show,
.btn-success-transparent:active {
  background-color: rgb(var(--success-rgb));
  border-color: rgba(var(--success-rgb), 0.1);
  color: #fff;
}
.btn-danger-transparent {
  background-color: rgba(var(--danger-rgb), 0.1);
  border-color: rgba(var(--danger-rgb), 0.1);
  color: rgb(var(--danger-rgb));
}
.btn-danger-transparent:hover,
.btn-danger-transparent:focus:hover {
  background-color: rgb(var(--danger-rgb));
  border-color: rgb(var(--danger-rgb));
  color: #000;
}
.btn-check:focus + .btn-danger-transparent,
.btn-danger-transparent:focus {
  background-color: rgba(var(--danger-rgb), 0.1);
  border-color: rgba(var(--danger-rgb), 0.1);
  outline: 0;
  box-shadow: 0 0.25rem 1rem rgba(var(--danger-rgb), 0.3);
  color: rgb(var(--danger-rgb));
}
.btn-check:active + .btn-danger-transparent:focus,
.btn-check:checked + .btn-danger-transparent:focus,
.btn-danger-transparent.active:focus,
.btn-danger-transparent.show:focus,
.btn-danger-transparent:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--danger-rgb), 0.5);
}
.btn-check:active + .btn-danger-transparent,
.btn-check:checked + .btn-danger-transparent,
.btn-danger-transparent.active,
.btn-danger-transparent.show,
.btn-danger-transparent:active {
  background-color: rgb(var(--danger-rgb));
  border-color: rgba(var(--danger-rgb), 0.1);
  color: #fff;
}
.btn-teal-transparent {
  background-color: rgba(var(--teal-rgb), 0.1);
  border-color: rgba(var(--teal-rgb), 0.1);
  color: rgb(var(--teal-rgb));
}
.btn-teal-transparent:hover,
.btn-teal-transparent:focus:hover {
  background-color: rgb(var(--teal-rgb));
  border-color: rgb(var(--teal-rgb));
  color: #000;
}
.btn-check:focus + .btn-teal-transparent,
.btn-teal-transparent:focus {
  background-color: rgba(var(--teal-rgb), 0.1);
  border-color: rgba(var(--teal-rgb), 0.1);
  outline: 0;
  box-shadow: 0 0.25rem 1rem rgba(var(--teal-rgb), 0.3);
  color: rgb(var(--teal-rgb));
}
.btn-check:active + .btn-teal-transparent:focus,
.btn-check:checked + .btn-teal-transparent:focus,
.btn-teal-transparent.active:focus,
.btn-teal-transparent.show:focus,
.btn-teal-transparent:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--teal-rgb), 0.5);
}
.btn-check:active + .btn-teal-transparent,
.btn-check:checked + .btn-teal-transparent,
.btn-teal-transparent.active,
.btn-teal-transparent.show,
.btn-teal-transparent:active {
  background-color: rgb(var(--teal-rgb));
  border-color: rgba(var(--teal-rgb), 0.1);
  color: #fff;
}
.btn-purple-transparent {
  background-color: rgba(var(--purple-rgb), 0.1);
  border-color: rgba(var(--purple-rgb), 0.1);
  color: rgb(var(--purple-rgb));
}
.btn-purple-transparent:hover,
.btn-purple-transparent:focus:hover {
  background-color: rgb(var(--purple-rgb));
  border-color: rgb(var(--purple-rgb));
  color: #000;
}
.btn-check:focus + .btn-purple-transparent,
.btn-purple-transparent:focus {
  background-color: rgba(var(--purple-rgb), 0.1);
  border-color: rgba(var(--purple-rgb), 0.1);
  outline: 0;
  box-shadow: 0 0.25rem 1rem rgba(var(--purple-rgb), 0.3);
  color: rgb(var(--purple-rgb));
}
.btn-check:active + .btn-purple-transparent:focus,
.btn-check:checked + .btn-purple-transparent:focus,
.btn-purple-transparent.active:focus,
.btn-purple-transparent.show:focus,
.btn-purple-transparent:active:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--purple-rgb), 0.5);
}
.btn-check:active + .btn-purple-transparent,
.btn-check:checked + .btn-purple-transparent,
.btn-purple-transparent.active,
.btn-purple-transparent.show,
.btn-purple-transparent:active {
  background-color: rgb(var(--purple-rgb));
  border-color: rgba(var(--purple-rgb), 0.1);
  color: #fff;
}
.btn-group-sm > .btn,
.btn-sm {
  font-size: 0.8rem;
  padding: 0.25rem 0.8rem;
}
.btn-icon {
  width: 2.313rem;
  height: 2.313rem;
  font-size: 0.95rem;
  padding: 0.4375rem;
  flex-shrink: 0;
}
.btn-icon i {
  padding: 0rem;
  margin: 0 -0.5rem;
}
.btn-icon.btn-sm {
  width: 1.75rem;
  height: 1.75rem;
  font-size: 0.8rem;
  padding: 0.1875rem;
}
.btn-icon.btn-lg {
  width: 2.75rem;
  height: 2.75rem;
  font-size: 1.2rem;
  padding: 0.5rem;
}
.btn-list button,
.btn-list div,
.btn-list a,
.btn-list input {
  margin: 0 0.375rem 0.375rem 0;
}
[dir=rtl] .btn-list button,
[dir=rtl] .btn-list div,
[dir=rtl] .btn-list a,
[dir=rtl] .btn-list input {
  margin: 0 0 0.375rem 0.375rem;
}
.btn-list {
  margin-block-end: -0.5rem;
}
.btn-bd-primary {
  --bs-btn-font-weight: 400;
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--primary-color);
  --bs-btn-border-color: var(--primary-color);
  --bs-btn-border-radius: .5rem;
  --bs-btn-hover-color: var(--primary-color);
  --bs-btn-hover-bg: rgba(var(--primary-color), 0.9);
  --bs-btn-hover-border-color: rgba(var(--primary-color), 0.9);
  --bs-btn-active-color: var(--primary-color);
  --bs-btn-active-bg: rgba(var(--primary-color), 0.9);
  --bs-btn-active-border-color: rgba(var(--primary-color), 0.9);
}
.btn-check:active + .btn-outline-primary,
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active,
.btn-check + .btn.btn-outline-primary:hover {
  color: #000 !important;
  background-color: rgb(var(--primary-rgb)) !important;
  border-color: rgb(var(--primary-rgb)) !important;
}
.btn-check:active + .btn-outline-secondary,
.btn-check:checked + .btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active,
.btn-check + .btn.btn-outline-secondary:hover {
  color: #000 !important;
  background-color: rgb(var(--secondary-rgb)) !important;
  border-color: rgb(var(--secondary-rgb)) !important;
}
.btn-check:active + .btn-outline-info,
.btn-check:checked + .btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active,
.btn-check + .btn.btn-outline-info:hover {
  color: #000 !important;
  background-color: rgb(var(--info-rgb)) !important;
  border-color: rgb(var(--info-rgb)) !important;
}
.btn-check:active + .btn-outline-warning,
.btn-check:checked + .btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active,
.btn-check + .btn.btn-outline-warning:hover {
  color: #000 !important;
  background-color: rgb(var(--warning-rgb)) !important;
  border-color: rgb(var(--warning-rgb)) !important;
}
.btn-check:active + .btn-outline-danger,
.btn-check:checked + .btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active,
.btn-check + .btn.btn-outline-danger:hover {
  color: #000 !important;
  background-color: rgb(var(--danger-rgb)) !important;
  border-color: rgb(var(--danger-rgb)) !important;
}
.btn-check:active + .btn-outline-success,
.btn-check:checked + .btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active,
.btn-check + .btn.btn-outline-success:hover {
  color: #000 !important;
  background-color: rgb(var(--success-rgb)) !important;
  border-color: rgb(var(--success-rgb)) !important;
}
.btn-check:active + .btn-outline-light,
.btn-check:checked + .btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active,
.btn-outline-light:hover,
.btn-check + .btn.btn-outline-light:hover {
  color: rgb(var(--default-text-color-rgb)) !important;
  border-color: rgb(var(--light-rgb)) !important;
}
.btn-check:active + .btn-outline-dark,
.btn-check:checked + .btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active,
.btn-check + .btn.btn-outline-dark:hover {
  color: var(--custom-white) !important;
  background-color: var(--custom-black) !important;
  border-color: var(--custom-black) !important;
}
.btn-check:active + .btn-outline-teal,
.btn-check:checked + .btn-outline-teal,
.btn-outline-teal.active,
.btn-outline-teal.dropdown-toggle.show,
.btn-outline-teal:active,
.btn-check + .btn.btn-outline-teal:hover {
  color: #000 !important;
  background-color: rgb(var(--teal-rgb)) !important;
  border-color: rgb(var(--teal-rgb)) !important;
}
.btn-check:checked + .btn-outline-primary:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--primary-color), 0.5);
}
.btn-check:checked + .btn-outline-secondary:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--secondary-rgb), 0.5);
}
.btn-check:checked + .btn-outline-success:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--success-rgb), 0.5);
}
.btn-check:checked + .btn-outline-warning:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--warning-rgb), 0.5);
}
.btn-check:checked + .btn-outline-info:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--info-rgb), 0.5);
}
.btn-check:checked + .btn-outline-danger:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--danger-rgb), 0.5);
}
.btn-check:checked + .btn-outline-light:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--light-rgb), 0.5);
}
.btn-check:checked + .btn-outline-dark:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--dark-rgb), 0.5);
}
.btn-check:checked + .btn-outline-teal:focus {
  box-shadow: 0 0.25rem 1rem rgba(var(--teal-rgb), 0.5);
}
.btn-check:focus + .btn.btn-outline-primary {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  box-shadow: none;
}
.btn-check:checked + .btn.btn-outline-secondary {
  color: #fff;
  background-color: rgb(var(--secondary-rgb));
  border-color: rgb(var(--secondary-rgb));
  box-shadow: 0 0.25rem 1rem rgba(var(--secondary-rgb), 0.3);
}
.btn.show.btn-outline-secondary {
  background-color: rgb(var(--secondary-rgb));
  color: #fff;
  border-color: rgb(var(--secondary-rgb));
}
.btn.btn-primary-light {
  background-color: var(--primary01);
  color: var(--primary-color);
}
.btn.btn-primary-light:hover,
.btn.btn-primary-light:focus,
.btn.btn-primary-light:active {
  background-color: var(--primary-color);
  color: #000;
  border-color: var(--primary-color);
}
.btn.btn-secondary-light {
  background-color: rgba(var(--secondary-rgb), 0.1);
  color: rgb(var(--secondary-rgb));
}
.btn.btn-secondary-light:hover,
.btn.btn-secondary-light:focus,
.btn.btn-secondary-light:active {
  background-color: rgb(var(--secondary-rgb));
  color: #000;
  border-color: rgb(var(--secondary-rgb));
}
.btn.btn-warning-light {
  background-color: rgba(var(--warning-rgb), 0.1);
  color: rgb(var(--warning-rgb));
}
.btn.btn-warning-light:hover,
.btn.btn-warning-light:focus,
.btn.btn-warning-light:active {
  background-color: rgb(var(--warning-rgb));
  color: #000;
  border-color: rgb(var(--warning-rgb));
}
.btn.btn-info-light {
  background-color: rgba(var(--info-rgb), 0.1);
  color: rgb(var(--info-rgb));
}
.btn.btn-info-light:hover,
.btn.btn-info-light:focus,
.btn.btn-info-light:active {
  background-color: rgb(var(--info-rgb));
  color: #000;
  border-color: rgb(var(--info-rgb));
}
.btn.btn-success-light {
  background-color: rgba(var(--success-rgb), 0.1);
  color: rgb(var(--success-rgb));
}
.btn.btn-success-light:hover,
.btn.btn-success-light:focus,
.btn.btn-success-light:active {
  background-color: rgb(var(--success-rgb));
  color: #000;
  border-color: rgb(var(--success-rgb));
}
.btn.btn-danger-light {
  background-color: rgba(var(--danger-rgb), 0.1);
  color: rgb(var(--danger-rgb));
}
.btn.btn-danger-light:hover,
.btn.btn-danger-light:focus,
.btn.btn-danger-light:active {
  background-color: rgb(var(--danger-rgb));
  color: #000;
  border-color: rgb(var(--danger-rgb));
}
.btn.btn-purple-light {
  background-color: rgba(var(--purple-rgb), 0.1);
  color: rgb(var(--purple-rgb));
}
.btn.btn-purple-light:hover,
.btn.btn-purple-light:focus,
.btn.btn-purple-light:active {
  background-color: rgb(var(--purple-rgb));
  color: #000;
  border-color: rgb(var(--purple-rgb));
}
.btn.btn-teal-light {
  background-color: rgba(var(--teal-rgb), 0.1);
  color: rgb(var(--teal-rgb));
}
.btn.btn-teal-light:hover,
.btn.btn-teal-light:focus,
.btn.btn-teal-light:active {
  background-color: rgb(var(--teal-rgb));
  color: #000;
  border-color: rgb(var(--teal-rgb));
}
.btn.btn-orange-light {
  background-color: rgba(var(--orange-rgb), 0.1);
  color: rgb(var(--orange-rgb));
}
.btn.btn-orange-light:hover,
.btn.btn-orange-light:focus,
.btn.btn-orange-light:active {
  background-color: rgb(var(--orange-rgb));
  color: #000;
  border-color: rgb(var(--orange-rgb));
}
.btn.btn-primary-gradient {
  background: linear-gradient(to bottom, var(--primary08) 0%, rgba(0, 0, 0, 0.6) 100%);
  color: #fff !important;
  border: 0;
}
.btn.btn-primary-gradient:hover {
  border: 0;
}
.btn.btn-secondary-gradient {
  background: linear-gradient(to bottom right, rgb(var(--secondary-rgb)) 0%, #046866 100%);
  color: #fff !important;
  border: 0;
}
.btn.btn-secondary-gradient:hover {
  border: 0;
}
.btn.btn-warning-gradient {
  background: linear-gradient(to bottom right, rgb(var(--warning-rgb)) 0%, #a18709 100%);
  color: #fff !important;
  border: 0;
}
.btn.btn-warning-gradient:hover {
  border: 0;
}
.btn.btn-info-gradient {
  background: linear-gradient(to bottom right, rgb(var(--info-rgb)) 0%, #09737a 100%);
  color: #fff !important;
  border: 0;
}
.btn.btn-info-gradient:hover {
  border: 0;
}
.btn.btn-success-gradient {
  background: linear-gradient(to bottom right, rgb(var(--success-rgb)) 0%, #055a43 100%);
  color: #fff !important;
  border: 0;
}
.btn.btn-success-gradient:hover {
  border: 0;
}
.btn.btn-danger-gradient {
  background: linear-gradient(to bottom right, rgb(var(--danger-rgb)) 0%, #8d0a13 100%);
  color: #fff !important;
  border: 0;
}
.btn.btn-danger-gradient:hover {
  border: 0;
}
.btn.btn-orange-gradient {
  background: linear-gradient(to bottom right, rgb(var(--orange-rgb)) 0%, #893804 100%);
  color: #fff !important;
  border: 0;
}
.btn.btn-orange-gradient:hover {
  border: 0;
}
.btn.btn-teal-gradient {
  background: linear-gradient(to bottom right, rgb(var(--teal-rgb)) 0%, #007B6F 100%);
  color: #fff !important;
  border: 0;
}
.btn.btn-teal-gradient:hover {
  border: 0;
}
.btn.btn-purple-gradient {
  background: linear-gradient(to bottom right, rgb(var(--purple-rgb)) 0%, #bf7df3 100%);
  color: #fff !important;
  border: 0;
}
.btn.btn-purple-gradient:hover {
  border: 0;
}
.btn.btn-primary-ghost {
  background-color: transparent;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.btn.btn-primary-ghost:active {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.btn.btn-secondary-ghost {
  background-color: transparent;
  color: rgb(var(--secondary-rgb));
  border: 1px solid rgb(var(--secondary-rgb));
}
.btn.btn-secondary-ghost:active {
  color: rgb(var(--secondary-rgb));
  border: 1px solid rgb(var(--secondary-rgb));
}
.btn.btn-warning-ghost {
  background-color: transparent;
  color: rgb(var(--warning-rgb));
  border: 1px solid rgb(var(--warning-rgb));
}
.btn.btn-warning-ghost:active {
  color: rgb(var(--warning-rgb));
  border: 1px solid rgb(var(--warning-rgb));
}
.btn.btn-info-ghost {
  background-color: transparent;
  color: rgb(var(--info-rgb));
  border: 1px solid rgb(var(--info-rgb));
}
.btn.btn-info-ghost:active {
  color: rgb(var(--info-rgb));
  border: 1px solid rgb(var(--info-rgb));
}
.btn.btn-success-ghost {
  background-color: transparent;
  color: rgb(var(--success-rgb));
  border: 1px solid rgb(var(--success-rgb));
}
.btn.btn-success-ghost:active {
  color: rgb(var(--success-rgb));
  border: 1px solid rgb(var(--success-rgb));
}
.btn.btn-danger-ghost {
  background-color: transparent;
  color: rgb(var(--danger-rgb));
  border: 1px solid rgb(var(--danger-rgb));
}
.btn.btn-danger-ghost:active {
  color: rgb(var(--danger-rgb));
  border: 1px solid rgb(var(--danger-rgb));
}
.btn.btn-orange-ghost {
  background-color: transparent;
  color: rgb(var(--orange-rgb));
  border: 1px solid rgb(var(--orange-rgb));
}
.btn.btn-orange-ghost:active {
  color: rgb(var(--orange-rgb));
  border: 1px solid rgb(var(--orange-rgb));
}
.btn.btn-teal-ghost {
  background-color: transparent;
  color: rgb(var(--teal-rgb));
  border: 1px solid rgb(var(--teal-rgb));
}
.btn.btn-teal-ghost:active {
  color: rgb(var(--teal-rgb));
  border: 1px solid rgb(var(--teal-rgb));
}
.btn.btn-purple-ghost {
  background-color: transparent;
  color: rgb(var(--purple-rgb));
  border: 1px solid rgb(var(--purple-rgb));
}
.btn.btn-purple-ghost:active {
  color: rgb(var(--purple-rgb));
  border: 1px solid rgb(var(--purple-rgb));
}
.btn.btn-w-xs {
  min-width: 5.625rem;
}
.btn.btn-w-sm {
  min-width: 6.975rem;
}
.btn.btn-w-md {
  min-width: 8.125rem;
}
.btn.btn-w-lg {
  min-width: 9.375rem;
}
.btn-loader {
  pointer-events: none;
  position: relative;
  display: flex;
  align-items: center;
}
.btn-loader .loading {
  margin-inline-end: 0.75rem;
}
.btn-loader i {
  animation: loader 1000ms infinite linear;
  position: absolute !important;
  top: 0.25rem;
}
@keyframes loader {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.btn-raised-shadow:hover {
  box-shadow: 0 0.5rem 1rem 0.5rem var(--black-1);
}
.label-btn {
  position: relative;
  padding-inline-start: 2.6rem;
}
.label-btn-icon {
  position: absolute;
  width: 2.25rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  inset-inline-start: -1px;
  inset-block-start: -1px;
  inset-block-end: -1px;
  background-color: var(--white-2);
}
.label-btn.label-end {
  padding-inline-start: 1rem;
  padding-inline-end: 2.6rem;
}
.label-btn.label-end .label-btn-icon {
  inset-inline-end: -1px;
  inset-inline-start: auto;
}
.custom-button {
  position: relative;
  padding-inline-start: 2.75rem;
}
.custom-button .custom-btn-icons {
  box-shadow: 0px 0px 1px 0.25rem rgba(0, 0, 0, 0.1);
  position: absolute;
  inset-inline-start: -0.125rem;
  inset-block-start: 0px;
  background-color: var(--custom-white);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0.375rem;
  border-radius: 3.125rem;
  font-size: 1rem;
  width: 2.25rem;
  height: 2.25rem;
}
.custom-button .custom-btn-icons i {
  position: absolute;
}
.btn-hover {
  position: relative;
}
.btn-hover.btn-hover-animate {
  transition: all 0.2s linear 0s;
}
.btn-hover.btn-hover-animate:before {
  content: "\f417";
  font-family: bootstrap-icons !important;
  font-size: 0.8125rem;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  inset-inline-end: 0;
  inset-block-start: 0;
  opacity: 0;
  height: 100%;
  width: 2rem;
  transition: all 0.2s linear 0s;
}
.btn-hover.btn-hover-animate:hover {
  padding-inline-end: 2rem;
}
.btn-hover.btn-hover-animate:hover:before {
  opacity: 1;
  text-indent: 0;
}
.btn-glare {
  border: 1px solid;
  overflow: hidden;
  position: relative;
}
.btn-glare span {
  z-index: 20;
}
.btn-glare:after {
  background: var(--custom-white);
  content: "";
  height: 4.6875rem;
  inset-inline-start: -1.625rem;
  opacity: 0.15;
  position: absolute;
  inset-block-start: -3.125rem;
  transform: rotate(35deg);
  transition: all 600ms cubic-bezier(0.2, 1, 0.25, 1);
  width: 1.875rem;
  z-index: 30;
}
.btn-glare:hover:after {
  inset-inline-start: 100%;
  inset-block-start: 0;
  transition: all 600ms cubic-bezier(0.2, 1, 0.25, 1);
}
.btn-darken-hover {
  position: relative;
}
.btn-darken-hover:hover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  inset-block-start: 0;
  inset-inline-start: 0;
}
.btn-custom-border {
  border: 0;
  box-shadow: inset 0 0 1.25rem rgba(var(--warning-rgb), 0);
  outline: 1px solid;
  outline-color: rgba(var(--warning-rgb), 0.5);
  outline-offset: 0;
  text-shadow: none;
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-custom-border:hover {
  border: 0 solid;
  box-shadow: inset 0 0 1.25rem rgba(var(--warning-rgb), 0.5), 0 0 1.25rem rgba(var(--warning-rgb), 0.2);
  outline-color: rgba(var(--warning-rgb), 0);
  outline-offset: 0.938rem;
}
.btn-border-down.btn-primary-light {
  border-block-end: 0.1875rem solid var(--primary-color);
}
.btn-border-down.btn-secondary-light {
  border-block-end: 0.1875rem solid rgb(var(--secondary-rgb));
}
.btn-border-down.btn-info-light {
  border-block-end: 0.1875rem solid rgb(var(--info-rgb));
}
.btn-border-down.btn-warning-light {
  border-block-end: 0.1875rem solid rgb(var(--warning-rgb));
}
.btn-border-down.btn-success-light {
  border-block-end: 0.1875rem solid rgb(var(--success-rgb));
}
.btn-border-down.btn-danger-light {
  border-block-end: 0.1875rem solid rgb(var(--danger-rgb));
}
.btn-border-down.btn-dark-light {
  border-block-end: 0.1875rem solid var(--primary-color);
}
.btn-border-down.btn-teal-light {
  border-block-end: 0.1875rem solid rgb(var(--teal-rgb));
}
.btn-border-down.btn-purple-light {
  border-block-end: 0.1875rem solid rgb(var(--purple-rgb));
}
.btn-border-start.btn-primary-light {
  border-inline-start: 0.1875rem solid var(--primary-color);
}
.btn-border-start.btn-secondary-light {
  border-inline-start: 0.1875rem solid rgb(var(--secondary-rgb));
}
.btn-border-start.btn-info-light {
  border-inline-start: 0.1875rem solid rgb(var(--info-rgb));
}
.btn-border-start.btn-warning-light {
  border-inline-start: 0.1875rem solid rgb(var(--warning-rgb));
}
.btn-border-start.btn-success-light {
  border-inline-start: 0.1875rem solid rgb(var(--success-rgb));
}
.btn-border-start.btn-danger-light {
  border-inline-start: 0.1875rem solid rgb(var(--danger-rgb));
}
.btn-border-start.btn-dark-light {
  border-inline-start: 0.1875rem solid var(--primary-color);
}
.btn-border-start.btn-teal-light {
  border-inline-start: 0.1875rem solid rgb(var(--teal-rgb));
}
.btn-border-start.btn-purple-light {
  border-inline-start: 0.1875rem solid rgb(var(--purple-rgb));
}
.btn-border-end.btn-primary-light {
  border-inline-end: 0.1875rem solid var(--primary-color);
}
.btn-border-end.btn-secondary-light {
  border-inline-end: 0.1875rem solid rgb(var(--secondary-rgb));
}
.btn-border-end.btn-info-light {
  border-inline-end: 0.1875rem solid rgb(var(--info-rgb));
}
.btn-border-end.btn-warning-light {
  border-inline-end: 0.1875rem solid rgb(var(--warning-rgb));
}
.btn-border-end.btn-success-light {
  border-inline-end: 0.1875rem solid rgb(var(--success-rgb));
}
.btn-border-end.btn-danger-light {
  border-inline-end: 0.1875rem solid rgb(var(--danger-rgb));
}
.btn-border-end.btn-dark-light {
  border-inline-end: 0.1875rem solid var(--primary-color);
}
.btn-border-end.btn-teal-light {
  border-inline-end: 0.1875rem solid rgb(var(--teal-rgb));
}
.btn-border-end.btn-purple-light {
  border-inline-end: 0.1875rem solid rgb(var(--purple-rgb));
}
.btn-border-top.btn-primary-light {
  border-block-start: 0.1875rem solid var(--primary-color);
}
.btn-border-top.btn-secondary-light {
  border-block-start: 0.1875rem solid rgb(var(--secondary-rgb));
}
.btn-border-top.btn-info-light {
  border-block-start: 0.1875rem solid rgb(var(--info-rgb));
}
.btn-border-top.btn-warning-light {
  border-block-start: 0.1875rem solid rgb(var(--warning-rgb));
}
.btn-border-top.btn-success-light {
  border-block-start: 0.1875rem solid rgb(var(--success-rgb));
}
.btn-border-top.btn-danger-light {
  border-block-start: 0.1875rem solid rgb(var(--danger-rgb));
}
.btn-border-top.btn-dark-light {
  border-block-start: 0.1875rem solid var(--primary-color);
}
.btn-border-top.btn-teal-light {
  border-block-start: 0.1875rem solid rgb(var(--teal-rgb));
}
.btn-border-top.btn-purple-light {
  border-block-start: 0.1875rem solid rgb(var(--purple-rgb));
}
.btn-facebook {
  background-color: #3b5998;
  color: #fff;
  border: 1px solid #3b5998;
}
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active {
  background-color: #3b5998 !important;
  color: #fff !important;
  border: 1px solid #3b5998 !important;
}
.btn-google {
  background-color: #CF4E43;
  color: #fff;
  border: 1px solid #CF4E43;
}
.btn-google:hover,
.btn-google:focus,
.btn-google:active {
  background-color: #CF4E43 !important;
  color: #fff !important;
  border: 1px solid #CF4E43 !important;
}
.btn-twitter {
  background-color: #00acee;
  color: #fff;
  border: 1px solid #00acee;
}
.btn-twitter:hover,
.btn-twitter:focus,
.btn-twitter:active {
  background-color: #00acee !important;
  color: #fff !important;
  border: 1px solid #00acee !important;
}
.btn-github {
  background-color: #333;
  color: #fff;
  border: 1px solid #333;
}
.btn-github:hover,
.btn-github:focus,
.btn-github:active {
  background-color: #333 !important;
  color: #fff !important;
  border: 1px solid #333 !important;
}
.btn-youtube {
  background-color: #FF0000;
  color: #fff;
  border: 1px solid #FF0000;
}
.btn-youtube:hover,
.btn-youtube:focus,
.btn-youtube:active {
  background-color: #FF0000 !important;
  color: #fff !important;
  border: 1px solid #FF0000 !important;
}
.btn-instagram {
  background: #f09433;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f09433", endColorstr="#bc1888", GradientType=1);
  color: #fff;
  border: 1px solid transparent;
}
.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram:active {
  color: #fff;
  border: 1px solid transparent;
}
@media (max-width: 575.9808px) {
  .checkbox-button-group .btn-group label,
  .radio-button-group .btn-group label {
    font-size: 0.563rem;
  }
}
.btn-outline-secondary {
  --bs-btn-hover-color: rgb(var(--secondary-rgb));
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: rgb(var(--secondary-rgb));
  --bs-btn-active-color: rgb(var(--secondary-rgb));
}
.btn-check:checked + .btn.btn-outline-light,
.btn.btn-outline-light.active,
.btn.btn-outline-light.show,
.btn.btn-outline-light:first-child:active,
:not(.btn-check) + .btn.btn-outline-light:active {
  background-color: rgb(var(--light-rgb));
}
.btn-white-transparent {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.btn-white-transparent:hover,
.btn-white-transparent:active,
.btn-white-transparent:focus {
  background-color: rgba(255, 255, 255, 0.3) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.card {
  margin-block-end: 1.5rem;
}
.card.custom-card {
  border-radius: 0;
  background: transparent;
  position: relative;
  margin-block-end: 1.5rem;
  width: 100%;
  border: 0px;
  border: 0px;
  z-index: inherit;
  letter-spacing: 0.044rem;
}
.card.custom-card .card-header {
  padding: 1rem 1rem 0 1rem;
  background: transparent;
  border-block-end: 0;
  display: flex;
  align-items: center;
  position: relative;
  flex-wrap: wrap;
  gap: 0.25rem;
  color: var(--primary-color);
}
.card.custom-card .card-header .card-title {
  position: relative;
  margin-block-end: 0;
  font-size: 1.15rem;
  text-transform: capitalize;
  font-weight: 500;
}
.card.custom-card .card-header .card-title .subtitle {
  margin-block-end: 0;
  text-transform: initial;
}
.card.custom-card .card-footer {
  background-color: transparent !important;
  border-block-start: 1px solid var(--primary01);
  padding: 1rem 1.25rem;
  font-size: 0.95rem;
}
.card.custom-card .card-body {
  padding: 1rem;
  color: rgb(var(--default-text-color-rgb));
}
.card.custom-card .card-link {
  font-size: 0.75rem;
}
.card.custom-card .card-text {
  font-size: 0.813rem;
}
.card.custom-card .footer-card-icon {
  width: 60px;
  height: 60px;
}
.card.custom-card.overlay-card {
  position: relative;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.9);
}
.card.custom-card.overlay-card .card-header {
  border-block-end: 1px solid rgba(255, 255, 255, 0.1);
}
.card.custom-card.overlay-card .card-footer {
  border-block-start: 1px solid rgba(255, 255, 255, 0.1);
}
.card.custom-card.overlay-card .over-content-bottom {
  top: auto;
}
.card.custom-card.overlay-card:before {
  content: "";
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  border-radius: 0.25rem;
}
.card.custom-card.card-bg-primary {
  background-color: var(--primary-color);
  color: #fff;
}
.card.custom-card.card-bg-primary .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.custom-card.card-bg-primary .card-header:before {
  background-color: #fff;
}
.card.custom-card.card-bg-primary .card-body {
  color: #fff;
}
.card.custom-card.card-bg-primary .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.custom-card.card-bg-secondary {
  background-color: rgb(var(--secondary-rgb));
  color: #fff;
}
.card.custom-card.card-bg-secondary .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.custom-card.card-bg-secondary .card-header:before {
  background-color: #fff;
}
.card.custom-card.card-bg-secondary .card-body {
  color: #fff;
}
.card.custom-card.card-bg-secondary .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.custom-card.card-bg-warning {
  background-color: rgb(var(--warning-rgb));
  color: #fff;
}
.card.custom-card.card-bg-warning .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.custom-card.card-bg-warning .card-header:before {
  background-color: #fff;
}
.card.custom-card.card-bg-warning .card-body {
  color: #fff;
}
.card.custom-card.card-bg-warning .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.custom-card.card-bg-info {
  background-color: rgb(var(--info-rgb));
  color: #fff;
}
.card.custom-card.card-bg-info .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.custom-card.card-bg-info .card-header:before {
  background-color: #fff;
}
.card.custom-card.card-bg-info .card-body {
  color: #fff;
}
.card.custom-card.card-bg-info .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.custom-card.card-bg-success {
  background-color: rgb(var(--success-rgb));
  color: #fff;
}
.card.custom-card.card-bg-success .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.custom-card.card-bg-success .card-header:before {
  background-color: #fff;
}
.card.custom-card.card-bg-success .card-body {
  color: #fff;
}
.card.custom-card.card-bg-success .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.custom-card.card-bg-danger {
  background-color: rgb(var(--danger-rgb));
  color: #fff;
}
.card.custom-card.card-bg-danger .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.custom-card.card-bg-danger .card-header:before {
  background-color: #fff;
}
.card.custom-card.card-bg-danger .card-body {
  color: #fff;
}
.card.custom-card.card-bg-danger .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.custom-card.card-bg-light {
  background-color: rgb(var(--light-rgb));
  color: rgb(var(--default-text-color-rgb));
}
.card.custom-card.card-bg-light .card-header {
  background-color: rgba(0, 0, 0, 0.05) !important;
  color: rgb(var(--default-text-color-rgb));
  border-block-end: var(--default-border);
}
.card.custom-card.card-bg-light .card-body {
  color: rgb(var(--default-text-color-rgb));
}
.card.custom-card.card-bg-light .card-footer {
  background-color: rgba(0, 0, 0, 0.05) !important;
  color: rgb(var(--default-text-color-rgb));
  border-block-start: var(--default-border);
}
.card.custom-card.card-bg-dark {
  background-color: rgb(var(--dark-rgb));
  color: var(--custom-white);
}
.card.custom-card.card-bg-dark .card-header {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff;
  border-block-end: 1px solid rgba(255, 255, 255, 0.2);
}
.card.custom-card.card-bg-dark .card-header:before {
  background-color: var(--custom-white);
}
.card.custom-card.card-bg-dark .card-body {
  color: #fff;
}
.card.custom-card.card-bg-dark .card-footer {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff;
  border-block-start: 1px solid rgba(255, 255, 255, 0.2);
}
.card.custom-card.card-bgimage-none {
  background-image: none;
}
.card.custom-card .card-anchor {
  position: absolute;
  top: 0;
  inset-inline-end: 0;
  bottom: 0;
  inset-inline-start: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
}
.card.custom-card .collapse-close {
  display: none;
}
.card.custom-card.card .collapsed .collapse-close {
  display: block;
}
.card.custom-card.card .collapsed .collapse-open {
  display: none;
}
.card.custom-card.card-fullscreen {
  position: fixed;
  top: 0;
  inset-inline-start: 0;
  inset-inline-start: 0;
  bottom: 0;
  z-index: 9999;
  margin: 0;
  background: var(--custom-white);
}
@media (max-width: 575px) {
  .overlay-card .card-text {
    font-size: 0.613rem !important;
  }
}
.app-header .dropdown-toggle {
  position: relative;
}
@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
.dropdown-menu {
  border-color: var(--default-border);
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  font-size: 0.875rem;
  color: rgb(var(--default-text-color-rgb));
  background-color: var(--theme-bg-gradient);
  padding: 0;
  border-radius: 0;
  overflow: hidden;
  animation-duration: 0.2s;
  -webkit-animation-duration: 0.2s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  animation-name: slideIn;
  z-index: 10;
}
.dropdown-divider {
  border-color: var(--default-border);
}
.dropdown-item-text {
  color: rgb(var(--default-text-color-rgb));
}
.dropdown-header {
  color: rgb(var(--default-text-color-rgb));
}
.dropdown-item {
  color: rgb(var(--default-text-color-rgb));
  white-space: unset;
  padding: 0.5rem 0.9375rem;
  font-size: 0.8125rem;
  font-weight: 400;
}
.dropdown-item:not(.active):hover,
.dropdown-item:not(.active):focus,
.dropdown-item:not(.active):active {
  color: var(--primary-color);
  background-color: var(--primary005);
}
.dropdown-item.active {
  background-color: var(--primary005) !important;
  color: var(--primary-color) !important;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-inline-start: 0.25rem;
  vertical-align: 0;
  content: "\f282";
  font-family: bootstrap-icons !important;
  border: 0;
  font-size: 0.6rem;
  font-weight: 400;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-inline-start: 0.25rem;
  vertical-align: 0;
  content: "\f286";
  font-family: bootstrap-icons !important;
  border: 0;
  font-size: 0.6rem;
  font-weight: 400;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-inline-start: 0.25rem;
  vertical-align: 0;
  content: "\f285";
  font-family: bootstrap-icons !important;
  border: 0;
  font-size: 0.6rem;
  font-weight: 400;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-inline-start: 0.25rem;
  vertical-align: 0;
  content: "\f284";
  font-family: bootstrap-icons !important;
  border: 0;
  font-size: 0.6rem;
  font-weight: 400;
}
.btn.dropdown-toggle-split {
  opacity: 0.85;
}
.dropdown-menu-dark {
  background-color: rgb(var(--dark-rgb));
  border-color: rgba(255, 255, 255, 0.1);
}
.dropdown-menu-dark li a {
  color: var(--custom-white);
}
.btn-list a.dropdown-item {
  margin-block-end: 0;
}
.dropdown-menu.dropdown-menu-primary {
  background-color: var(--primary-color);
}
.dropdown-menu.dropdown-menu-primary li a {
  color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-primary .dropdown-item:hover,
.dropdown-menu.dropdown-menu-primary .dropdown-item:focus,
.dropdown-menu.dropdown-menu-primary .dropdown-item:active,
.dropdown-menu.dropdown-menu-primary .dropdown-item.active {
  color: #fff;
}
.dropdown-menu.dropdown-menu-secondary {
  background-color: rgb(var(--secondary-rgb));
}
.dropdown-menu.dropdown-menu-secondary li a {
  color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-secondary .dropdown-item:hover,
.dropdown-menu.dropdown-menu-secondary .dropdown-item:focus,
.dropdown-menu.dropdown-menu-secondary .dropdown-item:active,
.dropdown-menu.dropdown-menu-secondary .dropdown-item.active {
  color: #fff;
}
.dropdown-menu.dropdown-menu-warning {
  background-color: rgb(var(--warning-rgb));
}
.dropdown-menu.dropdown-menu-warning li a {
  color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-warning .dropdown-item:hover,
.dropdown-menu.dropdown-menu-warning .dropdown-item:focus,
.dropdown-menu.dropdown-menu-warning .dropdown-item:active,
.dropdown-menu.dropdown-menu-warning .dropdown-item.active {
  color: #fff;
}
.dropdown-menu.dropdown-menu-info {
  background-color: rgb(var(--info-rgb));
}
.dropdown-menu.dropdown-menu-info li a {
  color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-info .dropdown-item:hover,
.dropdown-menu.dropdown-menu-info .dropdown-item:focus,
.dropdown-menu.dropdown-menu-info .dropdown-item:active,
.dropdown-menu.dropdown-menu-info .dropdown-item.active {
  color: #fff;
}
.dropdown-menu.dropdown-menu-success {
  background-color: rgb(var(--success-rgb));
}
.dropdown-menu.dropdown-menu-success li a {
  color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-success .dropdown-item:hover,
.dropdown-menu.dropdown-menu-success .dropdown-item:focus,
.dropdown-menu.dropdown-menu-success .dropdown-item:active,
.dropdown-menu.dropdown-menu-success .dropdown-item.active {
  color: #fff;
}
.dropdown-menu.dropdown-menu-danger {
  background-color: rgb(var(--danger-rgb));
}
.dropdown-menu.dropdown-menu-danger li a {
  color: rgba(255, 255, 255, 0.9);
}
.dropdown-menu.dropdown-menu-danger .dropdown-item:hover,
.dropdown-menu.dropdown-menu-danger .dropdown-item:focus,
.dropdown-menu.dropdown-menu-danger .dropdown-item:active,
.dropdown-menu.dropdown-menu-danger .dropdown-item.active {
  color: #fff;
}
.dropdown-menu.dropmenu-item-primary .dropdown-item:hover,
.dropdown-menu.dropmenu-item-primary .dropdown-item:focus,
.dropdown-menu.dropmenu-item-primary .dropdown-item:active,
.dropdown-menu.dropmenu-item-primary .dropdown-item.active {
  background-color: var(--primary01) !important;
  color: var(--primary-color);
}
.dropdown-menu.dropmenu-item-secondary .dropdown-item:hover,
.dropdown-menu.dropmenu-item-secondary .dropdown-item:focus,
.dropdown-menu.dropmenu-item-secondary .dropdown-item:active,
.dropdown-menu.dropmenu-item-secondary .dropdown-item.active {
  background-color: rgba(var(--secondary-rgb), 0.1) !important;
  color: rgb(var(--secondary-rgb));
}
.dropdown-menu.dropmenu-item-warning .dropdown-item:hover,
.dropdown-menu.dropmenu-item-warning .dropdown-item:focus,
.dropdown-menu.dropmenu-item-warning .dropdown-item:active,
.dropdown-menu.dropmenu-item-warning .dropdown-item.active {
  background-color: rgba(var(--warning-rgb), 0.1) !important;
  color: rgb(var(--warning-rgb));
}
.dropdown-menu.dropmenu-item-info .dropdown-item:hover,
.dropdown-menu.dropmenu-item-info .dropdown-item:focus,
.dropdown-menu.dropmenu-item-info .dropdown-item:active,
.dropdown-menu.dropmenu-item-info .dropdown-item.active {
  background-color: rgba(var(--info-rgb), 0.1) !important;
  color: rgb(var(--info-rgb));
}
.dropdown-menu.dropmenu-item-success .dropdown-item:hover,
.dropdown-menu.dropmenu-item-success .dropdown-item:focus,
.dropdown-menu.dropmenu-item-success .dropdown-item:active,
.dropdown-menu.dropmenu-item-success .dropdown-item.active {
  background-color: rgba(var(--success-rgb), 0.1) !important;
  color: rgb(var(--success-rgb));
}
.dropdown-menu.dropmenu-item-danger .dropdown-item:hover,
.dropdown-menu.dropmenu-item-danger .dropdown-item:focus,
.dropdown-menu.dropmenu-item-danger .dropdown-item:active,
.dropdown-menu.dropmenu-item-danger .dropdown-item.active {
  background-color: rgba(var(--danger-rgb), 0.1) !important;
  color: rgb(var(--danger-rgb));
}
.dropdown-menu.dropmenu-light-primary {
  background-color: var(--primary01);
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-primary .dropdown-item:hover,
.dropdown-menu.dropmenu-light-primary .dropdown-item:focus,
.dropdown-menu.dropmenu-light-primary .dropdown-item:active,
.dropdown-menu.dropmenu-light-primary .dropdown-item.active {
  color: #fff !important;
  background-color: var(--primary-color) !important;
}
.dropdown-menu.dropmenu-light-secondary {
  background-color: rgba(var(--secondary-rgb), 0.1);
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-secondary .dropdown-item:hover,
.dropdown-menu.dropmenu-light-secondary .dropdown-item:focus,
.dropdown-menu.dropmenu-light-secondary .dropdown-item:active,
.dropdown-menu.dropmenu-light-secondary .dropdown-item.active {
  color: #fff !important;
  background-color: rgb(var(--secondary-rgb)) !important;
}
.dropdown-menu.dropmenu-light-info {
  background-color: rgba(var(--info-rgb), 0.1);
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-info .dropdown-item:hover,
.dropdown-menu.dropmenu-light-info .dropdown-item:focus,
.dropdown-menu.dropmenu-light-info .dropdown-item:active,
.dropdown-menu.dropmenu-light-info .dropdown-item.active {
  color: #fff !important;
  background-color: rgb(var(--info-rgb)) !important;
}
.dropdown-menu.dropmenu-light-warning {
  background-color: rgba(var(--warning-rgb), 0.1);
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-warning .dropdown-item:hover,
.dropdown-menu.dropmenu-light-warning .dropdown-item:focus,
.dropdown-menu.dropmenu-light-warning .dropdown-item:active,
.dropdown-menu.dropmenu-light-warning .dropdown-item.active {
  color: #fff !important;
  background-color: rgb(var(--warning-rgb)) !important;
}
.dropdown-menu.dropmenu-light-success {
  background-color: rgba(var(--success-rgb), 0.1);
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-success .dropdown-item:hover,
.dropdown-menu.dropmenu-light-success .dropdown-item:focus,
.dropdown-menu.dropmenu-light-success .dropdown-item:active,
.dropdown-menu.dropmenu-light-success .dropdown-item.active {
  color: #fff !important;
  background-color: rgb(var(--success-rgb)) !important;
}
.dropdown-menu.dropmenu-light-danger {
  background-color: rgba(var(--danger-rgb), 0.1);
  -webkit-backdrop-filter: blur(2rem);
  backdrop-filter: blur(2rem);
}
.dropdown-menu.dropmenu-light-danger .dropdown-item:hover,
.dropdown-menu.dropmenu-light-danger .dropdown-item:focus,
.dropdown-menu.dropmenu-light-danger .dropdown-item:active,
.dropdown-menu.dropmenu-light-danger .dropdown-item.active {
  color: #fff !important;
  background-color: rgb(var(--danger-rgb)) !important;
}
.dropdown-divider {
  margin: 0;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: rgb(var(--default-text-color-rgb));
  opacity: 0.5;
}
.form-control {
  border-color: var(--input-border);
  color: rgb(var(--default-text-color-rgb));
  background-color: var(--form-control-bg);
  font-size: 0.875rem;
  font-weight: var(--default-font-weight);
  line-height: 1.8;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
  border-color: var(--input-border);
  background-color: rgba(var(--primary-rgb), 0.1);
  box-shadow: 1px 0px 0.125rem 0 rgba(0, 0, 0, 0.05);
  color: rgb(var(--default-text-color-rgb));
}
.form-control.border-dotted {
  border-style: dotted;
}
.form-control.border-dashed {
  border-style: dashed;
}
.form-label {
  font-size: 0.8rem;
  font-weight: 400;
  color: rgb(var(--default-text-color-rgb));
}
.form-text {
  color: var(--text-muted);
}
.form-control-light {
  background-color: rgb(var(--light-rgb));
  border: 0;
}
.form-control-light:focus {
  background-color: rgb(var(--light-rgb));
}
.form-control-primary {
  background-color: var(--primary01);
  border: 0;
  color: var(--primary-color);
}
.form-control-primary:focus {
  background-color: var(--primary01);
  color: var(--primary-color);
}
.form-input-color {
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 0.25rem;
  overflow: hidden;
  padding: 0;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: var(--text-muted);
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  color: var(--text-muted);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  background-color: transparent;
}
.form-floating > .form-control:not(:placeholder-shown) ~ label::after {
  background-color: transparent;
}
.form-select {
  background-color: var(--form-control-bg);
  border: 1px solid var(--input-border);
  color: rgb(var(--default-text-color-rgb));
  font-size: 0.95rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-size: 1.25rem;
}
.form-select option {
  background-color: var(--custom-white) !important;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  margin: 1px;
  padding: 0.35rem 0.75rem;
  border-radius: 0.25rem;
}
.form-select option:hover {
  background-color: var(--primary-color);
}
.form-select option:hover.active {
  background-color: var(--primary-color);
  color: #fff !important;
}
.form-select option:checked {
  background-color: var(--primary-color);
}
.form-select option:checked:hover {
  color: #fff;
}
.form-check-input {
  width: 1.1em;
  height: 1.1em;
  background-color: var(--primary005);
  border: 1px solid var(--input-border);
}
.form-check-input:checked {
  background-color: var(--primary05);
  border-color: var(--primary05);
}
.form-check-input.form-checked-outline:checked {
  background-color: transparent;
  border-color: var(--primary-color);
}
.form-check-input.form-checked-secondary:checked {
  background-color: rgb(var(--secondary-rgb));
  border-color: rgb(var(--secondary-rgb));
}
.form-check-input.form-checked-warning:checked {
  background-color: rgb(var(--warning-rgb));
  border-color: rgb(var(--warning-rgb));
}
.form-check-input.form-checked-info:checked {
  background-color: rgb(var(--info-rgb));
  border-color: rgb(var(--info-rgb));
}
.form-check-input.form-checked-success:checked {
  background-color: rgb(var(--success-rgb));
  border-color: rgb(var(--success-rgb));
}
.form-check-input.form-checked-danger:checked {
  background-color: rgb(var(--danger-rgb));
  border-color: rgb(var(--danger-rgb));
}
.form-check-input.form-checked-light:checked {
  background-color: rgb(var(--light-rgb));
  border-color: rgb(var(--light-rgb));
}
.form-check-input.form-checked-dark:checked {
  background-color: rgba(var(--dark-rgb), 0.4);
  border-color: rgb(var(--dark-rgb));
}
.form-check-input:focus {
  box-shadow: none;
  border-color: var(--input-border);
}
.form-checked-outline:checked[type=checkbox] {
  background-image: none;
  position: relative;
  background-color: transparent;
}
.form-checked-outline:checked[type=checkbox]:before {
  content: "\f633";
  font-family: bootstrap-icons !important;
  position: absolute;
  color: var(--primary-color);
  width: 0.625rem;
  height: 0.625rem;
  inset-block-start: 0px;
  inset-inline-start: 2px;
  font-size: 0.688rem;
}
.form-checked-outline:checked[type=checkbox].form-checked-secondary:before {
  color: rgb(var(--secondary-rgb));
}
.form-checked-outline:checked[type=checkbox].form-checked-warning:before {
  color: rgb(var(--warning-rgb));
}
.form-checked-outline:checked[type=checkbox].form-checked-info:before {
  color: rgb(var(--info-rgb));
}
.form-checked-outline:checked[type=checkbox].form-checked-success:before {
  color: rgb(var(--success-rgb));
}
.form-checked-outline:checked[type=checkbox].form-checked-danger:before {
  color: rgb(var(--danger-rgb));
}
.form-checked-outline:checked[type=checkbox].form-checked-light:before {
  color: rgb(var(--light-rgb));
}
.form-checked-outline:checked[type=checkbox].form-checked-dark:before {
  color: rgb(var(--dark-rgb));
}
.form-checked-outline:checked[type=radio] {
  background-image: none;
  position: relative;
  background-color: transparent;
}
.form-checked-outline:checked[type=radio]:before {
  content: "\f309";
  font-family: bootstrap-icons !important;
  position: absolute;
  color: var(--primary-color);
  width: 0.625rem;
  height: 0.625rem;
  inset-block-start: -1.08rem;
  inset-inline-start: -0.55rem;
  font-size: 2rem;
  line-height: 1.6;
}
.form-checked-outline:checked[type=radio].form-checked-secondary:before {
  color: rgb(var(--secondary-rgb));
}
.form-checked-outline:checked[type=radio].form-checked-warning:before {
  color: rgb(var(--warning-rgb));
}
.form-checked-outline:checked[type=radio].form-checked-info:before {
  color: rgb(var(--info-rgb));
}
.form-checked-outline:checked[type=radio].form-checked-success:before {
  color: rgb(var(--success-rgb));
}
.form-checked-outline:checked[type=radio].form-checked-danger:before {
  color: rgb(var(--danger-rgb));
}
.form-checked-outline:checked[type=radio].form-checked-light:before {
  color: rgb(var(--light-rgb));
}
.form-checked-outline:checked[type=radio].form-checked-dark:before {
  color: rgb(var(--dark-rgb));
}
fieldset:disabled .btn {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.form-select:focus {
  border-color: var(--primary05);
  outline: 0;
  box-shadow: none;
}
.btn-check:focus + .btn,
.btn:focus {
  background-color: none;
  border-color: none;
  outline: 0;
}
.btn-check:active + .btn:focus,
.btn-check:checked + .btn:focus,
.btn.active:focus,
.btn.show:focus,
.btn:active:focus {
  box-shadow: none;
}
.form-control:disabled,
.form-select:disabled {
  background-color: rgb(var(--light-rgb));
  color: rgb(var(--default-text-color-rgb));
}
.form-control-plaintext {
  color: rgb(var(--default-text-color-rgb));
}
.form-control::-webkit-file-upload-button {
  color: rgb(var(--default-text-color-rgb));
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
}
.form-control::-webkit-input-placeholder {
  font-size: 0.8rem;
  font-weight: 500;
  opacity: 0.6;
  color: rgb(var(--default-text-color-rgb));
  padding-inline-start: 0px;
  -webkit-transition: padding-inline-start 0.1s ease-in;
  transition: padding-inline-start 0.1s ease-in;
}
.form-control:-moz-placeholder {
  font-size: 0.8rem;
  font-weight: 500;
  opacity: 0.6;
  color: rgb(var(--default-text-color-rgb));
}
.form-control::-moz-placeholder {
  font-size: 0.8rem;
  font-weight: 500;
  opacity: 0.6;
  color: rgb(var(--default-text-color-rgb));
}
.form-control:-ms-input-placeholder {
  font-size: 0.8rem;
  font-weight: 500;
  opacity: 0.6;
  color: rgb(var(--default-text-color-rgb));
}
.form-control-sm {
  font-size: 0.8rem;
  padding: 0.25rem 0.8rem;
  line-height: inherit;
  border-radius: 0;
}
.form-control-lg {
  font-size: 1rem;
  padding: 0.5rem 1rem;
}
.form-check-md .form-check-input {
  width: 1.15rem;
  height: 1.15rem;
}
.form-check-md.form-switch .form-check-input {
  width: 2.25rem;
}
.form-check-md label {
  margin-inline-start: 0.5rem;
  font-size: 0.95rem;
  margin-block-start: 1px;
}
.form-check-lg .form-check-input {
  width: 1.35rem;
  height: 1.35rem;
}
.form-check-lg.form-switch .form-check-input {
  width: 2.5rem;
}
.form-check-lg label {
  margin-inline-start: 0.5rem;
  font-size: 1rem;
  margin-block-start: 1px;
}
.toggle {
  width: 3.75rem;
  height: 1.563rem;
  background-color: rgb(var(--light-rgb));
  margin-inline-start: 0.625rem;
  margin-block-end: 0.313rem;
  padding: 0.125rem;
  border-radius: 0.188rem;
  position: relative;
  overflow: hidden;
  transition: all 0.2s ease;
}
.toggle span {
  position: absolute;
  inset-block-start: 0.188rem;
  inset-block-end: 0.25rem;
  inset-inline-start: 0.188rem;
  display: block;
  width: 1.25rem;
  border-radius: 0.125rem;
  background-color: var(--custom-white);
  box-shadow: 0 0.125rem 0.125rem 0 rgba(0, 0, 0, 0.45);
  cursor: pointer;
  transition: all 0.2s ease;
}
.toggle span::before {
  content: "on";
  inset-inline-start: -1.563rem;
}
.toggle span::after {
  content: "off";
  inset-inline-end: -1.813rem;
  color: var(--text-muted);
}
.toggle span::before,
.toggle span::after {
  position: absolute;
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  inset-block-start: 0.188rem;
  line-height: 1.38;
  transition: all 0.2s ease;
}
.toggle.on {
  background-color: var(--primary03);
}
.toggle.on span {
  background-color: var(--primary-color);
}
.toggle.on span::before {
  color: var(--primary-color);
}
.toggle.on.toggle-secondary {
  background-color: rgba(var(--secondary-rgb), 0.4);
}
.toggle.on.toggle-secondary span {
  background-color: rgb(var(--secondary-rgb));
}
.toggle.on.toggle-secondary span::before {
  color: rgb(var(--secondary-rgb));
}
.toggle.on.toggle-warning {
  background-color: rgba(var(--warning-rgb), 0.4);
}
.toggle.on.toggle-warning span {
  background-color: rgb(var(--warning-rgb));
}
.toggle.on.toggle-warning span::before {
  color: rgb(var(--warning-rgb));
}
.toggle.on.toggle-info {
  background-color: rgba(var(--info-rgb), 0.4);
}
.toggle.on.toggle-info span {
  background-color: rgb(var(--info-rgb));
}
.toggle.on.toggle-info span::before {
  color: rgb(var(--info-rgb));
}
.toggle.on.toggle-success {
  background-color: rgba(var(--success-rgb), 0.4);
}
.toggle.on.toggle-success span {
  background-color: rgb(var(--success-rgb));
}
.toggle.on.toggle-success span::before {
  color: rgb(var(--success-rgb));
}
.toggle.on.toggle-danger {
  background-color: rgba(var(--danger-rgb), 0.4);
}
.toggle.on.toggle-danger span {
  background-color: rgb(var(--danger-rgb));
}
.toggle.on.toggle-danger span::before {
  color: rgb(var(--danger-rgb));
}
.toggle.on.toggle-light {
  background-color: rgba(var(--light-rgb), 0.4);
}
.toggle.on.toggle-light span {
  background-color: rgb(var(--light-rgb));
}
.toggle.on.toggle-light span::before,
.toggle.on.toggle-light span::after {
  color: var(--text-muted);
}
.toggle.on.toggle-dark {
  background-color: rgba(var(--dark-rgb), 0.4);
}
.toggle.on.toggle-dark span {
  background-color: rgb(var(--dark-rgb));
}
.toggle.on.toggle-dark span::before {
  color: var(--custom-white);
}
.toggle.on span {
  inset-inline-start: 2.313rem;
}
.toggle.on.toggle-sm span {
  inset-inline-start: 2.313rem;
}
.toggle.on.toggle-sm span::before {
  inset-block-start: -1px;
  inset-inline-start: -1.563rem;
}
.toggle.on.toggle-lg span {
  inset-inline-start: 2.563rem;
}
.toggle.on.toggle-lg span::before {
  inset-block-start: 0.5rem;
  inset-inline-start: -1.75rem;
}
.toggle.toggle-sm {
  height: 1.063rem;
  width: 3.125rem;
}
.toggle.toggle-sm span {
  width: 0.625rem;
  height: 0.625rem;
}
.toggle.toggle-sm span::after {
  inset-inline-end: -1.875rem;
  inset-block-start: -1px;
}
.toggle.toggle-lg {
  height: 2.125rem;
  width: 4.5rem;
}
.toggle.toggle-lg span {
  width: 1.75rem;
}
.toggle.toggle-lg span::after {
  inset-block-start: 0.5rem;
  inset-inline-end: -1.938rem;
}
.custom-toggle-switch > input[type=checkbox] {
  display: none;
}
.custom-toggle-switch > label {
  cursor: pointer;
  height: 0;
  position: relative;
  width: 2.5rem;
  padding-block-start: 0;
}
.label-primary {
  background: var(--primary-color);
  color: #fff;
}
.label-secondary {
  background: rgb(var(--secondary-rgb));
  color: #fff;
}
.label-warning {
  background: rgb(var(--warning-rgb));
  color: #fff;
}
.label-info {
  background: rgb(var(--info-rgb));
  color: #fff;
}
.label-success {
  background: rgb(var(--success-rgb));
  color: #fff;
}
.label-danger {
  background: rgb(var(--danger-rgb));
  color: #fff;
}
.label-light {
  background: rgb(var(--light-rgb));
  color: #fff;
}
.label-dark {
  background: rgb(var(--dark-rgb));
  color: #fff;
}
.custom-toggle-switch > input[type=checkbox]:checked + label::before {
  background: inherit;
  opacity: 0.5;
}
.custom-toggle-switch > label::before {
  background: var(--text-muted);
  box-shadow: inset 0px 0px 0.625rem var(--white-5);
  border-radius: 0.5rem;
  content: "";
  height: 1rem;
  margin-block-start: -0.5rem;
  position: absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 2.5rem;
}
.custom-toggle-switch > label::after {
  background: var(--custom-white);
  border-radius: 1rem;
  box-shadow: 0 0 0.313rem rgba(228, 229, 237, 0.8);
  content: "";
  height: 1.5rem;
  inset-inline-start: -0.25rem;
  margin-block-start: -0.5rem;
  position: absolute;
  inset-block-start: -0.25rem;
  transition: all 0.3s ease-in-out;
  width: 1.5rem;
}
.custom-toggle-switch > input[type=checkbox]:checked + label::after {
  background: inherit;
  inset-inline-start: 50%;
}
.custom-toggle-switch.toggle-sm > label::before {
  height: 10px;
  width: 27px;
  border-radius: 10px;
}
.custom-toggle-switch.toggle-sm input[type=checkbox]:checked + label::after {
  inset-inline-start: 13px;
}
.custom-toggle-switch.toggle-sm > label::after {
  height: 17px;
  width: 17px;
  border-radius: 50%;
}
.custom-toggle-switch.toggle-lg > label::before {
  height: 27px;
  width: 55px;
  border-radius: 20px;
}
.custom-toggle-switch.toggle-lg input[type=checkbox]:checked + label::after {
  inset-inline-start: 77%;
}
.custom-toggle-switch.toggle-lg > label::after {
  height: 35px;
  width: 35px;
  margin-block-start: -8px;
  border-radius: 50%;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem - 4px);
}
.form-floating.floating-primary label {
  color: var(--primary-color);
  opacity: 1;
}
.form-floating.floating-primary input {
  border: 1px solid var(--primary-color);
}
.form-floating.floating-primary > .form-control:focus ~ label {
  color: var(--primary-color) !important;
}
.form-floating.floating-secondary label {
  color: rgb(var(--secondary-rgb));
  opacity: 1;
}
.form-floating.floating-secondary input {
  border: 1px solid rgb(var(--secondary-rgb));
}
.form-floating.floating-secondary > .form-control:focus ~ label {
  color: rgb(var(--secondary-rgb)) !important;
}
.form-floating.floating-warning label {
  color: rgb(var(--warning-rgb));
  opacity: 1;
}
.form-floating.floating-warning input {
  border: 1px solid rgb(var(--warning-rgb));
}
.form-floating.floating-warning > .form-control:focus ~ label {
  color: rgb(var(--warning-rgb)) !important;
}
.form-floating.floating-info label {
  color: rgb(var(--info-rgb));
  opacity: 1;
}
.form-floating.floating-info input {
  border: 1px solid rgb(var(--info-rgb));
}
.form-floating.floating-info > .form-control:focus ~ label {
  color: rgb(var(--info-rgb)) !important;
}
.form-floating.floating-success label {
  color: rgb(var(--success-rgb));
  opacity: 1;
}
.form-floating.floating-success input {
  border: 1px solid rgb(var(--success-rgb));
}
.form-floating.floating-success > .form-control:focus ~ label {
  color: rgb(var(--success-rgb)) !important;
}
.form-floating.floating-danger label {
  color: rgb(var(--danger-rgb));
  opacity: 1;
}
.form-floating.floating-danger input {
  border: 1px solid rgb(var(--danger-rgb));
}
.form-floating.floating-danger > .form-control:focus ~ label {
  color: rgb(var(--danger-rgb)) !important;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  background-color: var(--custom-white);
  border-radius: 0.25rem;
}
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
  background-color: var(--custom-white);
  border-radius: 0.25rem;
}
.wizard-tab {
  transition: all 0.3s ease-in;
  display: none;
}
.wizard-tab .wizard-nav {
  display: flex;
  flex-wrap: wrap;
  transition: all 0.3s ease-in;
  margin-block-start: 60px;
}
.wizard-tab .wizard-nav .wizard-step {
  cursor: pointer;
}
.wizard-tab .wizard-nav .wizard-step.nav-buttons {
  cursor: default;
}
.wizard-tab .wizard-nav .wizard-step.nav-buttons span {
  cursor: default;
}
.wizard-tab .wizard-nav.tabs .wizard-step {
  position: relative;
  font-size: 14px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  text-align: center;
  border-bottom: 1px solid var(--gray-3);
  padding: 0.5rem 1rem;
}
.wizard-tab .wizard-nav.tabs .wizard-step.active {
  border: 1px solid var(--gray-3);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom: 0px;
}
.wizard-tab .wizard-nav.progress {
  height: auto;
  overflow: auto;
  line-height: 1.5;
  font-size: 1rem;
  border-radius: 0.25rem;
}
.wizard-tab .wizard-nav.progress .wizard-step {
  position: relative;
  font-size: 14px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  text-align: center;
  border: 1px solid var(--gray-3);
  background-color: rgb(var(--success-rgb));
  color: #fff;
  padding: 0.5rem 1rem;
  transition: all 0.3s ease-in;
}
.wizard-tab .wizard-nav.progress .wizard-step.active ~ .wizard-step {
  background-color: var(--custom-white);
  color: #000;
}
.wizard-tab .wizard-nav.dots .wizard-step {
  position: relative;
  font-size: 14px;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  text-align: center;
  transition: all 0.3s ease-in;
}
.wizard-tab .wizard-nav.dots .wizard-step:last-child:before {
  display: none;
}
.wizard-tab .wizard-nav.dots .wizard-step:last-child:after {
  display: none;
}
.wizard-tab .wizard-nav.dots .wizard-step span {
  cursor: pointer;
  font-weight: 500;
}
.wizard-tab .wizard-nav.dots .wizard-step:nth-of-type(1).dot {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0.1s;
}
.wizard-tab .wizard-nav.dots .wizard-step:nth-of-type(2).dot {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0.2s;
}
.wizard-tab .wizard-nav.dots .wizard-step:nth-of-type(3).dot {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0.3s;
}
.wizard-tab .wizard-nav.dots .wizard-step:nth-of-type(4).dot {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0.4s;
}
.wizard-tab .wizard-nav.dots .wizard-step:nth-of-type(5).dot {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0.5s;
}
.wizard-tab .wizard-nav.dots .wizard-step:nth-of-type(6).dot {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0.6s;
}
.wizard-tab .wizard-nav.dots .wizard-step:nth-of-type(7).dot {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0.7s;
}
.wizard-tab .wizard-nav.dots .wizard-step:nth-of-type(8).dot {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0.8s;
}
.wizard-tab .wizard-nav.dots .wizard-step:nth-of-type(9).dot {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0.9s;
}
.wizard-tab .wizard-nav.dots .wizard-step .dot {
  content: "";
  position: absolute;
  top: -20px;
  inset-inline-start: 50%;
  z-index: 3;
  height: 10px;
  width: 10px;
  background: var(--primary-color);
  border-radius: 50%;
  box-shadow: 0 0 0 2px var(--custom-white);
  transition: all 0.5s ease-in-out;
}
.wizard-tab .wizard-nav.dots .wizard-step:nth-of-type(1):before {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0.1s;
}
.wizard-tab .wizard-nav.dots .wizard-step:nth-of-type(2):before {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0.2s;
}
.wizard-tab .wizard-nav.dots .wizard-step:nth-of-type(3):before {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0.3s;
}
.wizard-tab .wizard-nav.dots .wizard-step:nth-of-type(4):before {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0.4s;
}
.wizard-tab .wizard-nav.dots .wizard-step:nth-of-type(5):before {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0.5s;
}
.wizard-tab .wizard-nav.dots .wizard-step:nth-of-type(6):before {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0.6s;
}
.wizard-tab .wizard-nav.dots .wizard-step:nth-of-type(7):before {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0.7s;
}
.wizard-tab .wizard-nav.dots .wizard-step:nth-of-type(8):before {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0.8s;
}
.wizard-tab .wizard-nav.dots .wizard-step:nth-of-type(9):before {
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0.9s;
}
.wizard-tab .wizard-nav.dots .wizard-step:before {
  content: "";
  position: absolute;
  top: -16px;
  inset-inline-start: 50%;
  width: 100%;
  height: 2px;
  z-index: 2;
  background: rgb(var(--secondary-rgb));
}
.wizard-tab .wizard-nav.dots .wizard-step:after {
  content: "";
  position: absolute;
  top: -16px;
  inset-inline-start: 50%;
  width: 100%;
  height: 2px;
  background: var(--gray-3);
  z-index: 1;
}
.wizard-tab .wizard-nav.dots .wizard-step.active ~ .wizard-step .dot {
  background: var(--gray-3);
}
.wizard-tab .wizard-nav.dots .wizard-step.active ~ .wizard-step:before {
  background: var(--gray-3);
  width: 0%;
}
.wizard-tab .wizard-nav.dots .wizard-step.active ~ .wizard-step:after {
  background: var(--gray-3);
}
.wizard-tab .wizard-nav.dots .wizard-step.active .dot {
  background-color: var(--primary-color);
  box-shadow: 0 0 0 3px var(--primary02);
}
.wizard-tab .wizard-nav.dots .wizard-step.active:before {
  background: var(--gray-3);
}
.wizard-tab .wizard-nav.dots .wizard-step.active:after {
  background: var(--gray-3);
}
.wizard-tab .wizard-content {
  transition: all 0.3s ease-in;
  padding: 3rem;
}
.wizard-tab .wizard-content .wizard-step {
  transition: all 0.3s ease-in;
  display: none;
}
.wizard-tab .wizard-content .wizard-step.active {
  display: block;
}
.wizard-tab .wizard-buttons {
  transition: all 0.3s ease-in;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.wizard-tab .wizard-buttons .wizard-btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  border-radius: 0.15rem;
  transition: all 0.3s ease-in;
  margin: 0 10px;
  background-color: var(--primary-color);
  color: var(--custom-white);
}
.wizard-tab .wizard-buttons .wizard-btn:hover {
  background-color: rgba(25, 143, 209, 0.8);
}
.wizard-tab .wizard-buttons .wizard-btn:disabled {
  cursor: not-allowed !important;
  pointer-events: none;
  opacity: 0.65;
}
.wizard.vertical {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  transition: all 0.3s ease-in;
}
.wizard.vertical .wizard-nav {
  flex-direction: column;
  flex: 1;
  padding: 0 3rem;
  transition: all 0.3s linear;
}
.wizard.vertical .wizard-nav .wizard-step:before {
  top: 7px;
  inset-inline-start: -12px;
  width: 2px;
  height: 100%;
}
.wizard.vertical .wizard-nav .wizard-step:after {
  top: 7px;
  inset-inline-start: -12px;
  width: 2px;
  height: 100%;
}
.wizard.vertical .wizard-nav .wizard-step .dot {
  top: 7px;
  inset-inline-start: -15px;
}
.wizard.vertical .wizard-nav .wizard-step.active ~ .wizard-step:before {
  height: 0%;
}
.wizard.vertical .wizard-content {
  width: 75%;
  transition: all 0.3s ease-in;
  padding: 0 0 3rem 0;
}
.wizard.vertical .wizard-buttons {
  flex-basis: 100%;
  transition: all 0.3s ease-in;
}
.highlight-error {
  outline: 1px solid rgb(var(--danger-rgb));
}
@media screen and (min-width: 1024px) {
  .wizard.vertical .wizard-nav {
    max-width: 250px;
  }
}
@media screen and (max-width: 767px) {
  .wizard.vertical .wizard-nav .wizard-step {
    text-align: left;
    padding-inline-start: 1rem;
  }
  .wizard.vertical .wizard-content {
    padding: 2rem 0;
  }
}
.wizard.wizard-tab .wizard-nav.dots .wizard-step.active ~ .wizard-step:before {
  width: 35%;
  padding: 25px;
  background: transparent;
}
.wizard.wizard-tab .wizard-nav.dots .wizard-step:before {
  content: "";
  position: absolute;
  top: -16px;
}
.wizard.wizard-tab .wizard-nav.dots .wizard-step .dot {
  top: -25px;
  inset-inline-start: 46%;
  height: 20px;
  width: 20px;
}
.wizard.wizard-tab .wizard-nav.dots .wizard-step.active ~ .wizard-step .dot {
  background: var(--custom-white);
  border: 2px solid var(--gray-3);
}
.wizard-btn.btn.finish {
  display: none !important;
}
.wizard.wizard-tab .wizard-buttons {
  border-top: 1px solid var(--default-border);
  justify-content: space-between;
  padding: 1rem;
}
.wizard.wizard-tab .wizard-buttons .wizard-btn {
  margin: 0px;
  padding: 0.5rem 0.85rem;
  min-width: 100px;
  border-radius: 0.35rem;
}
.wizard.wizard-tab .wizard-buttons .wizard-btn:hover {
  background-color: var(--primary-color);
}
.wizard.wizard-tab .wizard-buttons .wizard-btn:disabled {
  opacity: 0;
}
.wizard-tab .wizard-buttons .wizard-btn.prev {
  background-color: rgb(var(--light-rgb));
  color: rgb(var(--default-text-color-rgb));
}
.wizard-tab .wizard-buttons .wizard-btn.prev:hover {
  background-color: rgb(var(--light-rgb));
}
.payment-card-container {
  position: relative;
  padding: 0.625rem;
  border: 1px solid var(--input-border);
  border-radius: 0.3rem;
}
.payment-card-container .form-check-input {
  position: absolute;
  inset-inline-end: 0.75rem;
  inset-block-start: 1.2rem;
}
@media (max-width: 575.98px) {
  .wizard-tab .wizard-nav {
    flex-direction: column;
    gap: 1.5rem;
  }
  .wizard.wizard-tab .wizard-nav.dots .wizard-step:before {
    top: 1.5rem !important;
    width: 2px !important;
    height: 100%;
    transition: none;
    inset-inline-start: 2.55rem;
  }
  .wizard.wizard-tab .wizard-nav.dots .wizard-step:after {
    top: 1.5rem !important;
    width: 2px !important;
    height: 100%;
    inset-inline-start: 2.55rem;
  }
  .wizard.wizard-tab .wizard-nav.dots .wizard-step .dot {
    top: 6px !important;
    inset-inline-start: 2.25rem !important;
    width: 12px !important;
    height: 12px !important;
  }
  .wizard-tab .wizard-nav.dots .wizard-step {
    text-align: start !important;
    padding-inline-start: 4rem !important;
  }
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: rgb(var(--success-rgb));
  box-shadow: none;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: rgb(var(--success-rgb));
}
.form-control-color {
  width: 1.75rem;
  height: 1.75rem;
  overflow: hidden;
  padding: 0;
}
.example-picker .pcr-button {
  border-radius: 0.35rem !important;
  overflow: hidden;
}
[dir=rtl] [type=email],
[dir=rtl] [type=number],
[dir=rtl] [type=tel],
[dir=rtl] [type=url] {
  direction: rtl;
}
.form-select.is-invalid:not([multiple]):not([size]) {
  padding-right: 1.125rem;
  background-size: 16px 28px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.invoice-quantity-container .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 0;
}
.input-group.input-btn-outline .form-control:focus {
  z-index: 2;
}
input[type=range]::-webkit-slider-runnable-track {
  background-color: rgb(var(--light-rgb));
}
.form-check {
  min-height: inherit !important;
}
.autoComplete_wrapper > input {
  border-color: var(--input-border) !important;
  color: var(--default-text-color) !important;
  background-color: var(--form-control-bg) !important;
  font-size: 0.875rem !important;
  font-weight: var(--default-font-weight) !important;
  line-height: 1.5 !important;
  border-radius: 0.35rem !important;
  padding: 0.5rem 0.85rem !important;
  background-image: none !important;
  height: inherit !important;
}
.autoComplete_wrapper > input:focus {
  border-color: var(--primary05) !important;
  box-shadow: 0 0 4px var(--primary05) !important;
}
.autoComplete_wrapper > input:focus::-moz-placeholder {
  padding: 0 !important;
}
.autoComplete_wrapper > input:focus::placeholder {
  padding: 0 !important;
}
.autoComplete_wrapper > input::-moz-placeholder {
  font-size: 0.8rem !important;
  font-weight: 400;
  opacity: 0.6;
  color: var(--default-text-color) !important;
}
.autoComplete_wrapper > input::-moz-placeholder:focus {
  padding: 0 !important;
  font-size: 0.8rem !important;
}
.autoComplete_wrapper > input::-moz-placeholder {
  font-size: 0.8rem !important;
  font-weight: 400;
  opacity: 0.6;
  color: var(--default-text-color) !important;
}
.autoComplete_wrapper > input::placeholder {
  font-size: 0.8rem !important;
  font-weight: 400;
  opacity: 0.6;
  color: var(--default-text-color) !important;
}
.autoComplete_wrapper > input::-moz-placeholder:focus {
  padding: 0 !important;
  font-size: 0.8rem !important;
}
.autoComplete_wrapper > input::placeholder:focus {
  padding: 0 !important;
  font-size: 0.8rem !important;
}
.autoComplete_wrapper > ul {
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05) !important;
  background-color: var(--custom-white) !important;
  border: 1px solid var(--default-border) !important;
  z-index: 3 !important;
  margin-top: 0 !important;
}
.autoComplete_wrapper > ul .no_result {
  padding: 0.5rem !important;
}
.autoComplete_wrapper > ul > li {
  background-color: var(--custom-white) !important;
  color: var(--default-text-color) !important;
}
.autoComplete_wrapper > ul > li:hover {
  background-color: var(--primary01) !important;
  color: var(--default-text-color) !important;
}
.autoComplete_wrapper > ul > li mark {
  background-color: transparent;
  color: rgb(var(--orange-rgb)) !important;
  font-weight: bold;
  padding: 0 !important;
}
#autoComplete_list_2 p {
  padding: 0.5rem !important;
  margin-block-end: 0 !important;
}
.hide {
  display: none;
}
input.error {
  border: 1px solid rgb(var(--danger-rgb));
}
#error-msg {
  color: rgb(var(--danger-rgb));
}
#valid-msg {
  color: rgb(var(--success-rgb));
}
.iti__search-input {
  background-color: var(--custom-white) !important;
  color: var(--default-text-color) !important;
}
.iti__search-input:focus-visible {
  outline: none;
}
.iti__search-input + .iti__country-list {
  border-top: 1px solid var(--default-border) !important;
}
.iti--inline-dropdown .iti__dropdown-content {
  border: 1px solid var(--default-border) !important;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05) !important;
}
[dir=rtl] .iti--allow-dropdown.iti--show-selected-dial-code input.iti__tel-input {
  padding-right: 90px !important;
  padding-left: 6px !important;
}
[dir=ltr] .iti--allow-dropdown.iti--show-selected-dial-code input.iti__tel-input {
  padding-left: 90px !important;
  padding-right: 6px !important;
}
.iti--inline-dropdown .iti__dropdown-content {
  z-index: 3 !important;
}
.iti__dropdown-content {
  background-color: var(--custom-white) !important;
}
.iti__country.iti__highlight {
  background-color: var(--primary01) !important;
}
.iti--show-selected-dial-code .iti__selected-flag {
  background-color: rgb(var(--light-rgb)) !important;
}
.tagify__tag__removeBtn {
  background: transparent !important;
}
.tagify__tag.tagify--noAnim > div::before {
  background: var(--primary01) !important;
}
.tagify__tag > div::before {
  box-shadow: none !important;
}
.tagify {
  border-color: var(--input-border) !important;
  --tags-disabled-bg: var(--gray-3) !important;
  --tag-bg: var(--gray-3) !important;
  --tag-hover: rgba(var(--primary-rgb), 0.15) !important;
  --tag-text-color: var(--default-text-color) !important;
  --tag-text-color--edit: var(--default-text-color) !important;
  --tag-invalid-color: rgba(var(--danger-rgb), 0.5) !important;
  --tag-invalid-bg: rgba(var(--danger-rgb), 0.2) !important;
  --tag-remove-bg: rgba(var(--danger-rgb), 0.1) !important;
  --tag-remove-btn-color: var(--default-text-color) !important;
  --tag-remove-btn-bg--hover: rgba(var(--danger-rgb), 0.3) !important;
  --tag-pad: 0.2em 0.5em !important;
}
.tagify:hover:not(.tagify--focus):not(.tagify--invalid) {
  border-color: var(--input-border) !important;
}
.tagify.tagify--focus {
  border-color: var(--input-border) !important;
  box-shadow: none !important;
}
.tagify__tag {
  margin-inline: 4px !important;
  margin-block: 7px !important;
}
.tagify__tag > div {
  font-size: 13px;
}
.tagify__tag .tagify__tag__avatar-wrap {
  width: 22px;
  height: 22px;
  white-space: normal;
  border-radius: 50%;
  margin-right: 5px;
  transition: 0.12s ease-out;
  vertical-align: middle;
}
.tagify__tag img {
  width: 100%;
  vertical-align: top;
}
.tagify__input {
  margin: 3px !important;
  line-height: 1.85rem !important;
}
.tagify__input::before {
  color: rgb(var(--default-text-color-rgb)) !important;
  opacity: 0.5;
}
.tagify__tag__removeBtn {
  margin: 0 0.25rem !important;
}
.tagify__tag:focus div::before,
.tagify__tag:hover:not([readonly]) div::before {
  --tag-bg-inset: 0px !important;
}
.tagify__tag-text {
  padding: 3px;
}
.tags-look {
  border: 1px solid var(--default-border) !important;
  background-color: var(--custom-white) !important;
}
.tags-look .tagify__dropdown__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  padding: 0.3em 0.5em;
  border: 1px solid var(--default-border);
  background: var(--custom-white);
  margin: 0.2em;
  font-size: 0.85em;
  color: var(--default-text-color);
  transition: 0s;
}
.tags-look .tagify__dropdown__item:hover {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #fff;
}
.tags-look .tagify__dropdown__item--active {
  color: var(--default-text-color);
}
.tags-look .tagify__dropdown__item--hidden {
  max-width: 0;
  max-height: initial;
  padding: 0.3em 0;
  margin: 0.2em 0;
  white-space: nowrap;
  text-indent: -20px;
  border: 0;
}
.tagify__dropdown {
  border-top: 1px solid var(--primary-color) !important;
}
.tagify__dropdown.users-list .tagify__dropdown__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 1em;
  grid-template-areas: "avatar name" "avatar email";
}
.tagify__dropdown.users-list .tagify__dropdown__item:hover .tagify__dropdown__item__avatar-wrap {
  transform: scale(1.2);
}
.tagify__dropdown.users-list header.tagify__dropdown__item {
  grid-template-areas: "add remove-tags" "remaning .";
}
.tagify__dropdown.users-list .tagify__dropdown__item__avatar-wrap {
  grid-area: avatar;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  background: rgb(var(--light-rgb));
  transition: 0.1s ease-out;
}
.tagify__dropdown.users-list img {
  width: 100%;
  vertical-align: top;
}
.tagify__dropdown.users-list span {
  grid-area: email;
  width: 100%;
  font-size: 0.9em;
  opacity: 0.6;
}
.tagify__dropdown.users-list .tagify__dropdown__item__addAll {
  border-bottom: 1px solid var(--default-border);
  gap: 0;
}
.tagify__dropdown.users-list .remove-all-tags {
  grid-area: remove-tags;
  justify-self: self-end;
  font-size: 0.8em;
  padding: 0.2em 0.3em;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.tagify__dropdown.users-list .remove-all-tags:hover {
  color: #fff;
  background: rgb(var(--orange-rgb));
}
[dir=rtl] .tagify.tagify--select::after {
  left: 8px;
  right: auto;
  transform: translate(150%, -50%) scaleX(1.2) rotate(90deg);
}
[dir=rtl] .tagify--select[aria-expanded=true]::after {
  transform: translate(150%, -50%) rotate(270deg) scaleY(1.2);
}
.tagify.tagify--select::after {
  right: 8px;
}
.tagify__tag {
  background-color: var(--primary01);
}
#users-list .tagify__tag {
  white-space: nowrap;
}
#users-list .tagify__tag img {
  width: 100%;
  vertical-align: top;
  pointer-events: none;
}
#users-list .tagify__tag:hover .tagify__tag__avatar-wrap {
  transform: scale(1.6) translateX(-10%);
}
#users-list .tagify__tag .tagify__tag__avatar-wrap {
  width: 16px;
  height: 16px;
  white-space: normal;
  border-radius: 50%;
  background: rgb(var(--light-rgb));
  margin-right: 5px;
  transition: 0.12s ease-out;
}
.users-list .tagify__dropdown__itemsGroup:empty {
  display: none;
}
.users-list .tagify__dropdown__itemsGroup::before {
  content: attr(data-title);
  display: inline-block;
  font-size: 0.9em;
  padding: 4px 6px;
  margin: var(--tagify-dd-item-pad);
  font-style: italic;
  border-radius: 4px;
  background: rgb(var(--success-rgb));
  color: var(--custom-white);
  font-weight: 600;
}
.users-list .tagify__dropdown__itemsGroup:not(:first-of-type) {
  border-top: 1px solid var(--default-border);
}
.tagify__dropdown.users-list header.tagify__dropdown__item > div,
.tagify__dropdown.users-list .tagify__dropdown__item strong {
  grid-area: name;
  width: 100%;
  align-self: center;
}
.tagify__dropdown__wrapper {
  border: 0 !important;
  box-shadow: none !important;
  background-color: var(--custom-white) !important;
}
.tagify__dropdown {
  padding: 0.25rem !important;
  border-bottom-width: 0;
  background: var(--custom-white) !important;
  border: 1px solid var(--default-border) !important;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05) !important;
  border-radius: 0.3rem !important;
}
.tagify__dropdown__item--active {
  background: var(--primary-color) !important;
  color: #000 !important;
}
.remove-all-tags {
  color: #fff;
}
.tagify--mix .tagify__input {
  padding: 0 !important;
  margin: 0 !important;
}
.dual-listbox .dual-listbox__search {
  border-color: var(--input-border) !important;
  color: var(--default-text-color);
  background-color: var(--form-control-bg);
  font-size: 0.875rem;
  font-weight: var(--default-font-weight);
  line-height: 1.5;
  border-radius: 0.35rem;
  padding: 0.5rem 0.85rem;
  outline: none;
}
.dual-listbox .dragging {
  background: rgb(var(--light-rgb)) !important;
}
.dual-listbox .drop-above {
  border-top: 1px solid var(--default-border) !important;
}
.dual-listbox .dual-listbox__title {
  border-left: 1px solid var(--default-border) !important;
  border-right: 1px solid var(--default-border) !important;
  border-top: 1px solid var(--default-border) !important;
  font-weight: 500 !important;
}
.dual-listbox .dual-listbox__item {
  border-bottom: 1px solid var(--default-border) !important;
}
.dual-listbox .dual-listbox__item.dual-listbox__item--selected {
  background-color: var(--primary01) !important;
}
.dual-listbox .dual-listbox__button {
  background-color: var(--primary-color) !important;
  color: #000 !important;
  border-radius: 0.3rem;
}
.dual-listbox .dual-listbox__available,
.dual-listbox .dual-listbox__selected {
  width: 270px !important;
}
@media (max-width: 330px) {
  .dual-listbox .dual-listbox__available,
  .dual-listbox .dual-listbox__selected {
    width: 250px !important;
  }
  .autoComplete_wrapper > input {
    width: 16rem !important;
  }
}
.dual-listbox .dual-listbox__available,
.dual-listbox .dual-listbox__selected {
  border: 1px solid var(--default-border) !important;
}
.col-form-label-lg,
.col-form-label-sm,
.col-form-label {
  font-weight: 400;
}
#exampleColorInput::-webkit-color-swatch-wrapper {
  direction: rtl;
}
[dir=rtl] input[type=week],
[dir=rtl] input[type=month],
[dir=rtl] input[type=date],
[dir=rtl] input[type=datetime-local],
[dir=rtl] input[type=time] {
  text-align: end;
}
label {
  padding-block-start: 2px;
}
.input-group-text {
  border-color: var(--input-border);
  font-size: 0.875rem;
  border-radius: 0rem;
  background-color: rgb(var(--light-rgb));
  color: rgb(var(--default-text-color-rgb));
  letter-spacing: 0;
}
.input-group-text .form-control {
  border: 0;
  border-start-start-radius: 0;
  border-end-start-radius: 0;
}
.list-group-item {
  color: rgb(var(--default-text-color-rgb));
  background-color: transparent;
  border: 1px solid var(--default-border);
  padding: 0.75rem 1.25rem;
}
.list-group-item.active {
  color: #000 !important;
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color);
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: rgb(var(--default-text-color-rgb));
  background-color: rgb(var(--light-rgb));
  opacity: 0.5;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  color: rgb(var(--default-text-color-rgb));
  background-color: var(--list-hover-focus-bg);
}
.list-group-item-primary {
  color: var(--primary-color);
  background-color: var(--primary01);
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: var(--primary-color);
  background-color: var(--primary02);
}
.list-group-item-secondary {
  color: rgb(var(--secondary-rgb));
  background-color: rgba(var(--secondary-rgb), 0.1);
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: rgb(var(--secondary-rgb));
  background-color: rgba(var(--secondary-rgb), 0.2);
}
.list-group-item-info {
  color: rgb(var(--info-rgb));
  background-color: rgba(var(--info-rgb), 0.1);
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: rgb(var(--info-rgb));
  background-color: rgba(var(--info-rgb), 0.2);
}
.list-group-item-warning {
  color: rgb(var(--warning-rgb));
  background-color: rgba(var(--warning-rgb), 0.1);
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: rgb(var(--warning-rgb));
  background-color: rgba(var(--warning-rgb), 0.2);
}
.list-group-item-danger {
  color: rgb(var(--danger-rgb));
  background-color: rgba(var(--danger-rgb), 0.1);
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: rgb(var(--danger-rgb));
  background-color: rgba(var(--danger-rgb), 0.2);
}
.list-group-item-success {
  color: rgb(var(--success-rgb));
  background-color: rgba(var(--success-rgb), 0.1);
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: rgb(var(--success-rgb));
  background-color: rgba(var(--success-rgb), 0.2);
}
.list-group-item-dark {
  color: rgb(var(--dark-rgb));
  background-color: rgba(var(--dark-rgb), 0.1);
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: rgb(var(--dark-rgb));
  background-color: rgba(var(--dark-rgb), 0.2);
}
.list-group-item-light {
  color: rgb(var(--default-text-color-rgb));
  background-color: rgba(var(--light-rgb), 0.1);
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: rgb(var(--default-text-color-rgb));
  background-color: rgba(var(--light-rgb), 0.2);
}
.list-item-solid-primary {
  background-color: var(--primary-color);
  color: #fff;
  border-color: var(--primary-color);
}
.list-item-solid-secondary {
  background-color: rgb(var(--secondary-rgb));
  color: #fff;
  border-color: rgb(var(--secondary-rgb));
}
.list-item-solid-success {
  background-color: rgb(var(--success-rgb));
  color: #fff;
  border-color: rgb(var(--success-rgb));
}
.list-item-solid-info {
  background-color: rgb(var(--info-rgb));
  color: #fff;
  border-color: rgb(var(--info-rgb));
}
.list-item-solid-warning {
  background-color: rgb(var(--warning-rgb));
  color: #fff;
  border-color: rgb(var(--warning-rgb));
}
.list-item-solid-danger {
  background-color: rgb(var(--danger-rgb));
  color: #fff;
  border-color: rgb(var(--danger-rgb));
}
.list-item-solid-light {
  background-color: rgb(var(--light-rgb));
  color: rgb(var(--default-text-color-rgb));
  border-color: rgb(var(--light-rgb));
}
.list-item-solid-dark {
  background-color: rgb(var(--dark-rgb));
  color: #fff;
  border-color: rgb(var(--dark-rgb));
}
.list-group-item:first-child {
  border-start-start-radius: 0;
  border-start-end-radius: 0;
}
.list-group-item:last-child {
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}
.modal {
  z-index: 105;
}
.modal-backdrop {
  z-index: 104;
}
.modal-content {
  color: rgb(var(--default-text-color-rgb));
  background-color: var(--custom-white);
  border: 1px solid var(--default-border);
  border-radius: 0.25rem;
}
.modal-header {
  padding: 1rem 1.25rem;
  border-block-end: 1px solid var(--default-border);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.modal-header .modal-title {
  font-weight: 400;
  line-height: 1;
}
.modal-header .btn-close {
  font-size: 0.625rem;
}
.modal-footer {
  padding: 1rem 1.25rem;
  border-block-start: 1px solid var(--default-border);
}
.modal.animated .modal-dialog {
  transform: translate(0, 0);
}
.modal.effect-scale .modal-dialog {
  transform: scale(0.7);
  opacity: 0;
  transition: all 0.3s;
}
.modal.effect-scale.show .modal-dialog {
  transform: scale(1);
  opacity: 1;
}
.modal.effect-slide-in-right .modal-dialog {
  transform: translateX(20%);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
.modal.effect-slide-in-right.show .modal-dialog {
  transform: translateX(0);
  opacity: 1;
}
.modal.effect-slide-in-bottom .modal-dialog {
  transform: translateY(20%);
  opacity: 0;
  transition: all 0.3s;
}
.modal.effect-slide-in-bottom.show .modal-dialog {
  transform: translateY(0);
  opacity: 1;
}
.modal.effect-newspaper .modal-dialog {
  transform: scale(0) rotate(720deg);
  opacity: 0;
}
.modal.effect-newspaper.show ~ .modal-backdrop,
.modal.effect-newspaper .modal-dialog {
  transition: all 0.5s;
}
.modal.effect-newspaper.show .modal-dialog {
  transform: scale(1) rotate(0deg);
  opacity: 1;
}
.modal.effect-fall {
  perspective: 1300px;
}
.modal.effect-fall .modal-dialog {
  transform-style: preserve-3d;
  transform: translateZ(600px) rotateX(20deg);
  opacity: 0;
}
.modal.effect-fall.show .modal-dialog {
  transition: all 0.3s ease-in;
  transform: translateZ(0px) rotateX(0deg);
  opacity: 1;
}
.modal.effect-flip-horizontal {
  perspective: 1300px;
}
.modal.effect-flip-horizontal .modal-dialog {
  transform-style: preserve-3d;
  transform: rotateY(-70deg);
  transition: all 0.3s;
  opacity: 0;
}
.modal.effect-flip-horizontal.show .modal-dialog {
  transform: rotateY(0deg);
  opacity: 1;
}
.modal.effect-flip-vertical {
  perspective: 1300px;
}
.modal.effect-flip-vertical .modal-dialog {
  transform-style: preserve-3d;
  transform: rotateX(-70deg);
  transition: all 0.3s;
  opacity: 0;
}
.modal.effect-flip-vertical.show .modal-dialog {
  transform: rotateX(0deg);
  opacity: 1;
}
.modal.effect-super-scaled .modal-dialog {
  transform: scale(2);
  opacity: 0;
  transition: all 0.3s;
}
.modal.effect-super-scaled.show .modal-dialog {
  transform: scale(1);
  opacity: 1;
}
.modal.effect-sign {
  perspective: 1300px;
}
.modal.effect-sign .modal-dialog {
  transform-style: preserve-3d;
  transform: rotateX(-60deg);
  transform-origin: 50% 0;
  opacity: 0;
  transition: all 0.3s;
}
.modal.effect-sign.show .modal-dialog {
  transform: rotateX(0deg);
  opacity: 1;
}
.modal.effect-rotate-bottom {
  perspective: 1300px;
}
.modal.effect-rotate-bottom .modal-dialog {
  transform-style: preserve-3d;
  transform: translateY(100%) rotateX(90deg);
  transform-origin: 0 100%;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.modal.effect-rotate-bottom.show .modal-dialog {
  transform: translateY(0%) rotateX(0deg);
  opacity: 1;
}
.modal.effect-rotate-left {
  perspective: 1300px;
}
.modal.effect-rotate-left .modal-dialog {
  transform-style: preserve-3d;
  transform: translateZ(100px) translateX(-30%) rotateY(90deg);
  transform-origin: 0 100%;
  opacity: 0;
  transition: all 0.3s;
}
.modal.effect-rotate-left.show .modal-dialog {
  transform: translateZ(0px) translateX(0%) rotateY(0deg);
  opacity: 1;
}
.navbar {
  border-radius: 0.25rem;
}
.navbar .navbar-nav .nav-link {
  line-height: 1;
  padding: 0.4rem 1rem;
  font-weight: 500;
}
.navbar .navbar-toggler {
  padding: 0.4rem;
  font-size: 1rem;
  line-height: 1;
  color: var(--custom-black);
  border: 1px solid var(--default-border);
  border-radius: 0.25rem;
}
.navbar .navbar-toggler .navbar-toggler-icon {
  width: 1rem;
  height: 1rem;
  position: relative;
  background-image: none;
}
.navbar .navbar-toggler .navbar-toggler-icon:before {
  content: "\f479";
  font-family: bootstrap-icons !important;
  position: absolute;
  font-size: 1rem;
  color: rgb(var(--default-text-color-rgb));
  inset-inline-start: 0;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--custom-black);
}
.navbar-brand {
  margin-inline-end: 1.5rem;
}
.navbar-brand img {
  height: 1.5rem;
  line-height: 1.5rem;
}
.navbar-brand:hover,
.navbar-brand:focus {
  color: rgb(var(--default-text-color-rgb));
}
.navbar-primary-transparent {
  background-color: var(--primary01);
  color: rgb(var(--default-text-color-rgb));
}
.navbar-primary-transparent .nav-link.active {
  background-color: var(--primary-color);
  color: #fff !important;
}
.navbar-primary-transparent .nav-link:hover {
  color: rgb(var(--default-text-color-rgb));
}
.navbar-primary-transparent .form-control:focus {
  border-color: var(--primary-color);
}
.navbar-secondary-transparent {
  background-color: rgba(var(--secondary-rgb), 0.1);
  color: rgb(var(--default-text-color-rgb));
}
.navbar-secondary-transparent .nav-link.active {
  background-color: rgb(var(--secondary-rgb));
  color: #fff !important;
}
.navbar-secondary-transparent .nav-link:hover {
  color: rgb(var(--default-text-color-rgb));
}
.navbar-secondary-transparent .form-control:focus {
  border-color: rgb(var(--secondary-rgb));
}
.navbar-warning-transparent {
  background-color: rgba(var(--warning-rgb), 0.1);
  color: rgb(var(--default-text-color-rgb));
}
.navbar-warning-transparent .nav-link.active {
  background-color: rgb(var(--warning-rgb));
  color: #fff !important;
}
.navbar-warning-transparent .nav-link:hover {
  color: rgb(var(--default-text-color-rgb));
}
.navbar-warning-transparent .form-control:focus {
  border-color: rgb(var(--warning-rgb));
}
.navbar-info-transparent {
  background-color: rgba(var(--info-rgb), 0.1);
  color: rgb(var(--default-text-color-rgb));
}
.navbar-info-transparent .nav-link.active {
  background-color: rgb(var(--info-rgb));
  color: #fff !important;
}
.navbar-info-transparent .nav-link:hover {
  color: rgb(var(--default-text-color-rgb));
}
.navbar-info-transparent .form-control:focus {
  border-color: rgb(var(--info-rgb));
}
.navbar-success-transparent {
  background-color: rgba(var(--success-rgb), 0.1);
  color: rgb(var(--default-text-color-rgb));
}
.navbar-success-transparent .nav-link.active {
  background-color: rgb(var(--success-rgb));
  color: #fff !important;
}
.navbar-success-transparent .nav-link:hover {
  color: rgb(var(--default-text-color-rgb));
}
.navbar-success-transparent .form-control:focus {
  border-color: rgb(var(--success-rgb));
}
.navbar-danger-transparent {
  background-color: rgba(var(--danger-rgb), 0.1);
  color: rgb(var(--default-text-color-rgb));
}
.navbar-danger-transparent .nav-link.active {
  background-color: rgb(var(--danger-rgb));
  color: #fff !important;
}
.navbar-danger-transparent .nav-link:hover {
  color: rgb(var(--default-text-color-rgb));
}
.navbar-danger-transparent .form-control:focus {
  border-color: rgb(var(--danger-rgb));
}
.navbar-dark-transparent {
  background-color: rgba(var(--dark-rgb), 0.1);
  color: rgb(var(--default-text-color-rgb));
}
.navbar-dark-transparent .nav-link.active {
  background-color: var(--custom-black);
  color: var(--custom-white) !important;
}
.navbar-dark-transparent .nav-link:hover {
  color: rgb(var(--default-text-color-rgb));
}
.navbar-dark-transparent .form-control:focus {
  border-color: rgb(var(--dark-rgb));
}
.navbar-primary {
  background-color: var(--primary-color);
  color: #000;
}
.navbar-primary .nav-link {
  color: #000 !important;
}
.navbar-primary .nav-link.active {
  background-color: var(--white-2);
  color: #000 !important;
}
.navbar-primary .nav-link:hover {
  color: #000 !important;
}
.navbar-primary .form-control {
  background-color: var(--white-2);
  color: #000;
}
.navbar-primary .form-control:focus {
  border-color: var(--white-2);
}
.navbar-primary .form-control::-webkit-input-placeholder {
  color: #000;
}
.navbar-primary .navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.navbar-primary .navbar-toggler .navbar-toggler-icon:before {
  color: #fff;
}
.navbar-secondary {
  background-color: rgb(var(--secondary-rgb));
  color: #fff;
}
.navbar-secondary .nav-link {
  color: #000 !important;
}
.navbar-secondary .nav-link.active {
  background-color: var(--white-2);
  color: #000 !important;
}
.navbar-secondary .nav-link:hover {
  color: #000 !important;
}
.navbar-secondary .form-control {
  background-color: var(--white-2);
  color: #000;
}
.navbar-secondary .form-control:focus {
  border-color: var(--white-2);
}
.navbar-secondary .form-control::-webkit-input-placeholder {
  color: #000;
}
.navbar-secondary .navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.navbar-secondary .navbar-toggler .navbar-toggler-icon:before {
  color: #fff;
}
.navbar-warning {
  background-color: rgb(var(--warning-rgb));
  color: #fff;
}
.navbar-warning .nav-link {
  color: #fff !important;
}
.navbar-warning .nav-link.active {
  background-color: var(--white-2);
  color: #000 !important;
}
.navbar-warning .nav-link:hover {
  color: #000 !important;
}
.navbar-warning .form-control {
  background-color: var(--white-2);
  color: #000;
}
.navbar-warning .form-control:focus {
  border-color: var(--white-2);
}
.navbar-warning .form-control::-webkit-input-placeholder {
  color: #000;
}
.navbar-warning .navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.navbar-warning .navbar-toggler .navbar-toggler-icon:before {
  color: #fff;
}
.navbar-info {
  background-color: rgb(var(--info-rgb));
  color: #fff;
}
.navbar-info .nav-link {
  color: #fff !important;
}
.navbar-info .nav-link.active {
  background-color: var(--white-2);
  color: #000 !important;
}
.navbar-info .nav-link:hover {
  color: #000 !important;
}
.navbar-info .form-control {
  background-color: var(--white-2);
  color: #000;
}
.navbar-info .form-control:focus {
  border-color: var(--white-2);
}
.navbar-info .form-control::-webkit-input-placeholder {
  color: #000;
}
.navbar-info .navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.navbar-info .navbar-toggler .navbar-toggler-icon:before {
  color: #fff;
}
.navbar-success {
  background-color: rgb(var(--success-rgb));
  color: #fff;
}
.navbar-success .nav-link {
  color: #fff !important;
}
.navbar-success .nav-link.active {
  background-color: var(--white-2);
  color: #000 !important;
}
.navbar-success .nav-link:hover {
  color: #000 !important;
}
.navbar-success .form-control {
  background-color: var(--white-2);
  color: #000;
}
.navbar-success .form-control:focus {
  border-color: var(--white-2);
}
.navbar-success .form-control::-webkit-input-placeholder {
  color: #000;
}
.navbar-success .navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.navbar-success .navbar-toggler .navbar-toggler-icon:before {
  color: #fff;
}
.navbar-danger {
  background-color: rgb(var(--danger-rgb));
  color: #fff;
}
.navbar-danger .nav-link {
  color: #fff !important;
}
.navbar-danger .nav-link.active {
  background-color: var(--white-2);
  color: #000 !important;
}
.navbar-danger .nav-link:hover {
  color: #000 !important;
}
.navbar-danger .form-control {
  background-color: var(--white-2);
  color: #000;
}
.navbar-danger .form-control:focus {
  border-color: var(--white-2);
}
.navbar-danger .form-control::-webkit-input-placeholder {
  color: #000;
}
.navbar-danger .navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.navbar-danger .navbar-toggler .navbar-toggler-icon:before {
  color: #fff;
}
.navbar-dark {
  background-color: rgb(var(--dark-rgb));
  color: var(--custom-white);
}
.navbar-dark .nav-link {
  color: var(--custom-white) !important;
}
.navbar-dark .nav-link.active {
  background-color: var(--white-2);
  color: var(--custom-white) !important;
}
.navbar-dark .nav-link:hover {
  color: var(--custom-white) !important;
}
.navbar-dark .form-control {
  background-color: var(--white-2);
  color: #000;
}
.navbar-dark .form-control:focus {
  border-color: var(--white-2);
}
.navbar-dark .form-control::-webkit-input-placeholder {
  color: #000;
}
.navbar-dark .navbar-toggler {
  border: 1px solid var(--white-1);
}
.navbar-dark .navbar-toggler .navbar-toggler-icon:before {
  color: var(--custom-white);
}
.nav-item {
  margin-inline-end: 0.5rem;
}
.nav-item:last-child {
  margin-inline-end: 0;
}
.nav-link {
  color: rgb(var(--default-text-color-rgb));
  border-radius: 0;
  font-weight: 400;
}
.nav-link.active {
  background-color: var(--primary01);
  color: var(--primary-color);
}
.navbar-brand {
  color: rgb(var(--default-text-color-rgb));
}
.navbar-nav .nav-link.active,
.navbar-nav .show > .nav-link {
  color: var(--primary-color);
}
.nav-link.disabled {
  color: rgb(var(--default-text-color-rgb));
  opacity: 0.3;
}
.nav-tabs .nav-link.disabled,
.nav-tabs .nav-link:disabled {
  color: rgba(var(--dark-rgb), 0.5);
}
.navbar-text {
  color: rgb(var(--default-text-color-rgb));
}
.navbar-dark.bg-dark .nav-link,
.navbar-dark.bg-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #000;
  background-color: var(--primary-color);
}
.nav.nav-style-1 {
  border: 0;
}
.nav.nav-style-1 .nav-item {
  margin-inline-end: 0.25rem;
  line-height: 1.4;
}
.nav.nav-style-1 .nav-item:last-child {
  margin-inline-end: 0;
}
.nav.nav-style-1 .nav-link.active {
  background-color: var(--primary-color);
  color: #000;
}
.nav.nav-style-2 .nav-item .nav-link {
  border-block-start: 3px solid transparent;
}
.nav.nav-style-2 .nav-item .nav-link.active {
  background-color: var(--primary01);
  border-block-start: 3px solid var(--primary-color);
  color: var(--primary-color);
}
.nav.nav-style-3 .nav-link {
  border-radius: 0;
}
.nav.nav-style-3 .nav-link {
  border-block-end: 3px solid transparent;
}
.nav.nav-style-3 .nav-link.active {
  background-color: transparent;
  border-block-end: 3px solid var(--primary-color);
  color: var(--primary-color);
}
.nav.nav-style-4 {
  border: 0;
}
.nav.nav-style-4 .nav-link {
  color: var(--text-muted);
  border: 0;
}
.nav.nav-style-4 .nav-link.active {
  background-color: rgb(var(--light-rgb));
  color: rgb(var(--default-text-color-rgb));
  border: 0;
}
.nav.nav-style-4 .nav-link:hover,
.nav.nav-style-4 .nav-link:focus {
  border: 0;
}
.nav-tabs.nav-style-5 {
  border: 0;
}
.nav-tabs.nav-style-5 .nav-link {
  color: var(--text-muted);
  border: 0;
}
.nav-tabs.nav-style-5 .nav-link.active {
  background-color: var(--primary-color);
  color: #000;
  border: 0;
}
.nav-tabs.nav-style-5 .nav-link:hover,
.nav-tabs.nav-style-5 .nav-link:focus {
  border: 0;
}
.nav-style-6 {
  border: 0;
}
.nav-style-6.nav-pills .nav-link.active {
  border: 1px solid var(--primary-color);
  border-block-end: 2px solid var(--primary-color);
  background-color: transparent;
  color: var(--primary-color);
}
.nav-tabs-header {
  border: 0;
}
.nav-tabs-header .nav-item {
  margin-inline-end: 0.5rem;
}
.nav-tabs-header .nav-item:last-child {
  margin-inline-end: 0;
}
.nav-tabs-header .nav-item .nav-link {
  border: 1px solid transparent;
  font-size: 0.8rem;
  padding: 0.4rem 0.5rem;
  font-weight: 500;
}
.nav-tabs-header .nav-item .nav-link.active {
  background: var(--primary01);
  color: var(--primary-color);
  border: 1px solid transparent;
}
.nav-tabs-header .nav-item .nav-link:hover,
.nav-tabs-header .nav-item .nav-link:focus {
  border: 1px solid transparent;
}
.nav-tabs-footer {
  border: 0;
}
.nav-tabs-footer .nav-item {
  margin-inline-end: 0.5rem;
}
.nav-tabs-footer .nav-item:last-child {
  margin-inline-end: 0;
}
.nav-tabs-footer .nav-item .nav-link {
  background-color: transparent;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  font-size: 0.8rem;
}
.nav-tabs-footer .nav-item .nav-link.active {
  background: var(--primary-color);
  color: #000;
  border: 1px solid var(--primary-color);
}
.nav-tabs-footer .nav-item .nav-link:hover,
.nav-tabs-footer .nav-item .nav-link:focus {
  border: 1px solid var(--primary-color);
}
.vertical-tabs-2 {
  border: 0;
  margin-block-end: 1rem;
}
.vertical-tabs-2 .nav-item {
  margin-inline-end: 0.5rem;
}
.vertical-tabs-2 .nav-item:last-child {
  margin-inline-end: 0;
}
.vertical-tabs-2 .nav-item .nav-link {
  text-align: center;
  border: 1px solid var(--default-border);
  margin-bottom: 0.5rem;
  color: var(--text-muted);
  background-color: rgb(var(--light-rgb));
}
.vertical-tabs-2 .nav-item .nav-link i {
  font-size: 1rem;
}
.vertical-tabs-2 .nav-item .nav-link.active {
  background-color: var(--primary-color);
  color: #000;
  position: relative;
}
.vertical-tabs-2 .nav-item .nav-link.active:before {
  content: "";
  position: absolute;
  inset-inline-end: -0.5rem;
  inset-block-start: 38%;
  transform: rotate(45deg);
  width: 1rem;
  height: 1rem;
  background-color: var(--primary-color);
}
@media (min-width: 768px) {
  .vertical-tabs-2 {
    margin-block-end: 0;
  }
  .vertical-tabs-2 .nav-item .nav-link {
    min-width: 7.5rem;
    max-width: 7.5rem;
  }
}
.vertical-tabs-3 {
  border: 0;
}
.vertical-tabs-3 .nav-item {
  border: 0;
  margin-inline-end: 0.5rem;
}
.vertical-tabs-3 .nav-item:last-child {
  margin-inline-end: 0;
}
.vertical-tabs-3 .nav-item .nav-link {
  min-width: 160px;
  max-width: 160px;
  border: 1px solid var(--primary-color);
  padding: 1.3rem;
  margin-block-end: 0.5rem;
}
.vertical-tabs-3 .nav-item .nav-link i {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  font-size: 1rem;
  background: var(--primary-color);
  color: #000;
  border-radius: 3.125rem;
  font-weight: 500;
}
.vertical-tabs-3 .nav-item .nav-link.active {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #000;
}
.vertical-tabs-3 .nav-item .nav-link.active i {
  background: #000;
  color: var(--primary-color);
}
.vertical-tabs-3 .nav-item .nav-link:hover,
.vertical-tabs-3 .nav-item .nav-link:focus {
  border: 1px solid var(--primary-color);
}
@media screen and (max-width: 767px) {
  .vertical-tabs-3 .nav-item {
    margin-inline-end: 0rem;
  }
  .vertical-tabs-3 .nav-item .nav-link {
    min-width: auto;
    max-width: inherit;
    width: 100%;
  }
}
.nav-link:focus,
.nav-link:hover {
  color: var(--primary-color);
}
.nav-tabs {
  border-color: var(--default-border);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: rgb(var(--default-text-color-rgb));
  background-color: rgb(var(--light-rgb));
  border-color: var(--default-border);
}
.nav-tabs .nav-link {
  border-radius: 0;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: var(--black-1);
}
.nav.tab-style-1 {
  border-block-end: 0;
  padding: 0.65rem;
  background-color: rgb(var(--light-rgb));
  border-radius: 0.25rem;
  margin-block-end: 1rem;
}
.nav.tab-style-1 .nav-item {
  margin-inline-end: 0.5rem;
}
.nav.tab-style-1 .nav-item:last-child {
  margin-inline-end: 0;
}
.nav.tab-style-1 .nav-link {
  border-radius: 0.25rem;
  padding: 0.35rem 1rem;
  line-height: 1.4;
}
.nav.tab-style-1 .nav-link.active {
  background-color: var(--primary-color);
  color: #000;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  transition: color 0.15s ease-in;
}
.tab-content .tab-pane {
  padding: 1rem;
  border: 1px solid var(--default-border);
  border-radius: 0.25rem;
  color: rgb(var(--default-text-color-rgb));
}
.tab-content .tab-pane:focus-visible {
  outline: none !important;
}
.tab-style-2 {
  border-block-end: 0;
}
.tab-style-2 .nav-item {
  margin-inline-end: 0.5rem;
}
.tab-style-2 .nav-item:last-child {
  margin-inline-end: 0;
}
.tab-style-2 .nav-item .nav-link {
  border: 0;
}
.tab-style-2 .nav-item .nav-link i {
  width: 1.875rem;
  height: 1.875rem;
  padding: 0.35rem;
  line-height: 1.2;
  background-color: var(--primary01);
  color: rgb(var(--default-text-color-rgb));
  display: inline-block;
}
.tab-style-2 .nav-item .nav-link:hover {
  border: 0;
}
.tab-style-2 .nav-item .nav-link.active {
  background-color: transparent;
  position: relative;
  border: 0;
  color: var(--primary-color);
}
.tab-style-2 .nav-item .nav-link.active i {
  background-color: var(--primary01);
  color: var(--primary-color);
}
.tab-style-2 .nav-item .nav-link.active:before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-end: 0;
  width: 100%;
  height: 0.175rem;
  background-color: var(--primary-color);
  border-radius: 50px;
}
.tab-style-3 {
  border-block-end: 0;
}
.tab-style-3 .nav-item {
  position: relative;
  margin-inline-end: 0.5rem;
}
.tab-style-3 .nav-item:last-child {
  margin-inline-end: 0;
}
.tab-style-3 .nav-item .nav-link {
  position: relative;
  border: 0;
  font-size: 0.75rem;
}
.tab-style-3 .nav-item .nav-link:before {
  position: absolute;
  content: "";
  inset-block-end: -1.063rem;
  inset-inline-end: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 0.1rem;
  background-color: rgb(var(--light-rgb));
  border-radius: 50%;
}
.tab-style-3 .nav-item .nav-link:after {
  position: absolute;
  content: "";
  inset-block-end: -2rem;
  inset-inline-start: 1.75rem;
  inset-inline-end: 0;
  inset-inline-start: 30%;
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--custom-white);
  border-radius: 50%;
  border: 2px solid var(--default-border);
}
.tab-style-3 .nav-item .nav-link.home:after {
  content: "1";
}
.tab-style-3 .nav-item .nav-link.about:after {
  content: "2";
}
.tab-style-3 .nav-item .nav-link.services:after {
  content: "3";
}
.tab-style-3 .nav-item .nav-link:hover {
  border: 0;
}
.tab-style-3 .nav-item .nav-link.active {
  background-color: transparent;
  border: 0;
  color: var(--primary-color);
}
.tab-style-3 .nav-item .nav-link.active:before {
  background-color: var(--primary-color);
}
.tab-style-3 .nav-item .nav-link.active:after {
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.tab-style-4.nav-tabs {
  border: 0;
}
.tab-style-4.nav-tabs .nav-item {
  margin-inline-end: 0.5rem;
}
.tab-style-4.nav-tabs .nav-item:last-child {
  margin-inline-end: 0;
}
.tab-style-4.nav-tabs .nav-link {
  border: 0;
}
.tab-style-4.nav-tabs .nav-link:hover {
  border: 0;
}
.tab-style-4.nav-tabs .nav-link.active {
  background-color: transparent;
  border: 0;
  color: var(--primary-color);
  position: relative;
  overflow: hidden;
}
.tab-style-4.nav-tabs .nav-link.active::before {
  position: absolute;
  content: "";
  width: 0.75rem;
  inset-block-start: 31px;
  transform: rotate(45deg);
  inset-inline-start: 47%;
  overflow: hidden;
  z-index: 1;
  height: 0.75rem;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.tab-style-4.nav-tabs .nav-link.active:after {
  position: absolute;
  content: "";
  width: 40%;
  height: 1px;
  inset-inline-start: 30%;
  inset-block-end: 0;
  background-color: var(--primary-color);
}
#tab-style-4 .tab-pane.active {
  border: 1px solid var(--primary-color);
  background-color: var(--primary-color);
  color: #000;
}
.tab-style-5 .nav-item {
  margin-inline-end: 0.5rem;
}
.tab-style-5 .nav-item:last-child {
  margin-inline-end: 0;
}
.tab-style-5 .nav-item .nav-link.active {
  background: var(--primary-color);
}
.tab-style-6 {
  border: 0;
  background-color: var(--custom-white);
  border-radius: 0.25rem;
  color: var(--primary-color);
  padding: 0.5rem;
}
.tab-style-6 .nav-item {
  border: 0;
  margin-inline-end: 0.5rem;
}
.tab-style-6 .nav-item:last-child {
  margin-inline-end: 0;
}
.tab-style-6 .nav-item .nav-link {
  color: var(--primary-color);
  padding: 0.5rem 1rem;
  font-size: 0.813rem;
  border: 0;
  font-weight: 500;
}
.tab-style-6 .nav-item .nav-link.active {
  border: 0;
  background-color: var(--primary-color);
  color: #000;
  border: 0;
  box-shadow: 0px 3px 10px 0px rgba(var(--dark-rgb), 0.05);
}
.tab-style-6 .nav-item .nav-link:hover,
.tab-style-6 .nav-item .nav-link:focus {
  border: 0;
}
.tab-style-7 .nav-link {
  margin-block-end: 0.5rem;
  font-size: 0.813rem;
  color: var(--text-muted);
  text-align: start;
}
.tab-style-7 .nav-link:active,
.tab-style-7 .nav-link.active {
  background-color: var(--primary01);
  color: var(--primary-color);
}
.nav-style-1 .nav-item .nav-link.active {
  background-color: var(--primary01);
  color: var(--primary-color);
}
.page-link {
  color: rgb(var(--default-text-color-rgb));
  background-color: var(--custom-white);
  border: 1px solid var(--default-border);
}
.page-link:focus {
  box-shadow: none;
  background-color: rgb(var(--light-rgb));
  color: var(--primary-color);
}
.page-link:hover {
  color: var(--primary-color);
  background-color: rgb(var(--light-rgb));
  border-color: var(--default-border);
}
.page-item.active .page-link {
  color: #000;
  background-color: var(--primary-color);
  border-color: var(--default-border);
}
.disabled > .page-link,
.page-link.disabled {
  color: rgb(var(--default-text-color-rgb));
  background-color: var(--custom-white);
  border-color: var(--default-border);
  opacity: 0.7;
}
[dir=rtl] .pagination .page-link .bx-chevron-left::before {
  content: "\ea50";
}
[dir=rtl] .pagination .page-link .bx-chevron-right::before {
  content: "\ea4d";
}
[dir=rtl] .pagination .page-link .ri-arrow-right-s-line:before {
  content: "\ea64";
}
[dir=rtl] .pagination .page-link .ri-arrow-left-s-line:before {
  content: "\ea6e";
}
.pagination-style-1 .pagination .page-item {
  margin: 0 0.25rem;
}
.pagination-style-1 .pagination .page-item .page-link {
  border: 0;
  border-radius: 0.25rem;
  font-size: 0.8125rem;
  background-color: transparent;
}
.pagination-style-1 .pagination .page-item .page-link i {
  font-weight: 400;
}
.pagination-style-1 .pagination .page-item.active .page-link {
  border-radius: 0.25rem;
  background-color: var(--primary-color);
  color: #000;
}
.pagination-style-1 .pagination .page-item.active:hover .page-link {
  border-radius: 0.25rem;
  background-color: var(--primary-color);
  color: #000;
}
.pagination-style-1 .pagination .page-item:hover .page-link {
  background-color: rgb(var(--light-rgb));
  color: rgb(var(--default-text-color-rgb));
}
.pagination-style-2 .pagination {
  border-radius: 0.25rem;
}
.pagination-style-2 .pagination .page-item {
  margin: 0 0.25rem;
}
.pagination-style-2 .pagination .page-item .page-link {
  border: 0 !important;
  font-size: 0.8125rem;
  background-color: transparent;
}
.pagination-style-2 .pagination .page-item.active .page-link {
  color: var(--primary-color);
  position: relative;
  font-weight: bold;
}
.pagination-style-2 .pagination .page-item.active .page-link:before {
  position: absolute;
  content: "";
  inset-block-end: 0;
  inset-inline-start: 0;
  width: 100%;
  height: 0.1rem;
  background-color: var(--primary-color);
}
.pagination-style-2 .pagination .page-item:hover .page-link {
  background-color: transparent;
}
.pagination-style-3 .pagination {
  border-radius: 50px;
  padding: 0.25rem;
  align-items: center;
}
.pagination-style-3 .pagination .page-item {
  margin: 0 0.25rem;
}
.pagination-style-3 .pagination .page-item .page-link {
  border: 0;
  border-radius: 50px;
  font-size: 0.8125rem;
  background-color: transparent;
}
.pagination-style-3 .pagination .page-item .page-link i {
  font-weight: 400;
}
.pagination-style-3 .pagination .page-item.active .page-link {
  background-color: var(--primary-color);
  color: #000;
  line-height: 1.25;
}
.pagination-style-3 .pagination .page-item.active:hover .page-link {
  background-color: var(--primary-color);
}
.pagination-style-3 .pagination .page-item:hover .page-link {
  background-color: rgb(var(--light-rgb));
}
.pagination-style-4 .pagination .page-item .page-link {
  border: 0 !important;
  font-size: 0.8125rem;
  border-radius: 0.25rem;
  background-color: transparent;
}
.pagination-style-4 .pagination .page-item .page-link i {
  font-weight: 400;
}
.pagination-style-4 .pagination .page-item.active .page-link {
  border: 0;
  border-radius: 0.25rem;
  background-color: var(--primary-color);
  color: #000;
}
.pagination-style-4 .pagination .page-item.active:hover .page-link {
  background-color: var(--primary-color);
}
.pagination-style-4 .pagination .page-item:hover .page-link {
  background-color: transparent;
}
.custom-popover {
  --bs-popover-max-width: 12.5rem;
  --bs-popover-border-color: var(--primary-color);
  --bs-popover-header-bg: var(--primary-color);
  --bs-popover-header-color: #fff;
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 0.5rem;
}
.popover {
  background-color: var(--custom-white);
  border: 1px solid var(--default-border);
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  font-size: 0.8rem;
  border-radius: 0.25rem;
  z-index: 999;
}
.popover .popover-header {
  background-color: var(--custom-white);
  border-block-end: 1px solid var(--default-border);
  border-start-start-radius: 0.12rem;
  border-start-end-radius: 0.12rem;
}
.popover .popover-body {
  color: rgb(var(--default-text-color-rgb));
}
.popover.only-body {
  border-radius: 0.3rem;
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::before {
  border-top-color: rgb(var(--light-rgb));
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::before {
  border-right-color: rgb(var(--light-rgb));
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::before {
  border-left-color: rgb(var(--light-rgb));
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgb(var(--light-rgb));
}
.header-primary .popover-header {
  background-color: var(--primary-color);
  color: #000;
}
.header-primary.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.header-primary.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom-color: var(--primary-color);
}
.header-secondary .popover-header {
  background-color: rgb(var(--secondary-rgb));
  color: #000;
}
.header-secondary.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.header-secondary.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom-color: rgb(var(--secondary-rgb));
}
.header-warning .popover-header {
  background-color: rgb(var(--warning-rgb));
  color: #000;
}
.header-warning.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.header-warning.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom-color: rgb(var(--warning-rgb));
}
.header-info .popover-header {
  background-color: rgb(var(--info-rgb));
  color: #000;
}
.header-info.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.header-info.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom-color: rgb(var(--info-rgb));
}
.header-success .popover-header {
  background-color: rgb(var(--success-rgb));
  color: #000;
}
.header-success.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.header-success.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom-color: rgb(var(--success-rgb));
}
.header-danger .popover-header {
  background-color: rgb(var(--danger-rgb));
  color: #000;
}
.header-danger.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.header-danger.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  border-bottom-color: rgb(var(--danger-rgb));
}
.popover-primary.popover {
  border: 1px solid var(--primary-color);
  background-color: #fff;
}
.popover-primary.popover .popover-header {
  background-color: var(--primary-color);
  border-block-end: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
}
.popover-primary.popover .popover-body {
  background-color: var(--primary-color);
  color: #000;
}
.popover-primary.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-primary.bs-popover-top > .popover-arrow::after,
.popover-primary.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-primary.bs-popover-top > .popover-arrow::before {
  border-top-color: var(--primary-color);
}
.popover-primary.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-primary.bs-popover-end > .popover-arrow::after,
.popover-primary.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-primary.bs-popover-end > .popover-arrow::before {
  border-right-color: var(--primary-color);
}
.popover-primary.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-primary.bs-popover-start > .popover-arrow::after,
.popover-primary.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-primary.bs-popover-start > .popover-arrow::before {
  border-left-color: var(--primary-color);
}
.popover-primary.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-primary.bs-popover-bottom > .popover-arrow::after,
.popover-primary.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-primary.bs-popover-bottom > .popover-arrow::before,
.popover-primary.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-primary.bs-popover-bottom .popover-header::before {
  border-bottom-color: var(--primary-color);
}
.popover-secondary.popover {
  border: 1px solid rgb(var(--secondary-rgb));
  background-color: #fff;
}
.popover-secondary.popover .popover-header {
  background-color: rgb(var(--secondary-rgb));
  border-block-end: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
}
.popover-secondary.popover .popover-body {
  background-color: rgb(var(--secondary-rgb));
  color: #000;
}
.popover-secondary.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-secondary.bs-popover-top > .popover-arrow::after,
.popover-secondary.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-secondary.bs-popover-top > .popover-arrow::before {
  border-top-color: rgb(var(--secondary-rgb));
}
.popover-secondary.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-secondary.bs-popover-end > .popover-arrow::after,
.popover-secondary.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-secondary.bs-popover-end > .popover-arrow::before {
  border-right-color: rgb(var(--secondary-rgb));
}
.popover-secondary.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-secondary.bs-popover-start > .popover-arrow::after,
.popover-secondary.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-secondary.bs-popover-start > .popover-arrow::before {
  border-left-color: rgb(var(--secondary-rgb));
}
.popover-secondary.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-secondary.bs-popover-bottom > .popover-arrow::after,
.popover-secondary.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-secondary.bs-popover-bottom > .popover-arrow::before,
.popover-secondary.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-secondary.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgb(var(--secondary-rgb));
}
.popover-warning.popover {
  border: 1px solid rgb(var(--warning-rgb));
  background-color: #fff;
}
.popover-warning.popover .popover-header {
  background-color: rgb(var(--warning-rgb));
  border-block-end: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
}
.popover-warning.popover .popover-body {
  background-color: rgb(var(--warning-rgb));
  color: #000;
}
.popover-warning.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-warning.bs-popover-top > .popover-arrow::after,
.popover-warning.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-warning.bs-popover-top > .popover-arrow::before {
  border-top-color: rgb(var(--warning-rgb));
}
.popover-warning.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-warning.bs-popover-end > .popover-arrow::after,
.popover-warning.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-warning.bs-popover-end > .popover-arrow::before {
  border-right-color: rgb(var(--warning-rgb));
}
.popover-warning.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-warning.bs-popover-start > .popover-arrow::after,
.popover-warning.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-warning.bs-popover-start > .popover-arrow::before {
  border-left-color: rgb(var(--warning-rgb));
}
.popover-warning.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-warning.bs-popover-bottom > .popover-arrow::after,
.popover-warning.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-warning.bs-popover-bottom > .popover-arrow::before,
.popover-warning.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-warning.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgb(var(--warning-rgb));
}
.popover-info.popover {
  border: 1px solid rgb(var(--info-rgb));
  background-color: #fff;
}
.popover-info.popover .popover-header {
  background-color: rgb(var(--info-rgb));
  border-block-end: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
}
.popover-info.popover .popover-body {
  background-color: rgb(var(--info-rgb));
  color: #000;
}
.popover-info.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-info.bs-popover-top > .popover-arrow::after,
.popover-info.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-info.bs-popover-top > .popover-arrow::before {
  border-top-color: rgb(var(--info-rgb));
}
.popover-info.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-info.bs-popover-end > .popover-arrow::after,
.popover-info.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-info.bs-popover-end > .popover-arrow::before {
  border-right-color: rgb(var(--info-rgb));
}
.popover-info.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-info.bs-popover-start > .popover-arrow::after,
.popover-info.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-info.bs-popover-start > .popover-arrow::before {
  border-left-color: rgb(var(--info-rgb));
}
.popover-info.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-info.bs-popover-bottom > .popover-arrow::after,
.popover-info.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-info.bs-popover-bottom > .popover-arrow::before,
.popover-info.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-info.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgb(var(--info-rgb));
}
.popover-success.popover {
  border: 1px solid rgb(var(--success-rgb));
  background-color: #fff;
}
.popover-success.popover .popover-header {
  background-color: rgb(var(--success-rgb));
  border-block-end: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
}
.popover-success.popover .popover-body {
  background-color: rgb(var(--success-rgb));
  color: #000;
}
.popover-success.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-success.bs-popover-top > .popover-arrow::after,
.popover-success.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-success.bs-popover-top > .popover-arrow::before {
  border-top-color: rgb(var(--success-rgb));
}
.popover-success.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-success.bs-popover-end > .popover-arrow::after,
.popover-success.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-success.bs-popover-end > .popover-arrow::before {
  border-right-color: rgb(var(--success-rgb));
}
.popover-success.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-success.bs-popover-start > .popover-arrow::after,
.popover-success.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-success.bs-popover-start > .popover-arrow::before {
  border-left-color: rgb(var(--success-rgb));
}
.popover-success.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-success.bs-popover-bottom > .popover-arrow::after,
.popover-success.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-success.bs-popover-bottom > .popover-arrow::before,
.popover-success.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-success.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgb(var(--success-rgb));
}
.popover-danger.popover {
  border: 1px solid rgb(var(--danger-rgb));
  background-color: #fff;
}
.popover-danger.popover .popover-header {
  background-color: rgb(var(--danger-rgb));
  border-block-end: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.popover-danger.popover .popover-body {
  background-color: rgb(var(--danger-rgb));
  color: #fff;
}
.popover-danger.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-danger.bs-popover-top > .popover-arrow::after,
.popover-danger.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-danger.bs-popover-top > .popover-arrow::before {
  border-top-color: rgb(var(--danger-rgb));
}
.popover-danger.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-danger.bs-popover-end > .popover-arrow::after,
.popover-danger.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-danger.bs-popover-end > .popover-arrow::before {
  border-right-color: rgb(var(--danger-rgb));
}
.popover-danger.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-danger.bs-popover-start > .popover-arrow::after,
.popover-danger.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-danger.bs-popover-start > .popover-arrow::before {
  border-left-color: rgb(var(--danger-rgb));
}
.popover-danger.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-danger.bs-popover-bottom > .popover-arrow::after,
.popover-danger.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-danger.bs-popover-bottom > .popover-arrow::before,
.popover-danger.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-danger.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgb(var(--danger-rgb));
}
.popover-purple.popover {
  border: 1px solid rgb(var(--purple-rgb));
  background-color: #fff;
}
.popover-purple.popover .popover-header {
  background-color: rgb(var(--purple-rgb));
  border-block-end: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
}
.popover-purple.popover .popover-body {
  background-color: rgb(var(--purple-rgb));
  color: #fff;
}
.popover-purple.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-purple.bs-popover-top > .popover-arrow::after,
.popover-purple.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-purple.bs-popover-top > .popover-arrow::before {
  border-top-color: rgb(var(--purple-rgb));
}
.popover-purple.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-purple.bs-popover-end > .popover-arrow::after,
.popover-purple.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-purple.bs-popover-end > .popover-arrow::before {
  border-right-color: rgb(var(--purple-rgb));
}
.popover-purple.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-purple.bs-popover-start > .popover-arrow::after,
.popover-purple.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-purple.bs-popover-start > .popover-arrow::before {
  border-left-color: rgb(var(--purple-rgb));
}
.popover-purple.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-purple.bs-popover-bottom > .popover-arrow::after,
.popover-purple.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-purple.bs-popover-bottom > .popover-arrow::before,
.popover-purple.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-purple.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgb(var(--purple-rgb));
}
.popover-teal.popover {
  border: 1px solid rgb(var(--teal-rgb));
  background-color: #fff;
}
.popover-teal.popover .popover-header {
  background-color: rgb(var(--teal-rgb));
  border-block-end: 1px solid rgba(0, 0, 0, 0.1);
  color: #000;
}
.popover-teal.popover .popover-body {
  background-color: rgb(var(--teal-rgb));
  color: #000;
}
.popover-teal.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-teal.bs-popover-top > .popover-arrow::after,
.popover-teal.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-teal.bs-popover-top > .popover-arrow::before {
  border-top-color: rgb(var(--teal-rgb));
}
.popover-teal.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-teal.bs-popover-end > .popover-arrow::after,
.popover-teal.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-teal.bs-popover-end > .popover-arrow::before {
  border-right-color: rgb(var(--teal-rgb));
}
.popover-teal.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-teal.bs-popover-start > .popover-arrow::after,
.popover-teal.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-teal.bs-popover-start > .popover-arrow::before {
  border-left-color: rgb(var(--teal-rgb));
}
.popover-teal.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-teal.bs-popover-bottom > .popover-arrow::after,
.popover-teal.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-teal.bs-popover-bottom > .popover-arrow::before,
.popover-teal.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-teal.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgb(var(--teal-rgb));
}
.popover-primary-light.popover {
  border: 1px solid var(--primary01);
}
.popover-primary-light.popover .popover-header {
  background-color: var(--primary01);
  border-block-end: 1px solid var(--primary01);
  color: var(--primary-color);
  border-radius: 0;
}
.popover-primary-light.popover .popover-body {
  background-color: var(--primary01);
  color: var(--primary-color);
}
.popover-primary-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-primary-light.bs-popover-top > .popover-arrow::after,
.popover-primary-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-primary-light.bs-popover-top > .popover-arrow::before {
  border-top-color: var(--primary01);
}
.popover-primary-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-primary-light.bs-popover-end > .popover-arrow::after,
.popover-primary-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-primary-light.bs-popover-end > .popover-arrow::before {
  border-right-color: var(--primary01);
}
.popover-primary-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-primary-light.bs-popover-start > .popover-arrow::after,
.popover-primary-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-primary-light.bs-popover-start > .popover-arrow::before {
  border-left-color: var(--primary01);
}
.popover-primary-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-primary-light.bs-popover-bottom > .popover-arrow::after,
.popover-primary-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-primary-light.bs-popover-bottom > .popover-arrow::before,
.popover-primary-light.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-primary-light.bs-popover-bottom .popover-header::before {
  border-bottom-color: var(--primary01);
}
.popover-secondary-light.popover {
  border: 1px solid rgba(var(--secondary-rgb), 0.1);
}
.popover-secondary-light.popover .popover-header {
  background-color: rgba(var(--secondary-rgb), 0.1);
  border-block-end: 1px solid rgba(var(--secondary-rgb), 0.1);
  color: rgb(var(--secondary-rgb));
  border-radius: 0;
}
.popover-secondary-light.popover .popover-body {
  background-color: rgba(var(--secondary-rgb), 0.1);
  color: rgb(var(--secondary-rgb));
}
.popover-secondary-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-secondary-light.bs-popover-top > .popover-arrow::after,
.popover-secondary-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-secondary-light.bs-popover-top > .popover-arrow::before {
  border-top-color: rgba(var(--secondary-rgb), 0.1);
}
.popover-secondary-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-secondary-light.bs-popover-end > .popover-arrow::after,
.popover-secondary-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-secondary-light.bs-popover-end > .popover-arrow::before {
  border-right-color: rgba(var(--secondary-rgb), 0.1);
}
.popover-secondary-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-secondary-light.bs-popover-start > .popover-arrow::after,
.popover-secondary-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-secondary-light.bs-popover-start > .popover-arrow::before {
  border-left-color: rgba(var(--secondary-rgb), 0.1);
}
.popover-secondary-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-secondary-light.bs-popover-bottom > .popover-arrow::after,
.popover-secondary-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-secondary-light.bs-popover-bottom > .popover-arrow::before,
.popover-secondary-light.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-secondary-light.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgba(var(--secondary-rgb), 0.1);
}
.popover-warning-light.popover {
  border: 1px solid rgba(var(--warning-rgb), 0.1);
}
.popover-warning-light.popover .popover-header {
  background-color: rgba(var(--warning-rgb), 0.1);
  border-block-end: 1px solid rgba(var(--warning-rgb), 0.1);
  color: rgb(var(--warning-rgb));
  border-radius: 0;
}
.popover-warning-light.popover .popover-body {
  background-color: rgba(var(--warning-rgb), 0.1);
  color: rgb(var(--warning-rgb));
}
.popover-warning-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-warning-light.bs-popover-top > .popover-arrow::after,
.popover-warning-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-warning-light.bs-popover-top > .popover-arrow::before {
  border-top-color: rgba(var(--warning-rgb), 0.1);
}
.popover-warning-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-warning-light.bs-popover-end > .popover-arrow::after,
.popover-warning-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-warning-light.bs-popover-end > .popover-arrow::before {
  border-right-color: rgba(var(--warning-rgb), 0.1);
}
.popover-warning-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-warning-light.bs-popover-start > .popover-arrow::after,
.popover-warning-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-warning-light.bs-popover-start > .popover-arrow::before {
  border-left-color: rgba(var(--warning-rgb), 0.1);
}
.popover-warning-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-warning-light.bs-popover-bottom > .popover-arrow::after,
.popover-warning-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-warning-light.bs-popover-bottom > .popover-arrow::before,
.popover-warning-light.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-warning-light.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgba(var(--warning-rgb), 0.1);
}
.popover-info-light.popover {
  border: 1px solid rgba(var(--info-rgb), 0.1);
}
.popover-info-light.popover .popover-header {
  background-color: rgba(var(--info-rgb), 0.1);
  border-block-end: 1px solid rgba(var(--info-rgb), 0.1);
  color: rgb(var(--info-rgb));
  border-radius: 0;
}
.popover-info-light.popover .popover-body {
  background-color: rgba(var(--info-rgb), 0.1);
  color: rgb(var(--info-rgb));
}
.popover-info-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-info-light.bs-popover-top > .popover-arrow::after,
.popover-info-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-info-light.bs-popover-top > .popover-arrow::before {
  border-top-color: rgba(var(--info-rgb), 0.1);
}
.popover-info-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-info-light.bs-popover-end > .popover-arrow::after,
.popover-info-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-info-light.bs-popover-end > .popover-arrow::before {
  border-right-color: rgba(var(--info-rgb), 0.1);
}
.popover-info-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-info-light.bs-popover-start > .popover-arrow::after,
.popover-info-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-info-light.bs-popover-start > .popover-arrow::before {
  border-left-color: rgba(var(--info-rgb), 0.1);
}
.popover-info-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-info-light.bs-popover-bottom > .popover-arrow::after,
.popover-info-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-info-light.bs-popover-bottom > .popover-arrow::before,
.popover-info-light.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-info-light.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgba(var(--info-rgb), 0.1);
}
.popover-success-light.popover {
  border: 1px solid rgba(var(--success-rgb), 0.1);
}
.popover-success-light.popover .popover-header {
  background-color: rgba(var(--success-rgb), 0.1);
  border-block-end: 1px solid rgba(var(--success-rgb), 0.1);
  color: rgb(var(--success-rgb));
  border-radius: 0;
}
.popover-success-light.popover .popover-body {
  background-color: rgba(var(--success-rgb), 0.1);
  color: rgb(var(--success-rgb));
}
.popover-success-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-success-light.bs-popover-top > .popover-arrow::after,
.popover-success-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-success-light.bs-popover-top > .popover-arrow::before {
  border-top-color: rgba(var(--success-rgb), 0.1);
}
.popover-success-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-success-light.bs-popover-end > .popover-arrow::after,
.popover-success-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-success-light.bs-popover-end > .popover-arrow::before {
  border-right-color: rgba(var(--success-rgb), 0.1);
}
.popover-success-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-success-light.bs-popover-start > .popover-arrow::after,
.popover-success-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-success-light.bs-popover-start > .popover-arrow::before {
  border-left-color: rgba(var(--success-rgb), 0.1);
}
.popover-success-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-success-light.bs-popover-bottom > .popover-arrow::after,
.popover-success-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-success-light.bs-popover-bottom > .popover-arrow::before,
.popover-success-light.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-success-light.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgba(var(--success-rgb), 0.1);
}
.popover-danger-light.popover {
  border: 1px solid rgba(var(--danger-rgb), 0.1);
}
.popover-danger-light.popover .popover-header {
  background-color: rgba(var(--danger-rgb), 0.1);
  border-block-end: 1px solid rgba(var(--danger-rgb), 0.1);
  color: rgb(var(--danger-rgb));
  border-radius: 0;
}
.popover-danger-light.popover .popover-body {
  background-color: rgba(var(--danger-rgb), 0.1);
  color: rgb(var(--danger-rgb));
}
.popover-danger-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-danger-light.bs-popover-top > .popover-arrow::after,
.popover-danger-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-danger-light.bs-popover-top > .popover-arrow::before {
  border-top-color: rgba(var(--danger-rgb), 0.1);
}
.popover-danger-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-danger-light.bs-popover-end > .popover-arrow::after,
.popover-danger-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-danger-light.bs-popover-end > .popover-arrow::before {
  border-right-color: rgba(var(--danger-rgb), 0.1);
}
.popover-danger-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-danger-light.bs-popover-start > .popover-arrow::after,
.popover-danger-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-danger-light.bs-popover-start > .popover-arrow::before {
  border-left-color: rgba(var(--danger-rgb), 0.1);
}
.popover-danger-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-danger-light.bs-popover-bottom > .popover-arrow::after,
.popover-danger-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-danger-light.bs-popover-bottom > .popover-arrow::before,
.popover-danger-light.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-danger-light.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgba(var(--danger-rgb), 0.1);
}
.popover-purple-light.popover {
  border: 1px solid rgba(var(--purple-rgb), 0.1);
}
.popover-purple-light.popover .popover-header {
  background-color: rgba(var(--purple-rgb), 0.1);
  border-block-end: 1px solid rgba(var(--purple-rgb), 0.1);
  color: rgb(var(--purple-rgb));
  border-radius: 0;
}
.popover-purple-light.popover .popover-body {
  background-color: rgba(var(--purple-rgb), 0.1);
  color: rgb(var(--purple-rgb));
}
.popover-purple-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-purple-light.bs-popover-top > .popover-arrow::after,
.popover-purple-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-purple-light.bs-popover-top > .popover-arrow::before {
  border-top-color: rgba(var(--purple-rgb), 0.1);
}
.popover-purple-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-purple-light.bs-popover-end > .popover-arrow::after,
.popover-purple-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-purple-light.bs-popover-end > .popover-arrow::before {
  border-right-color: rgba(var(--purple-rgb), 0.1);
}
.popover-purple-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-purple-light.bs-popover-start > .popover-arrow::after,
.popover-purple-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-purple-light.bs-popover-start > .popover-arrow::before {
  border-left-color: rgba(var(--purple-rgb), 0.1);
}
.popover-purple-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-purple-light.bs-popover-bottom > .popover-arrow::after,
.popover-purple-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-purple-light.bs-popover-bottom > .popover-arrow::before,
.popover-purple-light.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-purple-light.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgba(var(--purple-rgb), 0.1);
}
.popover-teal-light.popover {
  border: 1px solid rgba(var(--teal-rgb), 0.1);
}
.popover-teal-light.popover .popover-header {
  background-color: rgba(var(--teal-rgb), 0.1);
  border-block-end: 1px solid rgba(var(--teal-rgb), 0.1);
  color: rgb(var(--teal-rgb));
  border-radius: 0;
}
.popover-teal-light.popover .popover-body {
  background-color: rgba(var(--teal-rgb), 0.1);
  color: rgb(var(--teal-rgb));
}
.popover-teal-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.popover-teal-light.bs-popover-top > .popover-arrow::after,
.popover-teal-light.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.popover-teal-light.bs-popover-top > .popover-arrow::before {
  border-top-color: rgba(var(--teal-rgb), 0.1);
}
.popover-teal-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.popover-teal-light.bs-popover-end > .popover-arrow::after,
.popover-teal-light.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.popover-teal-light.bs-popover-end > .popover-arrow::before {
  border-right-color: rgba(var(--teal-rgb), 0.1);
}
.popover-teal-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.popover-teal-light.bs-popover-start > .popover-arrow::after,
.popover-teal-light.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.popover-teal-light.bs-popover-start > .popover-arrow::before {
  border-left-color: rgba(var(--teal-rgb), 0.1);
}
.popover-teal-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.popover-teal-light.bs-popover-bottom > .popover-arrow::after,
.popover-teal-light.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.popover-teal-light.bs-popover-bottom > .popover-arrow::before,
.popover-teal-light.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.popover-teal-light.bs-popover-bottom .popover-header::before {
  border-bottom-color: rgba(var(--teal-rgb), 0.1);
}
.progress {
  background-color: var(--black-1);
  height: 0.75rem;
  border-radius: 0.25rem;
}
.progress-stacked {
  background-color: rgb(var(--light-rgb));
}
.progress-bar {
  color: #000;
  background-color: var(--primary-color);
}
@keyframes progress-animate {
  0% {
    width: 0;
  }
}
@keyframes progress-animate-infinite {
  0% {
    width: 0;
  }
  50% {
    width: 70%;
  }
  100% {
    width: 0;
  }
}
.progress-animate {
  position: relative;
  border-radius: 0.25rem;
}
.progress-animate .progress-bar {
  position: relative;
  border-radius: 0.625rem;
  animation: 2s progress-animate;
}
.progress-animate-infinite {
  position: relative;
}
.progress-animate-infinite .progress-bar {
  position: relative;
  animation: 2s progress-animate-infinite infinite;
}
.progress.progress-xs,
.progress-stacked.progress-xs {
  height: 0.25rem;
}
.progress.progress-sm,
.progress-stacked.progress-sm {
  height: 0.5rem;
}
.progress.progress-lg,
.progress-stacked.progress-lg {
  height: 1rem;
}
.progress.progress-xl,
.progress-stacked.progress-xl {
  height: 1.25rem;
}
.progress-custom {
  overflow: visible;
  position: relative;
}
.progress-custom .progress-bar {
  position: relative;
  overflow: visible;
}
.progress-custom .progress-bar:after {
  content: "";
  width: 1.15rem;
  height: 1.15rem;
  border-radius: 50%;
  box-shadow: 0 0.313rem 0.313rem var(--primary02);
  background: #fff;
  position: absolute;
  inset-inline-end: -0.375rem;
  inset-block-start: -0.375rem;
  border: 0.25rem solid var(--primary-color);
}
.progress-custom .progress-bar.bg-warning:after {
  border: 0.25rem solid rgb(var(--warning-rgb));
  box-shadow: 0 0.313rem 0.313rem rgba(var(--warning-rgb), 0.2);
}
.progress-custom .progress-bar.bg-info:after {
  border: 0.25rem solid rgb(var(--info-rgb));
  box-shadow: 0 0.313rem 0.313rem rgba(var(--info-rgb), 0.2);
}
.progress-custom .progress-bar.bg-success:after {
  border: 0.25rem solid rgb(var(--success-rgb));
  box-shadow: 0 0.313rem 0.313rem rgba(var(--success-rgb), 0.2);
}
.progress-custom .progress-bar.bg-danger:after {
  border: 0.25rem solid rgb(var(--danger-rgb));
  box-shadow: 0 0.313rem 0.313rem rgba(var(--danger-rgb), 0.2);
}
.progress-custom .progress-bar-title {
  padding: 0.313rem 0.625rem;
  margin: 0;
  background: var(--primary-color);
  border-radius: 0.313rem 0 0 0.313rem;
  font-size: 0.625rem;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  position: absolute;
  inset-block-start: -0.438rem;
  inset-inline-start: 0;
  z-index: 1;
}
.progress-custom .progress-bar-title:after {
  content: "";
  border-inline-start: 1.063rem solid var(--primary-color);
  border-block-start: 0.688rem solid transparent;
  border-block-end: 0.688rem solid transparent;
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: -1.063rem;
}
.progress-custom .progress-bar-title.bg-secondary {
  background-color: rgb(var(--secondary-rgb));
}
.progress-custom .progress-bar-title.bg-secondary:after {
  border-inline-start: 1.063rem solid rgb(var(--secondary-rgb));
}
.progress-custom .progress-bar-title.bg-success {
  background-color: rgb(var(--success-rgb));
}
.progress-custom .progress-bar-title.bg-success:after {
  border-inline-start: 1.063rem solid rgb(var(--success-rgb));
}
.progress-custom .progress-bar-title.bg-warning {
  background-color: rgb(var(--warning-rgb));
}
.progress-custom .progress-bar-title.bg-warning:after {
  border-inline-start: 1.063rem solid rgb(var(--warning-rgb));
}
.progress-custom .progress-bar-title.bg-danger {
  background-color: rgb(var(--danger-rgb));
}
.progress-custom .progress-bar-title.bg-danger:after {
  border-inline-start: 1.063rem solid rgb(var(--danger-rgb));
}
.progress-custom .progress-bar-title.bg-info {
  background-color: rgb(var(--info-rgb));
}
.progress-custom .progress-bar-title.bg-info:after {
  border-inline-start: 1.063rem solid rgb(var(--info-rgb));
}
.progress-custom .progress-bar-value {
  width: 1.875rem;
  height: 1.25rem;
  line-height: 1.25rem;
  border-radius: 0.188rem;
  background: var(--primary-color);
  box-shadow: 0 0.313rem 0.313rem rgba(0, 0, 0, 0.4);
  font-size: 0.625rem;
  font-weight: 400;
  color: #000;
  text-align: center;
  position: absolute;
  inset-block-end: 1.5rem;
  inset-inline-end: -0.688rem;
}
.progress-custom .progress-bar-value:after {
  content: "";
  border-block-start: 0.438rem solid var(--primary-color);
  border-inline-start: 0.438rem solid transparent;
  border-inline-end: 0.438rem solid transparent;
  position: absolute;
  inset-block-end: -0.375rem;
  inset-inline-start: 28%;
}
.progress-custom .progress-bar-value.bg-secondary {
  background-color: rgb(var(--secondary-rgb));
}
.progress-custom .progress-bar-value.bg-secondary:after {
  border-block-start: 0.438rem solid rgb(var(--secondary-rgb));
}
.progress-custom .progress-bar-value.bg-success {
  background-color: rgb(var(--success-rgb));
}
.progress-custom .progress-bar-value.bg-success:after {
  border-block-start: 0.438rem solid rgb(var(--success-rgb));
}
.progress-custom .progress-bar-value.bg-warning {
  background-color: rgb(var(--warning-rgb));
}
.progress-custom .progress-bar-value.bg-warning:after {
  border-block-start: 0.438rem solid rgb(var(--warning-rgb));
}
.progress-custom .progress-bar-value.bg-danger {
  background-color: rgb(var(--danger-rgb));
}
.progress-custom .progress-bar-value.bg-danger:after {
  border-block-start: 0.438rem solid rgb(var(--danger-rgb));
}
.progress-custom .progress-bar-value.bg-info {
  background-color: rgb(var(--info-rgb));
}
.progress-custom .progress-bar-value.bg-info:after {
  border-block-start: 0.438rem solid rgb(var(--info-rgb));
}
[dir=rtl] .progress-bar-title {
  border-radius: 0 0.313rem 0.313rem 0;
}
.progress-item-1,
.progress-item-2,
.progress-item-3 {
  position: absolute;
  margin-block-start: -0.25rem;
  z-index: 1;
  height: 0.938rem;
  width: 0.938rem;
  border-radius: 1.563rem;
  background-color: rgb(var(--light-rgb));
}
.progress-item-1 {
  inset-inline-start: 25%;
}
.progress-item-2 {
  inset-inline-start: 50%;
}
.progress-item-3 {
  inset-inline-start: 75%;
}
.custom-progress-3 {
  overflow: visible;
  border-radius: 0.625rem;
}
.custom-progress-3 .progress-bar {
  position: relative;
  overflow: visible;
  margin: 0.313rem;
  border-radius: 0.25rem;
}
.custom-progress-3 .progress-bar:before {
  content: "";
  position: absolute;
  width: 0.25rem;
  height: 0.25rem;
  inset-inline-start: 0.125rem;
  background-color: var(--custom-white);
  border-radius: 50%;
}
.custom-progress-3 .progress-bar .progress-bar-value {
  border: 0.125rem solid var(--primary-color);
  width: 2.5rem;
  height: 1.563rem;
  line-height: 1.313rem;
  border-radius: 3.125rem;
  background: var(--custom-white);
  font-size: 0.625rem;
  font-weight: 400;
  color: var(--primary-color);
  text-align: center;
  position: absolute;
  inset-inline-end: -0.625rem;
}
.custom-progress-3 .progress-bar .progress-bar-value.secondary {
  border: 0.125rem solid rgb(var(--secondary-rgb));
  color: rgb(var(--secondary-rgb));
}
.custom-progress-3 .progress-bar .progress-bar-value.warning {
  border: 0.125rem solid rgb(var(--warning-rgb));
  color: rgb(var(--warning-rgb));
}
.custom-progress-3 .progress-bar .progress-bar-value.info {
  border: 0.125rem solid rgb(var(--info-rgb));
  color: rgb(var(--info-rgb));
}
.custom-progress-3 .progress-bar .progress-bar-value.success {
  border: 0.125rem solid rgb(var(--success-rgb));
  color: rgb(var(--success-rgb));
}
.custom-progress-3 .progress-bar .progress-bar-value.danger {
  border: 0.125rem solid rgb(var(--danger-rgb));
  color: rgb(var(--danger-rgb));
}
.custom-progress-4.progress {
  background-color: var(--primary01);
  border-radius: 0.25rem;
}
.custom-progress-4.progress.secondary {
  background-color: rgba(var(--secondary-rgb), 0.1);
}
.custom-progress-4.progress.secondary .progress-bar-label {
  color: rgb(var(--secondary-rgb));
}
.custom-progress-4.progress.warning {
  background-color: rgba(var(--warning-rgb), 0.1);
}
.custom-progress-4.progress.warning .progress-bar-label {
  color: rgb(var(--warning-rgb));
}
.custom-progress-4.progress.info {
  background-color: rgba(var(--info-rgb), 0.1);
}
.custom-progress-4.progress.info .progress-bar-label {
  color: rgb(var(--info-rgb));
}
.custom-progress-4.progress.success {
  background-color: rgba(var(--success-rgb), 0.1);
}
.custom-progress-4.progress.success .progress-bar-label {
  color: rgb(var(--success-rgb));
}
.custom-progress-4.progress.danger {
  background-color: rgba(var(--danger-rgb), 0.1);
}
.custom-progress-4.progress.danger .progress-bar-label {
  color: rgb(var(--danger-rgb));
}
.custom-progress-4.progress .progress-bar {
  border-radius: 0.25rem;
}
.custom-progress-4.progress .progress-bar-label {
  position: absolute;
  inset-inline-end: 0.313rem;
  font-weight: 400;
  font-size: 0.813rem;
  color: var(--primary-color);
}
.custom-progress-padding {
  padding: 0.1rem;
}
caption {
  color: var(--text-muted);
  font-weight: 700;
}
.table {
  --bs-table-bg: rgba(0, 0, 0, 0.1);
  color: rgb(var(--default-text-color-rgb));
  border-color: var(--default-border);
  margin-block-end: 0;
}
.table tbody tr th {
  font-weight: 400;
}
.table th,
.table td {
  padding: 0.75rem 1.25rem;
  vertical-align: middle;
  line-height: 1.462;
  font-size: 0.813rem;
  font-weight: 400;
}
.table thead tr th {
  font-weight: 500;
  font-size: 0.85rem;
}
.table.table-sm > :not(caption) > * > * {
  padding: 0.3rem;
}
.table.table-dark {
  color: var(--white-7);
  border-color: rgba(255, 255, 255, 0.1);
}
.table.table-primary {
  background-color: rgba(var(--primary-rgb), 0.1);
  color: #fff;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--primary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--primary-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--primary-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--primary-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--primary-rgb), 0.2);
}
.table.table-primary > :not(caption) > * > * {
  --bs-table-bg: rgba(var(--primary-rgb), 0.1);
  color: #fff;
}
.table.table-primary.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--primary-rgb), 0.2);
  color: #fff;
}
.table.table-primary.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--primary-rgb), 0.4);
  color: #fff;
}
.table.table-primary .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--primary-rgb));
  color: #fff;
}
.table.table-secondary {
  background-color: rgba(var(--secondary-rgb), 0.1);
  color: #fff;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--secondary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--secondary-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--secondary-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--secondary-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--secondary-rgb), 0.2);
}
.table.table-secondary > :not(caption) > * > * {
  --bs-table-bg: rgba(var(--secondary-rgb), 0.1);
  color: #fff;
}
.table.table-secondary.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--secondary-rgb), 0.2);
  color: #fff;
}
.table.table-secondary.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--secondary-rgb), 0.4);
  color: #fff;
}
.table.table-secondary .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--secondary-rgb));
  color: #fff;
}
.table.table-warning {
  background-color: rgba(var(--warning-rgb), 0.1);
  color: #fff;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--warning-rgb), 0.1);
  --bs-table-border-color: rgba(var(--warning-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--warning-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--warning-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--warning-rgb), 0.2);
}
.table.table-warning > :not(caption) > * > * {
  --bs-table-bg: rgba(var(--warning-rgb), 0.1);
  color: #fff;
}
.table.table-warning.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--warning-rgb), 0.2);
  color: #fff;
}
.table.table-warning.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--warning-rgb), 0.4);
  color: #fff;
}
.table.table-warning .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--warning-rgb));
  color: #fff;
}
.table.table-success {
  background-color: rgba(var(--success-rgb), 0.1);
  color: #fff;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--success-rgb), 0.1);
  --bs-table-border-color: rgba(var(--success-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--success-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--success-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--success-rgb), 0.2);
}
.table.table-success > :not(caption) > * > * {
  --bs-table-bg: rgba(var(--success-rgb), 0.1);
  color: #fff;
}
.table.table-success.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--success-rgb), 0.2);
  color: #fff;
}
.table.table-success.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--success-rgb), 0.4);
  color: #fff;
}
.table.table-success .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--success-rgb));
  color: #fff;
}
.table.table-danger {
  background-color: rgba(var(--danger-rgb), 0.1);
  color: #fff;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--danger-rgb), 0.1);
  --bs-table-border-color: rgba(var(--danger-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--danger-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--danger-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--danger-rgb), 0.2);
}
.table.table-danger > :not(caption) > * > * {
  --bs-table-bg: rgba(var(--danger-rgb), 0.1);
  color: #fff;
}
.table.table-danger.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--danger-rgb), 0.2);
  color: #fff;
}
.table.table-danger.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--danger-rgb), 0.4);
  color: #fff;
}
.table.table-danger .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--danger-rgb));
  color: #fff;
}
.table.table-info {
  background-color: rgba(var(--info-rgb), 0.1);
  color: #fff;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--info-rgb), 0.1);
  --bs-table-border-color: rgba(var(--info-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--info-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--info-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--info-rgb), 0.2);
}
.table.table-info > :not(caption) > * > * {
  --bs-table-bg: rgba(var(--info-rgb), 0.1);
  color: #fff;
}
.table.table-info.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--info-rgb), 0.2);
  color: #fff;
}
.table.table-info.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--info-rgb), 0.4);
  color: #fff;
}
.table.table-info .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--info-rgb));
  color: #fff;
}
.table.table-light {
  background-color: rgba(var(--light-rgb), 0.1);
  color: #fff;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--light-rgb), 0.1);
  --bs-table-border-color: rgba(var(--light-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--light-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--light-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--light-rgb), 0.2);
}
.table.table-light > :not(caption) > * > * {
  --bs-table-bg: rgba(var(--light-rgb), 0.1);
  color: #fff;
}
.table.table-light.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--light-rgb), 0.2);
  color: #fff;
}
.table.table-light.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--light-rgb), 0.4);
  color: #fff;
}
.table.table-light .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--light-rgb));
  color: #fff;
}
.table.table-dark {
  background-color: rgba(var(--dark-rgb), 0.1);
  color: #fff;
  border-color: var(--bs-table-border-color);
  --bs-table-bg: rgba(var(--dark-rgb), 0.1);
  --bs-table-border-color: rgba(var(--dark-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--dark-rgb), 0.2);
  --bs-table-active-bg: rgba(var(--dark-rgb), 0.2);
  --bs-table-hover-bg: rgba(var(--dark-rgb), 0.2);
}
.table.table-dark > :not(caption) > * > * {
  --bs-table-bg: rgba(var(--dark-rgb), 0.1);
  color: #fff;
}
.table.table-dark.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--dark-rgb), 0.2);
  color: #fff;
}
.table.table-dark.table.table-hover > tbody > tr:hover > * {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgba(var(--dark-rgb), 0.4);
  color: #fff;
}
.table.table-dark .table-active {
  background-color: var(--bs-table-accent-bg);
  --bs-table-accent-bg: rgb(var(--dark-rgb));
  color: #fff;
}
.table.table-bordered.border-primary tbody,
.table.table-bordered.border-primary td,
.table.table-bordered.border-primary tfoot,
.table.table-bordered.border-primary th,
.table.table-bordered.border-primary thead,
.table.table-bordered.border-primary tr {
  border-color: rgba(var(--primary-rgb), 0.1);
}
.table.table-bordered.border-info tbody,
.table.table-bordered.border-info td,
.table.table-bordered.border-info tfoot,
.table.table-bordered.border-info th,
.table.table-bordered.border-info thead,
.table.table-bordered.border-info tr {
  border-color: rgba(var(--info-rgb), 0.1);
}
.table.table-bordered.border-secondary tbody,
.table.table-bordered.border-secondary td,
.table.table-bordered.border-secondary tfoot,
.table.table-bordered.border-secondary th,
.table.table-bordered.border-secondary thead,
.table.table-bordered.border-secondary tr {
  border-color: rgba(var(--secondary-rgb), 0.1);
}
.table.table-bordered.border-warning tbody,
.table.table-bordered.border-warning td,
.table.table-bordered.border-warning tfoot,
.table.table-bordered.border-warning th,
.table.table-bordered.border-warning thead,
.table.table-bordered.border-warning tr {
  border-color: rgba(var(--warning-rgb), 0.1);
}
.table.table-bordered.border-success tbody,
.table.table-bordered.border-success td,
.table.table-bordered.border-success tfoot,
.table.table-bordered.border-success th,
.table.table-bordered.border-success thead,
.table.table-bordered.border-success tr {
  border-color: rgba(var(--success-rgb), 0.1);
}
.table.table-bordered.border-danger tbody,
.table.table-bordered.border-danger td,
.table.table-bordered.border-danger tfoot,
.table.table-bordered.border-danger th,
.table.table-bordered.border-danger thead,
.table.table-bordered.border-danger tr {
  border-color: rgba(var(--danger-rgb), 0.1);
}
.table.table-striped > tbody > tr:nth-of-type(odd) > * {
  color: rgb(var(--default-text-color-rgb));
  --bs-table-bg-type: rgba(255, 255, 255, 0.04);
}
.table.table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  --bs-table-accent-bg: rgba(var(--dark-rgb), 0.025);
  color: rgb(var(--default-text-color-rgb));
}
.table tbody.table-group-divider {
  border-top: 1px solid var(--default-border);
}
.table.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  --bs-table-bg-state: rgb(var(--light-rgb));
  color: rgb(var(--default-text-color-rgb));
}
.table .table-active {
  --bs-table-accent-bg: rgb(var(--light-rgb));
  color: rgb(var(--default-text-color-rgb));
  --bs-table-bg-state: rgb(var(--light-rgb));
}
.table thead.table-primary {
  background-color: transparent;
  color: var(--bs-table-color);
  --bs-table-color: #fff !important;
  --bs-table-bg: rgba(var(--primary-rgb), 0.1) !important;
  --bs-table-border-color: rgba(var(--primary-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--primary-rgb), 0.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--primary-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--primary-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table thead.table-secondary {
  background-color: transparent;
  color: var(--bs-table-color);
  --bs-table-color: #fff !important;
  --bs-table-bg: rgba(var(--secondary-rgb), 0.1) !important;
  --bs-table-border-color: rgba(var(--secondary-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--secondary-rgb), 0.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--secondary-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--secondary-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table thead.table-warning {
  background-color: transparent;
  color: var(--bs-table-color);
  --bs-table-color: #fff !important;
  --bs-table-bg: rgba(var(--warning-rgb), 0.1) !important;
  --bs-table-border-color: rgba(var(--warning-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--warning-rgb), 0.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--warning-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--warning-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table thead.table-success {
  background-color: transparent;
  color: var(--bs-table-color);
  --bs-table-color: #fff !important;
  --bs-table-bg: rgba(var(--success-rgb), 0.1) !important;
  --bs-table-border-color: rgba(var(--success-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--success-rgb), 0.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--success-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--success-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table thead.table-danger {
  background-color: transparent;
  color: var(--bs-table-color);
  --bs-table-color: #fff !important;
  --bs-table-bg: rgba(var(--danger-rgb), 0.1) !important;
  --bs-table-border-color: rgba(var(--danger-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--danger-rgb), 0.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--danger-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--danger-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table thead.table-info {
  background-color: transparent;
  color: var(--bs-table-color);
  --bs-table-color: #fff !important;
  --bs-table-bg: rgba(var(--info-rgb), 0.1) !important;
  --bs-table-border-color: rgba(var(--info-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--info-rgb), 0.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--info-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--info-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table thead.table-light {
  background-color: transparent;
  color: var(--bs-table-color);
  --bs-table-color: #fff !important;
  --bs-table-bg: rgba(var(--light-rgb), 0.1) !important;
  --bs-table-border-color: rgba(var(--light-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--light-rgb), 0.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--light-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--light-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table thead.table-dark {
  background-color: transparent;
  color: var(--bs-table-color);
  --bs-table-color: #fff !important;
  --bs-table-bg: rgba(var(--dark-rgb), 0.1) !important;
  --bs-table-border-color: rgba(var(--dark-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--dark-rgb), 0.5);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--dark-rgb), 0.5);
  --bs-table-hover-bg: rgba(var(--dark-rgb), 0.5);
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: rgba(var(--primary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--primary-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--primary-rgb), 0.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--primary-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--primary-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #fff;
  border-color: rgba(var(--primary-rgb), 0.1);
  background-color: transparent;
}
.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: rgba(var(--secondary-rgb), 0.1);
  --bs-table-border-color: rgba(var(--secondary-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--secondary-rgb), 0.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--secondary-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--secondary-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #fff;
  border-color: rgba(var(--secondary-rgb), 0.1);
  background-color: transparent;
}
.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: rgba(var(--warning-rgb), 0.1);
  --bs-table-border-color: rgba(var(--warning-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--warning-rgb), 0.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--warning-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--warning-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #fff;
  border-color: rgba(var(--warning-rgb), 0.1);
  background-color: transparent;
}
.table-success {
  --bs-table-color: #000;
  --bs-table-bg: rgba(var(--success-rgb), 0.1);
  --bs-table-border-color: rgba(var(--success-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--success-rgb), 0.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--success-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--success-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #fff;
  border-color: rgba(var(--success-rgb), 0.1);
  background-color: transparent;
}
.table-info {
  --bs-table-color: #000;
  --bs-table-bg: rgba(var(--info-rgb), 0.1);
  --bs-table-border-color: rgba(var(--info-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--info-rgb), 0.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--info-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--info-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #fff;
  border-color: rgba(var(--info-rgb), 0.1);
  background-color: transparent;
}
.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: rgba(var(--danger-rgb), 0.1);
  --bs-table-border-color: rgba(var(--danger-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--danger-rgb), 0.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--danger-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--danger-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #fff;
  border-color: rgba(var(--danger-rgb), 0.1);
  background-color: transparent;
}
.table-dark {
  --bs-table-color: #000;
  --bs-table-bg: rgba(var(--dark-rgb), 0.1);
  --bs-table-border-color: rgba(var(--dark-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--dark-rgb), 0.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--dark-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--dark-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #fff;
  border-color: rgba(var(--dark-rgb), 0.1);
  background-color: transparent;
}
.table-light {
  --bs-table-color: #000;
  --bs-table-bg: rgba(var(--light-rgb), 0.1);
  --bs-table-border-color: rgba(var(--light-rgb), 0.1);
  --bs-table-striped-bg: rgba(var(--light-rgb), 0.3);
  --bs-table-striped-color: #000;
  --bs-table-active-bg: rgba(var(--light-rgb), 0.3);
  --bs-table-active-color: #000;
  --bs-table-hover-bg: rgba(var(--light-rgb), 0.3);
  --bs-table-hover-color: #000;
  color: #fff;
  border-color: rgba(var(--light-rgb), 0.1);
  background-color: transparent;
}
[data-theme-mode=dark] .table-dark {
  border-color: rgba(0, 0, 0, 0.025);
}
[data-theme-mode=dark] div.dtr-modal div.dtr-modal-display {
  background-color: var(--custom-white);
}
[dir=rtl] .table {
  margin-inline-end: 1px;
}
.table > :not(caption) > * > * {
  --bs-body-bg: transparent;
  color: inherit;
}
.toast {
  background-color: var(--custom-white);
  border: 1px solid var(--default-border);
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
}
.toast .toast-header {
  background-color: rgb(var(--light-rgb));
  padding: 0.375rem 0.75rem;
  border-start-start-radius: 0.12rem;
  border-start-end-radius: 0.12rem;
}
.toast .toast-header img {
  width: 1.25rem;
  height: 1.25rem;
}
.toast .toast-header {
  border-bottom: 1px solid var(--default-border);
}
.toast .toast-header .btn-close {
  margin-inline-end: 0.125rem;
}
.toast .toast-body {
  font-size: 0.8rem;
}
.toast .btn-close {
  font-size: 0.563rem;
}
.toast.colored-toast {
  border: 0 !important;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.toast.colored-toast .btn-close {
  filter: invert(0) !important;
}
.toast.colored-toast .toast-header {
  border-block-end: 1px solid rgba(0, 0, 0, 0.1);
}
.toast.colorscemes-toast .btn-close {
  filter: invert(0) !important;
}
.bd-example-toasts {
  min-height: 15rem;
}
.tooltip.tooltip-primary .tooltip-inner {
  background-color: var(--primary-color);
  color: #000;
}
.tooltip.tooltip-primary.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.tooltip.tooltip-primary.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: var(--primary-color);
}
.tooltip.tooltip-primary.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.tooltip.tooltip-primary.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: var(--primary-color);
}
.tooltip.tooltip-primary.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.tooltip.tooltip-primary.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: var(--primary-color);
}
.tooltip.tooltip-primary.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.tooltip.tooltip-primary.bs-tooltip-end .tooltip-arrow::before {
  border-bottom-color: var(--primary-color);
}
.tooltip.tooltip-secondary .tooltip-inner {
  background-color: rgb(var(--secondary-rgb));
  color: #000;
}
.tooltip.tooltip-secondary.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.tooltip.tooltip-secondary.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: rgb(var(--secondary-rgb));
}
.tooltip.tooltip-secondary.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.tooltip.tooltip-secondary.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: rgb(var(--secondary-rgb));
}
.tooltip.tooltip-secondary.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.tooltip.tooltip-secondary.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: rgb(var(--secondary-rgb));
}
.tooltip.tooltip-secondary.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.tooltip.tooltip-secondary.bs-tooltip-end .tooltip-arrow::before {
  border-bottom-color: rgb(var(--secondary-rgb));
}
.tooltip.tooltip-warning .tooltip-inner {
  background-color: rgb(var(--warning-rgb));
  color: #000;
}
.tooltip.tooltip-warning.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.tooltip.tooltip-warning.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: rgb(var(--warning-rgb));
}
.tooltip.tooltip-warning.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.tooltip.tooltip-warning.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: rgb(var(--warning-rgb));
}
.tooltip.tooltip-warning.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.tooltip.tooltip-warning.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: rgb(var(--warning-rgb));
}
.tooltip.tooltip-warning.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.tooltip.tooltip-warning.bs-tooltip-end .tooltip-arrow::before {
  border-bottom-color: rgb(var(--warning-rgb));
}
.tooltip.tooltip-info .tooltip-inner {
  background-color: rgb(var(--info-rgb));
  color: #000;
}
.tooltip.tooltip-info.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.tooltip.tooltip-info.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: rgb(var(--info-rgb));
}
.tooltip.tooltip-info.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.tooltip.tooltip-info.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: rgb(var(--info-rgb));
}
.tooltip.tooltip-info.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.tooltip.tooltip-info.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: rgb(var(--info-rgb));
}
.tooltip.tooltip-info.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.tooltip.tooltip-info.bs-tooltip-end .tooltip-arrow::before {
  border-bottom-color: rgb(var(--info-rgb));
}
.tooltip.tooltip-success .tooltip-inner {
  background-color: rgb(var(--success-rgb));
  color: #000;
}
.tooltip.tooltip-success.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.tooltip.tooltip-success.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: rgb(var(--success-rgb));
}
.tooltip.tooltip-success.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.tooltip.tooltip-success.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: rgb(var(--success-rgb));
}
.tooltip.tooltip-success.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.tooltip.tooltip-success.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: rgb(var(--success-rgb));
}
.tooltip.tooltip-success.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.tooltip.tooltip-success.bs-tooltip-end .tooltip-arrow::before {
  border-bottom-color: rgb(var(--success-rgb));
}
.tooltip.tooltip-danger .tooltip-inner {
  background-color: rgb(var(--danger-rgb));
  color: #000;
}
.tooltip.tooltip-danger.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.tooltip.tooltip-danger.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: rgb(var(--danger-rgb));
}
.tooltip.tooltip-danger.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.tooltip.tooltip-danger.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: rgb(var(--danger-rgb));
}
.tooltip.tooltip-danger.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.tooltip.tooltip-danger.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: rgb(var(--danger-rgb));
}
.tooltip.tooltip-danger.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.tooltip.tooltip-danger.bs-tooltip-end .tooltip-arrow::before {
  border-bottom-color: rgb(var(--danger-rgb));
}
.tooltip.tooltip-dark .tooltip-inner {
  background-color: rgb(var(--dark-rgb));
  color: #000;
}
.tooltip.tooltip-dark.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.tooltip.tooltip-dark.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: rgb(var(--dark-rgb));
}
.tooltip.tooltip-dark.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.tooltip.tooltip-dark.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: rgb(var(--dark-rgb));
}
.tooltip.tooltip-dark.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.tooltip.tooltip-dark.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: rgb(var(--dark-rgb));
}
.tooltip.tooltip-dark.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.tooltip.tooltip-dark.bs-tooltip-end .tooltip-arrow::before {
  border-bottom-color: rgb(var(--dark-rgb));
}
.tooltip.tooltip-dark .tooltip-inner {
  color: var(--custom-white);
}
.tooltip.tooltip-light .tooltip-inner {
  background-color: rgb(var(--light-rgb));
  color: #000;
}
.tooltip.tooltip-light.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.tooltip.tooltip-light.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: rgb(var(--light-rgb));
}
.tooltip.tooltip-light.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.tooltip.tooltip-light.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: rgb(var(--light-rgb));
}
.tooltip.tooltip-light.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.tooltip.tooltip-light.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: rgb(var(--light-rgb));
}
.tooltip.tooltip-light.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.tooltip.tooltip-light.bs-tooltip-end .tooltip-arrow::before {
  border-bottom-color: rgb(var(--light-rgb));
}
.tooltip.tooltip-light .tooltip-inner {
  color: rgb(var(--default-text-color-rgb));
}
.authentication {
  min-height: 100vh;
}
.authentication .authentication-brand.desktop-logo {
  display: block;
}
.authentication .authentication-brand.desktop-dark {
  display: none;
}
.authentication .swiper-button-next,
.authentication .swiper-button-prev {
  background-color: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.5) !important;
}
.authentication .swiper-pagination-bullet {
  opacity: 0.1;
}
.authentication .swiper-pagination-bullet-active {
  opacity: 0.5;
}
.authentication .google-svg {
  width: 0.75rem;
  height: 0.75rem;
  margin-inline-end: 0.5rem;
}
.authentication .authentication-barrier {
  position: relative;
}
.authentication .authentication-barrier span {
  position: relative;
  z-index: 2;
  font-size: 0.75rem;
}
.authentication .authentication-barrier:before {
  position: absolute;
  content: "";
  width: 45%;
  height: 0.125rem;
  background-image: linear-gradient(to left, transparent, rgb(var(--light-rgb)));
  border-radius: 50%;
  inset-inline-end: 0;
  inset-block-start: 0.563rem;
  z-index: 1;
}
.authentication .authentication-barrier:after {
  position: absolute;
  content: "";
  width: 45%;
  height: 0.125rem;
  background-image: linear-gradient(to left, rgb(var(--light-rgb)), transparent);
  border-radius: 50%;
  inset-inline-start: 0;
  inset-block-start: 0.563rem;
  z-index: 1;
}
.authentication.coming-soon .authentication-cover,
.authentication.under-maintenance .authentication-cover {
  background-image: none;
}
.authentication.coming-soon .authentication-cover:before,
.authentication.coming-soon .authentication-cover:after,
.authentication.under-maintenance .authentication-cover:before,
.authentication.under-maintenance .authentication-cover:after {
  display: none;
}
.authentication.coming-soon .authentication-cover .aunthentication-cover-content,
.authentication.under-maintenance .authentication-cover .aunthentication-cover-content {
  width: 100%;
  height: 100%;
  padding: 3rem;
}
.authentication.coming-soon .authentication-cover .aunthentication-cover-content:before,
.authentication.coming-soon .authentication-cover .aunthentication-cover-content:after,
.authentication.under-maintenance .authentication-cover .aunthentication-cover-content:before,
.authentication.under-maintenance .authentication-cover .aunthentication-cover-content:after {
  display: none;
}
.authentication.coming-soon .authentication-cover .aunthentication-cover-content .coming-soon-time,
.authentication.coming-soon .authentication-cover .aunthentication-cover-content .under-maintenance-time,
.authentication.under-maintenance .authentication-cover .aunthentication-cover-content .coming-soon-time,
.authentication.under-maintenance .authentication-cover .aunthentication-cover-content .under-maintenance-time {
  border: 2px dashed rgba(var(--primary-rgb), 0.2);
}
.authentication.coming-soon .authentication-cover .aunthentication-cover-content .authentication-brand,
.authentication.under-maintenance .authentication-cover .aunthentication-cover-content .authentication-brand {
  width: auto;
  height: 1.5rem;
  border: 0;
}
.authentication .coming-soom-image-container img,
.authentication .under-maintenance-image-container img {
  width: 100%;
  height: auto;
}
.authentication .authentication-cover {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/media-82-BP2ADKLW.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.authentication .authentication-cover:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  background-color: var(--primary06);
  z-index: -1;
}
.authentication .authentication-cover:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: -1;
}
.authentication .authentication-cover .aunthentication-cover-content {
  width: 70%;
  height: 37.5rem;
  padding: 2rem;
  position: relative;
}
.authentication .authentication-cover .aunthentication-cover-content img {
  margin: 0 auto;
  width: 13.75rem;
  height: 13.75rem;
}
.authentication.authentication-basic .desktop-dark {
  display: none;
}
.authentication.authentication-basic .desktop-logo {
  display: block;
}
.authentication .form-control-lg#one,
.authentication .form-control-lg#two,
.authentication .form-control-lg#three,
.authentication .form-control-lg#four {
  padding-inline: 0;
}
.authentication .create-password-input {
  padding-inline-end: 2.1rem !important;
}
[data-theme-mode=dark] .authentication.authentication-basic .desktop-dark {
  display: block;
}
[data-theme-mode=dark] .authentication.authentication-basic .desktop-logo {
  display: none;
}
[data-theme-mode=dark] .authentication .authentication-brand.desktop-logo {
  display: none;
}
[data-theme-mode=dark] .authentication .authentication-brand.desktop-dark {
  display: block;
}
[data-theme-mode=dark] .authentication.authentication-cover.desktop-logo {
  display: none;
}
[data-theme-mode=dark] .authentication.authentication-cover.desktop-dark {
  display: block;
}
.authentication .desktop-logo,
.authentication .desktop-dark {
  height: 1.5rem;
  line-height: 1.5rem;
}
.coming-soon-main {
  position: relative;
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/media-65-JSMRR3NI.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.coming-soon-main:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  background-image: none;
  opacity: 0.6;
  inset-block-start: 0;
}
.coming-soon .aunthentication-cover-content {
  background: rgba(0, 0, 0, 0.6);
}
.coming-soon .form-control {
  background-color: rgba(0, 0, 0, 0.3);
}
.coming-soon .form-control:focus {
  background-color: rgba(0, 0, 0, 0.3);
}
.construction-gradient-title {
  background: linear-gradient(to bottom, var(--primary-color) 0%, #000000 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.001);
  font-weight: 600;
}
.authentication-social-btn {
  background-color: rgba(255, 255, 255, 0.06);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.06);
}
.authentication-social-btn:hover,
.authentication-social-btn:focus {
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}
.authentication-social-btn.btn-check:checked + .btn,
.authentication-social-btn.btn.active,
.authentication-social-btn.btn.show,
.authentication-social-btn.btn:first-child:active,
.authentication-social-btn:not(.btn-check) + .btn:active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
}
.footer.authentication-footer {
  background-color: transparent;
  box-shadow: none;
  z-index: 100;
  padding-inline-start: 0;
}
.timer-bg {
  background-color: rgba(0, 0, 0, 0.35);
  color: white;
  border: 1px dashed var(--default-border);
  box-shadow: 0 0px 5px rgba(255, 255, 255, 0.03);
}
.show-password-button {
  position: absolute;
  padding: 0.55rem 0.75rem;
  inset-block-start: 0;
  inset-inline-end: 0;
  opacity: 0.5;
}
.authentication-background {
  position: relative;
  background: radial-gradient(circle, rgba(var(--primary-rgb), 0.2) 0%, rgba(var(--primary-rgb), 0.15) 40%, rgba(0, 0, 0, 0.35) 100%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.authentication-background:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 1;
}
.authentication-cover-image {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  padding: 2rem 3rem;
  margin: 0rem 1.85rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.2);
}
.authentication-cover-image img {
  width: 25rem;
  height: 25rem;
}
.authentication-cover-icon {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
  border: 0 !important;
}
.authentication-cover-icon:hover,
.authentication-cover-icon:active,
.authentication-cover-icon:focus {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: #fff !important;
  border: 0 !important;
}
@media (min-width: 576px) {
  .authentication .card.custom-card {
    border: 1px solid var(--default-border);
  }
}
@media (max-width: 575.98px) {
  .authentication .card.custom-card {
    border: 0px solid var(--default-border);
  }
}
body {
  font-size: 0.95rem;
  font-family: var(--default-font-family);
  font-weight: var(--default-font-weight);
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
  line-height: 1.5;
  text-align: start;
  overflow-x: clip;
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
body:before {
  position: fixed;
  content: "";
  background-image: var(--bg-pattern);
  inset-inline-start: 0;
  inset-inline-end: 0;
  top: 0;
  bottom: 0;
  background-position: center;
  background-repeat: repeat;
  opacity: 0.4;
  z-index: -1;
}
body:after {
  position: fixed;
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/6-HO6V4YN5.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.05;
  inset-inline-start: 0;
  inset-inline-end: 0;
  top: 0;
  bottom: 0;
}
a,
button {
  outline: 0 !important;
}
*::-webkit-scrollbar {
  width: 0.3rem;
  height: 0.25rem;
  -webkit-transition: all ease 0.05s;
  transition: all ease 0.05s;
  background: rgba(0, 0, 0, 0.2);
}
*::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
}
*:hover::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
}
.page {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}
@media (min-width: 992px) {
  .app-content {
    min-height: calc(100vh - 7.5rem);
    margin-block-end: 0;
    margin-block-start: 5.75rem;
    margin-inline-start: 16rem;
    transition: all 0.05s ease;
  }
}
.main-content {
  padding: 0 0.5rem;
}
.bd-example > .dropdown-menu {
  position: static;
  display: block;
}
.min-w-fit-content {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.scrollspy-example {
  height: 12.5rem;
  margin-block-start: 0.5rem;
  overflow: auto;
}
.scrollspy-example-2 {
  height: 21.875;
  overflow: auto;
}
.scrollspy-example-3 {
  height: 13.75rem;
  overflow: auto;
}
.simple-list-example-scrollspy .active {
  background-color: var(--primary-color);
  color: #000;
}
.scrollspy-example-4 {
  height: 12.5rem;
  margin-block-start: 0.5rem;
  overflow: auto;
}
.carousel-inner {
  border-radius: 0rem;
}
.carousel-caption {
  color: #fff;
}
.fixed-top {
  position: static;
  margin: -1rem -1rem 0rem -1rem;
}
.fixed-bottom {
  position: static;
  margin: 1rem 0rem -1rem -1rem;
}
.sticky-top {
  position: static;
  margin: -1rem -1rem 0rem -1rem;
}
.bd-example-ratios .ratio {
  display: inline-block;
  width: 10rem;
  color: var(--text-muted);
  background-color: var(--primary01);
  border: var(--default-border);
  border-radius: 0.25rem;
}
@media (min-width: 768px) {
  .bd-example-ratios-breakpoint .ratio-4x3 {
    --bs-aspect-ratio: 50%;
  }
}
.bd-example-ratios-breakpoint .ratio-4x3 {
  width: 15rem;
}
.bd-example-row [class^=col],
.bd-example-cssgrid .grid > * {
  padding-block-start: 0.75rem;
  padding-block-end: 0.75rem;
  background-color: rgba(var(--light-rgb), 0.75);
  border: 1px solid var(--default-border);
}
.bd-example-cssgrid .grid > * {
  border-radius: 0.25rem;
}
.bd-example-row-flex-cols .row {
  min-height: 10rem;
  background-color: rgba(var(--light-rgb), 0.5);
}
.grid {
  display: grid;
  grid-template-rows: repeat(var(--bs-rows, 1), 1fr);
  grid-template-columns: repeat(var(--bs-columns, 12), 1fr);
  gap: var(--bs-gap, 1.5rem);
}
.grid .g-start-2 {
  grid-column-start: 2 !important;
}
.grid .g-col-2 {
  grid-column: auto/span 2;
}
.grid .g-start-3 {
  grid-column-start: 3;
}
.grid .g-col-3 {
  grid-column: auto/span 3;
}
.grid .g-col-4,
.grid .g-col-md-4 {
  grid-column: auto/span 4;
}
.grid .g-col-6 {
  grid-column: auto/span 6;
}
.grid .g-start-6 {
  grid-column-start: 6;
}
.callout {
  padding: 1.25rem;
  margin-block-start: 1.25rem;
  margin-block-end: 1.25rem;
  background-color: rgb(var(--light-rgb));
  border-inline-start: 0.25rem solid var(--default-border);
}
.callout-info {
  background-color: rgba(var(--info-rgb), 0.075);
  border-color: rgba(var(--info-rgb), 0.5);
}
.callout-warning {
  background-color: rgba(var(--warning-rgb), 0.075);
  border-color: rgba(var(--warning-rgb), 0.5);
}
.callout-danger {
  background-color: rgba(var(--danger-rgb), 0.075);
  border-color: rgba(var(--danger-rgb), 0.5);
}
.flex-container div {
  background-color: transparent;
  border: 0;
}
.flex-container div > div {
  background-color: rgb(var(--light-rgb));
  border: 1px solid var(--default-border);
}
.bd-example-position-utils {
  position: relative;
  padding: 2rem;
}
.bd-example-position-utils .position-relative {
  height: 12.5rem;
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
}
.bd-example-position-utils .position-absolute {
  width: 2rem;
  height: 2rem;
  background-color: var(--primary01);
  border-radius: 0.375rem;
}
.bd-placeholder-img-lg {
  font-size: 3.5rem;
}
.figure-caption {
  color: var(--text-muted);
}
@media (min-width: 992px) {
  [data-nav-layout=vertical] .footer {
    padding-inline-start: 16rem;
  }
}
.offcanvas {
  background-color: var(--custom-white);
  color: rgb(var(--default-text-color-rgb));
  border-color: var(--default-border) !important;
}
.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#switcher-main-tab {
  border-block-end: 0;
}
#switcher-canvas {
  width: 27.5rem;
}
#switcher-canvas .offcanvas-body {
  padding: 0 0 4.75rem 0;
}
#switcher-canvas .canvas-footer {
  padding: 0.75rem 1.563rem;
  position: absolute;
  inset-block-end: 0;
  width: 100%;
  background-color: var(--custom-white);
  border-block-start: 1px dashed var(--default-border);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
}
#switcher-canvas #switcher-main-tab button.nav-link {
  border-radius: 0;
  color: rgb(var(--default-text-color-rgb));
  font-weight: 400;
}
#switcher-canvas #switcher-main-tab button.nav-link.active {
  color: rgb(var(--warning-rgb));
  background-color: rgba(var(--warning-rgb), 0.2);
  border-color: transparent;
}
#switcher-canvas #switcher-main-tab button.nav-link:hover {
  border-color: transparent;
}
.switcher-style {
  padding: 0.875rem 1.563rem;
}
.switcher-style h6 {
  margin-block-end: 0.625rem;
}
.switcher-icon i {
  animation-duration: 3000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.switch-select .form-check-label {
  font-size: 0.813rem;
  font-weight: 300;
}
.switch-select.form-check {
  margin-block-end: 0;
  min-height: auto;
}
.card-style .card-input,
.card-background .card-input {
  width: 3.5rem;
  height: 5.625rem;
  border-radius: 0.25rem;
  border: 0;
}
.card-style .card-input.card-style1.form-check-input:checked[type=radio],
.card-style .card-input.card-style2.form-check-input:checked[type=radio],
.card-style .card-input.card-style3.form-check-input:checked[type=radio],
.card-style .card-input.card-style4.form-check-input:checked[type=radio],
.card-style .card-input.card-style5.form-check-input:checked[type=radio],
.card-style .card-input.card-style6.form-check-input:checked[type=radio],
.card-style .card-input.card-style7.form-check-input:checked[type=radio],
.card-style .card-input.card-style8.form-check-input:checked[type=radio],
.card-style .card-input.card-style9.form-check-input:checked[type=radio],
.card-style .card-input.card-style10.form-check-input:checked[type=radio],
.card-background .card-input.card-style1.form-check-input:checked[type=radio],
.card-background .card-input.card-style2.form-check-input:checked[type=radio],
.card-background .card-input.card-style3.form-check-input:checked[type=radio],
.card-background .card-input.card-style4.form-check-input:checked[type=radio],
.card-background .card-input.card-style5.form-check-input:checked[type=radio],
.card-background .card-input.card-style6.form-check-input:checked[type=radio],
.card-background .card-input.card-style7.form-check-input:checked[type=radio],
.card-background .card-input.card-style8.form-check-input:checked[type=radio],
.card-background .card-input.card-style9.form-check-input:checked[type=radio],
.card-background .card-input.card-style10.form-check-input:checked[type=radio] {
  background-color: none;
}
.card-style .switch-select:nth-child(1) .form-check-input:checked:after,
.card-background .switch-select:nth-child(1) .form-check-input:checked:after {
  content: "1";
}
.card-style .switch-select:nth-child(2) .form-check-input:checked:after,
.card-background .switch-select:nth-child(2) .form-check-input:checked:after {
  content: "2";
}
.card-style .switch-select:nth-child(3) .form-check-input:checked:after,
.card-background .switch-select:nth-child(3) .form-check-input:checked:after {
  content: "3";
}
.card-style .switch-select:nth-child(4) .form-check-input:checked:after,
.card-background .switch-select:nth-child(4) .form-check-input:checked:after {
  content: "4";
}
.card-style .switch-select:nth-child(5) .form-check-input:checked:after,
.card-background .switch-select:nth-child(5) .form-check-input:checked:after {
  content: "5";
}
.card-style .switch-select:nth-child(6) .form-check-input:checked:after,
.card-background .switch-select:nth-child(6) .form-check-input:checked:after {
  content: "6";
}
.card-style .switch-select:nth-child(7) .form-check-input:checked:after,
.card-background .switch-select:nth-child(7) .form-check-input:checked:after {
  content: "7";
}
.card-style .switch-select:nth-child(8) .form-check-input:checked:after,
.card-background .switch-select:nth-child(8) .form-check-input:checked:after {
  content: "8";
}
.card-style .switch-select:nth-child(9) .form-check-input:checked:after,
.card-background .switch-select:nth-child(9) .form-check-input:checked:after {
  content: "9";
}
.card-style .switch-select:nth-child(10) .form-check-input:checked:after,
.card-background .switch-select:nth-child(10) .form-check-input:checked:after {
  content: "10";
}
.card-style .switch-select .form-check-input,
.card-background .switch-select .form-check-input {
  position: relative;
}
.card-style .switch-select .form-check-input:checked:before,
.card-background .switch-select .form-check-input:checked:before {
  position: absolute;
  content: "\ea5e";
  font-family: tabler-icons !important;
  color: #000;
  width: 20px;
  height: 20px;
  inset-inline-end: 0;
  padding: 10px;
  background-color: rgb(var(--success-rgb));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}
.card-style .switch-select .form-check-input:checked:after,
.card-background .switch-select .form-check-input:checked:after {
  content: "1";
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  margin-block-start: 2px;
}
.menu-image .bgimage-input {
  width: 3.5rem;
  height: 5.625rem;
  border-radius: 0.25rem;
  border: 0;
}
.menu-image .bgimage-input.bg-img1 {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/bg-img1-P5DW4UWC.jpg) !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.menu-image .bgimage-input.bg-img1.form-check-input:checked[type=radio] {
  background-color: none;
}
.menu-image .bgimage-input.bg-img2 {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/bg-img2-DBA2ITB5.jpg) !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.menu-image .bgimage-input.bg-img2.form-check-input:checked[type=radio] {
  background-color: none;
}
.menu-image .bgimage-input.bg-img3 {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/bg-img3-ODIGD7SF.jpg) !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.menu-image .bgimage-input.bg-img3.form-check-input:checked[type=radio] {
  background-color: none;
}
.menu-image .bgimage-input.bg-img4 {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/bg-img4-XZDQPH6D.jpg) !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.menu-image .bgimage-input.bg-img4.form-check-input:checked[type=radio] {
  background-color: none;
}
.menu-image .bgimage-input.bg-img5 {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/bg-img5-WJMLLMHR.jpg) !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.menu-image .bgimage-input.bg-img5.form-check-input:checked[type=radio] {
  background-color: none;
}
.menu-image .switch-select .form-check-input {
  position: relative;
}
.menu-image .switch-select .form-check-input:checked:before {
  position: absolute;
  content: "\ea5e";
  font-family: tabler-icons !important;
  color: #000;
  width: 20px;
  height: 20px;
  inset-inline-end: 0;
  padding: 10px;
  background-color: rgb(var(--success-rgb));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}
.pattern-image .patternimage-input {
  width: 3.5rem;
  height: 5.625rem;
  border-radius: 0.25rem;
  border: 0;
}
.pattern-image .patternimage-input.bg-pattern1 {
  /*background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p1-3OF2PWVU.png) !important;*/
  background-position: center;
  background-repeat: repeat;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.pattern-image .patternimage-input.bg-pattern1.form-check-input {
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
}
.pattern-image .patternimage-input.bg-pattern1.form-check-input:checked[type=radio] {
  background-color: none;
}
.pattern-image .patternimage-input.bg-pattern2 {
  /*background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p2-SRX4SJ2U.png) !important;*/
  background-position: center;
  background-repeat: repeat;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.pattern-image .patternimage-input.bg-pattern2.form-check-input {
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
}
.pattern-image .patternimage-input.bg-pattern2.form-check-input:checked[type=radio] {
  background-color: none;
}
.pattern-image .patternimage-input.bg-pattern3 {
  /*background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p3-YSSTLWAU.svg) !important;*/
  background-position: center;
  background-repeat: repeat;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.pattern-image .patternimage-input.bg-pattern3.form-check-input {
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
}
.pattern-image .patternimage-input.bg-pattern3.form-check-input:checked[type=radio] {
  background-color: none;
}
.pattern-image .patternimage-input.bg-pattern4 {
  /*background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p4-454XSD5G.svg) !important;*/
  background-position: center;
  background-repeat: repeat;
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.pattern-image .patternimage-input.bg-pattern4.form-check-input {
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
}
.pattern-image .patternimage-input.bg-pattern4.form-check-input:checked[type=radio] {
  background-color: none;
}
.pattern-image .patternimage-input.bg-pattern5 {
  /*background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p5-ANZXTM3J.png) !important;*/
  background-position: center;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background-repeat: repeat;
}
.pattern-image .patternimage-input.bg-pattern5.form-check-input {
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
}
.pattern-image .patternimage-input.bg-pattern5.form-check-input:checked[type=radio] {
  background-color: none;
}
.pattern-image .patternimage-input.bg-pattern6 {
  /*background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p6-A3HM5BXM.svg) !important;*/
  background-position: center;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background-repeat: repeat;
}
.pattern-image .patternimage-input.bg-pattern6.form-check-input {
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
}
.pattern-image .patternimage-input.bg-pattern6.form-check-input:checked[type=radio] {
  background-color: none;
}
.pattern-image .patternimage-input.bg-pattern7 {
  /*background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p7-GX5J274D.png) !important;*/
  background-position: center;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background-repeat: repeat;
}
.pattern-image .patternimage-input.bg-pattern7.form-check-input {
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
}
.pattern-image .patternimage-input.bg-pattern7.form-check-input:checked[type=radio] {
  background-color: none;
}
.pattern-image .patternimage-input.bg-pattern8 {
  /*background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p8-DR52SKNT.svg) !important;*/
  background-position: center;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background-repeat: repeat;
}
.pattern-image .patternimage-input.bg-pattern8.form-check-input {
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
}
.pattern-image .patternimage-input.bg-pattern8.form-check-input:checked[type=radio] {
  background-color: none;
}
.pattern-image .patternimage-input.bg-pattern9 {
  /*background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p9-BCFTXLSJ.png) !important;*/
  background-position: center;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background-repeat: repeat;
}
.pattern-image .patternimage-input.bg-pattern9.form-check-input {
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
}
.pattern-image .patternimage-input.bg-pattern9.form-check-input:checked[type=radio] {
  background-color: none;
}
.pattern-image .patternimage-input.bg-pattern10 {
  /*background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/p10-J7PGGAJU.png) !important;*/
  background-position: center;
  border: 2px solid rgba(255, 255, 255, 0.1);
  background-repeat: repeat;
}
.pattern-image .patternimage-input.bg-pattern10.form-check-input {
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
}
.pattern-image .patternimage-input.bg-pattern10.form-check-input:checked[type=radio] {
  background-color: none;
}
.pattern-image .switch-select .form-check-input {
  position: relative;
}
.pattern-image .switch-select .form-check-input:checked:before {
  position: absolute;
  content: "\ea5e";
  font-family: tabler-icons !important;
  color: #000;
  width: 20px;
  height: 20px;
  inset-inline-end: 0;
  padding: 10px;
  background-color: rgb(var(--success-rgb));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
}
.offcanvas.offcanvas-end.switcher-offacanvas {
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  box-shadow: -10px 0px 16px 20px rgba(20, 20, 20, 0.3);
}
.theme-colors.switcher-style {
  padding: 0.938rem 1.563rem;
}
.theme-colors .switch-select .color-input {
  width: 2rem;
  height: 2rem;
  border-radius: 0px;
}
.theme-colors .switch-select .color-input.form-check-input:checked {
  border: 1px solid var(--input-border);
  position: relative;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
}
.theme-colors .switch-select .color-input.form-check-input:checked:before {
  position: absolute;
  content: "\ea5e";
  font-family: tabler-icons !important;
  color: #000;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  font-weight: 400;
}
.theme-colors .switch-select .color-input.color-white {
  background-color: #fff;
}
.theme-colors .switch-select .color-input.color-dark {
  background-color: #000;
}
.theme-colors .switch-select .color-input.color-primary {
  background-color: var(--primary-color);
}
.theme-colors .switch-select .color-input.color-primary-1 {
  background-color: rgb(0, 255, 0);
}
.theme-colors .switch-select .color-input.color-primary-2 {
  background-color: rgb(255, 235, 59);
}
.theme-colors .switch-select .color-input.color-primary-3 {
  background-color: rgb(0, 254, 252);
}
.theme-colors .switch-select .color-input.color-primary-4 {
  background-color: rgb(0, 175, 255);
}
.theme-colors .switch-select .color-input.color-primary-5 {
  background-color: rgb(209, 115, 255);
}
.theme-colors .switch-select .color-input.color-gradient {
  background-image: linear-gradient(to bottom, var(--primary08) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.theme-colors .switch-select .color-input.color-transparent {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/transparent-YCQASJQ4.png) !important;
}
.theme-colors .switch-select .form-check-input:checked[type=radio] {
  background-image: none;
}
.theme-colors .switch-select .form-check-input:focus {
  box-shadow: none;
}
.theme-colors .switch-select .form-check-input:active {
  filter: brightness(100%);
}
.switcher-style-head {
  font-size: 0.8rem;
  font-weight: 400;
  margin-block-end: 0;
  background: rgba(255, 255, 255, 0.05);
  padding: 0.313rem 0.625rem;
  color: rgb(var(--default-text-color-rgb));
}
.switcher-style-head .switcher-style-description {
  float: right;
  font-size: 0.625rem;
  background-color: rgba(var(--secondary-rgb), 0.2);
  color: rgb(var(--secondary-rgb));
  padding: 0.125rem 0.313rem;
  border-radius: 0.25rem;
}
#switcher-home,
#switcher-profile {
  padding: 0;
}
.theme-container-primary button {
  display: none;
}
.pickr-container-primary .pickr .pcr-button {
  width: 2rem;
  height: 2rem;
  overflow: hidden;
  border-radius: 0;
  border: 0px solid var(--input-border);
}
.pickr-container-primary .pickr .pcr-button:focus {
  box-shadow: none;
}
.pickr-container-primary .pickr .pcr-button::after {
  content: "\efc5";
  font-family: remixicon !important;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.5;
  font-size: 1.25rem;
  border-radius: 0;
}
.pickr-container-primary .pickr .pcr-button:before {
  border-radius: 0;
}
.card {
  background-color: var(--custom-white);
  border: 1px solid var(--bootstrap-card-border);
}
.img-thumbnail {
  background-color: var(--custom-white);
  border: 1px solid var(--default-border);
}
#btcCoin .apexcharts-grid line,
#btcCoin .apexcharts-xaxis line,
#ethCoin .apexcharts-grid line,
#ethCoin .apexcharts-xaxis line,
#dshCoin .apexcharts-grid line,
#dshCoin .apexcharts-xaxis line,
#glmCoin .apexcharts-grid line,
#glmCoin .apexcharts-xaxis line {
  stroke: transparent;
}
.apexcharts-title-text {
  fill: var(--text-muted);
}
@media (max-width: 991.98px) {
  .navigation-menu-styles {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .cart-dropdown,
  .timelines-dropdown,
  .notifications-dropdown,
  .header-shortcuts-dropdown,
  .header-fullscreen {
    display: none !important;
  }
}
.btn-close:focus {
  box-shadow: none !important;
}
.icons-list {
  list-style: none;
  margin: 0 -1px -1px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.icons-list .icons-list-item {
  text-align: center;
  height: 3rem;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--default-border);
  margin: 0.25rem;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  border-radius: 50%;
}
.icons-list .icons-list-item i {
  font-size: 1.05rem;
  color: rgb(var(--default-text-color-rgb));
}
.fe {
  font-size: inherit !important;
}
.bd-placeholder-img {
  margin: 0.125rem;
}
.shadow-primary {
  box-shadow: 0 0.25rem 1rem rgba(var(--primary-rgb), 0.3) !important;
}
.shadow-secondary {
  box-shadow: 0 0.25rem 1rem rgba(var(--secondary-rgb), 0.3) !important;
}
.shadow-success {
  box-shadow: 0 0.25rem 1rem rgba(var(--success-rgb), 0.3) !important;
}
.shadow-info {
  box-shadow: 0 0.25rem 1rem rgba(var(--info-rgb), 0.3) !important;
}
.shadow-warning {
  box-shadow: 0 0.25rem 1rem rgba(var(--warning-rgb), 0.3) !important;
}
.shadow-danger {
  box-shadow: 0 0.25rem 1rem rgba(var(--danger-rgb), 0.3) !important;
}
.shadow-orange {
  box-shadow: 0 0.25rem 1rem rgba(var(--orange-rgb), 0.3) !important;
}
.shadow-purple {
  box-shadow: 0 0.25rem 1rem rgba(var(--purple-rgb), 0.3) !important;
}
.placeholder-xl {
  min-height: 1.5em;
}
.placeholder {
  background-color: #fff;
}
.scrollspy-example-2 {
  height: 21.875rem;
  border: 1px solid var(--default-border);
  padding: 0.75rem;
  border-radius: 0.25rem;
}
.object-fit-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.object-fit-container img,
.object-fit-container video {
  width: 15.625rem;
  height: 15.625rem;
}
.invoice-amount-input {
  width: 9.375rem;
}
.choices-control .choices__inner {
  background-color: rgb(var(--light-rgb)) !important;
  border: 0 !important;
}
.svg-icon-background {
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.625rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.svg-icon-background svg {
  width: 1.25rem;
  height: 1.25rem;
}
.invoice-quantity-container {
  width: 8.75rem;
}
.pricing-card:hover {
  box-shadow: 0px 16px 32px rgba(33, 33, 33, 0.15);
}
.pricing-card {
  transition: box-shadow 0.3s;
}
.pricing-body {
  margin-block-end: 0;
}
.pricing-body li {
  margin-block-end: 0.6rem;
}
.pricing-body li:last-child {
  margin-block-end: 0;
}
.pricing-card {
  position: relative;
}
.pricing-card .popular-pricing-badge {
  position: absolute;
  content: "";
  inset-inline: auto;
  inset-block-start: 1rem;
  inset-inline-end: 1rem;
  padding: 3px 5px;
  background: rgba(var(--success-rgb), 0.1);
  color: rgb(var(--success-rgb));
  font-size: 9px;
  font-weight: 600;
}
.pricing-new {
  position: absolute;
  height: 18px;
  background-color: var(--primary08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  inset-block-start: 0;
  font-weight: 500;
  font-size: 10px;
  inset-inline-end: 0;
  z-index: 10;
  padding-inline: 17px;
}
.price-head {
  position: relative;
}
.price-head:after {
  width: 100%;
  height: 0;
  border-style: solid;
  border-width: 18px 63px 0 63px;
  border-color: rgba(255, 255, 255, 0.1) transparent transparent transparent;
  content: "";
  position: absolute;
  inset-block-start: 100%;
  left: 0;
  right: 0;
}
.price-head.popular:after {
  border-color: var(--primary01) transparent transparent transparent;
}
.avatar.avatar-xl.team-avatar {
  width: 7rem;
  height: 7rem;
  line-height: 7rem;
  border: 1px solid var(--primary03);
  background-color: var(--primary01);
}
.contact-action {
  position: relative;
  padding: 1.25rem;
}
.notification-container li.read {
  background-color: var(--gray-1);
}
.task-navigation ul.task-main-nav li {
  padding: 0.5rem;
  border-radius: var(--default-border);
  border-radius: 0.3rem;
  font-weight: 400;
}
.task-navigation ul.task-main-nav li:hover a {
  color: var(--primary-color);
}
.task-navigation ul.task-main-nav li.active div {
  color: var(--primary-color);
}
.task-pending-card .card-body,
.task-inprogress-card .card-body,
.task-completed-card .card-body {
  position: relative;
}
.task-pending-card:hover,
.task-inprogress-card:hover,
.task-completed-card:hover {
  box-shadow: 0 0.25rem 1rem var(--black-1);
}
.task-tabs-container .tab-pane {
  min-height: calc(100vh - 22rem);
  border: 0;
}
.terms-conditions {
  max-height: 44.75rem;
}
.terms-heading {
  position: relative;
}
.terms-heading:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 0.25rem;
  background: linear-gradient(to right, var(--primary-color), var(--primary01));
  inset-inline-start: 25%;
  inset-block-end: -0.65rem;
  border-radius: 0.25rem;
}
.card.card-fullscreen {
  border-radius: 0;
}
.contact-page-banner {
  position: relative;
  padding-inline: 7rem;
  padding-block: 4rem;
  width: 100%;
  height: 100%;
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/media-79-PBVLZ355.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-page-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-inline-end: 0;
  inset-block-end: 0;
}
.contact-page-banner div {
  z-index: 1;
  position: relative;
}
@media (max-width: 420px) {
  .contact-page-banner {
    padding-inline: 1rem;
  }
}
.contactus-form .tab-style-2 .nav-item .nav-link {
  padding: 0.85rem 2rem;
}
.contactus-form iframe {
  width: 100%;
}
.contactus-form-left {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.contactus-form-right {
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
}
#accordionFAQ {
  max-height: 31.25rem;
}
.timeline {
  position: relative;
}
.timeline li:before {
  content: "";
  position: absolute;
  inset-block-start: 5rem;
  inset-block-end: -3rem;
  width: 1px;
  border: 1px dashed var(--primary02);
  inset-inline-start: 12%;
  margin-inline-start: -1.5px;
}
.timeline > li {
  position: relative;
  min-height: 3.125rem;
  padding: 0.938rem 0;
}
.timeline .timeline-time {
  position: absolute;
  inset-inline-start: -0.5rem;
  width: 9%;
  inset-block-start: 3.05rem;
}
.timeline .timeline-time .date,
.timeline .timeline-time .time {
  display: block;
  font-weight: 500;
}
.timeline .timeline-time .date {
  line-height: 1rem;
  font-size: 0.6rem;
  margin-bottom: 0;
  color: var(--text-muted);
}
.timeline .timeline-time .time {
  line-height: 1.5rem;
  font-size: 1.125rem;
  color: var(--text-muted);
}
.timeline .timeline-icon {
  inset-inline-start: 7%;
  position: absolute;
  width: 10%;
  text-align: center;
  inset-block-start: 3.188rem;
}
.timeline .timeline-icon a {
  width: 1.75rem;
  height: 1.75rem;
  display: inline-block;
  border-radius: 50%;
  background: var(--primary01);
  color: var(--primary-color);
  line-height: 1.65rem;
  font-size: 0.855rem;
  border: 1px solid var(--primary05);
}
.timeline .timeline-body {
  box-shadow: 0 1px 1rem rgba(0, 0, 0, 0.05);
  margin-inline-start: 15%;
  margin-inline-end: 15%;
  position: relative;
}
.timeline .timeline-body .card.card.custom-card.primary {
  border-inline-start: 2px solid var(--primary-color);
}
.timeline .timeline-body .card.card.custom-card.secondary {
  border-inline-start: 2px solid rgb(var(--secondary-rgb));
}
.timeline .timeline-body .card.card.custom-card.warning {
  border-inline-start: 2px solid rgb(var(--warning-rgb));
}
.timeline .timeline-body > div + div {
  margin-block-start: 0.938rem;
}
.timeline-loadmore-container {
  margin-block-start: 3.5rem;
  margin-block-end: 1.5rem;
}
.timeline li:last-child:before {
  display: none;
}
@media screen and (min-width: 576px) {
  .timeline .timeline-body {
    inset-block-start: 2.25rem;
    margin-inline-start: 17%;
  }
}
@media (max-width: 575.98px) {
  .timeline .timeline-icon a {
    display: none;
  }
  .timeline li:before {
    display: none;
  }
  .timeline-body .media {
    flex-direction: column;
  }
  .timeline-body .media .main-img-user {
    margin-block-end: 0.625rem !important;
  }
  .timeline .timeline-time {
    z-index: 99;
    width: 100%;
    inset-inline-end: 0.313rem !important;
    position: absolute;
    inset-block-start: 1.5rem !important;
  }
  .timeline-main-content {
    flex-direction: column;
  }
  .timeline .timeline-body {
    margin-inline-start: 0;
    margin-inline-end: 0;
    position: relative;
  }
  .timeline-badge {
    position: absolute;
    inset-inline-start: 1.15rem;
    inset-block-start: 0.8rem;
  }
  .timeline .timeline-time .date,
  .timeline .timeline-time .time {
    display: inline;
  }
  .timeline .timeline-time .time {
    line-height: 1rem;
    font-size: 0.688rem;
    margin-inline-start: 0.313rem;
    margin-inline-end: 0.625rem;
    color: var(--text-muted);
  }
}
.blog-caption {
  inset-inline-end: 0;
  position: absolute;
  inset-inline-start: 0;
  inset-block-end: 0;
  padding: 0.75rem;
  background-color: rgba(0, 0, 0, 0.3);
}
.card-left-image {
  width: 30%;
}
.blog-image-top {
  position: relative;
}
.blog-image-top .badge {
  position: absolute;
  content: "";
  inset-inline-end: 0.75rem;
  inset-block-end: 0.75rem;
  background-color: rgba(0, 0, 0, 0.3);
}
.search-nav-tabs .nav-item {
  position: relative;
}
.search-nav-tabs .nav-item::before {
  content: "";
  position: absolute;
  width: 100%;
  border-block-end: 2px solid transparent;
  inset-inline-start: 0;
  inset-block-end: 0;
}
.search-nav-tabs .nav-item .nav-link {
  background-color: transparent;
  border-radius: 0;
}
.search-nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  border-block-end: 2px solid var(--primary-color);
}
.search-page .tags .badge {
  background-color: rgba(0, 0, 0, 0.3);
}
.card.custom-card.blockquote-card {
  border-inline-start-color: var(--primary-color) !important;
}
.blog-popular-tags .badge {
  margin: 0.313rem;
  font-size: 0.65rem;
}
.blog-images-container .filepond--root {
  width: 100%;
}
.blog-images-container .filepond--panel-root {
  border-color: var(--input-border) !important;
  border-radius: 0.25rem;
}
.blog-images-container .filepond--root .filepond--drop-label label {
  color: var(--text-muted);
}
#blog-content {
  height: auto;
}
@media screen and (max-width: 400px) {
  .choices__inner .choices__list--multiple .choices__item {
    margin-block-end: 0.25rem !important;
  }
}
@media screen and (max-width: 991px) {
  .ql-toolbar.ql-snow .ql-formats {
    margin-block-end: 0.25rem !important;
  }
}
.skills-section {
  max-width: 300px;
}
.professional-bio {
  max-width: 400px;
}
.main-profile-info {
  z-index: 10;
  position: relative;
}
.profile-works img {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 0.3rem;
  margin-bottom: 1.25rem;
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.upload-btn-wrapper input[type=file] {
  font-size: 6px;
  position: absolute;
  left: 0;
  top: 0;
  height: 39px;
  opacity: 0;
}
.profile-timeline {
  margin-block-end: 0;
}
.profile-timeline li {
  padding-inline-start: 5.313rem;
  position: relative;
  margin-block-end: 1.75rem;
}
.profile-timeline li .profile-timeline-avatar {
  position: absolute;
  inset-inline-start: 2.125rem;
  inset-block-start: 0.188rem;
}
.profile-timeline li:last-child {
  margin-block-end: 0;
}
.profile-timeline li:last-child::before {
  display: none;
}
.profile-timeline li::before {
  content: "";
  background-color: transparent;
  border: 1px dashed rgba(var(--dark-rgb), 0.1);
  height: 100%;
  position: absolute;
  inset-inline-start: 2.813rem;
  inset-block-start: 1.813rem;
}
.profile-timeline .profile-activity-media img {
  width: 3rem;
  height: 3rem;
  margin: 0.25rem;
}
.profile-recent-posts {
  max-width: 10rem;
}
.profile-post-content {
  width: 42rem;
}
#profile-posts-scroll {
  max-height: 35rem;
}
@media (max-width: 420px) {
  .profile-post-link {
    max-width: 9.375rem;
  }
}
#draggable-left .card,
#draggable-right .card {
  cursor: move;
}
.scrollToTop {
  background-color: var(--primary01);
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  position: fixed;
  bottom: 20px;
  inset-inline-end: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: none;
  z-index: 10000;
  height: 2.5rem;
  width: 2.5rem;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.1s linear;
  box-shadow: none;
}
[dir=rtl] .recruiter .btn-icon.btn-sm {
  transform: rotate(180deg);
}
[dir=rtl] .rtl-rotate {
  transform: rotate(180deg);
}
[dir=rtl] .rtl-icon-transform {
  transform: scaleX(-1);
}
[dir=rtl] .landing-steps::after {
  transform: scaleX(-1);
}
#address-add {
  min-height: calc(1.5em + 2.75rem + var(--bs-border-width) * 2);
}
.project-list-title {
  max-width: 13.375rem;
}
@media (min-width: 1200px) {
  .projects-summary {
    border-inline-end: 1px dashed var(--default-border);
  }
}
#project-descriptioin-editor {
  height: 200px;
  overflow: auto;
  padding: 1rem;
  border: 1px solid var(--default-border);
}
.project-list-main .choices__inner {
  width: 150px !important;
}
.project-list-description {
  max-width: 350px;
  min-width: 350px;
  white-space: wrap !important;
}
.swiper-related-jobs .swiper-button-next,
.swiper-related-jobs .swiper-button-prev {
  background-color: rgb(var(--light-rgb));
  color: rgb(var(--default-text-color-rgb)) !important;
}
@media (max-width: 767.98px) {
  .swiper-related-jobs .swiper-button-next,
  .swiper-related-jobs .swiper-button-prev {
    display: none;
  }
}
@media screen and (min-width: 623px) {
  .input-group.companies-search-input .choices {
    margin-block-end: 0;
  }
  .input-group.companies-search-input .choices__inner {
    border-radius: 0 !important;
    min-height: 100% !important;
  }
  .input-group.companies-search-input .choices__list--dropdown .choices__item--selectable {
    padding-inline-end: 1rem;
  }
  [dir=rtl] .input-group.companies-search-input .choices__inner {
    border-radius: 0 !important;
  }
}
@media screen and (max-width: 622px) {
  .input-group.companies-search-input {
    display: block;
  }
  .input-group.companies-search-input .form-control {
    width: 100% !important;
    border-radius: 0.25rem !important;
    margin-bottom: 0.5rem;
  }
  .input-group.companies-search-input .choices {
    border-radius: 0.25rem !important;
    margin-bottom: 0.5rem;
  }
  .input-group.companies-search-input .choices .choices__inner {
    border-radius: 0.25rem !important;
  }
  .input-group.companies-search-input .btn {
    width: 100% !important;
    border-radius: 0.25rem !important;
  }
}
.list-bullets li {
  position: relative;
  margin-block-end: -1px;
  border: 1px solid var(--default-border);
  list-style-type: circle;
  list-style-position: inside;
  padding: 0.75rem 1.25rem;
}
.crm-contact-close-btn.btn-close {
  filter: invert(1);
  position: absolute;
  inset-inline-end: -0.625rem;
  inset-block-start: -0.625rem;
}
#offcanvasExample {
  border-color: transparent !important;
}
.main-profile-cover {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/media-29-U6ZF4CNX.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 9;
}
.main-profile-cover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, var(--primary03) 0%, rgba(0, 14, 12, 0.6) 100%);
  inset-inline-start: 0;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
}
.lead-discovered,
.lead-qualified,
.contact-initiated,
.need-identified,
.negotiation,
.deal-finalized {
  position: relative;
  margin-inline-start: 1rem;
}
.lead-discovered .dot-icon,
.lead-qualified .dot-icon,
.contact-initiated .dot-icon,
.need-identified .dot-icon,
.negotiation .dot-icon,
.deal-finalized .dot-icon {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
}
.lead-discovered .dot-icon {
  background-color: var(--primary-color);
}
.lead-qualified .dot-icon {
  background-color: rgb(var(--warning-rgb));
}
.contact-initiated .dot-icon {
  background-color: rgb(var(--success-rgb));
}
.need-identified .dot-icon {
  background-color: rgb(var(--info-rgb));
}
.negotiation .dot-icon {
  background-color: rgb(var(--danger-rgb));
}
.deal-finalized .dot-icon {
  background-color: rgb(var(--secondary-rgb));
}
#leads-discovered .card.custom-card {
  background-color: rgba(var(--primary-rgb), 0.07);
}
#leads-discovered .card.custom-card .company-name {
  color: var(--primary-color);
}
#leads-discovered .card.custom-card .avatar {
  background-color: var(--primary-color);
}
#leads-qualified .card.custom-card {
  background-color: rgba(var(--warning-rgb), 0.07);
}
#leads-qualified .card.custom-card .company-name {
  color: rgb(var(--warning-rgb));
}
#leads-qualified .card.custom-card .avatar {
  background-color: rgb(var(--warning-rgb));
}
#contact-initiated .card.custom-card {
  background-color: rgba(var(--success-rgb), 0.07);
}
#contact-initiated .card.custom-card .company-name {
  color: rgb(var(--success-rgb));
}
#contact-initiated .card.custom-card .avatar {
  background-color: rgb(var(--success-rgb));
}
#needs-identified .card.custom-card {
  background-color: rgba(var(--info-rgb), 0.07);
}
#needs-identified .card.custom-card .company-name {
  color: rgb(var(--info-rgb));
}
#needs-identified .card.custom-card .avatar {
  background-color: rgb(var(--info-rgb));
}
#negotiation .card.custom-card {
  background-color: rgba(var(--danger-rgb), 0.07);
}
#negotiation .card.custom-card .company-name {
  color: rgb(var(--danger-rgb));
}
#negotiation .card.custom-card .avatar {
  background-color: rgb(var(--danger-rgb));
}
#deal-finalized .card.custom-card {
  background-color: rgba(var(--secondary-rgb), 0.07);
}
#deal-finalized .card.custom-card .company-name {
  color: rgb(var(--secondary-rgb));
}
#deal-finalized .card.custom-card .avatar {
  background-color: rgb(var(--secondary-rgb));
}
#leads-discovered .card.custom-card,
#leads-qualified .card.custom-card,
#contact-initiated .card.custom-card,
#needs-identified .card.custom-card,
#negotiation .card.custom-card,
#deal-finalized .card.custom-card {
  margin-block-end: 0.5rem;
  touch-action: none;
}
#leads-discovered .card.custom-card:last-child,
#leads-qualified .card.custom-card:last-child,
#contact-initiated .card.custom-card:last-child,
#needs-identified .card.custom-card:last-child,
#negotiation .card.custom-card:last-child,
#deal-finalized .card.custom-card:last-child {
  margin-block-end: 1.5rem;
}
#leads-discovered .card.custom-card .card-body,
#leads-qualified .card.custom-card .card-body,
#contact-initiated .card.custom-card .card-body,
#needs-identified .card.custom-card .card-body,
#negotiation .card.custom-card .card-body,
#deal-finalized .card.custom-card .card-body {
  padding: 1rem;
}
.crm-deals .company-name {
  font-size: 0.875rem;
}
.create-nft-item .filepond--root[data-style-panel-layout~=circle] {
  border-radius: 0.25rem;
  width: 100%;
}
.create-nft-item .filepond--drop-label.filepond--drop-label label {
  padding: 2em;
}
.create-nft-item .filepond--drop-label {
  color: var(--text-muted) !important;
}
.create-nft-item .filepond--panel-root {
  border: 0.125rem dashed var(--input-border) !important;
}
.create-nft-item .filepond--root[data-style-panel-layout~=circle] .filepond--image-preview-wrapper {
  border-radius: 0.3rem;
}
.create-nft-item .filepond--root[data-style-panel-layout~=circle] {
  height: 15.75rem !important;
  width: 15.25rem !important;
  margin: 0 !important;
}
.create-nft-item .filepond--drop-label label {
  font-size: 0.75rem;
}
.create-nft-item .filepond--root[data-style-panel-layout~=circle] .filepond--image-preview-wrapper,
.create-nft-item .filepond--file {
  height: 15.75rem;
  width: 15.25rem !important;
}
.nft-wallet {
  position: relative;
  text-align: center;
  box-shadow: none !important;
  border: 1px solid var(--default-border) !important;
  border-radius: 0.5rem;
}
.nft-wallet:hover {
  background-color: rgb(var(--light-rgb)) !important;
}
.nft-wallet.active {
  border-color: var(--primary-color) !important;
}
.nft-list li:hover {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: var(--primary-color);
}
.nft-tag.nft-tag-primary:hover,
.nft-tag.nft-tag-primary.active {
  color: var(--primary-color);
}
.nft-tag.nft-tag-primary .nft-tag-icon {
  color: var(--primary-color);
}
.nft-tag.nft-tag-secondary:hover,
.nft-tag.nft-tag-secondary.active {
  color: rgb(var(--secondary-rgb));
}
.nft-tag.nft-tag-secondary .nft-tag-icon {
  color: rgb(var(--secondary-rgb));
}
.nft-tag.nft-tag-warning:hover,
.nft-tag.nft-tag-warning.active {
  color: rgb(var(--warning-rgb));
}
.nft-tag.nft-tag-warning .nft-tag-icon {
  color: rgb(var(--warning-rgb));
}
.nft-tag.nft-tag-info:hover,
.nft-tag.nft-tag-info.active {
  color: rgb(var(--info-rgb));
}
.nft-tag.nft-tag-info .nft-tag-icon {
  color: rgb(var(--info-rgb));
}
.nft-tag.nft-tag-success:hover,
.nft-tag.nft-tag-success.active {
  color: rgb(var(--success-rgb));
}
.nft-tag.nft-tag-success .nft-tag-icon {
  color: rgb(var(--success-rgb));
}
.nft-tag.nft-tag-danger:hover,
.nft-tag.nft-tag-danger.active {
  color: rgb(var(--danger-rgb));
}
.nft-tag.nft-tag-danger .nft-tag-icon {
  color: rgb(var(--danger-rgb));
}
.nft-tag.nft-tag-dark:hover,
.nft-tag.nft-tag-dark.active {
  color: rgb(var(--dark-rgb));
}
.nft-tag.nft-tag-dark .nft-tag-icon {
  color: rgb(var(--dark-rgb));
}
.nft-tag.nft-tag-orange:hover,
.nft-tag.nft-tag-orange.active {
  color: rgb(var(--orange-rgb));
}
.nft-tag.nft-tag-orange .nft-tag-icon {
  color: rgb(var(--orange-rgb));
}
.nft-tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--custom-white);
  background-color: var(--custom-white);
  color: rgb(var(--default-text-color-rgb));
  padding: 8px 30px;
  gap: 0.85rem;
}
.nft-timer-container {
  position: absolute;
  inset-inline-start: 0;
  top: 5%;
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.7rem;
  border-start-start-radius: 0px;
  border-start-end-radius: 50rem;
  border-end-end-radius: 50rem;
  border-end-start-radius: 0px;
  color: #fff;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.1);
}
.nft-btn {
  position: absolute;
  inset-inline-end: 5%;
  bottom: 5%;
  height: 2rem;
  width: 2rem;
  padding: 5px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all ease 0.3s;
  z-index: 1;
}
.nft-btn:hover {
  background-color: var(--custom-white);
  color: var(--primary-color);
}
.nft-img {
  border-radius: 0.5rem;
  max-height: 10rem;
  width: 100%;
}
[data-theme-mode=dark] .qr-image {
  filter: invert(1);
}
#btc-currency-chart,
#eth-currency-chart,
#ltc-currency-chart,
#dash-currency-chart,
#xrs-currency-chart,
#glm-currency-chart,
#monero-currency-chart,
#eos-currency-chart,
#waves-currency-chart {
  position: absolute;
  inset-block-end: 0;
}
.currency-exchange-card {
  position: relative;
  background-color: var(--primary-color) !important;
  box-shadow: none;
  min-height: 21.875rem;
  z-index: 10;
}
.currency-exchange-card:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  /*background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/pattern-1-VPGHOBLP.svg);*/
  background-repeat: repeat;
  z-index: 0;
  opacity: 0.05;
}
.currency-exchange-card .currency-exchange-area {
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  z-index: 1;
  position: relative;
}
.currency-exchange-card .currency-exchange-area .form-control {
  line-height: 1.75;
}
#buy_sell-statistics .apexcharts-bar-series.apexcharts-plot-series .apexcharts-series .apexcharts-bar-area {
  stroke: transparent;
}
#bitcoin-chart .apexcharts-grid line,
#Ethereum-chart .apexcharts-grid line,
#dashcoin-chart .apexcharts-grid line,
#btc-chart .apexcharts-grid line,
#eth-chart .apexcharts-grid line,
#glm-chart .apexcharts-grid line,
#dash-chart .apexcharts-grid line,
#lite-chart .apexcharts-grid line,
#ripple-chart .apexcharts-grid line,
#eos-chart .apexcharts-grid line,
#bytecoin-chart .apexcharts-grid line,
#iota-chart .apexcharts-grid line,
#monero-chart .apexcharts-grid line {
  stroke: transparent;
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--custom-white);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
@media (min-width: 992px) {
  body {
    padding-right: 0 !important;
    overflow: auto !important;
  }
}
.kanban-board {
  width: 370px;
}
[class^=ri-],
[class*=" ri-"] {
  display: inline-flex;
}
#create-task .choices__list--dropdown,
#create-task .choices__list[aria-expanded] {
  border: 0 !important;
}
[data-theme-mode=dark] .bg-dark .h1,
[data-theme-mode=dark] .bg-dark .h2,
[data-theme-mode=dark] .bg-dark .h3,
[data-theme-mode=dark] .bg-dark .h4,
[data-theme-mode=dark] .bg-dark .h5,
[data-theme-mode=dark] .bg-dark .h6,
[data-theme-mode=dark] .bg-dark h1,
[data-theme-mode=dark] .bg-dark h2,
[data-theme-mode=dark] .bg-dark h3,
[data-theme-mode=dark] .bg-dark h4,
[data-theme-mode=dark] .bg-dark h5,
[data-theme-mode=dark] .bg-dark h6,
[data-theme-mode=dark] .card-bg-dark .h1,
[data-theme-mode=dark] .card-bg-dark .h2,
[data-theme-mode=dark] .card-bg-dark .h3,
[data-theme-mode=dark] .card-bg-dark .h4,
[data-theme-mode=dark] .card-bg-dark .h5,
[data-theme-mode=dark] .card-bg-dark .h6,
[data-theme-mode=dark] .card-bg-dark h1,
[data-theme-mode=dark] .card-bg-dark h2,
[data-theme-mode=dark] .card-bg-dark h3,
[data-theme-mode=dark] .card-bg-dark h4,
[data-theme-mode=dark] .card-bg-dark h5,
[data-theme-mode=dark] .card-bg-dark h6 {
  color: var(--custom-white) !important;
}
[data-theme-mode=dark] .bg-dark .text-fixed-white {
  color: #fff !important;
}
[data-theme-mode=dark] .bg-dark.card.custom-card,
[data-theme-mode=dark] .card-bg-dark.card.custom-card {
  color: var(--custom-white) !important;
}
[data-theme-mode=dark] .bg-dark.card.custom-card .card-body,
[data-theme-mode=dark] .bg-dark.card.custom-card .card-footer,
[data-theme-mode=dark] .card-bg-dark.card.custom-card .card-body,
[data-theme-mode=dark] .card-bg-dark.card.custom-card .card-footer {
  color: var(--custom-white) !important;
}
[data-theme-mode=dark] .choices[data-type*=select-one] .choices__button {
  filter: invert(1);
}
[data-theme-mode=dark] .apexcharts-tooltip * {
  color: #fff;
}
[data-theme-mode=dark] .apexcharts-tooltip-series-group.apexcharts-active,
[data-theme-mode=dark] .apexcharts-tooltip-series-group:last-child {
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%) !important;
}
[data-theme-mode=dark] #circle-custom .apexcharts-legend.apx-legend-position-left {
  background-color: transparent;
}
[data-theme-mode=dark] .navbar-nav .nav-link.active,
[data-theme-mode=dark] .navbar-nav .nav-link.show {
  color: #fff;
}
.d-inline-table {
  display: inline-table;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgb(var(--default-text-color-rgb));
}
.card.custom-card {
  color: rgb(var(--default-text-color-rgb)) !important;
}
[data-theme-mode=light][data-header-styles=transparent] .page-header-breadcrumb h4,
[data-theme-mode=light][data-default-header-styles=transparent] .page-header-breadcrumb h4 {
  color: rgb(var(--default-text-color-rgb)) !important;
}
[data-theme-mode=light][data-header-styles=transparent] .app-header .main-header-container .form-control,
[data-theme-mode=light][data-default-header-styles=transparent] .app-header .main-header-container .form-control {
  background: rgba(0, 0, 0, 0.05) !important;
  color: rgb(var(--default-text-color-rgb));
  box-shadow: none;
}
[data-theme-mode=light] .page-header-breadcrumb h4 {
  color: #fff !important;
}
[data-header-styles=dark] .header-link.dropdown-toggle .user-name {
  color: #fff !important;
}
[data-default-header-styles=transparent] .page-header-breadcrumb,
[data-default-header-styles=light] .page-header-breadcrumb,
[data-default-header-styles=dark] .page-header-breadcrumb,
[data-default-header-styles=color] .page-header-breadcrumb,
[data-default-header-styles=gradient] .page-header-breadcrumb {
  margin: 0px 0px -32px 0px;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label::after {
  background-color: transparent !important;
}
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
  background-color: transparent !important;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  color: var(--text-muted) !important;
  font-weight: 400;
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  color: var(--text-muted) !important;
  font-weight: 400;
}
.dropdown-item-text {
  color: rgb(var(--default-text-color-rgb)) !important;
}
.blockquote-footer {
  color: rgb(var(--default-text-color-rgb)) !important;
}
hr {
  border-color: var(--default-border);
  opacity: 1;
}
[dir=rtl] .dropdown-menu {
  --bs-position: start;
}
[dir=rtl] .dropdown-menu-end {
  --bs-position: end;
}
[dir=rtl] .dropdown-menu-end {
  inset: 0px auto auto 0px !important;
}
[dir=rtl] .transform-arrow {
  transform: rotate(180deg);
}
[dir=rtl] .bi-skip-backward::before {
  content: "\f55e";
}
[dir=rtl] .bi-skip-forward::before {
  content: "\f552";
}
.reviews-list {
  margin-block-end: 0;
}
.reviews-list li {
  margin-block-end: 1rem;
}
.reviews-list li:last-child {
  margin-block-end: 0;
}
ul.sortable-list li,
ol.sortable-list li {
  background-color: var(--primary005);
  margin: 3px 0;
  border: 1px solid var(--primary005);
  border-radius: 0.3rem;
  font-weight: 500;
}
ul.sortable-list li.filtered,
ol.sortable-list li.filtered {
  background-color: rgb(var(--danger-rgb));
  color: #fff;
}
ul.sortable-list li.selected,
ol.sortable-list li.selected {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  color: #fff;
}
ul.sortable-list .list-group-item + .list-group-item,
ol.sortable-list .list-group-item + .list-group-item {
  border-top-width: 1px;
}
ul#shared-right li,
ul#cloning-right li,
ul#disabling-sorting-right li,
ol#shared-right li,
ol#cloning-right li,
ol#disabling-sorting-right li {
  background-color: rgba(var(--secondary-rgb), 0.05);
  border: 1px solid rgba(var(--secondary-rgb), 0.05);
}
ul .handle,
ol .handle {
  cursor: grab;
}
.grid-square {
  width: 100px;
  height: 100px;
  display: inline-flex;
  background-color: rgba(var(--primary-rgb), 0.05);
  border: 1px solid var(--default-border);
  border-radius: 0.5rem;
  margin-block-end: 1.5rem;
  margin-inline-end: 1.5rem;
  padding: 20px;
  align-items: center;
  justify-content: center;
}
.nested-sortable,
.nested-1,
.nested-2,
.nested-3 {
  margin-top: 5px;
}
.nested-sortable .list-group-item + .list-group-item,
.nested-1 .list-group-item + .list-group-item,
.nested-2 .list-group-item + .list-group-item,
.nested-3 .list-group-item + .list-group-item {
  border-top-width: 1px;
}
.nested-1,
.nested-2,
.nested-3 {
  background-color: rgba(var(--primary-rgb), 0.05);
  border: 1px solid rgba(var(--primary-rgb), 0.05);
  font-weight: 500;
}
@media (min-width: 1400px) and (max-width: 1600px) {
  .responsive-item {
    display: none;
  }
}
#new-issues .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#completed-issues .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#pending-issues .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#unresolved-issues .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#distance-covered .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#energy-block .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#civilian-population .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#civilian-population-support .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#player1-stats .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#player2-stats .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#player3-stats .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#player4-stats .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#player5-stats .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#air-support .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#time-spent .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#users-report .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#player6-stats .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#website-traffic .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area {
  stroke: transparent !important;
}
#new-issues .apexcharts-grid line,
#new-issues .apexcharts-xaxis line,
#new-issues .apexcharts-grid-borders line,
#completed-issues .apexcharts-grid line,
#completed-issues .apexcharts-xaxis line,
#completed-issues .apexcharts-grid-borders line,
#pending-issues .apexcharts-grid line,
#pending-issues .apexcharts-xaxis line,
#pending-issues .apexcharts-grid-borders line,
#unresolved-issues .apexcharts-grid line,
#unresolved-issues .apexcharts-xaxis line,
#unresolved-issues .apexcharts-grid-borders line,
#distance-covered .apexcharts-grid line,
#distance-covered .apexcharts-xaxis line,
#distance-covered .apexcharts-grid-borders line,
#energy-block .apexcharts-grid line,
#energy-block .apexcharts-xaxis line,
#energy-block .apexcharts-grid-borders line,
#civilian-population .apexcharts-grid line,
#civilian-population .apexcharts-xaxis line,
#civilian-population .apexcharts-grid-borders line,
#civilian-population-support .apexcharts-grid line,
#civilian-population-support .apexcharts-xaxis line,
#civilian-population-support .apexcharts-grid-borders line,
#player1-stats .apexcharts-grid line,
#player1-stats .apexcharts-xaxis line,
#player1-stats .apexcharts-grid-borders line,
#player2-stats .apexcharts-grid line,
#player2-stats .apexcharts-xaxis line,
#player2-stats .apexcharts-grid-borders line,
#player3-stats .apexcharts-grid line,
#player3-stats .apexcharts-xaxis line,
#player3-stats .apexcharts-grid-borders line,
#player4-stats .apexcharts-grid line,
#player4-stats .apexcharts-xaxis line,
#player4-stats .apexcharts-grid-borders line,
#player5-stats .apexcharts-grid line,
#player5-stats .apexcharts-xaxis line,
#player5-stats .apexcharts-grid-borders line,
#air-support .apexcharts-grid line,
#air-support .apexcharts-xaxis line,
#air-support .apexcharts-grid-borders line,
#time-spent .apexcharts-grid line,
#time-spent .apexcharts-xaxis line,
#time-spent .apexcharts-grid-borders line,
#users-report .apexcharts-grid line,
#users-report .apexcharts-xaxis line,
#users-report .apexcharts-grid-borders line,
#player6-stats .apexcharts-grid line,
#player6-stats .apexcharts-xaxis line,
#player6-stats .apexcharts-grid-borders line,
#website-traffic .apexcharts-grid line,
#website-traffic .apexcharts-xaxis line,
#website-traffic .apexcharts-grid-borders line {
  stroke: transparent;
}
@media (max-width: 350px) {
  #air-support .apexcharts-tooltip.apexcharts-theme-light {
    display: none;
  }
}
.energy-block-list li {
  margin-block-end: 1rem;
}
.energy-block-list li:last-child {
  margin-block-end: 0;
}
@media (min-width: 576px) {
  .distance-covered-content {
    position: absolute;
    inset-inline-start: 0;
    width: 100%;
    z-index: 1;
  }
}
.player-statistics .apexcharts-svg,
.player-statistics .apexcharts-canvas {
  width: auto !important;
}
[dir=rtl] .player-statistics .apexcharts-svg,
[dir=rtl] .player-statistics .apexcharts-canvas {
  direction: rtl;
}
#danger-zones .apexcharts-pie line,
#danger-zones .apexcharts-pie circle,
#danger-zones .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#safe-zones .apexcharts-pie line,
#safe-zones .apexcharts-pie circle,
#safe-zones .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area {
  stroke: transparent !important;
}
.skills-achieved-list li {
  margin-block-end: 1rem;
  padding: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.05);
}
.skills-achieved-list li:last-child {
  margin-block-end: 0;
}
.skills-achieved-list li.active {
  border: 1px dashed var(--primary05);
  color: var(--primary-color);
}
.skills-achieved-list li .custom-progress-padding {
  overflow: visible;
}
.skills-achieved-list li .progress-bar {
  position: relative;
  overflow: visible;
}
.skills-achieved-list li .progress-bar:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  box-shadow: 0 0.313rem 0.313rem var(--primary02);
  background: #ffffff;
  position: absolute;
  inset-inline-end: -0.4rem;
  inset-block-start: -0.17rem;
  border: 0.1rem solid var(--primary-color);
}
#civilian-population-support {
  position: absolute;
  inset-block-end: 0;
  inset-inline-end: 0;
  inset-inline-start: 0;
  width: 100%;
  z-index: -1;
}
#top-country {
  height: 20rem !important;
}
#top-country #jvm-regions-group path {
  fill: var(--primary005);
}
#survival-rate .apexcharts-radialbar-hollow {
  fill: transparent;
}
.energy-block-content {
  position: absolute;
  top: 60px;
  inset-inline-end: 0;
  inset-inline-start: 0;
  width: 100%;
  padding: 0 1rem;
}
#time-spent .apexcharts-marker {
  stroke: var(--primary05);
  stroke-width: 10;
}
#top-country .jvm-lines-group .jvm-line {
  stroke: var(--primary-color) !important;
}
#top-country #jvm-markers-labels-group text {
  fill: #fff;
  padding: 10px;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.7);
}
.sales-stats {
  padding-inline-start: 35px;
}
.sales-stats-row {
  flex: 1;
}
#male-users .apexcharts-grid line,
#male-users .apexcharts-xaxis line,
#male-users .apexcharts-grid-borders line,
#female-users .apexcharts-grid line,
#female-users .apexcharts-xaxis line,
#female-users .apexcharts-grid-borders line {
  stroke: transparent;
}
#recent-orders .apexcharts-pie circle {
  stroke: transparent;
}
.traffic-sources-list li {
  margin-bottom: 1.62rem;
}
.traffic-sources-list li:last-child {
  margin-bottom: 0;
}
.svg-male,
.svg-female {
  position: relative;
}
.svg-male svg,
.svg-female svg {
  position: absolute;
  bottom: 0;
  width: 150px;
  opacity: 0.05;
  height: 150px;
}
.todo-list-list li:not(:last-child) {
  margin-block-end: 20px;
}
.todo-sublist {
  position: relative;
}
.todo-sublist::before {
  content: " ";
  height: 100%;
  width: 1px;
  background-color: var(--default-border);
  position: absolute;
  inset-inline-start: -38px;
  inset-block-start: 12px;
}
.todo-list-list .form-check-label {
  transition: color 0.3s, -webkit-text-decoration 0.3s;
  transition: color 0.3s, text-decoration 0.3s;
  transition:
    color 0.3s,
    text-decoration 0.3s,
    -webkit-text-decoration 0.3s;
  font-weight: 400;
}
.todo-list-list .form-check-input:checked + .form-check-label {
  text-decoration: line-through;
  color: var(--text-muted);
}
#sales-statistics .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#visitors .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area {
  stroke: transparent !important;
}
#sales-statistics .apexcharts-grid line,
#sales-statistics .apexcharts-xaxis line,
#sales-statistics .apexcharts-grid-borders line,
#visitors .apexcharts-grid line,
#visitors .apexcharts-xaxis line,
#visitors .apexcharts-grid-borders line {
  stroke: transparent;
}
.recent-activity-list {
  margin-block-end: 0;
  position: relative;
}
.recent-activity-list:before {
  position: absolute;
  content: "";
  width: 1px;
  background-color: var(--default-border);
  height: 90%;
  inset-inline-start: 9px;
}
.recent-activity-list li {
  position: relative;
  margin-block-end: 1.75rem;
  padding-inline-start: 2rem;
}
.recent-activity-list li:nth-child(1):before {
  border: 3px solid rgba(var(--primary-rgb), 1);
}
.recent-activity-list li:nth-child(2):before {
  border: 3px solid rgba(var(--warning-rgb), 1);
}
.recent-activity-list li:nth-child(3):before {
  border: 3px solid rgba(var(--success-rgb), 1);
}
.recent-activity-list li:nth-child(4):before {
  border: 3px solid rgba(var(--danger-rgb), 1);
}
.recent-activity-list li:nth-child(5):before {
  border: 3px solid rgba(var(--secondary-rgb), 1);
}
.recent-activity-list li:nth-child(6):before {
  border: 3px solid rgba(var(--dark-rgb), 1);
}
.recent-activity-list li:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--custom-white);
  inset-inline-start: 4px;
}
.recent-activity-list li:last-child {
  margin-block-end: 0;
}
#lead_source .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#visitors-source .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#revenue .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area {
  stroke: transparent !important;
}
#lead_source .apexcharts-grid line,
#lead_source .apexcharts-xaxis line,
#lead_source .apexcharts-grid-borders line,
#visitors-source .apexcharts-grid line,
#visitors-source .apexcharts-xaxis line,
#visitors-source .apexcharts-grid-borders line,
#revenue .apexcharts-grid line,
#revenue .apexcharts-xaxis line,
#revenue .apexcharts-grid-borders line {
  stroke: transparent;
}
#sales-statistics .apexcharts-grid line,
#sales-statistics .apexcharts-xaxis line,
#sales-statistics .apexcharts-grid-borders line,
#website-traffic .apexcharts-grid line,
#website-traffic .apexcharts-xaxis line,
#website-traffic .apexcharts-grid-borders line {
  stroke: transparent;
}
#total-sales,
#total-revenue,
#page-views,
#profit-per-sale {
  position: relative;
}
#total-sales .apexcharts-radialbar-hollow,
#total-revenue .apexcharts-radialbar-hollow,
#page-views .apexcharts-radialbar-hollow,
#profit-per-sale .apexcharts-radialbar-hollow {
  fill: transparent;
}
#total-sales .apexcharts-radialbar-track.apexcharts-track path,
#total-revenue .apexcharts-radialbar-track.apexcharts-track path,
#page-views .apexcharts-radialbar-track.apexcharts-track path,
#profit-per-sale .apexcharts-radialbar-track.apexcharts-track path {
  stroke: rgba(255, 255, 255, 0.2);
}
#total-sales:before,
#total-revenue:before,
#page-views:before,
#profit-per-sale:before {
  width: 80px;
  height: 80px;
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 2px dashed var(--primary-color);
  top: 8px;
  animation: rotate 10s linear infinite;
  inset-inline-end: 9px;
  background-color: var(--primary01);
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#top-country-sales {
  height: 22.73rem;
}
#top-country-sales #jvm-regions-group path {
  fill: var(--primary02);
}
#top-country-sales .jvm-line[animation=true] {
  stroke: rgb(var(--secondary-rgb));
}
#top-country-sales circle {
  stroke-width: 30;
}
.tilt {
  transform-style: preserve-3d;
}
#profit-analysis .apexcharts-radialbar-hollow {
  fill: transparent;
}
#total-revenue1 .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#total-customers .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#conversion-ratio .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#total-deals .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#crypto-price .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#neo-price-graph .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#iota-price-graph .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#ripple-price-graph .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#dash-price-graph .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#Ethereum-price-graph .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#bitcoin-price-graph .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area {
  stroke: transparent !important;
}
#total-revenue1 .apexcharts-grid line,
#total-revenue1 .apexcharts-xaxis line,
#total-revenue1 .apexcharts-grid-borders line,
#total-customers .apexcharts-grid line,
#total-customers .apexcharts-xaxis line,
#total-customers .apexcharts-grid-borders line,
#conversion-ratio .apexcharts-grid line,
#conversion-ratio .apexcharts-xaxis line,
#conversion-ratio .apexcharts-grid-borders line,
#total-deals .apexcharts-grid line,
#total-deals .apexcharts-xaxis line,
#total-deals .apexcharts-grid-borders line,
#crypto-price .apexcharts-grid line,
#crypto-price .apexcharts-xaxis line,
#crypto-price .apexcharts-grid-borders line,
#neo-price-graph .apexcharts-grid line,
#neo-price-graph .apexcharts-xaxis line,
#neo-price-graph .apexcharts-grid-borders line,
#iota-price-graph .apexcharts-grid line,
#iota-price-graph .apexcharts-xaxis line,
#iota-price-graph .apexcharts-grid-borders line,
#ripple-price-graph .apexcharts-grid line,
#ripple-price-graph .apexcharts-xaxis line,
#ripple-price-graph .apexcharts-grid-borders line,
#dash-price-graph .apexcharts-grid line,
#dash-price-graph .apexcharts-xaxis line,
#dash-price-graph .apexcharts-grid-borders line,
#Ethereum-price-graph .apexcharts-grid line,
#Ethereum-price-graph .apexcharts-xaxis line,
#Ethereum-price-graph .apexcharts-grid-borders line,
#bitcoin-price-graph .apexcharts-grid line,
#bitcoin-price-graph .apexcharts-xaxis line,
#bitcoin-price-graph .apexcharts-grid-borders line {
  stroke: transparent;
}
[dir=rtl] #bitcoin-price-graph,
[dir=rtl] #neo-price-graph,
[dir=rtl] #iota-price-graph,
[dir=rtl] #ripple-price-graph,
[dir=rtl] #dash-price-graph,
[dir=rtl] #Ethereum-price-graph {
  float: right;
}
#popTrades .apexcharts-radialbar-hollow {
  fill: transparent;
}
#popTrades .apexcharts-text.apexcharts-datalabel-label {
  display: none;
}
@media (min-width: 1200px) {
  .custom-border-end {
    border-inline-end: 1px solid var(--default-border);
  }
}
[dir=rtl] #nft-collections-slide .swiper-slide .card {
  direction: rtl;
}
#nft-statistics .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area {
  stroke: transparent !important;
}
#nft-statistics .apexcharts-grid line,
#nft-statistics .apexcharts-xaxis line,
#nft-statistics .apexcharts-grid-borders line {
  stroke: transparent;
}
.nft-table.table td,
.nft-table.table th {
  padding: 0.83rem;
}
.nft-table2.table td,
.nft-table2.table th {
  padding: 0.78rem;
}
.featured-nft {
  width: 100%;
  border-radius: 0.25rem;
}
.featured-nft img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100px;
  height: 100%;
  border-radius: 0.25rem;
}
.nft-auction-time {
  position: absolute;
  top: 3.5rem;
  inset-inline-end: 1rem;
  padding: 0.25rem 0.5rem;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 0.3rem;
  -webkit-backdrop-filter: blur(1.875rem);
  backdrop-filter: blur(1.875rem);
}
.nft-like-section {
  position: absolute;
  inset-block-start: 1rem;
}
.nft-like-badge {
  background-color: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(1.875rem);
  backdrop-filter: blur(1.875rem);
}
.nft-collector-progress {
  width: 3.125rem;
}
.nft-featuredcollect-image {
  height: 8.813rem !important;
  border-radius: 0.25rem;
  position: relative;
}
.nft-featuredcollect-image::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
#top-collector {
  max-height: 28.375rem;
}
#nft-balance-chart .apexcharts-grid {
  display: none;
}
#performance .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#revenue-target .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area {
  stroke: transparent !important;
}
#performance .apexcharts-grid line,
#performance .apexcharts-xaxis line,
#performance .apexcharts-grid-borders line,
#revenue-target .apexcharts-grid line,
#revenue-target .apexcharts-xaxis line,
#revenue-target .apexcharts-grid-borders line {
  stroke: transparent;
}
#lead_source .apexcharts-pie line,
#lead_source .apexcharts-pie circle {
  stroke: transparent;
}
.crm-top-deals li {
  margin-block-end: 1.45rem;
}
.crm-top-deals li:last-child {
  margin-block-end: 0;
}
#visitors-countries {
  height: 17.95rem;
  width: 100%;
}
#visitors-countries #jvm-regions-group path {
  fill: var(--primary005) !important;
}
#visitors-countries circle {
  fill: var(--primary-color);
  stroke: var(--primary03);
  stroke-width: 20;
}
#visitors-countries svg {
  width: 100%;
}
#attendance-summary .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#jobs-applied .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area {
  stroke: transparent !important;
}
#attendance-summary .apexcharts-grid line,
#attendance-summary .apexcharts-xaxis line,
#attendance-summary .apexcharts-grid-borders line,
#jobs-applied .apexcharts-grid line,
#jobs-applied .apexcharts-xaxis line,
#jobs-applied .apexcharts-grid-borders line {
  stroke: transparent;
}
#candidatePerformance .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area {
  stroke: transparent !important;
}
#candidatePerformance .apexcharts-grid line,
#candidatePerformance .apexcharts-xaxis line,
#candidatePerformance .apexcharts-grid-borders line {
  stroke: transparent;
}
#candidatePerformance .apexcharts-marker {
  stroke: var(--primary05);
  stroke-width: 10;
}
.recent-applications-list li {
  margin-block-end: 1.08rem;
}
.recent-applications-list li:last-child {
  margin-block-end: 0;
}
#QuickData .apexcharts-radialbar-hollow {
  fill: transparent;
}
#project-overview .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area {
  stroke: transparent !important;
}
#project-overview .apexcharts-grid line,
#project-overview .apexcharts-xaxis line,
#project-overview .apexcharts-grid-borders line {
  stroke: transparent;
}
.project-stats {
  flex: 1;
}
.project-categories-list li {
  padding-inline-start: 2rem;
  position: relative;
}
.project-categories-list li:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  inset-inline-start: 13px;
  inset-block-start: 8px;
}
.project-categories-list li:nth-last-child(1):before {
  background-color: var(--primary08);
}
.project-categories-list li:nth-last-child(2):before {
  background-color: var(--primary06);
}
.project-categories-list li:nth-last-child(3):before {
  background-color: var(--primary04);
}
.project-categories-list li:nth-last-child(4):before {
  background-color: var(--primary02);
}
.storage-percent .progress-stacked .progress-bar:nth-last-child(1) {
  background-color: var(--primary08);
}
.storage-percent .progress-stacked .progress-bar:nth-last-child(2) {
  background-color: var(--primary06);
}
.storage-percent .progress-stacked .progress-bar:nth-last-child(3) {
  background-color: var(--primary04);
}
.storage-percent .progress-stacked .progress-bar:nth-last-child(4) {
  background-color: var(--primary02);
}
.project-transactions-card {
  margin-block-end: 0;
}
.project-transactions-card li {
  margin-block-end: 1.45rem;
}
.project-transactions-card li:last-child {
  margin-block-end: 0;
}
.gantt .bar-wrapper.primary .bar {
  fill: var(--primary02);
}
.gantt .bar-wrapper.primary .bar-progress {
  fill: var(--primary06);
}
.gantt .bar-wrapper.success .bar {
  fill: rgba(var(--success-rgb), 0.2);
}
.gantt .bar-wrapper.success .bar-progress {
  fill: rgba(var(--success-rgb), 0.6);
}
.gantt .bar-wrapper.warning .bar {
  fill: rgba(var(--warning-rgb), 0.2);
}
.gantt .bar-wrapper.warning .bar-progress {
  fill: rgba(var(--warning-rgb), 0.6);
}
.gantt .bar-wrapper.primary:hover .bar-progress {
  fill: var(--primary06);
}
.gantt .bar-wrapper.success:hover .bar-progress {
  fill: rgba(var(--success-rgb), 0.6);
}
.gantt .bar-wrapper.warning:hover .bar-progress {
  fill: rgba(var(--warning-rgb), 0.6);
}
.gantt .bar-wrapper.primary.active .bar {
  fill: var(--primary04);
}
.gantt .bar-wrapper.primary.active .bar-progress {
  fill: var(--primary06);
}
.gantt .bar-wrapper.success.active .bar {
  fill: rgba(var(--success-rgb), 0.4);
}
.gantt .bar-wrapper.success.active .bar-progress {
  fill: rgba(var(--success-rgb), 0.6);
}
.gantt .bar-wrapper.warning.active .bar {
  fill: rgba(var(--warning-rgb), 0.4);
}
.gantt .bar-wrapper.warning.active .bar-progress {
  fill: rgba(var(--warning-rgb), 0.6);
}
.details-container {
  width: 150px;
  background-color: var(--custom-white);
  color: #fff;
  border: 1px solid var(--default-border);
}
.details-container > h5,
.details-container > p {
  border-top: 1px solid var(--default-border);
  margin: 0;
  padding: 10px;
  font-size: 0.7rem;
}
.details-container > h5 {
  border-top: none;
}
#projects-timeline {
  max-height: 25rem;
  overflow-y: scroll;
  margin-block-end: 0.3125rem;
}
.stars-main .star {
  color: rgba(255, 255, 255, 0.3);
}
.stars-main .star.active {
  color: rgb(var(--warning-rgb));
}
#total-earnings .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#portfolio-value .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#apple-stock-graph .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#nvidia-stock-graph .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#amazon-stock-graph .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#microsoft-stock-graph .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#alphabet-stock-graph .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#mastercard-stock-graph .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area {
  stroke: transparent !important;
}
#total-earnings .apexcharts-grid line,
#total-earnings .apexcharts-xaxis line,
#total-earnings .apexcharts-grid-borders line,
#portfolio-value .apexcharts-grid line,
#portfolio-value .apexcharts-xaxis line,
#portfolio-value .apexcharts-grid-borders line,
#apple-stock-graph .apexcharts-grid line,
#apple-stock-graph .apexcharts-xaxis line,
#apple-stock-graph .apexcharts-grid-borders line,
#nvidia-stock-graph .apexcharts-grid line,
#nvidia-stock-graph .apexcharts-xaxis line,
#nvidia-stock-graph .apexcharts-grid-borders line,
#amazon-stock-graph .apexcharts-grid line,
#amazon-stock-graph .apexcharts-xaxis line,
#amazon-stock-graph .apexcharts-grid-borders line,
#microsoft-stock-graph .apexcharts-grid line,
#microsoft-stock-graph .apexcharts-xaxis line,
#microsoft-stock-graph .apexcharts-grid-borders line,
#alphabet-stock-graph .apexcharts-grid line,
#alphabet-stock-graph .apexcharts-xaxis line,
#alphabet-stock-graph .apexcharts-grid-borders line,
#mastercard-stock-graph .apexcharts-grid line,
#mastercard-stock-graph .apexcharts-xaxis line,
#mastercard-stock-graph .apexcharts-grid-borders line {
  stroke: transparent;
}
[dir=rtl] #total-earnings,
[dir=rtl] #portfolio-value,
[dir=rtl] #apple-stock-graph,
[dir=rtl] #nvidia-stock-graph,
[dir=rtl] #amazon-stock-graph,
[dir=rtl] #microsoft-stock-graph,
[dir=rtl] #alphabet-stock-graph,
[dir=rtl] #mastercard-stock-graph {
  float: right;
}
#learning-analysis .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#payouts .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area,
#courses-progress .apexcharts-series.apexcharts-pie-series .apexcharts-pie-area {
  stroke: transparent !important;
}
#learning-analysis .apexcharts-grid line,
#learning-analysis .apexcharts-xaxis line,
#learning-analysis .apexcharts-grid-borders line,
#payouts .apexcharts-grid line,
#payouts .apexcharts-xaxis line,
#payouts .apexcharts-grid-borders line,
#courses-progress .apexcharts-grid line,
#courses-progress .apexcharts-xaxis line,
#courses-progress .apexcharts-grid-borders line {
  stroke: transparent;
}
.courses-list {
  margin-block-end: 0;
}
.courses-list li {
  margin-block-end: 1.25rem;
}
.courses-list li:last-child {
  margin-block-end: 0;
}
.top-course-name {
  max-width: 17rem;
}
.course-status-progress {
  width: 2.125rem;
}
.courses-top-categories-list {
  margin-block-end: 0;
}
.courses-top-categories-list li {
  margin-block-end: 1rem;
}
.courses-top-categories-list li:last-child {
  margin-block-end: 0;
}
#top-course-categories .apexcharts-pie text {
  fill: #000 !important;
}
.error-bg {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/9-3AVVYGYU.jpg);
  background-repeat: repeat;
  z-index: 0;
}
.error-bg:before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  inset-inline-end: 0;
  inset-block-end: 0;
  inset-inline-start: 0;
  inset-block-start: 0;
  z-index: -1;
}
.error-bg:after {
  position: absolute;
  content: "";
  background-color: var(--primary01);
  width: 100%;
  height: 100%;
  inset-inline-end: 0;
  inset-block-end: 0;
  inset-inline-start: 0;
  inset-block-start: 0;
  z-index: -1;
}
.error-page {
  position: absolute;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.error-text {
  font-size: 12rem;
  font-weight: 600;
  line-height: 1;
}
@media (max-width: 575.98px) {
  .error-text {
    font-size: 3rem;
  }
}
[dir=rtl] .error-bg .error-text {
  direction: ltr;
}
.app-header {
  max-width: 100%;
  height: 4.25rem;
  z-index: 100;
  position: fixed;
  inset-block-start: 0;
  inset-inline: 0;
  background: transparent;
  transition: all 0.1s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}
@media (min-width: 992px) {
  .app-header {
    padding-inline-start: 16rem;
  }
}
.header-icon-badge {
  position: absolute;
  padding: 0.15rem 0.25rem;
  inset-block-start: 0;
  inset-inline-end: 0.45rem;
  font-size: 0.625rem;
}
.header-icon-pulse {
  position: absolute;
  width: 5px;
  height: 5px;
  inset-block-start: 21px;
  inset-inline-end: 18px;
}
.related-app {
  text-align: center;
  border-radius: 0.25rem;
  border: 1px solid var(--default-border);
}
.related-app:hover {
  background-color: rgb(var(--light-rgb));
}
.header-profile-dropdown {
  min-width: 11rem;
}
.main-header-container {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: 100%;
}
.main-header-container .header-content-left,
.main-header-container .header-content-right {
  display: flex;
  align-items: stretch;
  margin-block: auto;
}
.main-header-container .header-content-right {
  padding-inline-start: 0 !important;
}
.main-header-container .header-element {
  display: flex;
  align-items: stretch;
}
.main-header-container .header-element:last-child .header-link {
  margin-inline-end: 0;
}
.main-header-container .header-link {
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
  padding-inline: 0.5rem;
}
.main-header-container .header-link:hover .header-link-icon,
.main-header-container .header-link.show .header-link-icon {
  fill: var(--header-prime-color);
  color: var(--header-prime-color);
}
.main-header-container .header-link-icon {
  position: relative;
  width: 2rem;
  height: 2rem;
  font-size: 0.8rem;
  color: var(--header-prime-color);
  fill: var(--header-prime-color);
  transition: all ease 0.05s;
  position: relative;
  padding: 0.5rem 9px;
  background-color: var(--primary005);
}
.main-header-container .dropdown-toggle {
  text-decoration: none;
}
.main-header-container .dropdown-toggle::after {
  content: none;
}
.main-header-container .main-profile-user .dropdown-menu {
  width: 13rem;
}
.main-header-container .main-profile-user .dropdown-item {
  font-weight: 400;
  font-size: 0.813rem;
  color: rgb(var(--default-text-color-rgb));
  padding: 1.25rem 1rem;
  height: 2.375rem;
  display: flex;
  align-items: center;
}
.main-header-container .main-profile-user .dropdown-item:hover {
  color: var(--primary-color);
}
.main-header-container .main-profile-user .dropdown-item:hover i {
  color: var(--primary-color);
  opacity: 1;
}
.main-header-container .main-header-dropdown {
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  inset-block-start: 0.15rem !important;
}
.main-header-container .main-header-dropdown .dropdown-item {
  padding: 0.75rem 1rem;
}
.main-header-container .main-header-dropdown .dropdown-item:last-child {
  border-block-end: 0;
}
.main-header-container .cart-dropdown .main-header-dropdown {
  width: 22rem;
}
.main-header-container .notifications-dropdown .main-header-dropdown {
  width: 22rem;
}
@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateY(6rem);
  }
  100% {
    opacity: 1;
  }
  0% {
    opacity: 0;
    transform: translateY(6rem);
  }
}
[dir=rtl] .sidemenu-toggle .open-toggle {
  transform: rotate(180deg);
}
[dir=rtl] .app-header .dropdown-menu-end {
  --bs-position: end;
}
.header-product-item {
  padding-inline-start: 0;
  display: flex;
}
.header-product-item li {
  position: relative;
  list-style-type: none;
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--text-muted);
  padding-inline-end: 0.938rem;
}
.header-product-item li:nth-child(2):before,
.header-product-item li:nth-child(3):before,
.header-product-item li:nth-child(4):before {
  position: absolute;
  content: "";
  inset-inline-start: -0.438rem;
  width: 1px;
  inset-block-start: 0.25rem;
  height: 0.625rem;
  background-color: var(--text-muted);
  opacity: 0.1;
}
.header-cart-remove .ti {
  padding: 0.25rem;
  border-radius: 0.25rem;
  font-size: 0.85rem;
  margin-inline-start: 0.75rem;
  color: rgb(var(--danger-rgb));
}
.header-cart-remove:hover .ti {
  background-color: rgba(var(--danger-rgb), 0.1);
}
#searchModal .form-control {
  position: relative;
}
#searchModal .input-group {
  border: 2px solid var(--primary-color);
  border-radius: 0.25rem;
}
#searchModal .input-group i {
  color: var(--text-muted);
}
.header-search {
  position: relative;
}
.header-search-bar {
  position: relative;
  margin-block: 13px;
  margin-inline-start: 0.5625rem;
  margin-inline-end: 0.5rem;
  width: 14rem;
  border-radius: 0;
  padding-block-start: 0.25rem;
  padding-inline-end: 2rem;
  padding-block-end: 0.25rem;
  padding-inline-start: 0.75rem;
}
.header-search-icon {
  position: absolute;
  top: 1.25rem;
  inset-inline-end: 1.25rem;
  color: var(--text-muted);
}
.header-profile-img {
  width: 2rem;
  height: 2rem;
}
.search-tags {
  font-size: 0.75rem;
  color: rgb(var(--default-text-color-rgb));
  border: 1px solid var(--default-border);
  border-radius: 0.25rem;
  background-color: rgb(var(--light-rgb));
  padding: 0.125rem 0.55rem;
  line-height: 1.2rem;
  display: inline-flex;
  align-items: center;
  cursor: default;
  font-weight: 400;
  margin: 0.25rem 0;
}
.search-tags .tag-addon:last-child {
  border-radius: 0.25rem;
}
.search-tags a.tag-addon {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  padding: 0 0.5rem;
  color: inherit;
  text-decoration: none;
  background: rgb(var(--light-rgb));
  margin-inline-end: -0.4rem;
  margin-inline-start: 0.5rem;
  text-align: center;
  min-width: 1.5rem;
}
.search-tags a.tag-addon i {
  vertical-align: middle;
  margin: 0 -0.25rem;
  line-height: 1.5px;
  font-size: 0.813rem;
}
.search-tags i {
  font-size: 0.813rem;
}
.country-selector .header-link img {
  width: 2rem;
  height: 2rem;
}
.country-selector .dropdown-menu img {
  width: 1rem;
  height: 1rem;
}
#header-notification-scroll,
#header-cart-items-scroll {
  max-height: 20rem;
}
#header-cart-items-scroll .dropdown-item {
  border-block-end: 0;
}
.pulse {
  display: block;
  cursor: pointer;
  animation: pulse-warning 2s infinite;
}
.pulse.pulse-warning {
  box-shadow: 0 0 0 rgba(var(--warning-rgb), 0.4);
}
@keyframes pulse-warning {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--warning-rgb), 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(var(--warning-rgb), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--warning-rgb), 0);
  }
}
[data-theme-mode=light] .layout-setting .dark-layout {
  display: none;
}
[data-theme-mode=light] .layout-setting .light-layout {
  display: block;
}
.layout-setting .dark-layout {
  display: none;
}
.layout-setting .light-layout {
  display: block;
}
[data-theme-mode=dark] .layout-setting .light-layout {
  display: none;
}
[data-theme-mode=dark] .layout-setting .dark-layout {
  display: block;
}
@media (max-width: 767.98px) {
  .header-element.header-fullscreen {
    display: none;
  }
  .header-icon-pulse {
    inset-block-start: 6px;
  }
}
@media (max-width: 575.98px) {
  .app-header .dropdown-menu {
    width: 100%;
  }
}
.animated-arrow.hor-toggle {
  text-align: center;
  width: 2rem;
  font-size: 1.2rem;
  position: relative;
  margin: 0.3125rem 0;
  margin-inline-end: 0.25rem;
}
.animated-arrow {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  z-index: 102;
  transition: all 0.05s ease-in-out;
  cursor: pointer;
  padding: 0.3125rem;
  margin-block-start: 0.375rem;
  margin-block-end: 0;
  margin-inline-start: 0.5rem;
  margin-inline-end: 0;
}
.animated-arrow.hor-toggle span {
  vertical-align: middle;
}
.animated-arrow span {
  cursor: pointer;
  height: 0.075rem;
  width: 0.75rem;
  background: var(--text-muted);
  position: absolute;
  display: block;
  content: "";
  transition: all 0.05s ease-in-out;
}
.animated-arrow span:before,
.animated-arrow span:after {
  transition: all 0.05s ease-in-out;
}
.animated-arrow span:before {
  inset-block-start: -0.375rem;
  width: 1.4375rem;
}
.animated-arrow span:after {
  bottom: -0.375rem;
  width: 15px;
}
.animated-arrow span:before,
.animated-arrow span:after {
  cursor: pointer;
  height: 0.075rem;
  width: 1rem;
  background: var(--text-muted);
  position: absolute;
  display: block;
  content: "";
}
.header-notification-text {
  max-width: 14.5rem;
}
.btn.header-dashboards-button {
  min-width: 14rem;
  border: 0px;
  padding: 0.5rem 0.85rem;
  border-radius: 0.5rem;
  color: var(--header-prime-color) !important;
  font-weight: 300;
  min-height: 2.3994rem;
  font-size: 13px;
}
.dashboard-dropdown {
  min-width: 14rem;
  inset-block-start: 11px !important;
}
.dashboard-dropdown li {
  border-bottom: 1px solid var(--default-border);
}
.dashboard-dropdown li:last-child {
  border-bottom: 0;
}
.dashboard-dropdown .dashboards-dropdown-item {
  padding: 0.75rem 1rem;
}
@media (max-width: 1199.98px) {
  .btn.header-dashboards-button,
  .dashboard-dropdown {
    min-width: 12rem;
  }
  .header-search-bar {
    width: 11rem;
  }
}
@media (max-width: 575.98px) {
  .main-header-container .main-header-dropdown {
    inset-block-start: -0.0625rem !important;
    border-radius: 0 0 0.25rem 0.25rem;
  }
  .main-header-container .header-element {
    position: initial;
  }
}
.app-header.sticky.sticky-pin {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}
@media (max-width: 575.98px) {
  .main-header-container .header-element .header-link {
    padding: 1rem 0.25rem;
    margin-inline: 0;
  }
}
.app-header-nav-tabs .nav-link {
  border: 1px solid var(--primary01);
}
.choices__inner {
  padding: 0.375rem 0.75rem !important;
  background-color: var(--form-control-bg) !important;
  border-radius: 0 !important;
  font-size: 0.95rem !important;
  border: 1px solid var(--input-border) !important;
  min-height: auto !important;
  line-height: 1.65;
}
.choices__input {
  padding: 0 !important;
}
.choices__list--single {
  padding-block: 0 !important;
  padding-inline-start: 0;
  padding-inline-end: 1rem !important;
}
.choices[data-type*=select-one]::after {
  inset-inline-end: 0.7188rem !important;
}
.choices[data-type*=select-one]::after {
  color: var(--text-muted) !important;
}
.choices[data-type*=select-one] .choices__input {
  padding: 0.625rem !important;
}
.choices__list--dropdown {
  display: none;
}
.choices__list--dropdown.is-active {
  display: block;
}
.choices__list--dropdown,
.choices__list[aria-expanded] {
  background-color: var(--custom-white) !important;
  border: 1px solid var(--default-border) !important;
  z-index: 99 !important;
  border-radius: 0 0 0.25rem 0.25rem !important;
}
.choices[data-type*=select-one] .choices__input {
  border-block-end: 1px solid var(--default-border) !important;
  background-color: var(--custom-white) !important;
  color: rgb(var(--default-text-color-rgb));
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: var(--primary-color) !important;
  color: #000 !important;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: var(--primary-color) !important;
  color: #000 !important;
}
.choices__list--dropdown .choices__item--selectable.is-selected {
  color: var(--primary-color) !important;
}
.choices__list--dropdown .choices__item--selectable.is-selected.is-highlighted {
  color: #000 !important;
}
.choices__list--dropdown .choices__list {
  max-height: 250px !important;
}
.choices[data-type*=select-one]::after {
  border-color: var(--text-muted) transparent transparent !important;
}
.choices__input {
  background-color: transparent !important;
  color: var(--custom-black);
}
.choices__list--multiple .choices__item {
  background-color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
  color: #000 !important;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  border-inline-start: 1px solid rgba(255, 255, 255, 0.5) !important;
  filter: invert(1);
}
.choices__list--multiple .choices__item {
  margin-block-end: 1px !important;
}
.choices__list--single .choices__item {
  color: rgb(var(--default-text-color-rgb)) !important;
}
.choices__input {
  margin-block-end: 0 !important;
}
.choices__list--multiple .choices__item {
  border-radius: 0.25rem !important;
  padding: 0.025rem 0.625rem !important;
}
.form-control-select-sm .choices__inner {
  padding: 0.275rem !important;
}
.choices[data-type*=select-one].is-open::after {
  margin-top: -0.156rem !important;
}
.input-group .choices__inner {
  border-radius: 0 0.25rem 0.25rem 0 !important;
}
.choices__heading {
  border-bottom: 1px solid var(--default-border) !important;
  color: var(--text-muted) !important;
}
[dir=rtl] .input-group .choices__inner {
  border-radius: 0.25rem 0 0 0.25rem !important;
}
[dir=rtl] .choices[data-type*=select-one]::after {
  left: 0.7188rem;
  right: inherit;
}
[dir=rtl] .choices[data-type*=select-one] .choices__button {
  left: 0;
  right: inherit;
  margin-left: 1.5625rem;
  margin-right: inherit;
}
[dir=rtl][data-theme-mode=dark] .choices[data-type*=select-one] .choices__button {
  filter: invert(1);
}
[dir=rtl] .choices[data-type*=select-multiple] .choices__button,
[dir=rtl] .choices[data-type*=text] .choices__button {
  margin: 0 8px 0 -4px;
  padding-right: 1rem;
  padding-left: inherit;
  border-right: 0px solid #008fa1;
  border-left: 0;
}
.choices__list--dropdown,
.choices__list[aria-expanded] {
  box-shadow: rgba(149, 157, 165, 0.2) 0 0.5rem 1.5rem !important;
}
[data-theme-mode=dark] .choices[data-type*=select-one] .choices__button {
  filter: invert(1);
}
#marketCap .apexcharts-canvas line {
  stroke: var(--default-border);
}
.apexcharts-legend {
  padding: 0 1.25rem !important;
}
.apexcharts-tooltip {
  box-shadow: none !important;
}
.apexcharts-tooltip-rangebar {
  font-size: 11px !important;
}
.apexcharts-tooltip-marker {
  margin-inline-end: 0.625rem;
}
.apexcharts-tooltip.apexcharts-theme-light {
  border: 1px solid var(--default-border) !important;
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%) !important;
  color: #fff !important;
}
.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%) !important;
  border-block-end: 1px solid var(--default-border) !important;
}
.apexcharts-grid line,
.apexcharts-xaxis line,
.apexcharts-grid-borders line {
  stroke: var(--default-border);
}
.apexcharts-radialbar-track.apexcharts-track path {
  stroke: rgb(var(--light-rgb));
}
.apexcharts-selection-rect {
  fill: var(--custom-black);
}
.apexcharts-menu {
  background: var(--custom-white) !important;
  border: 1px solid var(--default-border) !important;
  border-radius: 0.25rem !important;
}
.apexcharts-menu-item {
  padding: 6px !important;
  font-size: 13px !important;
}
.apexcharts-theme-light .apexcharts-menu-item:hover {
  background: rgb(var(--light-rgb)) !important;
}
.apexcharts-inner.apexcharts-graphical line.apexcharts-xaxis-tick {
  stroke: transparent !important;
}
#column-rotated-labels .apexcharts-xaxis-texts-g {
  transform: translateY(2.5rem);
}
#chart-year,
#chart-quarter {
  background: var(--custom-white) !important;
  border: 1px solid var(--default-border) !important;
}
.apexcharts-bar-series.apexcharts-plot-series .apexcharts-series .apexcharts-bar-area {
  stroke: transparent !important;
}
.apexcharts-treemap .apexcharts-series.apexcharts-treemap-series rect {
  stroke: var(--custom-white) !important;
}
.apexcharts-series.apexcharts-pie-series .apexcharts-pie-area {
  stroke: var(--custom-white) !important;
}
.apexcharts-datalabels-group .apexcharts-text.apexcharts-datalabel-value {
  fill: rgb(var(--default-text-color-rgb));
}
.apexcharts-radialbar-hollow {
  fill: transparent;
}
.apexcharts-radar-series.apexcharts-plot-series polygon,
.apexcharts-radar-series.apexcharts-plot-series line {
  stroke: var(--default-border);
}
.apexcharts-pie line,
.apexcharts-pie circle {
  stroke: var(--default-border);
}
.apexcharts-pie text {
  fill: rgb(var(--default-text-color-rgb)) !important;
}
.apexcharts-canvas .apexcharts-toolbar {
  z-index: 1;
}
@media (max-width: 767px) {
  .apexcharts-toolbar {
    display: none !important;
  }
}
.apexcharts-subtitle-text {
  fill: var(--text-muted);
}
#polararea-basic .apexcharts-pie text {
  fill: var(--custom-black);
}
.apexcharts-pie .apexcharts-datalabels rect {
  fill: transparent;
}
[dir=rtl] .apexcharts-canvas {
  direction: ltr;
}
.apexcharts-boxPlot-area {
  stroke: rgb(var(--default-text-color-rgb)) !important;
}
.fc-v-event .fc-event-main {
  color: rgb(var(--default-text-color-rgb));
}
.fc-event-selected,
.fc-event:focus {
  box-shadow: none !important;
}
.fc-daygrid-event {
  padding: 0.25rem;
}
.fc-daygrid-event .fc-event-title {
  font-size: 13px;
  font-weight: 300;
}
.fc-h-event.bg-primary-transparent .fc-event-title,
.fc-h-event.bg-primary-transparent .fc-event-time {
  color: var(--primary-color);
}
.fc-h-event.bg-secondary-transparent .fc-event-title,
.fc-h-event.bg-secondary-transparent .fc-event-time {
  color: rgb(var(--secondary-rgb));
}
.fc-h-event.bg-warning-transparent .fc-event-title,
.fc-h-event.bg-warning-transparent .fc-event-time {
  color: rgb(var(--warning-rgb));
}
.fc-h-event.bg-info-transparent .fc-event-title,
.fc-h-event.bg-info-transparent .fc-event-time {
  color: rgb(var(--info-rgb));
}
.fc-h-event.bg-success-transparent .fc-event-title,
.fc-h-event.bg-success-transparent .fc-event-time {
  color: rgb(var(--success-rgb));
}
.fc-h-event.bg-danger-transparent .fc-event-title,
.fc-h-event.bg-danger-transparent .fc-event-time {
  color: rgb(var(--danger-rgb));
}
.fc-h-event {
  background-color: var(--primary01) !important;
}
.fc-h-event .fc-event-title {
  color: var(--primary-color);
}
.fc-theme-standard .fc-scrollgrid.fc-scrollgrid-liquid {
  border: 0px !important;
  border-top: 1px solid var(--default-border) !important;
}
.fc .fc-scrollgrid-section-footer > *,
.fc .fc-scrollgrid-section-header > * {
  border-bottom-width: 0 !important;
}
.fc-daygrid-block-event .fc-event-time,
.fc-daygrid-block-event .fc-event-title {
  padding: 0 0.25rem !important;
}
.fc .fc-button-primary {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: #000 !important;
}
.fc .fc-non-business {
  background: transparent !important;
}
.fc .fc-button-primary:not(:disabled):active,
.fc .fc-button-primary:not(:disabled).fc-button-active {
  color: #000;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  opacity: 0.9;
}
.fc .fc-button-primary:focus,
.fc .fc-button-primary:not(:disabled).fc-button-active:focus,
.fc .fc-button-primary:not(:disabled):active:focus {
  box-shadow: none !important;
}
.fc-theme-standard td,
.fc-theme-standard th {
  border: 1px solid var(--default-border) !important;
  border-top: 0px !important;
}
.fc-list-table td,
.fc-list-table th {
  border-left: 0 !important;
  border-right: 0 !important;
}
.fc .fc-daygrid-day.fc-day-today {
  background-color: var(--primary01) !important;
}
.fc-theme-standard .fc-list {
  border: 1px solid var(--default-border) !important;
}
.fc .fc-list-event:hover td {
  background-color: rgb(var(--light-rgb)) !important;
}
.fc-timegrid-event-harness-inset .fc-timegrid-event,
.fc-timegrid-event.fc-event-mirror,
.fc-timegrid-more-link {
  box-shadow: none !important;
}
.fc-theme-standard .fc-list-day-cushion {
  background-color: rgb(var(--light-rgb)) !important;
}
.fc-theme-standard .fc-scrollgrid {
  border: 1px solid var(--default-border) !important;
}
.fc-theme-bootstrap5 .fc-list,
.fc-theme-bootstrap5 .fc-scrollgrid,
.fc-theme-bootstrap5 td,
.fc-theme-bootstrap5 th {
  border: 1px solid var(--default-border) !important;
}
@media (max-width: 420px) {
  .fc-scroller.fc-scroller-liquid {
    overflow: scroll !important;
  }
}
@media (max-width: 380px) {
  .fc .fc-daygrid-day-bottom {
    font-size: 0.75em !important;
    padding: 0px 3px 0 !important;
  }
  .fc .fc-daygrid-more-link {
    z-index: 99 !important;
  }
}
@media (max-width: 767.98px) {
  .fc .fc-toolbar {
    display: block !important;
  }
  .fc-toolbar-chunk {
    margin-block-start: 0.5rem;
  }
}
.fc-daygrid-block-event {
  color: #fff !important;
  border: 0 !important;
}
.fc-daygrid-block-event .fc-list-event-dot {
  border-color: #fff !important;
}
.fc-daygrid-block-event:hover {
  color: #000 !important;
}
.fc-daygrid-block-event:hover .fc-list-event-dot {
  border-color: #000 !important;
}
[dir=rtl] .flatpickr-input {
  text-align: start;
}
@media (max-width: 420px) {
  .flatpickr-calendar.animate.open {
    width: 276px !important;
  }
  .flatpickr-calendar.animate.open .flatpickr-weekdays {
    width: 90%;
  }
  .flatpickr-calendar.inline .flatpickr-weekdays {
    width: 90% !important;
  }
  .flatpickr-day {
    max-width: 33px !important;
    height: 33px !important;
    line-height: 33px !important;
  }
  .flatpickr-calendar.inline:not(.hasTime) {
    width: 278.875px !important;
  }
  .dayContainer {
    width: 270.875px !important;
    min-width: 270.875px !important;
    max-width: 27.875px !important;
  }
}
.flatpickr-calendar {
  background-color: var(--custom-white) !important;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05) !important;
  border: 1px solid var(--default-border) !important;
  font-size: 0.95rem !important;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  color: var(--black-9) !important;
  fill: var(--black-9) !important;
}
.flatpickr-monthDropdown-months,
.numInput {
  color: var(--custom-black) !important;
}
.flatpickr-day.today.inRange {
  color: var(--primary-color) !important;
}
.dayContainer {
  padding: 0.25rem !important;
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: var(--custom-white) !important;
  font-size: 0.813rem;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 1.25rem !important;
  height: 1.25rem !important;
  padding: 0.25rem;
  fill: var(--primary-color);
}
.flatpickr-day.inRange {
  box-shadow: none !important;
}
.flatpickr-calendar.open {
  z-index: 9999 !important;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  background-color: var(--primary01) !important;
  border-radius: 0.25rem !important;
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after,
.flatpickr-calendar.arrowBottom:before {
  border-top-color: var(--text-muted) !important;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: var(--text-muted) !important;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: none !important;
}
.flatpickr-day {
  color: rgb(var(--default-text-color-rgb)) !important;
  font-weight: 500 !important;
}
.flatpickr-day.nextMonthDay,
.flatpickr-day.prevMonthDay {
  opacity: 0.5 !important;
}
.flatpickr-day.today {
  border-color: var(--primary-color) !important;
  background-color: var(--primary-color) !important;
  color: #000 !important;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: var(--primary-color) !important;
  color: #000 !important;
  border-color: var(--primary-color) !important;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%) !important;
  border-color: var(--default-border) !important;
}
.flatpickr-day.today:hover {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: #fff !important;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  border-top: 1px solid var(--default-border) !important;
}
.flatpickr-calendar.arrowTop:after,
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: var(--default-border) !important;
}
.flatpickr-calendar.arrowBottom:after,
.flatpickr-calendar.arrowBottom:before {
  border-top-color: var(--default-border) !important;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%) !important;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  color: var(--text-muted) !important;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
  inset-inline-start: 0 !important;
}
.flatpickr-months,
.flatpickr-weekdays {
  background-color: var(--primary01) !important;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  inset-block-start: 0 !important;
  padding-block-start: 0.313rem !important;
  padding-inline: 0.313rem !important;
  padding-block-end: 0 !important;
  color: var(--primary-color) !important;
  fill: var(--primary-color) !important;
}
@media (min-width: 420px) {
  .flatpickr-time .flatpickr-am-pm {
    padding: 0 1.875rem 0 0.5rem;
  }
}
.flatpickr-weekdays {
  border-block-end: 1px solid var(--default-border) !important;
}
.numInputWrapper span.arrowUp {
  top: -0.125rem !important;
}
.flatpickr-current-month .numInputWrapper {
  width: 3.5rem !important;
}
.flatpickr-calendar.hasTime {
  width: auto;
}
[dir=rtl] .flatpickr-months .numInputWrapper span {
  left: 0 !important;
  right: inherit !important;
}
@media (max-width: 575.98) {
  .flatpickr-calendar {
    width: 250px !important;
  }
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  margin: -1px 2.25rem 0 0 !important;
}
.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month input.cur-year {
  padding-block: 0 !important;
  padding-inline-start: 0 !important;
  padding-inline-end: 0.5ch !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
}
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  stroke: var(--primary-color);
}
.flatpickr-day {
  border-radius: 0.25rem !important;
}
.numInputWrapper:hover {
  background: transparent !important;
}
.numInputWrapper span {
  border: 0px !important;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-block-end-color: var(--primary-color) !important;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #fff !important;
}
.numInputWrapper span:hover {
  background: transparent !important;
}
.numInputWrapper span.arrowUp:after {
  border-inline-start: 0.25rem solid transparent !important;
  border-inline-end: 0.25rem solid transparent !important;
  border-block-end: 0.25rem solid var(--primary05) !important;
  inset-block-start: 75% !important;
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-block-start-color: var(--primary-color) !important;
}
.numInputWrapper span.arrowDown:after {
  border-inline-start: 0.25rem solid transparent !important;
  border-inline-end: 0.25rem solid transparent !important;
  border-block-start: 0.25rem solid var(--primary05) !important;
  inset-block-start: 15% !important;
}
span.flatpickr-weekday {
  color: var(--primary08) !important;
  font-weight: 700 !important;
}
.flatpickr-months .flatpickr-month {
  color: var(--primary-color) !important;
  fill: var(--primary-color) !important;
}
.flatpickr-monthDropdown-months,
.numInput {
  color: var(--primary-color) !important;
}
.pcr-app {
  background: var(--custom-white) !important;
}
.pcr-app .pcr-interaction .pcr-result {
  color: rgb(var(--default-text-color-rgb)) !important;
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%) !important;
}
.theme-container button,
.theme-container1 button,
.theme-container2 button {
  display: none;
}
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-preview {
  margin-inline-end: 0.75em !important;
}
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-chooser,
.pcr-app[data-theme=classic] .pcr-selection .pcr-color-opacity {
  margin-inline-start: 0.75em !important;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  box-shadow: 1px 0 0 var(--default-border) !important;
}
.noUi-horizontal .noUi-handle {
  width: 1rem !important;
  height: 1rem !important;
  inset-inline-end: -0.063rem !important;
  top: -0.375rem !important;
}
.noUi-handle:after,
.noUi-handle:before {
  height: 0.35rem !important;
  width: 1px !important;
  inset-inline-start: 0.3rem !important;
  top: 0.25rem !important;
}
.noUi-handle:after {
  inset-inline-start: 0.45rem !important;
}
.noUi-horizontal {
  height: 0.35rem !important;
}
.noUi-vertical {
  width: 0.35rem !important;
}
.noUi-vertical .noUi-handle {
  width: 1rem !important;
  height: 1rem !important;
}
.noUi-target {
  background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%) !important;
  border: 1px solid var(--default-border) !important;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05) !important;
}
.noUi-handle {
  border: 1px solid var(--default-border) !important;
  background: var(--custom-white) !important;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05) !important;
}
#result {
  border: 1px solid var(--default-border) !important;
}
.noUi-handle:after,
.noUi-handle:before {
  background: var(--black-3) !important;
}
.noUi-marker {
  position: absolute;
  background: var(--default-border) !important;
}
.noUi-tooltip {
  border: 1px solid var(--default-border) !important;
  border-radius: 0.25rem !important;
  background: var(--custom-white) !important;
  color: rgb(var(--default-text-color-rgb)) !important;
  padding: 0.25rem 0.75rem !important;
  font-size: 0.95rem !important;
  line-height: 1 !important;
}
#slider-fit {
  padding: 0 1rem;
}
.noUi-connect {
  background: var(--primary-color) !important;
}
.noUi-vertical .noUi-handle {
  bottom: -0.275rem !important;
  inset-inline-end: -0.375rem;
}
#secondary-colored-slider .noUi-connect {
  background-color: rgb(var(--secondary-rgb)) !important;
}
#warning-colored-slider .noUi-connect {
  background-color: rgb(var(--warning-rgb)) !important;
}
#info-colored-slider .noUi-connect {
  background-color: rgb(var(--info-rgb)) !important;
}
#success-colored-slider .noUi-connect {
  background-color: rgb(var(--success-rgb)) !important;
}
#danger-colored-slider .noUi-connect {
  background-color: rgb(var(--danger-rgb)) !important;
}
#slider-round {
  height: 0.625rem !important;
}
#slider-round .noUi-handle {
  height: 1.125rem !important;
  width: 1.125rem !important;
  inset-block-start: -0.313rem !important;
  inset-inline-end: -0.563rem;
  border-radius: 50px !important;
  background-color: var(--primary-color) !important;
  border: 1px solid var(--custom-white) !important;
}
#slider-round .noUi-handle:before,
#slider-round .noUi-handle:after {
  display: none !important;
}
#slider-square {
  border-radius: 0 !important;
}
#slider-square .noUi-handle {
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  background: var(--primary-color) !important;
  height: 1.125rem !important;
  width: 1.125rem !important;
  inset-block-start: -0.45rem !important;
  inset-inline-end: -0.563rem !important;
}
#slider-square .noUi-handle:before,
#slider-square .noUi-handle:after {
  display: none !important;
}
#color1,
#color2,
#color3 {
  margin: 0.625rem !important;
  display: inline-block !important;
  height: 12.5rem !important;
}
#colorpicker {
  height: 15rem !important;
  width: 19.375rem !important;
  margin: 0 auto !important;
  padding: 0.625rem !important;
  border: 1px solid var(--default-border) !important;
}
#result {
  margin: 4.25rem 0 4.25rem 4rem;
  height: 6.25rem;
  width: 6.25rem;
  display: inline-block;
  vertical-align: top;
  color: var(--gray-5);
  background: var(--gray-5);
  border: 1px solid #fff;
  box-shadow: 0 0 0.625rem;
}
#color1 .noUi-connect {
  background: rgb(var(--danger-rgb)) !important;
}
#color2 .noUi-connect {
  background: rgb(var(--secondary-rgb)) !important;
}
#color3 .noUi-connect {
  background: var(--primary-color) !important;
}
#slider-hide .noUi-tooltip {
  display: none;
}
#slider-hide .noUi-active .noUi-tooltip {
  display: block;
}
.c-1-color {
  background: rgb(var(--secondary-rgb)) !important;
}
.c-2-color {
  background: rgb(var(--warning-rgb)) !important;
}
.c-3-color {
  background: rgb(var(--info-rgb)) !important;
}
.c-4-color {
  background: rgb(var(--danger-rgb)) !important;
}
.c-5-color {
  background: #4d5ddb !important;
}
#slider-toggle {
  height: 3.125rem;
}
#slider-toggle.off .noUi-handle {
  border-color: rgb(var(--success-rgb)) !important;
}
.glightbox {
  overflow: hidden;
}
@media (min-width: 769px) {
  .gslide-image img {
    border-radius: 0.25rem;
  }
  .glightbox-clean .gclose,
  .glightbox-clean .gnext,
  .glightbox-clean .gprev {
    background-color: rgba(255, 255, 255, 0.05) !important;
    width: 2.5rem !important;
    height: 2.5rem !important;
    padding: 0.875rem;
  }
}
#external-events .fc-event {
  cursor: move;
  margin: 0 0 0.4rem 0;
  padding: 0.375rem 0.75rem;
  font-size: 0.75rem;
  border-radius: 0.35rem;
}
#calendar-container {
  position: relative;
  z-index: 1;
}
#calendar {
  max-width: 68.75rem;
  margin: 1.25rem auto;
}
#map,
#map1,
#map-popup,
#map-custom-icon,
#interactive-map {
  height: 18.75rem;
  z-index: 10;
}
#vector-map,
#marker-map,
#marker-image-map,
#lines-map,
#us-map,
#canada-map,
#spain-map,
#russia-map {
  height: 21.875rem;
}
.jvm-tooltip {
  background-color: #1a1c1e !important;
}
#vector-map #jvm-regions-group path,
#marker-map #jvm-regions-group path,
#marker-image-map #jvm-regions-group path,
#lines-map #jvm-regions-group path {
  fill: rgba(255, 255, 255, 0.2) !important;
}
.jvm-zoom-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
}
.jvm-zoom-btn.jvm-zoomin {
  inset-block-start: 5px !important;
}
#jvm-markers-labels-group text {
  fill: var(--text-muted);
}
#google-map,
#google-map-overlay,
#map-layers,
#map-markers,
#streetview-map,
#map-geofencing {
  height: 18.75rem;
}
.google-map-overlay {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  line-height: 0.875rem;
  opacity: 0.8;
  background: var(--primary-color);
  border: solid 0.188rem var(--primary-color);
  border-radius: 0.25rem;
  box-shadow: 0.125rem 0.125rem 0.625rem var(--black-3);
  text-shadow: 0.063rem 0.063rem 0.063rem var(--gray-6);
  padding: 0 0.25rem;
}
.google-overlay_arrow {
  inset-inline-start: 50%;
  margin-inline-start: -1rem;
  width: 0;
  height: 0;
  position: absolute;
}
.google-overlay_arrow.above {
  inset-block-end: -0.938rem;
  border-inline-start: 0.938rem solid transparent;
  border-inline-end: 1rem solid transparent;
  border-block-start: 1rem solid #336699;
}
.google-overlay_arrow.below {
  inset-block-start: -0.938rem;
  border-inline-start: 1rem solid transparent;
  border-inline-end: 1rem solid transparent;
  border-block-end: 1rem solid #336699;
}
.content-wrapper {
  width: 100%;
}
.apexcharts-svg,
.apexcharts-canvas {
  width: 100% !important;
}
#pie-basic .apexcharts-canvas,
#donut-update .apexcharts-canvas,
#pie-monochrome .apexcharts-canvas,
#donut-gradient .apexcharts-canvas,
#donut-pattern .apexcharts-canvas,
#pie-image .apexcharts-canvas,
#polararea-basic .apexcharts-canvas,
#polararea-monochrome .apexcharts-canvas {
  margin: 0 auto;
}
#donut-update .apexcharts-svg,
#donut-update .apexcharts-canvas {
  width: inherit !important;
  text-align: center;
}
.apexcharts-legend-text {
  color: rgb(var(--default-text-color-rgb)) !important;
  padding-inline-start: 0.9375rem !important;
  margin-inline-start: -0.625rem !important;
  font-family: var(--default-font-family) !important;
}
.apexcharts-text.apexcharts-yaxis-label tspan,
.apexcharts-text.apexcharts-xaxis-label tspan {
  fill: #fff;
  font-family: var(--default-font-family);
}
.apexcharts-canvas .apexcharts-series.apexcharts-heatmap-series rect {
  stroke: var(--custom-white);
}
.apexcharts-canvas .apexcharts-series-markers.apexcharts-series-bubble circle {
  stroke: var(--custom-white);
}
.apexcharts-yaxis .apexcharts-text {
  fill: #fff;
}
.chartjs-chart {
  max-height: 18.75rem;
}
#chart-year,
#chart-quarter {
  width: 96%;
  max-width: 48%;
  box-shadow: none;
  padding-inline-start: 0;
  padding-block-start: 1.25rem;
  background: #fff;
  border: 1px solid #ddd;
}
#chart-year {
  float: left;
  position: relative;
  transition: 1s ease transform;
  z-index: 3;
}
#chart-year.chart-quarter-activated {
  transform: translateX(0);
  transition: 1s ease transform;
}
#chart-quarter {
  float: left;
  position: relative;
  z-index: -2;
  transition: 1s ease transform;
}
#chart-quarter.active {
  transition: 1.1s ease-in-out transform;
  transform: translateX(0);
  z-index: 1;
}
@media screen and (min-width: 480px) {
  #chart-year {
    transform: translateX(50%);
  }
  #chart-quarter {
    transform: translateX(-50%);
  }
}
.echart-charts {
  height: 20rem;
}
canvas {
  max-width: 100%;
}
.simplebar-scrollbar:before {
  background: var(--primary-color) !important;
  border-radius: 0 !important;
  inset-inline-end: 0 !important;
  inset-inline-start: 5px !important;
  width: 0.375rem;
}
.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.1 !important;
}
.simplebar-track.simplebar-hover .simplebar-scrollbar.simplebar-visible:before {
  opacity: 1 !important;
}
[dir=rtl] .simplebar-scrollbar:before {
  inset-inline-start: 0px !important;
}
.simplebar-track.simplebar-horizontal {
  display: none;
}
.dropzone {
  border: 0.125rem dashed var(--default-border) !important;
  background-color: transparent !important;
}
.dropzone .dz-message .dz-button {
  font-size: 1.25rem !important;
  color: rgb(var(--default-text-color-rgb)) !important;
}
.dropzone .dz-preview {
  border-radius: 1.25rem;
}
.filepond--drop-label {
  color: rgb(var(--default-text-color-rgb)) !important;
  border-radius: 0.3rem !important;
}
.filepond--credits {
  display: none;
}
.filepond--panel-root {
  background-color: var(--custom-white) !important;
  border: 0.125rem dashed var(--default-border) !important;
}
.filepond--drop-label.filepond--drop-label label {
  padding: 1.5em !important;
  font-size: 0.95rem;
}
.filepond--root {
  margin-block-end: 0 !important;
}
.filepond--file {
  background-color: var(--primary-color) !important;
}
.filepond--file {
  color: #000 !important;
}
.single-fileupload {
  width: 8rem !important;
  height: 8rem !important;
  margin: 0 auto !important;
}
.ql-bubble .ql-editor blockquote {
  border-inline-start: 4px solid linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%) !important;
}
.ql-toolbar.ql-snow,
.ql-container.ql-snow {
  border: 1px solid var(--default-border) !important;
}
.ql-container.ql-bubble:not(.ql-disabled) a {
  white-space: normal !important;
}
.ql-snow .ql-picker {
  color: rgb(var(--default-text-color-rgb)) !important;
}
.ql-snow .ql-stroke,
.ql-snow .ql-stroke.ql-fill {
  stroke: rgb(var(--default-text-color-rgb)) !important;
}
.ql-snow .ql-fill {
  fill: rgb(var(--default-text-color-rgb)) !important;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px !important;
}
.ql-snow .ql-picker-options .ql-picker-item {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.ql-editor {
  min-height: 15.62rem !important;
  overflow: visible !important;
}
.ql-snow .ql-formats {
  border: 1px solid var(--default-border);
  border-radius: 0.5rem;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: var(--default-border) !important;
  border-radius: 0.5rem !important;
}
.ql-snow .ql-picker-options {
  background-color: var(--custom-white) !important;
}
.ql-snow .ql-tooltip {
  background-color: var(--custom-white) !important;
  border: 1px solid var(--default-border) !important;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05) !important;
  color: rgb(var(--default-text-color-rgb)) !important;
}
.ql-snow .ql-tooltip input[type=text] {
  border: 1px solid var(--default-border) !important;
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%) !important;
  color: rgb(var(--default-text-color-rgb)) !important;
  outline: 0;
}
.ql-snow .ql-tooltip {
  transform: translatex(12.5rem) !important;
  z-index: 999 !important;
}
.ql-toolbar.ql-snow {
  border-radius: 0.3rem 0.3rem 0 0 !important;
}
.ql-snow .ql-picker-label {
  padding-inline-start: 0.5rem !important;
  padding-inline-end: 0.125rem !important;
}
.ql-snow .ql-formats .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  inset-inline-end: 0 !important;
  inset-inline-start: auto !important;
}
.ql-container {
  border-radius: 0 0 0.3rem 0.3rem !important;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: rgb(var(--default-text-color-rgb)) !important;
}
.ql-editor {
  text-align: start !important;
}
.ql-editor .ql-align-right {
  text-align: end !important;
}
.ql-container {
  font-family: var(--default-font-family) !important;
}
.ql-snow .ql-editor {
  padding: 1.25rem;
}
.ql-bubble {
  border: 1px solid var(--default-border) !important;
  border-radius: 0.25rem !important;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-inline-start: -1.5em !important;
  margin-inline-end: 0.3em !important;
  text-align: start !important;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-inline-start: 1.5em !important;
}
.ql-toolbar.ql-snow .ql-formats {
  margin: 0.25rem;
}
[dir=rtl] .ql-tooltip.ql-editing {
  left: 0 !important;
  top: 0 !important;
}
[dir=rtl] .ql-bubble .ql-toolbar .ql-formats:first-child {
  margin-right: 12px;
}
[dir=rtl] .ql-bubble .ql-toolbar .ql-formats {
  margin: 8px 0px 8px 12px;
}
.select2.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-inline-start: 12px !important;
  padding-inline-end: 20px !important;
  color: rgb(var(--default-text-color-rgb)) !important;
  line-height: 2.33rem !important;
  border: 1px solid var(--input-border) !important;
  border-radius: 0.25rem !important;
}
.select2-container--default .select2-selection--single {
  background-color: var(--form-control-bg) !important;
  border: 0px solid var(--input-border) !important;
  border-radius: 0.25rem !important;
}
.select2-container--default .select2-selection--single:focus-visible {
  outline: none !important;
}
.select2-container .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2.37rem !important;
}
.select2-dropdown {
  background-color: var(--custom-white) !important;
  border: 1px solid var(--input-border) !important;
  border-radius: 0.25rem !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid var(--input-border) !important;
  border-radius: 0.25rem !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%) !important;
  color: rgb(var(--default-text-color-rgb)) !important;
}
.select2-results__option--selectable {
  font-size: 0.813rem;
}
.select2-container--default .select2-results__option--selected {
  background-color: var(--primary-color) !important;
  color: #000 !important;
}
.select2-container--default .select2-results__option--selected.select2-results__option--highlighted {
  background-color: var(--primary-color) !important;
  color: #000 !important;
}
.select2-search__field {
  background-color: var(--custom-white) !important;
  color: rgb(var(--default-text-color-rgb)) !important;
}
.select2-search__field:focus-visible {
  outline: none !important;
}
.select2-container--default .select2-selection--multiple {
  background-color: var(--form-control-bg) !important;
  border: 1px solid var(--input-border) !important;
  border-radius: 0.25rem !important;
}
.select2-container .select2-selection--multiple {
  min-height: 2.25rem !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: var(--primary-color) !important;
  color: #000 !important;
  border: 1px solid var(--primary-color) !important;
  border-radius: 0.25rem !important;
  margin-block-start: 0.375rem !important;
  padding: 0px 18px !important;
}
.select2-selection--multiple .select2-search__field {
  background-color: transparent !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-inline-end: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #000 !important;
  inset-block-start: -0.15rem !important;
  font-weight: 500 !important;
  font-size: 1.125rem !important;
}
.select2-selection--multiple .select2-selection__choice__display {
  font-size: 0.75rem !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: var(--primary-color) !important;
}
.select2-results__option span img,
.select2-selection__rendered span img {
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 1.25rem;
  margin-inline-end: 0.25rem;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
}
.select2-container .select2-search--inline .select2-search__field {
  margin-block-start: 0.5rem !important;
}
.select2-container--disabled.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--disabled .select2-selection.select2-selection--multiple {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%) !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  font-weight: 400 !important;
  height: 1.25rem !important;
  font-size: 1.5625rem !important;
  width: 1.25rem !important;
  position: absolute !important;
  inset-inline-end: 0.625rem !important;
}
.select2-selection__clear {
  color: var(--text-muted);
}
.select2-dropdown {
  z-index: 10 !important;
}
[dir=rtl] .select2-container--default .select2-selection--single .select2-selection__clear {
  margin-left: 20px !important;
  padding-left: 0px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px !important;
}
.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 10px !important;
  right: auto !important;
}
.select2-container--open .select2-dropdown--above {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  overflow: hidden;
}
.select2-container--open .select2-dropdown--below {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  overflow: hidden;
}
.gridjs-table {
  width: 100%;
}
table.gridjs-table {
  text-align: start !important;
  font-size: 0.813rem !important;
  font-weight: 500 !important;
}
.gridjs-wrapper {
  box-shadow: none !important;
  border-radius: 0 !important;
}
.gridjs-wrapper:nth-last-of-type(2) {
  border-radius: 0 !important;
}
.gridjs-container {
  color: rgb(var(--default-text-color-rgb)) !important;
}
th.gridjs-th {
  background: transparent !important;
  border: 1px solid var(--default-border) !important;
  color: rgb(var(--default-text-color-rgb)) !important;
  padding: 0.75rem !important;
}
[data-theme-mode=dark] th.gridjs-th {
  border-color: rgba(255, 255, 255, 0.15) !important;
}
td.gridjs-td {
  border: 1px solid var(--default-border) !important;
  padding: 0.75rem !important;
}
.gridjs-tbody,
td.gridjs-td {
  background-color: transparent !important;
}
.gridjs-footer {
  background-color: transparent !important;
  border-bottom-width: 0 !important;
  border-color: transparent !important;
  border-radius: 0 !important;
  border-top: 0 !important;
  box-shadow: none !important;
  padding: 0.75rem 0 0 0 !important;
}
.gridjs-pagination {
  color: rgb(var(--default-text-color-rgb)) !important;
}
.gridjs-pagination .gridjs-pages button:first-child {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.gridjs-pagination .gridjs-pages button:last-child {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
@media (max-width: 575.98px) {
  .gridjs-search-input {
    width: 12.5rem !important;
  }
}
[dir=rtl] .gridjs-pagination .gridjs-pages button:first-child {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
  border-bottom-right-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
[dir=rtl] .gridjs-pagination .gridjs-pages button:last-child {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.gridjs-pagination .gridjs-pages button:disabled,
.gridjs-pagination .gridjs-pages button:hover:disabled,
.gridjs-pagination .gridjs-pages button[disabled] {
  background-color: var(--custom-white) !important;
  color: rgb(var(--default-text-color-rgb)) !important;
}
.gridjs-pagination .gridjs-pages button {
  background-color: var(--custom-white) !important;
  border: 1px solid var(--default-border) !important;
  padding: 0.375 0.75rem !important;
  color: rgb(var(--default-text-color-rgb)) !important;
}
.gridjs-pagination .gridjs-pages button:focus {
  box-shadow: none !important;
  margin-inline-end: 0 !important;
}
.gridjs-pagination .gridjs-pages button.gridjs-currentPage {
  font-weight: 600 !important;
  background-color: var(--primary-color) !important;
  color: #000 !important;
}
.gridjs-pagination .gridjs-pages {
  float: end !important;
}
input.gridjs-input {
  background-color: var(--form-control-bg) !important;
  border: 1px solid var(--default-border) !important;
  border-radius: 0.25rem !important;
  font-size: 0.95rem !important;
  padding: 0.375rem 0.75rem !important;
  line-height: 1.6 !important;
  color: rgb(var(--default-text-color-rgb)) !important;
}
input.gridjs-input:focus {
  box-shadow: none !important;
  border: 1px solid var(--primary-color) !important;
}
button.gridjs-sort {
  float: end !important;
  height: 1.25rem !important;
  width: 0.625rem !important;
}
button.gridjs-sort-desc {
  background-position-y: 54% !important;
  background-size: 0.5rem !important;
}
button.gridjs-sort-asc {
  background-position-y: 44% !important;
  background-size: 0.5rem !important;
}
th.gridjs-th-fixed {
  background-color: #0c1b18 !important;
}
#grid-header-fixed .gridjs-wrapper {
  border-block-start: 1px solid var(--default-border) !important;
  border-block-end: 1px solid var(--default-border) !important;
}
#grid-header-fixed .gridjs-container .gridjs-wrapper .gridjs-thead .gridjs-tr th {
  top: -1px !important;
}
.dataTables_wrapper .dataTables_paginate {
  margin: 0;
  text-align: end;
}
.dataTables_wrapper .dataTables_paginate .pagination {
  margin-block-end: 0;
  justify-content: end;
}
div.dataTables_scrollBody > table#datatable-basic {
  margin-block-end: 0.375rem !important;
}
.dataTables_filter {
  text-align: end !important;
}
.dataTables_info {
  padding-block-start: 0.625rem;
}
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc_disabled:before {
  content: "\f235" !important;
  font-family: bootstrap-icons !important;
  position: absolute;
  inset-inline-end: 0.8rem !important;
  top: 0.813rem !important;
  font-size: 0.5rem !important;
}
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_desc_disabled:after {
  content: "\f229" !important;
  font-family: bootstrap-icons !important;
  position: absolute;
  inset-inline-end: 0.8rem !important;
  top: 1.25rem !important;
  font-size: 0.5rem !important;
}
table.dataTable > thead .sorting,
table.dataTable > thead .sorting_asc,
table.dataTable > thead .sorting_desc,
table.dataTable > thead .sorting_asc_disabled,
table.dataTable > thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:after {
  position: absolute;
  display: block;
  opacity: 0.2;
}
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:after {
  opacity: 0.8;
}
div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block;
  margin: 0 0.25rem;
}
.dataTables_wrapper .dataTables_scrollHead table.dataTable {
  margin-block-end: 0;
}
.dataTables_wrapper .dataTables_scrollBody #datatable-basic {
  margin-block-start: -3px;
  border-block-start-color: transparent !important;
}
.dataTables_wrapper .dataTables_scrollBody table.dataTable > thead .sorting:before,
.dataTables_wrapper .dataTables_scrollBody table.dataTable > thead .sorting:after,
.dataTables_wrapper .dataTables_scrollBody table.dataTable > thead .sorting_asc:before,
.dataTables_wrapper .dataTables_scrollBody table.dataTable > thead .sorting_asc:after,
.dataTables_wrapper .dataTables_scrollBody table.dataTable > thead .sorting_desc:before,
.dataTables_wrapper .dataTables_scrollBody table.dataTable > thead .sorting_desc:after,
.dataTables_wrapper .dataTables_scrollBody table.dataTable > thead .sorting_asc_disabled:before,
.dataTables_wrapper .dataTables_scrollBody table.dataTable > thead .sorting_asc_disabled:after,
.dataTables_wrapper .dataTables_scrollBody table.dataTable > thead .sorting_desc_disabled:before,
.dataTables_wrapper .dataTables_scrollBody table.dataTable > thead .sorting_desc_disabled:after {
  display: none;
}
div.dt-button-info {
  background-color: var(--custom-white) !important;
  border: 1px solid var(--default-border) !important;
}
div.dt-button-info h2 {
  background-color: var(--custom-white) !important;
  border-bottom: 1px solid var(--default-border) !important;
}
@media (max-width: 767.98px) {
  .data-table-btn {
    margin: 0.5625rem 0 0.5rem 0 !important;
  }
  .dataTables_length,
  .dataTables_filter,
  .dataTables_info {
    text-align: center;
  }
  .dataTables_filter {
    margin-block-start: 0.5rem;
  }
  .dataTables_paginate .pagination {
    justify-content: center !important;
  }
  .dataTables_info {
    padding-block-start: 0;
    padding-block-end: 0.5rem;
  }
  div.dtr-modal div.dtr-modal-display {
    width: 95% !important;
    height: 95% !important;
    background-color: var(--custom-white) !important;
    border: 1px solid var(--default-border) !important;
    box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05) !important;
  }
  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center !important;
  }
}
div.dtr-modal {
  z-index: 99999 !important;
}
@media (max-width: 575.98px) {
  .dataTables_paginate .pagination .paginate_button .page-link {
    font-size: 0.625rem;
    padding: 0.25rem 0.5rem;
  }
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control {
  padding-inline-start: 1.875rem !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
  color: #fff !important;
  border: 0.15em solid #fff !important;
  box-shadow: 0 0 0.2em var(--primary-color) !important;
  background-color: var(--primary-color) !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {
  content: "-";
  background-color: rgb(var(--success-rgb)) !important;
}
table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-block-start: 0 !important;
}
table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-block-end: 1px solid var(--default-border) !important;
}
table.dataTable > tbody > tr.child span.dtr-title {
  min-width: 4.688rem !important;
}
div.dtr-modal div.dtr-modal-close {
  top: 0px !important;
  border: 0px solid var(--default-border) !important;
  font-size: 1.5rem !important;
  background-color: transparent !important;
}
div.dtr-modal div.dtr-modal-background {
  background: rgba(0, 0, 0, 0.3) !important;
}
.dtr-modal-content h2 {
  font-size: 0.875rem !important;
  font-weight: 600 !important;
}
.dt-button {
  font-size: 0.8125rem !important;
  border-radius: 0.3rem !important;
  box-shadow: none !important;
  font-weight: 500 !important;
  padding: 0.375rem 0.75rem !important;
  background-color: var(--primary-color);
  color: #000;
  border: 0;
}
.dt-buttons {
  float: left !important;
}
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting_asc_disabled,
table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
  padding-inline-end: 1.625rem;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: start !important;
}
table.table-bordered.dataTable th:first-child,
table.table-bordered.dataTable th:first-child,
table.table-bordered.dataTable td:first-child,
table.table-bordered.dataTable td:first-child {
  border-inline-start-width: 1px !important;
}
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-inline-end-width: 1px !important;
}
div.dataTables_wrapper div.dataTables_filter#scroll-vertical_filter input {
  margin-right: 0.2em;
}
[dir=rtl] div.dtr-modal div.dtr-modal-close {
  left: 6px;
  right: auto;
}
[dir=rtl] div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-left: 0;
  padding-right: initial;
}
[dir=rtl] div.dataTables_wrapper div.dataTables_filter#scroll-vertical_filter input {
  margin-right: 0.5rem;
  margin-left: 0.2em;
}
[dir=rtl] div.dataTables_wrapper div.dataTables_filter input {
  margin-right: 0.5rem;
  margin-left: 0;
}
[dir=rtl] table.table-bordered.dataTable th:first-child,
[dir=rtl] table.table-bordered.dataTable th:first-child,
[dir=rtl] table.table-bordered.dataTable td:first-child,
[dir=rtl] table.table-bordered.dataTable td:first-child {
  border-right-width: 1px;
  border-left-width: 0;
}
[dir=rtl] table.table-bordered.dataTable th:last-child,
[dir=rtl] table.table-bordered.dataTable th:last-child,
[dir=rtl] table.table-bordered.dataTable td:last-child,
[dir=rtl] table.table-bordered.dataTable td:last-child {
  border-inline-start-width: 1px;
}
[dir=rtl] div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:first-child {
  padding-inline-end: 0;
}
[dir=rtl] div.table-responsive > div.dataTables_wrapper > div.row > div[class^=col-]:last-child {
  padding-inline-start: 0;
}
[dir=rtl] .dt-buttons {
  float: right !important;
}
table.dataTable > tbody > tr.selected > * {
  background-color: var(--primary01);
  color: rgb(var(--default-text-color-rgb)) !important;
  box-shadow: none !important;
}
@media (min-width: 768px) {
  .data-table-btn {
    position: absolute;
    inset-inline-start: 13rem;
    z-index: 1;
  }
}
#file-export_wrapper .dt-buttons button {
  margin: 0.25rem;
}
.data-table-btn {
  margin: -0.4375rem 0 0 0;
}
.swal2-container .swal2-title {
  font-size: 1.15rem;
  padding: 2rem 2rem 0.5rem;
}
.swal2-container .swal2-footer {
  padding: 1.5rem 1.5rem 0;
}
.swal2-container .swal2-popup {
  background: var(--custom-white);
  color: rgb(var(--default-text-color-rgb));
  padding: 0 0 2rem;
}
.swal2-container .swal2-center > .swal2-popup {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.swal2-container .swal2-actions {
  margin: 1rem auto 0;
}
.swal2-container .swal2-styled.swal2-confirm {
  margin: 0;
  padding: 0.375em 0.75rem;
  box-shadow: none;
  font-size: 0.8125rem;
  border-radius: 0.3rem;
}
.swal2-container .swal2-styled.swal2-confirm:focus,
.swal2-container .swal2-styled.swal2-cancel:focus,
.swal2-container .swal2-styled.swal2-deny:focus {
  box-shadow: none;
}
.swal2-container .swal2-styled.swal2-confirm {
  background-color: var(--primary-color) !important;
  color: #000;
}
.swal2-container .swal2-footer {
  border-top: 1px solid var(--default-border);
}
.swal2-container .swal2-icon {
  width: 4rem;
  height: 4rem;
  margin: 2rem auto 0rem;
}
.swal2-container .swal2-icon.swal2-question {
  border-color: rgb(var(--success-rgb));
  color: rgb(var(--success-rgb));
}
.swal2-container .swal2-icon.swal2-error {
  border-color: rgb(var(--danger-rgb));
  color: rgb(var(--danger-rgb));
}
.swal2-container .swal2-icon.swal2-info {
  border-color: rgb(var(--info-rgb));
  color: rgb(var(--info-rgb));
}
.swal2-container .swal2-icon.swal2-warning {
  border-color: rgb(var(--warning-rgb));
  color: rgb(var(--warning-rgb));
}
.swal2-container .swal2-icon .swal2-icon-content {
  font-size: 3rem;
}
.swal2-container .swal2-image {
  border-radius: 0.25rem;
}
.swal2-container .swal2-html-container {
  margin: 0rem 1.6rem 0.3rem;
  font-size: 0.8rem;
  color: var(--text-muted);
}
.swal2-container .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  inset-inline-start: 1em;
}
.swal2-container .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: 1.9em;
  width: 2em;
  height: 0.3em;
  background-color: rgb(var(--danger-rgb));
}
.swal2-container .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  inset-inline-end: 1em;
  inset-block-start: 1.875rem;
}
.swal2-container .swal2-close:focus {
  box-shadow: none;
}
.swal2-container .swal2-deny,
.swal2-container .swal2-cancel {
  margin-inline-start: 0.625rem;
}
.swal2-container .swal2-close {
  font-size: 2rem;
  color: var(--text-muted);
  opacity: 0.5;
}
.swal2-container .swal2-close:hover {
  color: var(--primary-color);
}
.swal2-container .swal2-styled.swal2-deny {
  background-color: rgb(var(--danger-rgb));
  padding: 0.375em 0.75rem;
  box-shadow: none;
  font-size: 0.8125rem;
  border-radius: 0.3rem;
}
.swal2-container .swal2-styled.swal2-cancel {
  background-color: rgb(var(--light-rgb)) !important;
  color: rgb(var(--default-text-color-rgb));
  padding: 0.375em 0.75rem;
  box-shadow: none;
  font-size: 0.8125rem;
  border-radius: 0.3rem;
}
.swal2-container .swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.05em;
  inset-inline-end: 0.45em;
  width: 2em;
}
.swal2-container .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.375em;
  inset-inline-start: 0.9125em;
  width: 1.2625em;
}
.swal2-container .swal2-file:focus,
.swal2-container .swal2-input:focus,
.swal2-container .swal2-textarea:focus {
  border: 1px solid var(--default-border);
  box-shadow: none;
}
div:where(.swal2-container) input:where(.swal2-input),
div:where(.swal2-container) input:where(.swal2-file),
div:where(.swal2-container) textarea:where(.swal2-textarea) {
  border-color: var(--default-border) !important;
}
[dir=rtl] .swal2-container .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  inset-inline-start: 1.9125em;
}
[dir=rtl] .swiper {
  direction: ltr;
}
[dir=rtl] .swiper-backface-hidden .swiper-slide {
  direction: rtl;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.swiper-button-next,
.swiper-button-prev {
  width: 1.563rem !important;
  height: 1.563rem !important;
  color: #fff !important;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0.25rem;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 0.75rem !important;
  font-weight: 800 !important;
}
.swiper-horizontal1 .swiper-slide {
  height: auto;
}
.swiper-pagination-bullet {
  width: 1.25rem !important;
  height: 0.25rem !important;
  border-radius: 0.25rem !important;
  background: #fff !important;
}
.swiper-pagination-bullet-active {
  background: #fff !important;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: rgb(var(--success-rgb)) !important;
}
.swiper-pagination {
  color: #fff;
}
.custom-pagination .swiper-pagination-bullet {
  width: 1.5rem !important;
  height: 1.5rem !important;
  padding: 0.188rem;
  background-color: rgba(255, 255, 255, 0.3) !important;
  color: #fff !important;
  opacity: 1 !important;
}
.custom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff !important;
  color: #000 !important;
}
.swiper-scrollbar {
  background-color: rgba(255, 255, 255, 0.3) !important;
}
.swiper-scrollbar-drag {
  background-color: #fff !important;
}
.swiper.vertical {
  height: 21.875rem;
}
.swiper-preview {
  height: 80%;
  width: 100%;
}
.swiper-view {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.swiper-view .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.swiper-view .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-preview .swiper-wrapper {
  margin-block-end: 0.65rem;
}
pre[class*=language-]:after,
pre[class*=language-]:before {
  display: none !important;
}
pre[class*=language-] > code {
  border-inline-start: 1px solid var(--default-border) !important;
  box-shadow: none !important;
  background-color: rgb(var(--light-rgb)) !important;
  border: 1px solid var(--default-border);
  border-radius: 0.25rem;
  background-image: none !important;
  white-space: pre-wrap;
}
:not(pre) > code[class*=language-],
pre[class*=language-] {
  background-color: transparent !important;
  margin-bottom: 0 !important;
  max-height: 400px;
  overflow-y: hidden !important;
  border-radius: 0.25rem;
}
code[class*=language-],
pre[class*=language-] {
  color: rgb(var(--default-text-color-rgb)) !important;
  font-size: 0.82rem !important;
}
pre[class*=language-] {
  margin: 0 !important;
}
code[class*=language-] {
  padding: 1rem !important;
}
.prism-toggle {
  margin: 0.25rem;
}
[dir=rtl] pre[class*=language-] > code {
  border-left: 0;
  text-align: right;
}
#draggable-left .card,
#draggable-right .card {
  touch-action: none;
}
.star-rating {
  touch-action: none;
}
.star-rating .star-value {
  touch-action: none;
}
.gantt .lower-text {
  fill: rgb(var(--default-text-color-rgb)) !important;
}
.gantt .grid-header {
  fill: transparent !important;
  stroke: var(--default-border) !important;
}
.gantt .bar-label.big {
  fill: rgb(var(--default-text-color-rgb)) !important;
}
.gantt .grid-row {
  fill: transparent !important;
}
.gantt .row-line {
  stroke: var(--default-border) !important;
}
.gantt .bar {
  stroke: #fff !important;
}
.gantt .upper-text {
  fill: #fff !important;
}
.gantt .tick {
  stroke: transparent !important;
  stroke-width: 1 !important;
}
.gantt .arrow {
  stroke: var(--default-border) !important;
}
.gantt .today-highlight {
  fill: rgba(255, 255, 255, 0.1) !important;
}
.gantt .bar-wrapper:hover .bar {
  fill: rgba(255, 255, 255, 0.1) !important;
}
.upcoming-events-list li {
  margin-block-end: 1.5rem;
  padding-inline-start: 1.5rem;
  position: relative;
}
.upcoming-events-list li::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 0.25rem;
  inset-inline-start: 0;
  border-radius: 0.25rem;
}
.upcoming-events-list li:nth-child(1)::before {
  background-color: var(--primary-color);
  opacity: 0.3;
}
.upcoming-events-list li:nth-child(2)::before {
  background-color: rgb(var(--secondary-rgb));
  opacity: 0.3;
}
.upcoming-events-list li:nth-child(3)::before {
  background-color: rgb(var(--success-rgb));
  opacity: 0.3;
}
.upcoming-events-list li:nth-child(4)::before {
  background-color: rgb(var(--danger-rgb));
  opacity: 0.3;
}
.upcoming-events-list li:nth-child(5)::before {
  background-color: rgb(var(--info-rgb));
  opacity: 0.3;
}
.upcoming-events-list li:nth-child(5)::before {
  background-color: rgb(var(--warning-rgb));
  opacity: 0.3;
}
.upcoming-events-list li:last-child {
  margin-block-end: 0;
}
.border-top-card {
  border-top-width: 0.188rem !important;
  border-top-style: solid !important;
}
.border-top-card.border-top-primary {
  border-top-color: var(--primary-color);
}
.border-top-card.border-top-secondary {
  border-top-color: rgb(var(--secondary-rgb));
}
.border-top-card.border-top-warning {
  border-top-color: rgb(var(--warning-rgb));
}
.border-top-card.border-top-info {
  border-top-color: rgb(var(--info-rgb));
}
.border-top-card.border-top-success {
  border-top-color: rgb(var(--success-rgb));
}
.border-top-card.border-top-danger {
  border-top-color: rgb(var(--danger-rgb));
}
#users-map {
  height: 14rem;
}
#users-map #jvm-markers-labels-group {
  display: none;
}
[dir=ltr] #views .apexcharts-yaxis {
  transform: translate(0, 0);
}
#Revenue-chart .apexcharts-grid line,
#Net-profit .apexcharts-grid line,
#Orders .apexcharts-grid line {
  stroke: transparent;
}
#budget-chart .apexcharts-yaxis-texts-g,
#budget-chart .apexcharts-xaxis-texts-g {
  display: none;
}
#budget-chart .apexcharts-grid line {
  stroke: transparent;
}
#budget-chart .apexcharts-grid-borders line {
  stroke: transparent;
}
.budget-chart {
  position: absolute;
  inset-block-end: -3.75rem;
  inset-inline-end: 0;
  inset-inline-start: -1.5rem;
}
[dir=rtl] .budget-chart {
  inset-inline-end: 0;
  inset-inline-start: auto;
}
.timeline-widget .timeline-widget-list {
  margin-block-end: 1.5rem;
  position: relative;
}
.timeline-widget .timeline-widget-list:before {
  content: "";
  position: absolute;
  width: 0.75rem;
  height: 0.75rem;
  inset-inline-start: 2.688rem;
  top: 0.25rem;
  border-radius: 3.125rem;
  border: 0.125rem solid var(--default-border);
  background-color: var(--custom-white);
}
.timeline-widget .timeline-widget-list:last-child {
  margin-block-end: 0;
}
.timeline-widget:before {
  position: absolute;
  content: "";
  width: 0.125rem;
  height: 100%;
  background-color: var(--default-border);
  inset-block-start: 0;
  inset-inline-start: 3rem;
}
.timeline-widget {
  position: relative;
}
.custom-profile-widget {
  background: url(https://oarlin-bb3cf8e14b12.herokuapp.com/media-34-B6GCZEQH.jpg) !important;
  position: relative;
  height: 6rem;
}
.custom-profile-widget::before {
  content: "";
  position: absolute;
  background: var(--primary-color);
  width: 100%;
  height: 100%;
  inset-block-start: 0;
  inset-inline-start: 0;
  opacity: 0.8;
}
.custom-profile-widget .avatar {
  position: absolute;
  content: "";
  inset-inline-start: 9rem;
  inset-block-start: 4rem;
  border: 3px solid #000;
  box-shadow: 0 3px 5px var(--black-2);
}
[data-vertical-style=closed][data-toggled=close-menu-close] .app-sidebar {
  display: none;
}
@media (min-width: 992px) {
  [data-vertical-style=closed][data-toggled=close-menu-close] .app-content {
    margin-inline-start: 0;
  }
  [data-vertical-style=closed][data-toggled=close-menu-close] .app-header {
    padding-inline-start: 0;
  }
}
[data-vertical-style=closed][data-toggled=close-menu-open] .app-sidebar {
  display: block;
}
@media (min-width: 992px) {
  [data-vertical-style=closed][data-toggled=close-menu-open] .app-content {
    margin-inline-start: 16rem;
  }
  [data-vertical-style=closed][data-toggled=close-menu-open] .app-header {
    padding-inline-start: 16rem;
  }
}
@media (min-width: 992px) {
  [data-vertical-style=detached] .page {
    width: 95%;
    margin: 0 auto;
    padding-inline-start: 1.25rem;
  }
  [data-vertical-style=detached] .app-sidebar {
    inset-block-start: calc(64px + 1.75rem);
    inset-block-end: 1.5rem;
    inset-inline-start: inherit;
    border-radius: 0;
    height: auto !important;
  }
  [data-vertical-style=detached] .app-sidebar:before {
    border-radius: 0;
  }
  [data-vertical-style=detached] .app-sidebar .main-sidebar-header {
    display: none;
  }
  [data-vertical-style=detached] .app-header .sidemenu-toggle.header-link.animated-arrow.hor-toggle.horizontal-navtoggle {
    margin-inline-start: 1.25rem;
  }
  [data-vertical-style=detached] .main-sidebar {
    height: 100%;
    margin-block-start: 0;
    box-shadow: none !important;
  }
  [data-vertical-style=detached] .main-header-container .header-content-left {
    padding: 0;
  }
  [data-vertical-style=detached] .app-content {
    margin-inline-start: 16rem;
    position: relative;
    margin-block-start: 5.75rem;
  }
  [data-vertical-style=detached][data-page-style=classic] .app-sidebar {
    border: 1px solid var(--menu-border-color);
  }
  [data-vertical-style=detached][data-theme-mode=light][data-header-styles=dark] .horizontal-logo .header-logo .desktop-logo,
  [data-vertical-style=detached][data-theme-mode=light][data-header-styles=dark] .horizontal-logo .header-logo .toggle-logo,
  [data-vertical-style=detached][data-theme-mode=light][data-header-styles=dark] .horizontal-logo .header-logo .toggle-dark {
    display: none;
  }
  [data-vertical-style=detached][data-theme-mode=light][data-header-styles=dark] .horizontal-logo .header-logo .desktop-dark {
    display: block;
  }
  [data-vertical-style=detached][data-theme-mode=dark] .horizontal-logo .header-logo .desktop-logo,
  [data-vertical-style=detached][data-theme-mode=dark] .horizontal-logo .header-logo .toggle-logo,
  [data-vertical-style=detached][data-theme-mode=dark] .horizontal-logo .header-logo .toggle-dark {
    display: none;
  }
  [data-vertical-style=detached][data-theme-mode=dark] .horizontal-logo .header-logo .desktop-dark {
    display: block;
  }
  [data-vertical-style=detached][data-toggled=detached-close]:not([data-icon-overlay=open]) .app-sidebar {
    width: 4rem;
  }
  [data-vertical-style=detached][data-toggled=detached-close]:not([data-icon-overlay=open]) .app-sidebar .side-menu__label,
  [data-vertical-style=detached][data-toggled=detached-close]:not([data-icon-overlay=open]) .app-sidebar .side-menu__angle,
  [data-vertical-style=detached][data-toggled=detached-close]:not([data-icon-overlay=open]) .app-sidebar .category-name,
  [data-vertical-style=detached][data-toggled=detached-close]:not([data-icon-overlay=open]) .app-sidebar .slide-menu,
  [data-vertical-style=detached][data-toggled=detached-close]:not([data-icon-overlay=open]) .app-sidebar .side-menu__item .badge {
    display: none !important;
  }
  [data-vertical-style=detached][data-toggled=detached-close]:not([data-icon-overlay=open]) .app-sidebar .side-menu__item {
    justify-content: center;
  }
  [data-vertical-style=detached][data-toggled=detached-close]:not([data-icon-overlay=open]) .app-sidebar .side-menu__item .side-menu__icon {
    margin-inline-end: 0;
  }
  [data-vertical-style=detached][data-toggled=detached-close]:not([data-icon-overlay=open]) .app-sidebar .slide__category {
    padding: 1.2rem 1.65rem;
    position: relative;
  }
  [data-vertical-style=detached][data-toggled=detached-close]:not([data-icon-overlay=open]) .app-sidebar .slide__category:before {
    content: "";
    position: absolute;
    inset-inline-start: 2.25rem;
    inset-inline-end: 0;
    inset-block-start: 1.25rem;
    inset-block-end: 0;
    width: 0.35rem;
    border-radius: 3.125rem;
    height: 0.35rem;
    border: 1px solid var(--menu-prime-color);
    opacity: 1;
  }
  [data-vertical-style=detached][data-toggled=detached-close] .app-content {
    margin-inline-start: 4.25rem;
    position: relative;
  }
  [data-vertical-style=detached][data-toggled=detached-close][data-icon-overlay=open] .app-sidebar {
    width: 16rem;
  }
  [data-vertical-style=detached][data-toggled=detached-close][data-icon-overlay=open] .app-sidebar .main-sidebar-header {
    width: 16rem;
  }
  [data-vertical-style=detached][data-toggled=detached-close][data-icon-overlay=open] .app-sidebar .main-sidebar-header .header-logo .desktop-logo {
    display: block !important;
  }
  [data-vertical-style=detached][data-toggled=detached-close][data-icon-overlay=open] .app-sidebar .main-sidebar-header .header-logo .desktop-dark,
  [data-vertical-style=detached][data-toggled=detached-close][data-icon-overlay=open] .app-sidebar .main-sidebar-header .header-logo .toggle-logo,
  [data-vertical-style=detached][data-toggled=detached-close][data-icon-overlay=open] .app-sidebar .main-sidebar-header .header-logo .toggle-dark {
    display: none !important;
  }
  [data-vertical-style=detached][data-toggled=detached-close][data-icon-overlay=open] .app-sidebar .side-menu__item {
    justify-content: flex-start;
  }
  [data-vertical-style=detached][data-toggled=detached-close][data-icon-overlay=open] .app-sidebar .side-menu__icon {
    margin-inline-end: 0.625rem;
  }
  [data-vertical-style=detached][data-toggled=detached-close][data-icon-overlay=open] .app-sidebar .slide__category {
    padding: 0.75rem 1.65rem;
  }
  [data-vertical-style=detached][data-toggled=detached-close][data-icon-overlay=open] .app-sidebar .slide__category:before {
    display: none;
  }
  [data-vertical-style=detached] .app-header {
    padding-inline-start: 0;
  }
  [data-vertical-style=detached] .app-header .main-header-container {
    width: 93%;
    position: relative;
    padding-inline: 0;
  }
  [data-vertical-style=detached] .app-header .horizontal-logo {
    padding: 1rem 0;
    display: block;
  }
  [data-vertical-style=detached] .app-header .horizontal-logo img {
    height: 1.5rem;
    line-height: 1.5rem;
  }
  [data-vertical-style=detached] .app-header .horizontal-logo .desktop-logo {
    display: block;
  }
  [data-vertical-style=detached] .app-header .horizontal-logo .desktop-dark,
  [data-vertical-style=detached] .app-header .horizontal-logo .toggle-logo,
  [data-vertical-style=detached] .app-header .horizontal-logo .toggle-dark {
    display: none;
  }
  [data-vertical-style=detached] .footer {
    box-shadow: none;
    background-color: transparent !important;
  }
  [data-vertical-style=detached][data-menu-styles=dark][data-bg-img=bgimg3] .app-sidebar:before,
  [data-vertical-style=detached][data-menu-styles=dark][data-bg-img=bgimg1] .app-sidebar:before,
  [data-vertical-style=detached][data-menu-styles=dark][data-bg-img=bgimg2] .app-sidebar:before,
  [data-vertical-style=detached][data-menu-styles=dark][data-bg-img=bgimg4] .app-sidebar:before,
  [data-vertical-style=detached][data-menu-styles=dark][data-bg-img=bgimg5] .app-sidebar:before {
    border-radius: 0;
  }
}
[data-vertical-style=detached][data-icon-overlay=open] .app-sidebar {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}
@media (min-width: 992px) {
  [data-vertical-style=doublemenu] .app-sidebar {
    width: 5rem;
  }
  [data-vertical-style=doublemenu] .app-sidebar .main-sidebar {
    overflow: visible;
    height: 100%;
    box-shadow: none;
    margin-block-start: 0;
  }
  [data-vertical-style=doublemenu] .app-sidebar .slide-menu.child1 {
    padding-block-end: 3rem;
  }
  [data-vertical-style=doublemenu] .app-sidebar .main-sidebar-header {
    width: 4.9rem;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-block-end: 1px solid var(--default-border);
    justify-content: center;
  }
  [data-vertical-style=doublemenu] .app-sidebar .main-sidebar-header .header-logo .toggle-logo {
    display: block !important;
  }
  [data-vertical-style=doublemenu] .app-sidebar .main-sidebar-header .header-logo .desktop-dark,
  [data-vertical-style=doublemenu] .app-sidebar .main-sidebar-header .header-logo .desktop-logo,
  [data-vertical-style=doublemenu] .app-sidebar .main-sidebar-header .header-logo .toggle-dark {
    display: none !important;
  }
  [data-vertical-style=doublemenu] .app-sidebar .main-menu-container {
    margin-block-start: 3.75rem;
  }
  [data-vertical-style=doublemenu] .app-sidebar .main-menu > .slide {
    padding: 0 1.2rem;
  }
  [data-vertical-style=doublemenu] .app-sidebar .category-name,
  [data-vertical-style=doublemenu] .app-sidebar .side-menu__label,
  [data-vertical-style=doublemenu] .app-sidebar .side-menu__angle {
    display: none;
  }
  [data-vertical-style=doublemenu] .app-sidebar .side-menu__icon {
    margin-inline-end: 0;
  }
  [data-vertical-style=doublemenu] .app-sidebar .slide__category {
    display: none;
  }
  [data-vertical-style=doublemenu] .app-sidebar .simplebar-content-wrapper {
    position: initial;
  }
  [data-vertical-style=doublemenu] .app-sidebar .simplebar-mask {
    position: inherit;
  }
  [data-vertical-style=doublemenu] .app-sidebar .simplebar-placeholder {
    height: auto !important;
  }
  [data-vertical-style=doublemenu] .app-header {
    padding-inline-start: 17rem;
  }
  [data-vertical-style=doublemenu] .app-content {
    margin-inline-start: 17rem;
  }
  [data-vertical-style=doublemenu] .slide.has-sub .slide-menu {
    position: absolute !important;
    inset-inline-start: 5rem !important;
    background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
    box-shadow: none;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    transition: none !important;
    height: 100% !important;
    inset-inline-end: 0;
    border-inline-end: 1px solid var(--menu-border-color);
  }
  [data-vertical-style=doublemenu] .slide.has-sub .slide-menu.child2,
  [data-vertical-style=doublemenu] .slide.has-sub .slide-menu.child3 {
    inset-inline-start: 0 !important;
    position: relative !important;
    height: auto !important;
    inset-block-start: 0 !important;
    border-inline-end: 0;
    background: transparent;
  }
  [data-vertical-style=doublemenu] .slide.has-sub .slide-menu.child2 .slide:nth-child(2),
  [data-vertical-style=doublemenu] .slide.has-sub .slide-menu.child3 .slide:nth-child(2) {
    padding-block-start: 0rem;
  }
  [data-vertical-style=doublemenu] .slide-menu.child1 .slide,
  [data-vertical-style=doublemenu] .slide-menu.child2 .slide,
  [data-vertical-style=doublemenu] .slide-menu.child3 .slide {
    padding-inline-start: 0;
  }
  [data-vertical-style=doublemenu] .slide-menu.child1 .slide .side-menu__item,
  [data-vertical-style=doublemenu] .slide-menu.child2 .slide .side-menu__item,
  [data-vertical-style=doublemenu] .slide-menu.child3 .slide .side-menu__item {
    text-align: start;
  }
  [data-vertical-style=doublemenu] .slide-menu.child1 .slide .side-menu__item:before,
  [data-vertical-style=doublemenu] .slide-menu.child2 .slide .side-menu__item:before,
  [data-vertical-style=doublemenu] .slide-menu.child3 .slide .side-menu__item:before {
    display: none;
  }
  [data-vertical-style=doublemenu] .slide-menu.child1 .side-menu__angle,
  [data-vertical-style=doublemenu] .slide-menu.child2 .side-menu__angle,
  [data-vertical-style=doublemenu] .slide-menu.child3 .side-menu__angle {
    display: block;
    inset-inline-end: 1rem;
    inset-block-start: 0.65rem;
  }
  [data-vertical-style=doublemenu] .slide-menu.child2,
  [data-vertical-style=doublemenu] .slide-menu.child3 {
    min-width: 10rem;
  }
  [data-vertical-style=doublemenu] .slide-menu.child1 {
    min-width: 12rem;
  }
  [data-vertical-style=doublemenu] .slide-menu.child1 .slide:nth-child(2) {
    padding-block-start: 0.75rem;
  }
  [data-vertical-style=doublemenu] .side-menu__label1 {
    display: block !important;
    font-size: 0.938rem;
    font-weight: 500;
    color: var(--menu-prime-color);
    border-block-end: 1px solid var(--menu-border-color);
    padding: 1.5rem 1rem !important;
    width: 12rem;
    height: 4.25rem;
  }
  [data-vertical-style=doublemenu] .slide-menu {
    display: none;
  }
  [data-vertical-style=doublemenu] .slide-menu.double-menu-active {
    visibility: visible !important;
    display: block !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    border-radius: 0 !important;
    border-block-start: 0;
    overflow: hidden scroll;
  }
  [data-vertical-style=doublemenu][data-theme-mode=light][data-menu-styles=dark] .app-sidebar .main-sidebar-header .header-logo .desktop-logo,
  [data-vertical-style=doublemenu][data-theme-mode=light][data-menu-styles=dark] .app-sidebar .main-sidebar-header .header-logo .desktop-dark,
  [data-vertical-style=doublemenu][data-theme-mode=light][data-menu-styles=dark] .app-sidebar .main-sidebar-header .header-logo .toggle-logo {
    display: none !important;
  }
  [data-vertical-style=doublemenu][data-theme-mode=light][data-menu-styles=dark] .app-sidebar .main-sidebar-header .header-logo .toggle-dark {
    display: block !important;
  }
  [data-vertical-style=doublemenu][data-theme-mode=dark] .app-sidebar .main-sidebar-header .header-logo .desktop-logo,
  [data-vertical-style=doublemenu][data-theme-mode=dark] .app-sidebar .main-sidebar-header .header-logo .desktop-dark,
  [data-vertical-style=doublemenu][data-theme-mode=dark] .app-sidebar .main-sidebar-header .header-logo .toggle-logo {
    display: none !important;
  }
  [data-vertical-style=doublemenu][data-theme-mode=dark] .app-sidebar .main-sidebar-header .header-logo .toggle-dark {
    display: block !important;
  }
  [data-vertical-style=doublemenu][data-toggled=double-menu-close] .app-header {
    padding-inline-start: 5rem;
  }
  [data-vertical-style=doublemenu][data-toggled=double-menu-close] .app-content {
    margin-inline-start: 5rem;
  }
  [data-vertical-style=doublemenu][data-toggled=double-menu-close] .app-sidebar .slide.has-sub .slide-menu {
    display: none !important;
  }
  [data-vertical-style=doublemenu][data-toggled=double-menu-close] .app-sidebar .main-sidebar {
    box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  }
  [data-vertical-style=doublemenu][data-toggled=double-menu-open] .app-sidebar .main-sidebar .slide.side-menu__label1 {
    border-inline-end: 1px solid var(--default-border);
  }
  [data-vertical-style=doublemenu] .slide-menu.double-menu-active::-webkit-scrollbar {
    width: 0 !important;
  }
  [data-vertical-style=doublemenu] .main-menu {
    margin-block-start: 15px;
  }
  [data-vertical-style=doublemenu] .main-menu > .slide {
    justify-content: center;
  }
}
@media (min-width: 992px) {
  [data-nav-layout=horizontal] {
  }
  [data-nav-layout=horizontal][data-theme-mode=light] .app-sidebar .side-menu__item.active,
  [data-nav-layout=horizontal][data-theme-mode=light] .app-sidebar .side-menu__item:hover,
  [data-nav-layout=horizontal][data-theme-mode=dark] .app-sidebar .side-menu__item.active,
  [data-nav-layout=horizontal][data-theme-mode=dark] .app-sidebar .side-menu__item:hover {
    background-color: transparent;
  }
  [data-nav-layout=horizontal] .app-sidebar {
    box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  }
  [data-nav-layout=horizontal] .app-sidebar.sticky-pin {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }
  [data-nav-layout=horizontal] .app-sidebar .side-menu__icon {
    font-size: 0.9rem;
    width: 0.9rem;
    height: 0.9rem;
  }
  [data-nav-layout=horizontal] .sidemenu-layout-styles {
    display: none;
  }
  [data-nav-layout=horizontal] .main-menu {
    display: flex !important;
    transition: all 0.5s ease;
  }
  [data-nav-layout=horizontal] .main-menu-container {
    display: inline-flex;
  }
  [data-nav-layout=horizontal] .app-sidebar .slide-menu.child1 .side-menu__item,
  [data-nav-layout=horizontal] .app-sidebar .slide-menu.child2 .side-menu__item {
    padding: 0.45rem 1rem;
  }
  [data-nav-layout=horizontal] .side-menu__label .badge {
    display: none;
  }
  [data-nav-layout=horizontal] .mega-menu {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
  }
  [data-nav-layout=horizontal] .app-header {
    padding-inline-start: 0 !important;
    z-index: 104;
    box-shadow: none;
  }
  [data-nav-layout=horizontal] .app-header .header-search-bar {
    margin-inline-start: 1.25rem;
  }
  [data-nav-layout=horizontal] .app-content {
    min-height: calc(100vh - 10.5rem);
    margin-block-start: 8.5rem;
    margin-inline-start: 0rem !important;
  }
  [data-nav-layout=horizontal] .app-content > .container-fluid {
    width: 94%;
    margin-inline-start: auto;
    margin-inline-end: auto;
  }
  [data-nav-layout=horizontal] .app-sidebar .main-sidebar,
  [data-nav-layout=horizontal] .app-sidebar .simplebar-mask {
    overflow: visible;
  }
  [data-nav-layout=horizontal] .app-sidebar .main-menu > .slide {
    margin: 0 0.1875rem;
  }
  [data-nav-layout=horizontal] .app-sidebar .main-sidebar {
    box-shadow: none;
  }
  [data-nav-layout=horizontal] .app-sidebar .slide-menu.child1,
  [data-nav-layout=horizontal] .app-sidebar .slide-menu.child2,
  [data-nav-layout=horizontal] .app-sidebar .slide-menu.child3 {
    border: 1px solid var(--menu-border-color);
  }
  [data-nav-layout=horizontal] .app-sidebar .slide-menu.child1 .side-menu__item:before,
  [data-nav-layout=horizontal] .app-sidebar .slide-menu.child2 .side-menu__item:before,
  [data-nav-layout=horizontal] .app-sidebar .slide-menu.child3 .side-menu__item:before {
    display: none;
  }
  [data-nav-layout=horizontal] .simplebar-offset {
    position: inherit !important;
  }
  [data-nav-layout=horizontal] .simplebar-wrapper {
    width: 100%;
  }
  [data-nav-layout=horizontal] .main-sidebar .simplebar-vertical {
    visibility: hidden !important;
  }
  [data-nav-layout=horizontal] .main-sidebar,
  [data-nav-layout=horizontal] .main-header-container {
    width: 94%;
    margin: 0 auto;
  }
  [data-nav-layout=horizontal] .horizontal-logo {
    padding: 1rem 0;
    display: block;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  [data-nav-layout=horizontal] .horizontal-logo .header-logo img {
    height: 1.5rem;
    line-height: 1.5rem;
  }
  [data-nav-layout=horizontal] .horizontal-logo .header-logo .desktop-dark {
    display: block;
  }
  [data-nav-layout=horizontal] .horizontal-logo .header-logo .desktop-logo,
  [data-nav-layout=horizontal] .horizontal-logo .header-logo .toggle-logo,
  [data-nav-layout=horizontal] .horizontal-logo .header-logo .toggle-dark {
    display: none;
  }
}
@media (min-width: 992px) {
  [data-nav-layout=horizontal] .main-header-container .sidemenu-toggle {
    display: none;
  }
  [data-nav-layout=horizontal] .app-sidebar {
    width: 100% !important;
    height: auto;
    border-block-end: 1px solid var(--menu-border-color);
    inset-block-start: 4.25rem;
  }
  [data-nav-layout=horizontal] .app-sidebar .slide-menu.child1 li,
  [data-nav-layout=horizontal] .app-sidebar .slide-menu.child2 li,
  [data-nav-layout=horizontal] .app-sidebar .slide-menu.child3 li {
    padding-inline-start: 0.5rem;
  }
  [data-nav-layout=horizontal] .app-sidebar .slide-menu.child1 .side-menu__item:before,
  [data-nav-layout=horizontal] .app-sidebar .slide-menu.child2 .side-menu__item:before,
  [data-nav-layout=horizontal] .app-sidebar .slide-menu.child3 .side-menu__item:before {
    inset-block-start: 1rem;
  }
  [data-nav-layout=horizontal] .app-sidebar .simplebar-content {
    padding: 0 !important;
    overflow: hidden;
  }
  [data-nav-layout=horizontal] .app-sidebar .simplebar-content-wrapper {
    overflow: visible !important;
    height: auto;
  }
  [data-nav-layout=horizontal] .app-sidebar .main-sidebar {
    padding: 0;
  }
  [data-nav-layout=horizontal] .app-sidebar .slide.has-sub .slide-menu.child1 {
    inset-inline-start: 1.5rem !important;
    padding: 0.1875rem 0;
  }
  [data-nav-layout=horizontal] .app-sidebar .slide.has-sub .slide-menu.child2,
  [data-nav-layout=horizontal] .app-sidebar .slide.has-sub .slide-menu.child3 {
    inset-inline-end: 100% !important;
    padding: 0.1875rem 0;
  }
  [data-nav-layout=horizontal] .app-sidebar .slide.has-sub .slide-menu.active {
    inset-inline-start: auto !important;
    inset-inline-end: auto !important;
  }
  [data-nav-layout=horizontal] .app-sidebar .slide-menu.child1 {
    position: absolute !important;
  }
  [data-nav-layout=horizontal] .app-sidebar .side-menu__item {
    width: 100%;
    display: flex;
    border-radius: 0;
    padding: 0.92rem;
  }
  [data-nav-layout=horizontal] .app-sidebar .side-menu__angle {
    inset-inline-end: 0.45rem;
    display: block;
  }
  [data-nav-layout=horizontal] .app-sidebar .side-menu__icon {
    margin-inline-end: 0.25rem;
    margin-block-end: 0;
  }
  [data-nav-layout=horizontal] .app-sidebar .slide.has-sub .slide-menu.child1 {
    background-color: var(--menu-bg);
    inset-block-start: 100% !important;
    min-width: 12rem;
  }
  [data-nav-layout=horizontal] .app-sidebar .slide {
    padding: 0;
  }
  [data-nav-layout=horizontal] .app-sidebar .slide-menu.child1 {
    border-radius: 0 0 0.25rem 0.25rem;
  }
  [data-nav-layout=horizontal] .app-sidebar .slide-menu.child1 .slide.has-sub,
  [data-nav-layout=horizontal] .app-sidebar .slide-menu.child1 .slide {
    width: 100%;
    display: flex;
    padding: 0 0.1875rem;
  }
  [data-nav-layout=horizontal] .app-sidebar .slide-menu.child2,
  [data-nav-layout=horizontal] .app-sidebar .slide-menu.child3 {
    border-radius: 0.25rem;
  }
  [data-nav-layout=horizontal] .app-sidebar .slide,
  [data-nav-layout=horizontal] .app-sidebar .slide.has-sub {
    position: static;
  }
  [data-nav-layout=horizontal] .app-sidebar .slide .slide-menu.child1,
  [data-nav-layout=horizontal] .app-sidebar .slide .slide-menu.child2,
  [data-nav-layout=horizontal] .app-sidebar .slide .slide-menu.child3,
  [data-nav-layout=horizontal] .app-sidebar .slide.has-sub .slide-menu.child1,
  [data-nav-layout=horizontal] .app-sidebar .slide.has-sub .slide-menu.child2,
  [data-nav-layout=horizontal] .app-sidebar .slide.has-sub .slide-menu.child3 {
    box-shadow: 0 0 0.375rem var(--black-1);
  }
  [data-nav-layout=horizontal] .app-sidebar .main-menu {
    margin-block-end: 0;
  }
  [data-nav-layout=horizontal] .main-sidebar-header {
    display: none !important;
  }
  [data-nav-layout=horizontal] .main-sidebar {
    margin-block-start: 0;
    padding-block-end: 3rem;
  }
  [data-nav-layout=horizontal] .slide__category {
    display: none;
  }
  [data-nav-layout=horizontal] .main-menu-container .slide-left {
    inset-inline-start: 1.438rem;
  }
  [data-nav-layout=horizontal] .main-menu-container .slide-left,
  [data-nav-layout=horizontal] .main-menu-container .slide-right {
    position: absolute;
    top: 0.563rem;
    padding: 0.375rem;
    color: var(--custom-white);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer;
    border: 1px solid var(--default-border);
    border-radius: 3.125rem;
  }
  [data-nav-layout=horizontal] .main-menu-container .slide-left,
  [data-nav-layout=horizontal] .main-menu-container .slide-right {
    position: absolute;
    top: 0.313rem;
    padding: 0.375rem;
    color: var(--custom-white);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    cursor: pointer;
    border: 1px solid var(--default-border);
    border-radius: 3.125rem;
    background: var(--custom-white);
  }
  [data-nav-layout=horizontal] .main-menu-container .slide-right {
    inset-inline-end: -2%;
  }
  [data-nav-layout=horizontal] .main-menu-container .slide-left {
    inset-inline-start: -2%;
  }
  [data-nav-layout=horizontal][page-style=classic] .app-sidebar {
    border-block-end: 1px solid var(--default-border);
  }
  [data-nav-layout=horizontal][dir=rtl] .main-menu-container .slide-right,
  [data-nav-layout=horizontal][dir=rtl] .main-menu-container .slide-left {
    transform: rotate(180deg);
  }
  [data-nav-layout=horizontal][data-menu-styles=transparent][data-theme-mode=dark][data-icon-overlay=open] .app-sidebar:hover {
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
  }
  [data-nav-layout=horizontal][data-page-style=modern] .app-sidebar {
    border-block-end: 1px solid var(--header-border-color);
  }
  [data-nav-layout=horizontal][data-menu-styles=transparent][data-theme-mode=dark] .app-sidebar {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }
  [data-nav-layout=horizontal][data-nav-style=menu-click] .app-sidebar .slide.has-sub .slide-menu.child1.force-left,
  [data-nav-layout=horizontal][data-nav-style=menu-hover] .app-sidebar .slide.has-sub .slide-menu.child1.force-left,
  [data-nav-layout=horizontal][data-nav-style=icon-click] .app-sidebar .slide.has-sub .slide-menu.child1.force-left,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-sidebar .slide.has-sub .slide-menu.child1.force-left {
    inset-inline-end: 0 !important;
  }
  [data-nav-layout=horizontal][data-nav-style=menu-click] .app-sidebar .slide.has-sub .slide-menu.child2.force-left,
  [data-nav-layout=horizontal][data-nav-style=menu-click] .app-sidebar .slide.has-sub .slide-menu.child3.force-left,
  [data-nav-layout=horizontal][data-nav-style=menu-hover] .app-sidebar .slide.has-sub .slide-menu.child2.force-left,
  [data-nav-layout=horizontal][data-nav-style=menu-hover] .app-sidebar .slide.has-sub .slide-menu.child3.force-left,
  [data-nav-layout=horizontal][data-nav-style=icon-click] .app-sidebar .slide.has-sub .slide-menu.child2.force-left,
  [data-nav-layout=horizontal][data-nav-style=icon-click] .app-sidebar .slide.has-sub .slide-menu.child3.force-left,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-sidebar .slide.has-sub .slide-menu.child2.force-left,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-sidebar .slide.has-sub .slide-menu.child3.force-left {
    inset-inline-start: -100% !important;
  }
  [data-nav-layout=horizontal] .slide-menu {
    z-index: 1;
  }
}
@media (max-width: 991.98px) {
  [data-nav-layout=horizontal] .slide.has-sub > .side-menu__item {
    margin-block: 0.25rem;
  }
}
@media (min-width: 992px) {
  .icon-click .app-sidebar,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .app-sidebar,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar {
    width: 5rem;
  }
  .icon-click .app-sidebar .main-sidebar,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .app-sidebar .main-sidebar,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .main-sidebar {
    overflow: visible;
    height: 90%;
  }
  .icon-click .app-sidebar .main-sidebar-header,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .app-sidebar .main-sidebar-header,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .main-sidebar-header {
    width: 5rem;
    justify-content: center;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }
  .icon-click .app-sidebar .main-sidebar-header .header-logo .toggle-logo,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .app-sidebar .main-sidebar-header .header-logo .toggle-logo,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .main-sidebar-header .header-logo .toggle-logo {
    display: block;
  }
  .icon-click .app-sidebar .main-sidebar-header .header-logo .desktop-dark,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .app-sidebar .main-sidebar-header .header-logo .desktop-dark,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .main-sidebar-header .header-logo .desktop-dark,
  .icon-click .app-sidebar .main-sidebar-header .header-logo .desktop-logo,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .app-sidebar .main-sidebar-header .header-logo .desktop-logo,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .main-sidebar-header .header-logo .desktop-logo,
  .icon-click .app-sidebar .main-sidebar-header .header-logo .toggle-dark,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .app-sidebar .main-sidebar-header .header-logo .toggle-dark,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .main-sidebar-header .header-logo .toggle-dark {
    display: none;
  }
  .icon-click .app-sidebar .category-name,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .app-sidebar .category-name,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .category-name,
  .icon-click .app-sidebar .side-menu__label,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .app-sidebar .side-menu__label,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .side-menu__label,
  .icon-click .app-sidebar .side-menu__angle,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .app-sidebar .side-menu__angle,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .side-menu__angle {
    display: none;
  }
  .icon-click .app-sidebar .side-menu__icon,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .app-sidebar .side-menu__icon,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .side-menu__icon {
    margin-inline-end: 0;
  }
  .icon-click .app-sidebar .slide__category,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .app-sidebar .slide__category,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide__category {
    padding: 1.2rem 1.65rem;
    position: relative;
  }
  .icon-click .app-sidebar .slide__category:before,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .app-sidebar .slide__category:before,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide__category:before {
    content: "";
    position: absolute;
    inset-inline-start: 2.25rem;
    inset-inline-end: 0;
    inset-block-start: 1.25rem;
    inset-block-end: 0;
    width: 0.35rem;
    border-radius: 3.125rem;
    height: 0.35rem;
    border: 1px solid var(--menu-prime-color);
    opacity: 1;
  }
  .icon-click .app-sidebar .simplebar-content-wrapper,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .app-sidebar .simplebar-content-wrapper,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .simplebar-content-wrapper {
    position: initial;
  }
  .icon-click .app-sidebar .simplebar-mask,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .app-sidebar .simplebar-mask,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .simplebar-mask {
    position: inherit;
  }
  .icon-click .app-sidebar .simplebar-placeholder,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .app-sidebar .simplebar-placeholder,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .simplebar-placeholder {
    height: auto !important;
  }
  .icon-click .app-header,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .app-header,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .app-header {
    padding-inline-start: 5rem;
  }
  .icon-click .app-content,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .app-content,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .app-content {
    margin-inline-start: 5rem;
  }
  .icon-click .slide.side-menu__label1,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .slide.side-menu__label1,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .slide.side-menu__label1 {
    display: block;
    padding: 0.5rem 1rem !important;
    border-block-end: 1px solid var(--default-border);
  }
  .icon-click .slide.has-sub .slide-menu,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .slide.has-sub .slide-menu,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .slide.has-sub .slide-menu {
    position: absolute !important;
    inset-inline-start: 5rem !important;
    background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
    inset-block-start: auto !important;
    box-shadow: 0 0 0.375rem var(--black-1);
    transition: none !important;
  }
  .icon-click .slide.has-sub .slide-menu.child2,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .slide.has-sub .slide-menu.child2,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .slide.has-sub .slide-menu.child2,
  .icon-click .slide.has-sub .slide-menu.child3,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .slide.has-sub .slide-menu.child3,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .slide.has-sub .slide-menu.child3 {
    inset-inline-start: 11.9rem !important;
  }
  .icon-click .slide-menu.child1,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .slide-menu.child1,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .slide-menu.child1,
  .icon-click .slide-menu.child2,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .slide-menu.child2,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .slide-menu.child2,
  .icon-click .slide-menu.child3,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .slide-menu.child3,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .slide-menu.child3 {
    min-width: 12rem;
  }
  .icon-click .slide-menu.child1 .slide .side-menu__item,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .slide-menu.child1 .slide .side-menu__item,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .slide-menu.child1 .slide .side-menu__item,
  .icon-click .slide-menu.child2 .slide .side-menu__item,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .slide-menu.child2 .slide .side-menu__item,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .slide-menu.child2 .slide .side-menu__item,
  .icon-click .slide-menu.child3 .slide .side-menu__item,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .slide-menu.child3 .slide .side-menu__item,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .slide-menu.child3 .slide .side-menu__item {
    text-align: start;
  }
  .icon-click .slide-menu.child1 .slide .side-menu__item:before,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .slide-menu.child1 .slide .side-menu__item:before,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .slide-menu.child1 .slide .side-menu__item:before,
  .icon-click .slide-menu.child2 .slide .side-menu__item:before,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .slide-menu.child2 .slide .side-menu__item:before,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .slide-menu.child2 .slide .side-menu__item:before,
  .icon-click .slide-menu.child3 .slide .side-menu__item:before,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .slide-menu.child3 .slide .side-menu__item:before,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .slide-menu.child3 .slide .side-menu__item:before {
    display: none;
  }
  .icon-click .slide-menu.child1 .side-menu__angle,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .slide-menu.child1 .side-menu__angle,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .slide-menu.child1 .side-menu__angle,
  .icon-click .slide-menu.child2 .side-menu__angle,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .slide-menu.child2 .side-menu__angle,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .slide-menu.child2 .side-menu__angle,
  .icon-click .slide-menu.child3 .side-menu__angle,
  [data-nav-style=icon-click][data-nav-layout=horizontal] .slide-menu.child3 .side-menu__angle,
  [data-nav-style=icon-click][data-toggled=icon-click-closed] .slide-menu.child3 .side-menu__angle {
    display: block;
    inset-inline-end: 0.5rem;
    inset-block-start: 0.65rem;
  }
}
[data-nav-layout=horizontal][data-nav-style=icon-click] .mega-menu {
  -moz-columns: 1;
  columns: 1;
}
@media (min-width: 992px) {
  [data-nav-layout=vertical][data-nav-style=icon-click] .app-sidebar .main-menu .slide .side-menu__item:hover > .side-menu__item .side-menu__icon {
    color: #fff;
    fill: #fff;
  }
  [data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .main-menu > .slide {
    padding: 0 1.2rem;
  }
  [data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide .slide-menu.child1,
  [data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide .slide-menu.child2,
  [data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide .slide-menu.child3 {
    border-radius: 0 0.5rem 0.5rem 0;
  }
  [data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][dir=rtl] .app-sidebar .slide .slide-menu.child1,
  [data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][dir=rtl] .app-sidebar .slide .slide-menu.child2,
  [data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][dir=rtl] .app-sidebar .slide .slide-menu.child3 {
    border-radius: 0.5rem 0 0 0.5rem;
  }
  [data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-theme-mode=dark] .app-sidebar .main-sidebar-header .header-logo .toggle-dark {
    display: block;
  }
  [data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-theme-mode=dark] .app-sidebar .main-sidebar-header .header-logo .desktop-dark,
  [data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-theme-mode=dark] .app-sidebar .main-sidebar-header .header-logo .desktop-logo,
  [data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed][data-theme-mode=dark] .app-sidebar .main-sidebar-header .header-logo .toggle-logo {
    display: none;
  }
  [data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar {
    position: absolute;
  }
  [data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide-menu.child1 li.slide,
  [data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide-menu.child2 li.slide,
  [data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide-menu.child3 li.slide {
    padding-inline-start: 0;
  }
  [data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide-menu.child1 li.slide a,
  [data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide-menu.child2 li.slide a,
  [data-nav-layout=vertical][data-nav-style=icon-click][data-toggled=icon-click-closed] .app-sidebar .slide-menu.child3 li.slide a {
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  .icon-hover .app-sidebar,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-sidebar,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar {
    width: 5rem;
  }
  .icon-hover .app-sidebar .main-sidebar,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-sidebar .main-sidebar,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .main-sidebar {
    overflow: visible;
    height: 90%;
  }
  .icon-hover .app-sidebar .main-sidebar-header,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-sidebar .main-sidebar-header,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .main-sidebar-header {
    width: 5rem;
    justify-content: center;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }
  .icon-hover .app-sidebar .main-sidebar-header .header-logo .toggle-logo,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-sidebar .main-sidebar-header .header-logo .toggle-logo,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .main-sidebar-header .header-logo .toggle-logo {
    display: block;
  }
  .icon-hover .app-sidebar .main-sidebar-header .header-logo .desktop-dark,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-sidebar .main-sidebar-header .header-logo .desktop-dark,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .main-sidebar-header .header-logo .desktop-dark,
  .icon-hover .app-sidebar .main-sidebar-header .header-logo .desktop-logo,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-sidebar .main-sidebar-header .header-logo .desktop-logo,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .main-sidebar-header .header-logo .desktop-logo,
  .icon-hover .app-sidebar .main-sidebar-header .header-logo .toggle-dark,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-sidebar .main-sidebar-header .header-logo .toggle-dark,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .main-sidebar-header .header-logo .toggle-dark {
    display: none;
  }
  .icon-hover .app-sidebar .category-name,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-sidebar .category-name,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .category-name,
  .icon-hover .app-sidebar .side-menu__label,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-sidebar .side-menu__label,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .side-menu__label,
  .icon-hover .app-sidebar .side-menu__angle,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-sidebar .side-menu__angle,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .side-menu__angle {
    display: none;
  }
  .icon-hover .app-sidebar .side-menu__icon,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-sidebar .side-menu__icon,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .side-menu__icon {
    margin-inline-end: 0;
  }
  .icon-hover .app-sidebar .slide__category,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-sidebar .slide__category,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide__category {
    padding: 1.2rem 1.65rem;
    position: relative;
  }
  .icon-hover .app-sidebar .slide__category:before,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-sidebar .slide__category:before,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide__category:before {
    content: "";
    position: absolute;
    inset-inline-start: 2.25rem;
    inset-inline-end: 0;
    inset-block-start: 1.25rem;
    inset-block-end: 0;
    width: 0.35rem;
    border-radius: 3.125rem;
    height: 0.35rem;
    border: 1px solid var(--menu-prime-color);
    opacity: 1;
  }
  .icon-hover .app-sidebar .simplebar-content-wrapper,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-sidebar .simplebar-content-wrapper,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .simplebar-content-wrapper {
    position: initial;
  }
  .icon-hover .app-sidebar .simplebar-mask,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-sidebar .simplebar-mask,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .simplebar-mask {
    position: inherit;
  }
  .icon-hover .app-sidebar .simplebar-placeholder,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-sidebar .simplebar-placeholder,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .simplebar-placeholder {
    height: auto !important;
  }
  .icon-hover .app-header,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-header,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-header {
    padding-inline-start: 5rem;
  }
  .icon-hover .app-content,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .app-content,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-content {
    margin-inline-start: 5rem;
  }
  .icon-hover .slide.side-menu__label1,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .slide.side-menu__label1,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .slide.side-menu__label1 {
    display: block;
    padding: 0.5rem 1rem !important;
    border-block-end: 1px solid var(--default-border);
  }
  .icon-hover .slide.has-sub .slide-menu,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .slide.has-sub .slide-menu,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .slide.has-sub .slide-menu {
    position: absolute !important;
    inset-inline-start: 5rem !important;
    background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
    inset-block-start: auto !important;
    box-shadow: 0 0 0.375rem var(--black-1);
    transition: none !important;
  }
  .icon-hover .slide.has-sub .slide-menu.child2,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .slide.has-sub .slide-menu.child2,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .slide.has-sub .slide-menu.child2,
  .icon-hover .slide.has-sub .slide-menu.child3,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .slide.has-sub .slide-menu.child3,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .slide.has-sub .slide-menu.child3 {
    inset-inline-start: 11.81rem !important;
  }
  .icon-hover .slide-menu.child1,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .slide-menu.child1,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .slide-menu.child1,
  .icon-hover .slide-menu.child2,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .slide-menu.child2,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .slide-menu.child2,
  .icon-hover .slide-menu.child3,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .slide-menu.child3,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .slide-menu.child3 {
    min-width: 12rem;
  }
  .icon-hover .slide-menu.child1 .slide .side-menu__item,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .slide-menu.child1 .slide .side-menu__item,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .slide-menu.child1 .slide .side-menu__item,
  .icon-hover .slide-menu.child2 .slide .side-menu__item,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .slide-menu.child2 .slide .side-menu__item,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .slide-menu.child2 .slide .side-menu__item,
  .icon-hover .slide-menu.child3 .slide .side-menu__item,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .slide-menu.child3 .slide .side-menu__item,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .slide-menu.child3 .slide .side-menu__item {
    text-align: start;
  }
  .icon-hover .slide-menu.child1 .slide .side-menu__item:before,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .slide-menu.child1 .slide .side-menu__item:before,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .slide-menu.child1 .slide .side-menu__item:before,
  .icon-hover .slide-menu.child2 .slide .side-menu__item:before,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .slide-menu.child2 .slide .side-menu__item:before,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .slide-menu.child2 .slide .side-menu__item:before,
  .icon-hover .slide-menu.child3 .slide .side-menu__item:before,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .slide-menu.child3 .slide .side-menu__item:before,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .slide-menu.child3 .slide .side-menu__item:before {
    display: none;
  }
  .icon-hover .slide-menu.child1 .side-menu__angle,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .slide-menu.child1 .side-menu__angle,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .slide-menu.child1 .side-menu__angle,
  .icon-hover .slide-menu.child2 .side-menu__angle,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .slide-menu.child2 .side-menu__angle,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .slide-menu.child2 .side-menu__angle,
  .icon-hover .slide-menu.child3 .side-menu__angle,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .slide-menu.child3 .side-menu__angle,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .slide-menu.child3 .side-menu__angle {
    display: block;
    inset-inline-end: 0.5rem;
    inset-block-start: 0.65rem;
  }
  .icon-hover .slide.has-sub:hover .slide-menu.child1,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .slide.has-sub:hover .slide-menu.child1,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .slide.has-sub:hover .slide-menu.child1 {
    display: block !important;
  }
  .icon-hover .slide.has-sub:hover .slide-menu.child1 .slide.has-sub:hover .slide-menu.child2,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .slide.has-sub:hover .slide-menu.child1 .slide.has-sub:hover .slide-menu.child2,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .slide.has-sub:hover .slide-menu.child1 .slide.has-sub:hover .slide-menu.child2 {
    display: block !important;
  }
  .icon-hover .slide.has-sub:hover .slide-menu.child1 .slide.has-sub:hover .slide-menu.child2 .slide.has-sub:hover .slide-menu.child3,
  [data-nav-layout=horizontal][data-nav-style=icon-hover] .slide.has-sub:hover .slide-menu.child1 .slide.has-sub:hover .slide-menu.child2 .slide.has-sub:hover .slide-menu.child3,
  [data-nav-style=icon-hover][data-toggled=icon-hover-closed] .slide.has-sub:hover .slide-menu.child1 .slide.has-sub:hover .slide-menu.child2 .slide.has-sub:hover .slide-menu.child3 {
    display: block !important;
  }
}
[data-nav-layout=horizontal][data-nav-style=icon-hover] .mega-menu {
  -moz-columns: 1;
  columns: 1;
}
@media (min-width: 992px) {
  [data-nav-layout=vertical][data-nav-style=icon-hover] .app-sidebar .main-menu .slide .side-menu__item:hover > .side-menu__item .side-menu__icon {
    color: #fff;
    fill: #fff;
  }
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .main-menu > .slide {
    padding: 0 1.2rem;
  }
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide .slide-menu.child1,
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide .slide-menu.child2,
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide .slide-menu.child3 {
    border-radius: 0 0.5rem 0.5rem 0;
  }
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][dir=rtl] .app-sidebar .slide .slide-menu.child1,
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][dir=rtl] .app-sidebar .slide .slide-menu.child2,
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][dir=rtl] .app-sidebar .slide .slide-menu.child3 {
    border-radius: 0.5rem 0 0 0.5rem;
  }
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-theme-mode=dark] .app-sidebar .main-sidebar-header .header-logo .toggle-dark {
    display: block;
  }
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-theme-mode=dark] .app-sidebar .main-sidebar-header .header-logo .desktop-dark,
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-theme-mode=dark] .app-sidebar .main-sidebar-header .header-logo .desktop-logo,
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed][data-theme-mode=dark] .app-sidebar .main-sidebar-header .header-logo .toggle-logo {
    display: none;
  }
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar {
    position: absolute;
  }
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide-menu.child1,
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide-menu.child2,
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide-menu.child3 {
    padding: 0.1875rem;
  }
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide-menu.child1 li.slide,
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide-menu.child2 li.slide,
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide-menu.child3 li.slide {
    padding-inline-start: 0;
  }
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide-menu.child1 li.slide a,
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide-menu.child2 li.slide a,
  [data-nav-layout=vertical][data-nav-style=icon-hover][data-toggled=icon-hover-closed] .app-sidebar .slide-menu.child3 li.slide a {
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  [data-vertical-style=overlay][data-toggled=icon-overlay-close]:not([data-icon-overlay=open]) .app-sidebar {
    width: 5rem;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close]:not([data-icon-overlay=open]) .app-sidebar .main-sidebar-header {
    width: 5rem;
    justify-content: center;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close]:not([data-icon-overlay=open]) .app-sidebar .main-sidebar-header .header-logo .toggle-logo {
    display: block;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close]:not([data-icon-overlay=open]) .app-sidebar .main-sidebar-header .header-logo .desktop-dark,
  [data-vertical-style=overlay][data-toggled=icon-overlay-close]:not([data-icon-overlay=open]) .app-sidebar .main-sidebar-header .header-logo .desktop-logo,
  [data-vertical-style=overlay][data-toggled=icon-overlay-close]:not([data-icon-overlay=open]) .app-sidebar .main-sidebar-header .header-logo .toggle-dark {
    display: none;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close]:not([data-icon-overlay=open]) .app-sidebar .category-name,
  [data-vertical-style=overlay][data-toggled=icon-overlay-close]:not([data-icon-overlay=open]) .app-sidebar .side-menu__label,
  [data-vertical-style=overlay][data-toggled=icon-overlay-close]:not([data-icon-overlay=open]) .app-sidebar .side-menu__angle {
    display: none;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close]:not([data-icon-overlay=open]) .app-sidebar .slide.has-sub.open .slide-menu {
    display: none !important;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close]:not([data-icon-overlay=open]) .app-sidebar .side-menu__icon {
    margin-inline-end: 0;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close]:not([data-icon-overlay=open]) .app-sidebar .slide__category {
    padding: 1.2rem 1.65rem;
    position: relative;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close]:not([data-icon-overlay=open]) .app-sidebar .slide__category:before {
    content: "";
    position: absolute;
    inset-inline-start: 2.25rem;
    inset-inline-end: 0;
    inset-block-start: 1.25rem;
    inset-block-end: 0;
    width: 0.35rem;
    border-radius: 3.125rem;
    height: 0.35rem;
    border: 1px solid var(--menu-prime-color);
    opacity: 1;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close]:not([data-icon-overlay=open]) .app-sidebar .side-menu__item .badge {
    display: none;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close]:not([data-icon-overlay=open]) .side-menu__item {
    justify-content: center;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close]:not([data-icon-overlay=open]) .sidebar-profile {
    display: none;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close] .app-header {
    padding-inline-start: 5rem;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close] .app-content {
    margin-inline-start: 5rem;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close][data-icon-overlay=open] .app-sidebar {
    width: 16rem;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close][data-icon-overlay=open] .app-sidebar .main-sidebar-header {
    width: 16rem;
    border-bottom: 1px solid var(--default-border);
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close][data-icon-overlay=open] .app-sidebar .main-sidebar-header .header-logo .desktop-dark {
    display: block;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close][data-icon-overlay=open] .app-sidebar .main-sidebar-header .header-logo .desktop-logo,
  [data-vertical-style=overlay][data-toggled=icon-overlay-close][data-icon-overlay=open] .app-sidebar .main-sidebar-header .header-logo .toggle-logo,
  [data-vertical-style=overlay][data-toggled=icon-overlay-close][data-icon-overlay=open] .app-sidebar .main-sidebar-header .header-logo .toggle-dark {
    display: none;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close][data-icon-overlay=open] .app-sidebar .side-menu__item {
    justify-content: flex-start;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close][data-icon-overlay=open] .app-sidebar .side-menu__icon {
    margin-inline-end: 0.625rem;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close][data-icon-overlay=open] .app-sidebar .slide__category {
    padding: 0.75rem 1.2rem;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close][data-icon-overlay=open] .app-sidebar .slide__category:before {
    display: none;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close][data-theme-mode=dark]:not([data-icon-overlay=open]) .main-sidebar-header .header-logo .toggle-dark {
    display: block;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close][data-theme-mode=dark]:not([data-icon-overlay=open]) .main-sidebar-header .header-logo .desktop-dark,
  [data-vertical-style=overlay][data-toggled=icon-overlay-close][data-theme-mode=dark]:not([data-icon-overlay=open]) .main-sidebar-header .header-logo .desktop-logo,
  [data-vertical-style=overlay][data-toggled=icon-overlay-close][data-theme-mode=dark]:not([data-icon-overlay=open]) .main-sidebar-header .header-logo .toggle-logo {
    display: none;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close][data-theme-mode=dark]:not([data-icon-overlay=open])[data-icon-overlay=open] .main-sidebar-header .header-logo .desktop-dark {
    display: block;
  }
  [data-vertical-style=overlay][data-toggled=icon-overlay-close][data-theme-mode=dark]:not([data-icon-overlay=open])[data-icon-overlay=open] .main-sidebar-header .header-logo .toggle-dark,
  [data-vertical-style=overlay][data-toggled=icon-overlay-close][data-theme-mode=dark]:not([data-icon-overlay=open])[data-icon-overlay=open] .main-sidebar-header .header-logo .desktop-logo,
  [data-vertical-style=overlay][data-toggled=icon-overlay-close][data-theme-mode=dark]:not([data-icon-overlay=open])[data-icon-overlay=open] .main-sidebar-header .header-logo .toggle-logo {
    display: none;
  }
}
@media (min-width: 992px) {
  [data-vertical-style=icontext][data-toggled=icon-text-close]:not([data-icon-text=open]) .app-sidebar {
    position: fixed;
    width: 9rem;
  }
  [data-vertical-style=icontext][data-toggled=icon-text-close]:not([data-icon-text=open]) .app-sidebar .main-sidebar {
    overflow: visible;
  }
  [data-vertical-style=icontext][data-toggled=icon-text-close]:not([data-icon-text=open]) .app-sidebar .main-sidebar-header {
    width: 9rem;
    justify-content: center;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    border-block-end: 1px solid var(--default-border);
  }
  [data-vertical-style=icontext][data-toggled=icon-text-close]:not([data-icon-text=open]) .app-sidebar .side-menu__icon {
    margin-inline-end: 0;
    margin-block-end: 0.5rem;
  }
  [data-vertical-style=icontext][data-toggled=icon-text-close]:not([data-icon-text=open]) .app-sidebar .slide {
    padding: 0;
  }
  [data-vertical-style=icontext][data-toggled=icon-text-close]:not([data-icon-text=open]) .app-sidebar .slide__category,
  [data-vertical-style=icontext][data-toggled=icon-text-close]:not([data-icon-text=open]) .app-sidebar .side-menu__angle {
    display: none;
  }
  [data-vertical-style=icontext][data-toggled=icon-text-close]:not([data-icon-text=open]) .app-sidebar .slide.has-sub.open .slide-menu {
    display: none !important;
  }
  [data-vertical-style=icontext][data-toggled=icon-text-close]:not([data-icon-text=open]) .app-sidebar .side-menu__item {
    border-radius: 0;
  }
  [data-vertical-style=icontext][data-toggled=icon-text-close]:not([data-icon-text=open]) .app-sidebar .side-menu__item,
  [data-vertical-style=icontext][data-toggled=icon-text-close]:not([data-icon-text=open]) .app-sidebar .side-menu__label {
    display: block;
    text-align: center;
  }
  [data-vertical-style=icontext][data-toggled=icon-text-close]:not([data-icon-text=open])[data-menu-position=fixed] .app-sidebar {
    position: fixed;
  }
  [data-vertical-style=icontext][data-toggled=icon-text-close]:not([data-icon-text=open]) .app-header {
    padding-inline-start: 9rem;
  }
  [data-vertical-style=icontext][data-toggled=icon-text-close] .app-content {
    margin-inline-start: 9rem;
  }
  [data-vertical-style=icontext][data-toggled=icon-text-close][data-icon-text=open] .app-sidebar {
    width: 16rem;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }
  [data-vertical-style=icontext][data-toggled=icon-text-close][data-icon-text=open] .app-sidebar .main-sidebar-header {
    width: 16rem;
    border-block-end: 1px solid var(--default-border);
  }
  [data-vertical-style=icontext][data-toggled=icon-text-close][data-icon-text=open] .app-sidebar .side-menu__icon {
    margin-block-end: 0;
    margin-inline-end: 0.625rem;
  }
  [data-vertical-style=icontext][data-toggled=icon-text-close][data-icon-text=open] .app-sidebar .slide {
    padding: 0rem 0.625rem;
  }
  [data-vertical-style=icontext][data-toggled=icon-text-close][data-icon-text=open] .app-sidebar .slide-menu.child1 li,
  [data-vertical-style=icontext][data-toggled=icon-text-close][data-icon-text=open] .app-sidebar .slide-menu .child2 li,
  [data-vertical-style=icontext][data-toggled=icon-text-close][data-icon-text=open] .app-sidebar .slide-menu .child3 li {
    padding: 0;
    padding-inline-start: 1.5rem;
  }
}
@media (min-width: 992px) {
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .side-menu__item {
    display: flex !important;
    padding-top: 0.93rem;
    padding-inline-end: 1.75rem;
    padding-bottom: 0.93rem;
    padding-inline-start: 0.75rem;
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .side-menu__icon {
    margin-block-end: 0 !important;
    margin-inline-end: 0.5rem !important;
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .side-menu__angle {
    display: block !important;
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide.has-sub .slide-menu {
    inset-inline-start: auto !important;
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide.has-sub .slide-menu.active {
    inset-inline-start: auto !important;
    inset-inline-end: auto !important;
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide.has-sub .slide-menu.child1 {
    inset-block-start: 100% !important;
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-header {
    padding-inline-start: 9.5rem;
  }
}
[data-nav-style=menu-click][data-toggled=menu-click-closed] .app-header {
  padding-inline-start: 9.5rem;
}
@media (min-width: 992px) {
  [data-nav-style=menu-click][data-nav-layout=vertical][data-toggled=menu-click-closed] .app-sidebar {
    position: absolute;
  }
  [data-nav-style=menu-click][data-nav-layout=vertical][data-toggled=menu-click-closed] .app-sidebar .side-menu__item {
    border-radius: 0.5rem;
    margin: 0.25rem !important;
  }
  [data-nav-style=menu-click][data-nav-layout=vertical][data-toggled=menu-click-closed] .app-sidebar .side-menu__item:last-child {
    margin: 0.25rem !important;
  }
  [data-nav-style=menu-click][data-nav-layout=vertical][data-toggled=menu-click-closed] .app-sidebar .slide .slide-menu.child1,
  [data-nav-style=menu-click][data-nav-layout=vertical][data-toggled=menu-click-closed] .app-sidebar .slide .slide-menu.child2,
  [data-nav-style=menu-click][data-nav-layout=vertical][data-toggled=menu-click-closed] .app-sidebar .slide .slide-menu.child3 {
    border-radius: 0 0.5rem 0.5rem 0;
  }
  [data-nav-style=menu-click][data-nav-layout=vertical][data-toggled=menu-click-closed][dir=rtl] .app-sidebar .slide .slide-menu.child1,
  [data-nav-style=menu-click][data-nav-layout=vertical][data-toggled=menu-click-closed][dir=rtl] .app-sidebar .slide .slide-menu.child2,
  [data-nav-style=menu-click][data-nav-layout=vertical][data-toggled=menu-click-closed][dir=rtl] .app-sidebar .slide .slide-menu.child3 {
    border-radius: 0.5rem 0 0 0.5rem;
  }
}
@media (min-width: 992px) {
  .menu-click .app-sidebar,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar {
    width: 9.5rem;
  }
  .menu-click .app-sidebar .main-sidebar,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .main-sidebar,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .main-sidebar {
    overflow: visible;
    height: 90%;
  }
  .menu-click .app-sidebar .main-sidebar-header,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .main-sidebar-header,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .main-sidebar-header {
    width: 9.5rem;
    justify-content: center;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }
  .menu-click .app-sidebar .side-menu__icon,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .side-menu__icon,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .side-menu__icon {
    margin-inline-end: 0;
    margin-block-end: 0.5rem;
  }
  .menu-click .app-sidebar .slide,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide {
    padding: 0;
  }
  .menu-click .app-sidebar .slide-menu.child1,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide-menu.child1,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide-menu.child1,
  .menu-click .app-sidebar .slide-menu.child2,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide-menu.child2,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide-menu.child2,
  .menu-click .app-sidebar .slide-menu.child3,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide-menu.child3,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide-menu.child3 {
    min-width: 12rem;
  }
  .menu-click .app-sidebar .slide-menu.child1 .slide .side-menu__item,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide-menu.child1 .slide .side-menu__item,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide-menu.child1 .slide .side-menu__item,
  .menu-click .app-sidebar .slide-menu.child2 .slide .side-menu__item,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide-menu.child2 .slide .side-menu__item,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide-menu.child2 .slide .side-menu__item,
  .menu-click .app-sidebar .slide-menu.child3 .slide .side-menu__item,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide-menu.child3 .slide .side-menu__item,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide-menu.child3 .slide .side-menu__item {
    text-align: start;
  }
  .menu-click .app-sidebar .slide-menu.child1 .slide .side-menu__item:before,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide-menu.child1 .slide .side-menu__item:before,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide-menu.child1 .slide .side-menu__item:before,
  .menu-click .app-sidebar .slide-menu.child2 .slide .side-menu__item:before,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide-menu.child2 .slide .side-menu__item:before,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide-menu.child2 .slide .side-menu__item:before,
  .menu-click .app-sidebar .slide-menu.child3 .slide .side-menu__item:before,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide-menu.child3 .slide .side-menu__item:before,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide-menu.child3 .slide .side-menu__item:before {
    display: none;
  }
  .menu-click .app-sidebar .slide-menu.child1 .side-menu__angle,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide-menu.child1 .side-menu__angle,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide-menu.child1 .side-menu__angle,
  .menu-click .app-sidebar .slide-menu.child2 .side-menu__angle,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide-menu.child2 .side-menu__angle,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide-menu.child2 .side-menu__angle,
  .menu-click .app-sidebar .slide-menu.child3 .side-menu__angle,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide-menu.child3 .side-menu__angle,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide-menu.child3 .side-menu__angle {
    display: block;
    inset-inline-end: 0.5rem;
    inset-block-start: 0.65rem;
  }
  .menu-click .app-sidebar .slide-menu.child1 .slide.has-sub.side-menu__label1,
  .menu-click .app-sidebar .slide-menu.child1 .slide.side-menu__label1,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide-menu.child1 .slide.side-menu__label1,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide-menu.child1 .slide.side-menu__label1,
  .menu-click .app-sidebar .slide-menu.child2 .slide.has-sub.side-menu__label1,
  .menu-click .app-sidebar .slide-menu.child2 .slide.side-menu__label1,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide-menu.child2 .slide.side-menu__label1,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide-menu.child2 .slide.side-menu__label1,
  .menu-click .app-sidebar .slide-menu.child3 .slide.has-sub.side-menu__label1,
  .menu-click .app-sidebar .slide-menu.child3 .slide.side-menu__label1,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide-menu.child3 .slide.side-menu__label1,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide-menu.child3 .slide.side-menu__label1 {
    display: none;
  }
  .menu-click .app-sidebar .slide__category,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide__category,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide__category,
  .menu-click .app-sidebar .side-menu__angle,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .side-menu__angle,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .side-menu__angle {
    display: none;
  }
  .menu-click .app-sidebar .side-menu__item,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .side-menu__item,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .side-menu__item,
  .menu-click .app-sidebar .side-menu__label,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .side-menu__label,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .side-menu__label {
    display: block;
    text-align: center;
  }
  .menu-click .app-sidebar .slide.has-sub .slide-menu,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide.has-sub .slide-menu,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide.has-sub .slide-menu {
    position: absolute !important;
    inset-inline-start: 9.5rem !important;
    background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
    inset-block-start: auto !important;
    box-shadow: 0 0 0.375rem var(--black-1);
    transition: none !important;
  }
  .menu-click .app-sidebar .slide.has-sub .slide-menu.child2,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide.has-sub .slide-menu.child2,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide.has-sub .slide-menu.child2,
  .menu-click .app-sidebar .slide.has-sub .slide-menu.child3,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .slide.has-sub .slide-menu.child3,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .slide.has-sub .slide-menu.child3 {
    inset-inline-start: 11.9rem !important;
  }
  .menu-click .app-sidebar .simplebar-content-wrapper,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .simplebar-content-wrapper,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .simplebar-content-wrapper {
    position: initial;
  }
  .menu-click .app-sidebar .simplebar-mask,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .simplebar-mask,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .simplebar-mask {
    position: inherit;
  }
  .menu-click .app-sidebar .simplebar-placeholder,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar .simplebar-placeholder,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar .simplebar-placeholder {
    height: auto !important;
  }
  .menu-click .app-content,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-content,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-content {
    margin-inline-start: 9.5rem;
  }
}
@media (max-width: 991.98px) {
  .menu-click .app-sidebar,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .app-sidebar,
  [data-nav-style=menu-click][data-toggled=menu-click-closed] .app-sidebar {
    width: 16rem;
  }
}
@media (min-width: 992px) {
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .side-menu__item {
    display: flex !important;
    padding-top: 0.93rem;
    padding-inline-end: 1.75rem;
    padding-bottom: 0.93rem;
    padding-inline-start: 0.75rem;
  }
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .side-menu__icon {
    margin-block-end: 0 !important;
    margin-inline-end: 0.5rem !important;
  }
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .side-menu__angle {
    display: block !important;
  }
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide.has-sub .slide-menu.active {
    inset-inline-start: auto !important;
    inset-inline-end: auto !important;
  }
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide.has-sub .slide-menu.child1 {
    inset-block-start: 100% !important;
  }
}
@media (min-width: 992px) {
  [data-nav-style=menu-hover][data-nav-layout=vertical][data-toggled=menu-hover-closed] .app-sidebar {
    position: absolute;
  }
  [data-nav-style=menu-hover][data-nav-layout=vertical][data-toggled=menu-hover-closed] .app-sidebar .side-menu__item {
    border-radius: 0.5rem;
    margin: 0.25rem !important;
  }
  [data-nav-style=menu-hover][data-nav-layout=vertical][data-toggled=menu-hover-closed] .app-sidebar .side-menu__item:last-child {
    margin: 0.25rem !important;
  }
  [data-nav-style=menu-hover][data-nav-layout=vertical][data-toggled=menu-hover-closed] .app-sidebar .slide .slide-menu.child1,
  [data-nav-style=menu-hover][data-nav-layout=vertical][data-toggled=menu-hover-closed] .app-sidebar .slide .slide-menu.child2,
  [data-nav-style=menu-hover][data-nav-layout=vertical][data-toggled=menu-hover-closed] .app-sidebar .slide .slide-menu.child3 {
    border-radius: 0 0.5rem 0.5rem 0;
  }
  [data-nav-style=menu-hover][data-nav-layout=vertical][data-toggled=menu-hover-closed][dir=rtl] .app-sidebar .slide .slide-menu.child1,
  [data-nav-style=menu-hover][data-nav-layout=vertical][data-toggled=menu-hover-closed][dir=rtl] .app-sidebar .slide .slide-menu.child2,
  [data-nav-style=menu-hover][data-nav-layout=vertical][data-toggled=menu-hover-closed][dir=rtl] .app-sidebar .slide .slide-menu.child3 {
    border-radius: 0.5rem 0 0 0.5rem;
  }
}
@media (min-width: 992px) {
  .menu-hover .app-sidebar,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar {
    width: 9.5rem;
  }
  .menu-hover .app-sidebar .main-sidebar,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .main-sidebar,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .main-sidebar {
    overflow: visible;
    height: 90%;
  }
  .menu-hover .app-sidebar .main-sidebar-header,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .main-sidebar-header,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .main-sidebar-header {
    width: 9.5rem;
    justify-content: center;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }
  .menu-hover .app-sidebar .side-menu__icon,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .side-menu__icon,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .side-menu__icon {
    margin-inline-end: 0;
    margin-block-end: 0.5rem;
  }
  .menu-hover .app-sidebar .slide,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide {
    padding: 0;
  }
  .menu-hover .app-sidebar .slide-menu.child1,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide-menu.child1,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide-menu.child1,
  .menu-hover .app-sidebar .slide-menu.child2,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide-menu.child2,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide-menu.child2,
  .menu-hover .app-sidebar .slide-menu.child3,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide-menu.child3,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide-menu.child3 {
    min-width: 12rem;
    display: none !important;
  }
  .menu-hover .app-sidebar .slide-menu.child1 .slide .side-menu__item,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide-menu.child1 .slide .side-menu__item,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide-menu.child1 .slide .side-menu__item,
  .menu-hover .app-sidebar .slide-menu.child2 .slide .side-menu__item,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide-menu.child2 .slide .side-menu__item,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide-menu.child2 .slide .side-menu__item,
  .menu-hover .app-sidebar .slide-menu.child3 .slide .side-menu__item,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide-menu.child3 .slide .side-menu__item,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide-menu.child3 .slide .side-menu__item {
    text-align: start;
  }
  .menu-hover .app-sidebar .slide-menu.child1 .slide .side-menu__item:before,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide-menu.child1 .slide .side-menu__item:before,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide-menu.child1 .slide .side-menu__item:before,
  .menu-hover .app-sidebar .slide-menu.child2 .slide .side-menu__item:before,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide-menu.child2 .slide .side-menu__item:before,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide-menu.child2 .slide .side-menu__item:before,
  .menu-hover .app-sidebar .slide-menu.child3 .slide .side-menu__item:before,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide-menu.child3 .slide .side-menu__item:before,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide-menu.child3 .slide .side-menu__item:before {
    display: none;
  }
  .menu-hover .app-sidebar .slide-menu.child1 .slide.has-sub.side-menu__label1,
  .menu-hover .app-sidebar .slide-menu.child1 .slide.side-menu__label1,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide-menu.child1 .slide.side-menu__label1,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide-menu.child1 .slide.side-menu__label1,
  .menu-hover .app-sidebar .slide-menu.child2 .slide.has-sub.side-menu__label1,
  .menu-hover .app-sidebar .slide-menu.child2 .slide.side-menu__label1,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide-menu.child2 .slide.side-menu__label1,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide-menu.child2 .slide.side-menu__label1,
  .menu-hover .app-sidebar .slide-menu.child3 .slide.has-sub.side-menu__label1,
  .menu-hover .app-sidebar .slide-menu.child3 .slide.side-menu__label1,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide-menu.child3 .slide.side-menu__label1,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide-menu.child3 .slide.side-menu__label1 {
    display: none;
  }
  .menu-hover .app-sidebar .slide.has-sub:hover .slide-menu.child1,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide.has-sub:hover .slide-menu.child1,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide.has-sub:hover .slide-menu.child1 {
    display: block !important;
  }
  .menu-hover .app-sidebar .slide.has-sub:hover .slide-menu.child1 .slide.has-sub:hover .slide-menu.child2,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide.has-sub:hover .slide-menu.child1 .slide.has-sub:hover .slide-menu.child2,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide.has-sub:hover .slide-menu.child1 .slide.has-sub:hover .slide-menu.child2 {
    display: block !important;
  }
  .menu-hover .app-sidebar .slide.has-sub:hover .slide-menu.child1 .slide.has-sub:hover .slide-menu.child2 .slide.has-sub:hover .slide-menu.child3,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide.has-sub:hover .slide-menu.child1 .slide.has-sub:hover .slide-menu.child2 .slide.has-sub:hover .slide-menu.child3,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide.has-sub:hover .slide-menu.child1 .slide.has-sub:hover .slide-menu.child2 .slide.has-sub:hover .slide-menu.child3 {
    display: block !important;
  }
  .menu-hover .app-sidebar .slide__category,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide__category,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide__category,
  .menu-hover .app-sidebar .side-menu__angle,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .side-menu__angle,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .side-menu__angle {
    display: none;
  }
  .menu-hover .app-sidebar .slide-menu.child1 .side-menu__angle,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide-menu.child1 .side-menu__angle,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide-menu.child1 .side-menu__angle,
  .menu-hover .app-sidebar .slide-menu.child2 .side-menu__angle,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide-menu.child2 .side-menu__angle,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide-menu.child2 .side-menu__angle,
  .menu-hover .app-sidebar .slide-menu.child3 .side-menu__angle,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide-menu.child3 .side-menu__angle,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide-menu.child3 .side-menu__angle {
    display: block;
    inset-inline-end: 0.5rem;
    inset-block-start: 0.65rem;
  }
  .menu-hover .app-sidebar .side-menu__item,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .side-menu__item,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .side-menu__item,
  .menu-hover .app-sidebar .side-menu__label,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .side-menu__label,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .side-menu__label {
    display: block;
    text-align: center;
  }
  .menu-hover .app-sidebar .slide.has-sub .slide-menu,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide.has-sub .slide-menu,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide.has-sub .slide-menu {
    position: absolute !important;
    inset-inline-start: 9.5rem !important;
    background: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
    inset-block-start: auto !important;
    box-shadow: 0 0 0.375rem var(--black-1);
    transition: none !important;
  }
  .menu-hover .app-sidebar .slide.has-sub .slide-menu.child2,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide.has-sub .slide-menu.child2,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide.has-sub .slide-menu.child2,
  .menu-hover .app-sidebar .slide.has-sub .slide-menu.child3,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .slide.has-sub .slide-menu.child3,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .slide.has-sub .slide-menu.child3 {
    inset-inline-start: 11.9rem !important;
  }
  .menu-hover .app-sidebar .simplebar-content-wrapper,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .simplebar-content-wrapper,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .simplebar-content-wrapper {
    position: initial;
  }
  .menu-hover .app-sidebar .simplebar-mask,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .simplebar-mask,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .simplebar-mask {
    position: inherit;
  }
  .menu-hover .app-sidebar .simplebar-placeholder,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-sidebar .simplebar-placeholder,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-sidebar .simplebar-placeholder {
    height: auto !important;
  }
  .menu-hover .app-header,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-header,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-header {
    padding-inline-start: 9.5rem;
  }
  .menu-hover .app-content,
  [data-nav-style=menu-hover][data-nav-layout=horizontal] .app-content,
  [data-nav-style=menu-hover][data-toggled=menu-hover-closed] .app-content {
    margin-inline-start: 9.5rem;
  }
}
.main-sidebar {
  margin-block-start: 4.25rem;
  padding-block-start: 0.5rem;
  padding-block-end: 5rem;
  height: 100vh;
  position: relative;
  overflow: auto;
}
[data-nav-layout=vertical] .app-sidebar {
  height: 100%;
}
[data-nav-layout=vertical] .app-sidebar .side-menu__item {
  margin-block: 4px;
}
[dir=rtl] .app-sidebar .fe-chevron-right {
  transform: rotate(180deg);
}
[dir=rtl] .sidemenu-toggle .header-link .header-link-icon {
  transform: rotate(180deg);
}
@keyframes menu-animation {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.app-sidebar {
  width: 16rem;
  background: transparent;
  position: fixed;
  inset-block-start: 0;
  inset-inline-start: 0;
  z-index: 103;
  transition: all 0.05s ease;
}
.app-sidebar .main-sidebar-header {
  height: 4.25rem;
  width: 16rem;
  position: fixed;
  display: flex;
  background: transparent;
  z-index: 9;
  align-items: center;
  justify-content: center;
  padding: 0.813rem 1.5rem;
  transition: all 0.05s ease;
}
.app-sidebar .main-sidebar-header .header-logo img {
  height: 1.5rem;
  line-height: 1.5rem;
}
.app-sidebar .main-sidebar-header .header-logo .desktop-logo {
  display: block;
}
.app-sidebar .main-sidebar-header .header-logo .desktop-dark,
.app-sidebar .main-sidebar-header .header-logo .toggle-logo,
.app-sidebar .main-sidebar-header .header-logo .toggle-dark {
  display: none;
}
.app-sidebar .slide__category {
  color: #000;
  font-size: 0.8rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
  text-transform: uppercase;
  padding: 0.75rem 1.2rem;
  white-space: nowrap;
  position: relative;
}
.app-sidebar .slide {
  margin: 0;
  padding: 0 0.75rem;
}
.app-sidebar .side-menu__item {
  padding: 0.5rem;
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 0.82rem;
  color: var(--menu-prime-color);
  font-weight: 400;
  border: 1px solid transparent;
  border-radius: 0;
  letter-spacing: 1px;
}
.app-sidebar .side-menu__item.active,
.app-sidebar .side-menu__item:hover {
  color: var(--primary-color);
  background-color: rgba(255, 255, 255, 0.05);
}
.app-sidebar .side-menu__item.active .side-menu__label,
.app-sidebar .side-menu__item.active .side-menu__angle,
.app-sidebar .side-menu__item:hover .side-menu__label,
.app-sidebar .side-menu__item:hover .side-menu__angle {
  color: var(--primary-color);
}
.app-sidebar .side-menu__item.active .side-menu__icon,
.app-sidebar .side-menu__item:hover .side-menu__icon {
  fill: var(--primary-color);
  color: var(--primary-color);
  filter: drop-shadow(0 0px 5px var(--primary-color));
}
.app-sidebar .side-menu__item.active {
  font-weight: 400;
}
.app-sidebar .slide-menu.child1 .side-menu__item,
.app-sidebar .slide-menu.child2 .side-menu__item,
.app-sidebar .slide-menu.child3 .side-menu__item {
  background-color: transparent !important;
  inset-inline-start: 0;
  transition: inset-inline-start 0.25s ease;
}
.app-sidebar .slide-menu.child1 .side-menu__item.active,
.app-sidebar .slide-menu.child2 .side-menu__item.active,
.app-sidebar .slide-menu.child3 .side-menu__item.active {
  background-color: transparent !important;
}
.app-sidebar .slide-menu.child1 .side-menu__item:hover,
.app-sidebar .slide-menu.child2 .side-menu__item:hover,
.app-sidebar .slide-menu.child3 .side-menu__item:hover {
  inset-inline-start: 0.35rem;
}
.app-sidebar .slide-menu.child1 li.slide .side-menu__item,
.app-sidebar .slide-menu.child2 li.slide .side-menu__item,
.app-sidebar .slide-menu.child3 li.slide .side-menu__item {
  animation: 0.2s menu-animation ease-in-out;
  transform: translateY(50px);
  opacity: 0;
  animation-fill-mode: forwards;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(1) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(1) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(1) > a.side-menu__item {
  animation-delay: 0.05s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(2) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(2) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(2) > a.side-menu__item {
  animation-delay: 0.1s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(3) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(3) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(3) > a.side-menu__item {
  animation-delay: 0.15s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(4) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(4) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(4) > a.side-menu__item {
  animation-delay: 0.2s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(5) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(5) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(5) > a.side-menu__item {
  animation-delay: 0.25s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(6) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(6) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(6) > a.side-menu__item {
  animation-delay: 0.3s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(7) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(7) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(7) > a.side-menu__item {
  animation-delay: 0.35s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(8) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(8) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(8) > a.side-menu__item {
  animation-delay: 0.4s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(9) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(9) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(9) > a.side-menu__item {
  animation-delay: 0.45s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(10) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(10) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(10) > a.side-menu__item {
  animation-delay: 0.5s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(11) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(11) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(11) > a.side-menu__item {
  animation-delay: 0.55s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(12) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(12) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(12) > a.side-menu__item {
  animation-delay: 0.6s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(13) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(13) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(13) > a.side-menu__item {
  animation-delay: 0.65s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(14) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(14) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(14) > a.side-menu__item {
  animation-delay: 0.7s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(15) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(15) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(15) > a.side-menu__item {
  animation-delay: 0.75s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(16) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(16) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(16) > a.side-menu__item {
  animation-delay: 0.8s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(17) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(17) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(17) > a.side-menu__item {
  animation-delay: 0.85s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(18) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(18) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(18) > a.side-menu__item {
  animation-delay: 0.9s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(19) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(19) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(19) > a.side-menu__item {
  animation-delay: 0.95s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(20) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(20) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(20) > a.side-menu__item {
  animation-delay: 1s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(21) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(21) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(21) > a.side-menu__item {
  animation-delay: 1.05s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(22) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(22) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(22) > a.side-menu__item {
  animation-delay: 1.1s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(23) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(23) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(23) > a.side-menu__item {
  animation-delay: 1.15s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(24) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(24) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(24) > a.side-menu__item {
  animation-delay: 1.2s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(25) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(25) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(25) > a.side-menu__item {
  animation-delay: 1.25s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(26) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(26) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(26) > a.side-menu__item {
  animation-delay: 1.3s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(27) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(27) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(27) > a.side-menu__item {
  animation-delay: 1.35s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(28) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(28) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(28) > a.side-menu__item {
  animation-delay: 1.4s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(29) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(29) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(29) > a.side-menu__item {
  animation-delay: 1.45s;
}
.app-sidebar .slide-menu.child1 li.slide:nth-child(30) > a.side-menu__item,
.app-sidebar .slide-menu.child2 li.slide:nth-child(30) > a.side-menu__item,
.app-sidebar .slide-menu.child3 li.slide:nth-child(30) > a.side-menu__item {
  animation-delay: 1.5s;
}
.app-sidebar .slide-menu {
  padding: 0rem;
}
.app-sidebar .slide-menu.child1 .side-menu__item,
.app-sidebar .slide-menu.child2 .side-menu__item {
  padding: 0.4rem 1rem;
}
.app-sidebar .slide-menu.child1 .side-menu__item:before,
.app-sidebar .slide-menu.child2 .side-menu__item:before,
.app-sidebar .slide-menu.child3 .side-menu__item:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  background: linear-gradient(to left, transparent, #fff);
  opacity: 1;
  font-size: 4px;
  inset-inline-start: -4px;
}
.app-sidebar .slide-menu.child1 .side-menu__item.active:before,
.app-sidebar .slide-menu.child1 .side-menu__item:hover:before,
.app-sidebar .slide-menu.child2 .side-menu__item.active:before,
.app-sidebar .slide-menu.child2 .side-menu__item:hover:before,
.app-sidebar .slide-menu.child3 .side-menu__item.active:before,
.app-sidebar .slide-menu.child3 .side-menu__item:hover:before {
  background: linear-gradient(to left, transparent, var(--primary-color));
}
.app-sidebar .slide-menu.child1 li,
.app-sidebar .slide-menu.child2 li,
.app-sidebar .slide-menu.child3 li {
  padding: 0;
  padding-inline-start: 1.5rem;
  position: relative;
}
.app-sidebar .side-menu__label {
  white-space: nowrap;
  color: var(--menu-prime-color);
  position: relative;
  font-size: 0.85rem;
  line-height: 1;
  vertical-align: middle;
  display: flex;
  align-items: center;
}
.app-sidebar .side-menu__icon {
  margin-inline-end: 0.625rem;
  width: 1.15rem;
  height: 1.15rem;
  line-height: 0;
  font-size: 1rem;
  text-align: center;
  color: var(--menu-prime-color);
  fill: var(--menu-prime-color);
  border-radius: 0;
}
.app-sidebar .side-menu__angle {
  transform-origin: center;
  position: absolute;
  inset-inline-end: 0.75rem;
  font-size: 0.9rem;
  color: var(--menu-prime-color);
  transition: all 0.05s ease;
}
.app-sidebar .slide.side-menu__label1 {
  display: none;
}
.horizontal-logo {
  padding: 1.25rem 0rem;
}
.slide.has-sub .slide-menu {
  transform: translate(0, 0) !important;
  visibility: visible !important;
}
.nav ul li {
  list-style-type: none;
}
.nav > ul {
  padding-inline-start: 0px;
}
.slide-menu {
  display: none;
}
.slide.has-sub {
  display: grid;
}
.slide.has-sub.open > .side-menu__item .side-menu__angle {
  transform: rotate(90deg);
}
@media (min-width: 992px) {
  [data-toggled=open] .page {
    position: absolute;
  }
}
@media (max-width: 991.98px) {
  .horizontal-logo .header-logo .desktop-logo,
  .horizontal-logo .header-logo .desktop-dark,
  .horizontal-logo .header-logo .toggle-dark {
    display: none;
  }
  .horizontal-logo .header-logo .toggle-logo {
    display: block;
  }
  .main-content {
    padding-block-start: 5.75rem;
  }
  .main-sidebar-header {
    display: none !important;
  }
  .main-sidebar {
    margin-block-start: 0;
  }
  .app-sidebar {
    inset-block-start: 0;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
  }
  .main-menu {
    margin: 0 !important;
  }
}
.slide-left,
.slide-right {
  display: none;
}
[data-nav-layout=vertical] .main-menu > .slide.active > .side-menu__item,
[data-nav-layout=vertical] .main-menu > .slide:hover > .side-menu__item {
  margin-block: 0.25rem;
}
[data-nav-layout=vertical] .main-menu > .slide.active .slide-menu .side-menu__item:hover .side-menu__angle,
[data-nav-layout=vertical] .main-menu > .slide:hover .slide-menu .side-menu__item:hover .side-menu__angle {
  color: var(--primary-color) !important;
  fill: var(--primary-color) !important;
}
[data-nav-layout=vertical] .slide-menu .side-menu__item:hover .side-menu__angle {
  color: var(--menu-prime-color) !important;
  fill: var(--menu-prime-color) !important;
}
@media (min-width: 992px) {
  .horizontal-logo {
    display: none;
  }
}
#responsive-overlay {
  visibility: hidden;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 101;
  background-color: rgba(15, 23, 42, 0.5);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
}
#responsive-overlay.active {
  visibility: visible;
}
.sidebar-profile {
  letter-spacing: 1px;
}
.sidebar-premium-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-premium-btn button {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  [data-toggled=icon-click-closed]:not([data-nav-layout=horizontal]) .app-content,
  [data-toggled=icon-hover-closed]:not([data-nav-layout=horizontal]) .app-content,
  [data-toggled=icon-text-close]:not([data-nav-layout=horizontal]) .app-content,
  [data-toggled=menu-click-closed]:not([data-nav-layout=horizontal]) .app-content,
  [data-toggled=menu-hover-closed]:not([data-nav-layout=horizontal]) .app-content {
    min-height: calc(100vh + 28.42rem);
  }
  [data-toggled=icon-click-closed]:not([data-nav-layout=horizontal]) .app-sidebar .simplebar-offset,
  [data-toggled=icon-hover-closed]:not([data-nav-layout=horizontal]) .app-sidebar .simplebar-offset,
  [data-toggled=icon-text-close]:not([data-nav-layout=horizontal]) .app-sidebar .simplebar-offset,
  [data-toggled=menu-click-closed]:not([data-nav-layout=horizontal]) .app-sidebar .simplebar-offset,
  [data-toggled=menu-hover-closed]:not([data-nav-layout=horizontal]) .app-sidebar .simplebar-offset {
    position: inherit !important;
  }
  [data-toggled=icon-click-closed]:not([data-nav-layout=horizontal]) .app-sidebar .simplebar-wrapper,
  [data-toggled=icon-hover-closed]:not([data-nav-layout=horizontal]) .app-sidebar .simplebar-wrapper,
  [data-toggled=icon-text-close]:not([data-nav-layout=horizontal]) .app-sidebar .simplebar-wrapper,
  [data-toggled=menu-click-closed]:not([data-nav-layout=horizontal]) .app-sidebar .simplebar-wrapper,
  [data-toggled=menu-hover-closed]:not([data-nav-layout=horizontal]) .app-sidebar .simplebar-wrapper {
    height: 100%;
  }
  [data-toggled=icon-click-closed]:not([data-nav-layout=horizontal]) .app-sidebar .main-sidebar,
  [data-toggled=icon-hover-closed]:not([data-nav-layout=horizontal]) .app-sidebar .main-sidebar,
  [data-toggled=icon-text-close]:not([data-nav-layout=horizontal]) .app-sidebar .main-sidebar,
  [data-toggled=menu-click-closed]:not([data-nav-layout=horizontal]) .app-sidebar .main-sidebar,
  [data-toggled=menu-hover-closed]:not([data-nav-layout=horizontal]) .app-sidebar .main-sidebar {
    padding-block-end: 0;
  }
}
.main-customer-sidebar {
  padding: 0;
  max-height: 100vh;
  position: relative;
  overflow: auto;
}
.main-customer-menu {
  margin-block-end: 0;
  border-bottom: 0;
  border-radius: 0;
}
.nav ul li {
  list-style-type: none;
}
.nav > ul {
  padding-inline-start: 0px;
}
.slide-menu {
  display: none;
}
.slide.has-sub {
  display: grid;
}
.slide.has-sub.open > .side-menu__item .side-menu__angle {
  transform: rotate(90deg);
}
@media (max-width: 991.98px) {
  .main-customer-sidebar {
    margin-block-start: 0;
  }
  .customer-sidebar {
    inset-block-start: 3.75rem;
  }
}
.landing-body.customer-related-portal .app-sidebar .side-menu__item {
  padding: 1rem;
}
.landing-body.customer-related-portal .app-sidebar .side-menu__icon {
  width: auto;
  height: auto;
  line-height: 1;
  padding: 0;
  color: var(--primary-color);
  font-size: 1.05rem;
  margin-inline-end: 0.25rem;
}
@media (min-width: 576px) {
  .main-header-container .header-content-left .header-content-right,
  .main-header-container .header-content-right {
    padding: 0 0.5rem;
  }
}
.main-header-container .header-content-left {
  padding: 0 0.5rem;
}
.main-chart-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0 -1.25rem;
}
.main-chart-wrapper .chat-info,
.main-chart-wrapper .main-chat-area,
.main-chart-wrapper .chat-user-details {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  height: calc(100vh - 8rem);
  border-radius: 0.25rem;
}
.main-chart-wrapper .chat-users-tab,
.main-chart-wrapper .chat-groups-tab,
.main-chart-wrapper .chat-calls-tab {
  max-height: calc(100vh - 21rem);
}
.main-chart-wrapper .chat-content {
  max-height: calc(100vh - 19.5rem);
}
.main-chart-wrapper .chat-content .simplebar-content-wrapper .simplebar-content {
  margin-top: auto;
}
.main-chart-wrapper .chat-content ul li {
  margin-block-end: 1rem;
}
.main-chart-wrapper .chat-content ul li:last-child {
  margin-block-end: 0;
}
.main-chart-wrapper .responsive-chat-close,
.main-chart-wrapper button.responsive-userinfo-open {
  display: none;
}
.main-chart-wrapper .chat-info {
  position: relative;
}
.main-chart-wrapper .chat-info .chat-add-icon {
  position: absolute;
  inset-block-end: 0.75rem;
  inset-inline-end: 0.8rem;
  z-index: 1;
  box-shadow: 0 0 0.5rem rgba(var(--secondary-rgb), 0.5);
}
.main-chart-wrapper .chat-info .nav-link {
  color: var(--text-muted);
  border-radius: 0;
}
.main-chart-wrapper .chat-info .nav-link.active {
  background-color: var(--primary01);
}
.main-chart-wrapper .chat-info .tab-pane {
  padding: 0;
}
.main-chart-wrapper .chat-info .chat-groups-tab li {
  padding: 0.625rem 1.25rem;
}
.main-chart-wrapper .chat-info .chat-groups-tab .group-indivudial {
  color: var(--primary-color);
  font-weight: 400;
}
.main-chart-wrapper .chat-info .chat-calls-tab li {
  padding: 0.625rem 1.25rem;
}
.main-chart-wrapper .chat-info .chat-calls-tab .incoming-call-success i,
.main-chart-wrapper .chat-info .chat-calls-tab .outgoing-call-success i {
  color: rgb(var(--success-rgb));
  font-size: 0.875rem;
}
.main-chart-wrapper .chat-info .chat-calls-tab .incoming-call-failed i,
.main-chart-wrapper .chat-info .chat-calls-tab .outgoing-call-failed i {
  color: rgb(var(--danger-rgb));
  font-size: 0.875rem;
}
.main-chart-wrapper .chat-info .chat-users-tab li,
.main-chart-wrapper .chat-info .chat-groups-tab li {
  padding: 0.625rem 1.25rem;
}
.main-chart-wrapper .chat-info .chat-users-tab li .chat-msg,
.main-chart-wrapper .chat-info .chat-groups-tab li .chat-msg {
  color: var(--text-muted);
  max-width: 11.25rem;
  display: inline-block;
}
.main-chart-wrapper .chat-info .chat-users-tab li .chat-msg-typing .chat-msg,
.main-chart-wrapper .chat-info .chat-groups-tab li .chat-msg-typing .chat-msg {
  color: rgb(var(--success-rgb));
}
.main-chart-wrapper .chat-info .chat-users-tab li .chat-msg-typing .chat-read-icon,
.main-chart-wrapper .chat-info .chat-groups-tab li .chat-msg-typing .chat-read-icon {
  display: none;
}
.main-chart-wrapper .chat-info .chat-users-tab li .chat-read-icon,
.main-chart-wrapper .chat-info .chat-groups-tab li .chat-read-icon {
  line-height: 1;
}
.main-chart-wrapper .chat-info .chat-users-tab li .chat-read-icon i,
.main-chart-wrapper .chat-info .chat-groups-tab li .chat-read-icon i {
  font-size: 1rem;
  color: rgb(var(--success-rgb));
}
.main-chart-wrapper .chat-info .chat-users-tab li.chat-msg-unread,
.main-chart-wrapper .chat-info .chat-groups-tab li.chat-msg-unread {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  color: rgb(var(--default-text-color-rgb));
}
.main-chart-wrapper .chat-info .chat-users-tab li.chat-msg-unread .chat-msg,
.main-chart-wrapper .chat-info .chat-groups-tab li.chat-msg-unread .chat-msg {
  color: rgb(var(--default-text-color-rgb));
}
.main-chart-wrapper .chat-info .chat-users-tab li.chat-msg-unread .chat-read-icon i,
.main-chart-wrapper .chat-info .chat-groups-tab li.chat-msg-unread .chat-read-icon i {
  color: var(--text-muted);
}
.main-chart-wrapper .chat-info .chat-users-tab li.chat-inactive .chat-read-icon,
.main-chart-wrapper .chat-info .chat-groups-tab li.chat-inactive .chat-read-icon {
  display: none;
}
.main-chart-wrapper .main-chat-area {
  position: relative;
}
.main-chart-wrapper .main-chat-area .chat-content {
  position: relative;
  z-index: 1;
  padding: 2.5rem;
}
.main-chart-wrapper .main-chat-area .chat-content:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  /*background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/pattern-1-VPGHOBLP.svg);*/
  background-repeat: repeat;
  z-index: -1;
  opacity: 0.025;
  top: 0;
  bottom: 0;
  inset-inline-start: 0;
  inset-inline-end: 0;
}
.main-chart-wrapper .main-chat-area .chat-content .chatting-user-info {
  color: rgb(var(--default-text-color-rgb));
  font-weight: 400;
  font-size: 0.813rem;
}
.main-chart-wrapper .main-chat-area .chat-content .chatting-user-info .msg-sent-time {
  color: var(--text-muted);
  font-size: 0.75rem;
  font-weight: 500;
}
.main-chart-wrapper .main-chat-area .chat-content .chatting-user-info .msg-sent-time .chat-read-mark i {
  color: rgb(var(--success-rgb));
  margin-inline-end: 0.3rem;
}
.main-chart-wrapper .main-chat-area .chat-content .main-chat-msg div {
  margin-block-start: 0.4rem;
  padding: 0.75rem;
  width: -moz-fit-content;
  width: fit-content;
}
.main-chart-wrapper .main-chat-area .chat-content .main-chat-msg div p {
  font-size: 0.813rem;
}
.main-chart-wrapper .main-chat-area .chat-content .main-chat-msg div .chat-media-image {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 0.25rem;
}
.main-chart-wrapper .main-chat-area .chat-content .chat-item-start .main-chat-msg div {
  background-color: rgba(var(--primary-rgb), 0.1);
  color: var(--primary-color);
  border-start-start-radius: 0rem;
  border-start-end-radius: 0.85rem;
  border-end-end-radius: 0.85rem;
  border-end-start-radius: 0.85rem;
}
.main-chart-wrapper .main-chat-area .chat-content .chat-item-start .msg-sent-time {
  margin-inline-start: 0.25rem;
}
.main-chart-wrapper .main-chat-area .chat-content .chat-item-end {
  justify-content: end;
  text-align: end;
}
.main-chart-wrapper .main-chat-area .chat-content .chat-item-end .main-chat-msg div {
  background-color: var(--primary-color);
  color: #000;
  border-start-start-radius: 0.85rem;
  border-start-end-radius: 0px;
  border-end-end-radius: 0.85rem;
  border-end-start-radius: 0.85rem;
}
.main-chart-wrapper .main-chat-area .chat-content .chat-item-end .msg-sent-time {
  margin-inline-end: 0.25rem;
}
.main-chart-wrapper .main-chat-area .chat-content .chat-item-start,
.main-chart-wrapper .main-chat-area .chat-content .chat-item-end {
  display: flex;
}
.main-chart-wrapper .main-chat-area .chat-content .chat-item-start .chat-list-inner,
.main-chart-wrapper .main-chat-area .chat-content .chat-item-end .chat-list-inner {
  display: flex;
  align-items: top;
  max-width: 75%;
}
.main-chart-wrapper .main-chat-area .chat-footer {
  width: 100%;
  box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.1);
}
.main-chart-wrapper .main-chat-area .chat-footer {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 4.75rem;
  padding: 0 1.5rem;
  border-top: 1px solid var(--default-border);
  position: absolute;
  inset-inline-start: auto;
  inset-inline-end: auto;
  inset-block-end: 0;
}
.main-chart-wrapper .main-chat-area .chat-day-label {
  text-align: center;
  color: var(--text-muted);
  margin-block-end: 2rem;
  opacity: 0.6;
  position: relative;
}
.main-chart-wrapper .main-chat-area .chat-day-label span {
  padding: 0.188rem 0.5rem;
  font-size: 0.7rem;
  background-color: var(--primary02);
  border-radius: 0.3rem;
  color: var(--primary-color);
}
@media (min-width: 992px) {
  .main-chart-wrapper .chat-info {
    min-width: 25rem;
    max-width: 25rem;
  }
}
.main-chart-wrapper .main-chat-area {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
@media (max-width: 1275.98px) and (min-width: 992px) {
  .main-chart-wrapper .chat-info {
    min-width: 25rem;
    max-width: 25rem;
  }
  .main-chart-wrapper .main-chat-area {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
}
@media (max-width: 991.98px) {
  .main-chart-wrapper .chat-info {
    width: 100%;
  }
  .main-chart-wrapper .main-chat-area {
    display: none;
    min-width: 100%;
    max-width: 100%;
  }
  .main-chart-wrapper .responsive-chat-close {
    display: block;
  }
}
.chat-user-details {
  padding: 1rem;
}
.chat-user-details .avatar {
  outline: 0.25rem solid var(--primary02);
}
.chat-user-details .shared-files li {
  margin-block-end: 1rem;
}
.chat-user-details .shared-files li:last-child {
  margin-block-end: 0;
}
.chat-user-details .shared-files .shared-file-icon i {
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  border-radius: 0.3rem;
  border: 1px solid var(--default-border);
  display: flex;
  align-items: center;
  padding: 1.125rem;
  justify-content: center;
  font-size: 1.125rem;
  color: var(--text-muted);
}
.chat-user-details .chat-media img {
  width: 100%;
  border-radius: 0.25rem;
  margin-bottom: 1.25rem;
}
@media (max-width: 1400px) {
  .chat-user-details {
    display: none;
    z-index: 2;
    position: absolute !important;
    margin-inline-end: 8px;
    margin-inline-start: 0px;
    background-color: var(--theme-bg-gradient) !important;
  }
  .chat-user-details.open {
    display: block;
    inset-inline-end: 0;
    inset-block-start: 0.5rem;
    box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
    border-inline-start: 1px solid var(--default-border);
  }
  button.responsive-userinfo-open {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .main-chart-wrapper.responsive-chat-open .chat-info {
    display: none;
  }
  .main-chart-wrapper.responsive-chat-open .main-chat-area {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .main-chart-wrapper .main-chat-area .chat-content .main-chat-msg div .chat-media-image {
    width: 2.5rem;
    height: 2.5rem;
  }
}
@media (max-width: 354px) {
  .main-chart-wrapper .chat-calls-tab,
  .main-chart-wrapper .chat-groups-tab,
  .main-chart-wrapper .chat-users-tab {
    max-height: calc(100vh - 22rem);
  }
}
[data-page-style=modern] .main-chat-area .rightIcons .btn-outline-light {
  border-color: var(--default-border);
}
[dir=rtl] .chat-footer .btn-send {
  transform: rotate(180deg);
}
[data-theme-mode=dark] .main-chat-area .chat-content:before {
  filter: invert(1);
}
.main-chart-wrapper .chat-user-details {
  min-width: 21.875rem;
  max-width: 21.875rem;
}
@media (max-width: 575.98px) {
  .main-chart-wrapper .chat-user-details {
    min-width: 17.875rem;
    max-width: 17.875rem;
  }
}
.product-icons {
  display: none;
}
.product-image img {
  background-color: rgb(var(--light-rgb));
}
.badge.top-left-badge {
  padding: 0.45rem 0.65rem;
  border-radius: 0;
  position: absolute;
  z-index: 1;
  inset-block-start: 1rem;
  inset-inline-start: 1rem;
}
.product-card {
  position: relative;
}
.product-card:hover .product-icons {
  display: block;
}
.product-card:hover .product-icons .wishlist,
.product-card:hover .product-icons .cart,
.product-card:hover .product-icons .view {
  position: absolute;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card:hover .product-icons .wishlist i,
.product-card:hover .product-icons .cart i,
.product-card:hover .product-icons .view i {
  font-size: 0.9rem;
}
.product-card:hover .product-icons .wishlist {
  background-color: rgba(var(--danger-rgb), 1);
  color: #fff;
  inset-block-start: 1.75rem;
  inset-inline-end: 1.75rem;
}
.product-card:hover .product-icons .cart {
  background-color: rgba(var(--primary-rgb), 0.2);
  color: var(--primary-color);
  inset-block-start: 4rem;
  inset-inline-end: 1.75rem;
}
.product-card:hover .product-icons .view {
  background-color: rgba(var(--success-rgb), 0.2);
  color: rgb(var(--success-rgb));
  inset-block-start: 6.25rem;
  inset-inline-end: 1.75rem;
}
.ecommerce-more-link {
  position: relative;
  padding-block-start: 0.3rem;
  padding-inline-end: 1.5rem;
  padding-block-end: 0.3rem;
  padding-inline-start: 0.75rem;
  background-color: var(--primary01);
  color: var(--primary-color);
  border-radius: 0.25rem;
  font-weight: 500;
  font-size: 0.625rem;
}
.ecommerce-more-link:hover {
  color: var(--primary-color);
}
.ecommerce-more-link:before {
  position: absolute;
  content: "\f64d";
  inset-inline-end: 0.5rem;
  font-family: bootstrap-icons !important;
  inset-block-start: 0.25rem;
  font-weight: bold;
}
.ecommerce-more-link:after {
  position: absolute;
  content: "\f2ea";
  inset-inline-end: 0.5rem;
  font-family: bootstrap-icons !important;
  inset-block-start: 0.25rem;
  font-weight: bold;
  display: none;
}
@media (min-width: 768px) {
  [dir=rtl] .productdetails-leftsection .swiper-gallery-container .swiper-view-details {
    direction: rtl;
  }
}
.ecommerce-assurance {
  border: 1px dashed rgb(var(--success-rgb));
  border-radius: 0.85rem;
  text-align: center;
  padding: 1rem 1.5rem;
}
.ecommerce-assurance svg {
  width: 3rem;
  height: 3rem;
}
.ecommerce-more-link[aria-expanded=true]:after {
  display: block;
}
.ecommerce-more-link[aria-expanded=true]:before {
  display: none;
}
.products-navigation-card .form-check-label {
  font-size: 0.813rem;
  font-weight: 500;
}
.swiper-view-details .swiper-slide {
  background-color: transparent !important;
  border: 1px solid var(--default-border);
}
.swiper-view-details .swiper-slide.swiper-slide-thumb-active {
  background-color: rgb(var(--light-rgb)) !important;
}
@media (min-width: 768px) {
  .swiper-gallery-container {
    display: flex;
  }
  .swiper-gallery-container .swiper-view-details {
    margin-inline-end: 15px;
    order: -1;
    flex-shrink: 0;
    width: 136px;
  }
  .swiper-gallery-container .swiper-view-details .swiper-slide,
  .swiper-gallery-container .swiper-view-details .img {
    height: auto !important;
  }
  .swiper-gallery-container .swiper-view-details .swiper-slide {
    margin-block-end: 3px;
  }
  .swiper-gallery-container .swiper-wrapper {
    justify-content: space-between;
  }
}
.productdetail-title {
  line-height: 1.25;
}
.productdetails-leftsection {
  position: sticky;
  top: 0;
}
.swiper-preview-details .swiper-button-next {
  background-color: var(--black-1);
  color: #fff !important;
}
.swiper-preview-details .swiper-button-prev {
  background-color: var(--black-1);
  color: #fff !important;
}
.product-colors {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  border: 1px solid var(--default-border);
  margin-inline-end: 0.5rem;
  background-color: rgb(var(--light-rgb));
}
.product-colors i {
  font-size: 1.5rem;
}
.product-colors.color-2.selected {
  border: 1px dotted #fd3c2c;
}
.product-colors.color-2 i {
  color: #fd3c2c;
}
.product-colors.color-4.selected {
  border: 1px dotted #d9580d;
}
.product-colors.color-4 i {
  color: #d9580d;
}
.product-colors.color-1.selected {
  border: 1px dotted #fbd039;
}
.product-colors.color-1 i {
  color: #fbd039;
}
.product-colors.color-3.selected {
  border: 1px dotted #8d5ddd;
}
.product-colors.color-3 i {
  color: #8d5ddd;
}
.product-sizes {
  width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.125rem;
  border: 1px solid var(--default-border);
  margin-inline-end: 0.5rem;
  font-size: 0.75rem;
  background-color: rgb(var(--light-rgb));
  color: var(--text-muted);
}
.product-sizes.selected {
  background-color: rgba(var(--success-rgb), 0.1);
  color: rgb(var(--success-rgb));
}
.offer-promotion {
  position: relative;
  padding: 0.5rem;
  background-color: rgba(var(--warning-rgb), 0.1);
  border: 1px solid var(--default-border);
}
.offer-promotion .promotion-code {
  color: rgb(var(--default-text-color-rgb));
}
.offer-promotion .offer-details {
  position: absolulte;
  border: 1px dashed rgb(var(--warning-rgb));
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}
.product-images {
  padding-inline-start: 1.875rem;
}
.product-images .products-review-images img {
  width: 3.125rem;
  height: 3.125rem;
  margin-inline-end: 0.25rem;
  border-radius: 0.25rem;
  background-color: rgb(var(--light-rgb));
}
.similar-product-name {
  max-width: 80%;
}
.product-details-page {
  background-color: rgba(0, 0, 0, 0.2);
}
.product-quantity-container {
  width: 8.75rem;
}
.product-quantity-container .input-group input.form-control:focus {
  box-shadow: none;
}
.product-quantity-container .input-group .product-quantity-minus.btn:focus,
.product-quantity-container .input-group .product-quantity-minus.btn:hover,
.product-quantity-container .input-group .product-quantity-plus.btn:focus,
.product-quantity-container .input-group .product-quantity-plus.btn:hover {
  border-color: var(--input-border);
}
.product-quantity-container .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: 0;
}
.cart-empty svg {
  width: 6.25rem;
  height: 6.25rem;
  margin-block-end: 1.25rem;
  fill: rgb(var(--default-text-color-rgb));
}
.product-checkout .tab-style-2 .nav-item .nav-link {
  padding: 0.85rem 2rem;
}
.product-checkout .form-floating input,
.product-checkout .form-floating textarea {
  font-size: 0.813rem;
  font-weight: 400;
}
.product-checkout .shipping-method-container,
.product-checkout .payment-card-container {
  position: relative;
  padding: 0.625rem;
  border: 1px solid var(--input-border);
  border-radius: 0;
}
.product-checkout .shipping-method-container .form-check-input,
.product-checkout .payment-card-container .form-check-input {
  position: absolute;
  inset-inline-start: 3rem;
  inset-block-start: 1.2rem;
}
.checkout-payment-success {
  text-align: center;
}
.checkout-payment-success img {
  width: 200px;
  height: 200px;
}
@media screen and (max-width: 575px) {
  #shipped-tab-pane .btn-group .btn {
    width: 100%;
    border-radius: 0.25rem;
  }
}
.orders-delivery-address {
  width: 75%;
}
.delivery-date {
  width: 60px;
  height: 60px;
  padding: 10px;
  background-color: var(--primary005);
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  border-radius: 0.3rem;
  animation-fill-mode: backwards;
}
.order-track {
  position: relative;
}
.order-track:before {
  content: "";
  inset-inline-start: 20px;
  inset-block-start: 0;
  inset-inline-end: 0;
  inset-block-end: 0;
  position: absolute;
  width: 1px;
  border-inline-start: 1px dashed var(--primary-color);
  height: 100%;
  opacity: 0.2;
}
.order-track .accordion-item {
  background: transparent;
}
.add-products .tab-style-2 .nav-item .nav-link {
  padding: 0.85rem 2rem;
}
.color-selection .choices__input {
  width: 6.25rem;
}
.product-image-default {
  width: 100%;
  height: 16.25rem;
}
.productupload-image-container .filepond--root[data-style-panel-layout~=circle],
.productupload-image-container1 .filepond--root[data-style-panel-layout~=circle],
.productupload-image-container2 .filepond--root[data-style-panel-layout~=circle] {
  border-radius: 0.25rem;
  width: 100%;
}
.productupload-image-container .filepond--drop-label.filepond--drop-label label,
.productupload-image-container1 .filepond--drop-label.filepond--drop-label label,
.productupload-image-container2 .filepond--drop-label.filepond--drop-label label {
  padding: 2em;
}
.productupload-image-container .filepond--drop-label,
.productupload-image-container1 .filepond--drop-label,
.productupload-image-container2 .filepond--drop-label {
  color: var(--text-muted) !important;
}
.productupload-image-container .filepond--panel-root,
.productupload-image-container1 .filepond--panel-root,
.productupload-image-container2 .filepond--panel-root {
  border: 0.125rem dashed var(--input-border) !important;
}
.productupload-image-container .filepond--root[data-style-panel-layout~=circle] .filepond--image-preview-wrapper,
.productupload-image-container1 .filepond--root[data-style-panel-layout~=circle] .filepond--image-preview-wrapper,
.productupload-image-container2 .filepond--root[data-style-panel-layout~=circle] .filepond--image-preview-wrapper {
  border-radius: 0.3rem;
}
.productupload-image-container .filepond--root[data-style-panel-layout~=circle] {
  height: 16.25rem !important;
}
.productupload-image-container .filepond--drop-label label {
  font-size: 0.75rem;
}
.productupload-image-container .filepond--root[data-style-panel-layout~=circle] .filepond--image-preview-wrapper,
.productupload-image-container .filepond--file {
  height: 16.25rem;
}
.productupload-image-container1 .filepond--root[data-style-panel-layout~=circle],
.productupload-image-container2 .filepond--root[data-style-panel-layout~=circle] {
  height: 7.375rem !important;
}
.productupload-image-container1 .filepond--drop-label label,
.productupload-image-container2 .filepond--drop-label label {
  font-size: 0.75rem;
}
.productupload-image-container1 .filepond--root[data-style-panel-layout~=circle] .filepond--image-preview-wrapper,
.productupload-image-container1 .filepond--file,
.productupload-image-container2 .filepond--root[data-style-panel-layout~=circle] .filepond--image-preview-wrapper,
.productupload-image-container2 .filepond--file {
  height: 7.375rem !important;
}
.productupload-image-container1 .filepond--file [data-align*=bottom],
.productupload-image-container2 .filepond--file [data-align*=bottom] {
  bottom: 9.125em;
}
.product-img-icon {
  font-size: 1.625rem !important;
  opacity: 0.5;
}
.product-documents-container .filepond--root {
  width: 100%;
}
.product-documents-container .filepond--panel-root {
  border-color: var(--input-border) !important;
  border-radius: 0.25rem;
}
.product-documents-container .filepond--root .filepond--drop-label label {
  color: var(--text-muted);
}
#product-features {
  max-height: 12.5rem;
  overflow-y: scroll;
}
.file-manager-container {
  position: relative;
  overflow: hidden;
  margin: 0 -1.25rem;
}
.file-manager-container .file-manager-navigation,
.file-manager-container .file-manager-folders,
.file-manager-container .selected-file-details {
  border: 1px solid var(--default-border);
  overflow: auto;
}
.file-manager-container .files-main-nav {
  max-height: calc(100vh - 17.5rem);
}
.file-manager-container .file-folders-container,
.file-manager-container .filemanager-file-details {
  max-height: calc(100vh - 11.9rem);
}
@media (min-width: 576px) {
  .file-manager-container .file-manager-navigation {
    width: 18rem;
  }
}
@media (max-width: 575.98px) {
  .file-manager-container .file-manager-navigation {
    width: 100%;
  }
  .file-manager-container .file-manager-folders {
    display: none;
  }
}
.file-manager-container .selected-file-details {
  width: 40rem;
}
.file-manager-container .file-manager-folders {
  width: 100%;
}
.file-manager-container ul.files-main-nav {
  padding: 1rem;
  margin-block-end: 0;
}
.file-manager-container ul.files-main-nav li {
  padding: 0.5rem 0.75rem;
  border-radius: 0.25rem;
  margin-block-end: 0.15rem;
}
.file-manager-container ul.files-main-nav li:last-child {
  margin-block-end: 0;
}
.file-manager-container ul.files-main-nav li div {
  color: var(--text-muted);
}
.file-manager-container ul.files-main-nav li:hover div {
  color: var(--primary-color);
}
.file-manager-container ul.files-main-nav li.active {
  background-color: var(--primary01);
}
.file-manager-container ul.files-main-nav li.active div {
  color: var(--primary-color);
}
.file-manager-container ul.files-main-nav li div.filemanager-upgrade-storage {
  height: auto;
  background-color: var(--primary01);
  border: 1px dashed var(--default-border);
  display: flex;
  align-items: center;
  color: rgb(var(--default-text-color-rgb));
  padding: 1rem;
}
.file-manager-container ul.files-main-nav li div.filemanager-upgrade-storage img {
  height: 120px;
}
.file-manager-container .file-format-icon i {
  font-size: 1.75rem;
  padding: 9px;
  border: 1px solid var(--primary01);
  width: auto;
  line-height: 1.1;
  margin-block-end: 16px;
}
.file-manager-container .folder-svg-container {
  padding: 13px;
  background-color: var(--primary01);
}
.file-manager-container .folder-svg-container svg {
  width: 1.75rem;
  height: 1.75rem;
}
.file-manager-container .file-details img {
  width: 150px;
  height: 150px;
  background-color: rgb(var(--light-rgb));
  border-radius: 0.25rem;
}
@media (max-width: 1200px) {
  .file-manager-container .selected-file-details {
    display: none;
  }
  .file-manager-container .selected-file-details.open {
    width: 19.5rem;
    position: absolute;
    display: block;
    inset-inline-end: 0;
    inset-block-start: 0.5rem;
    box-shadow: 0 0.125rem 0 rgba(10, 10, 10, 0.04);
    border-inline-start: 1px solid var(--default-border);
  }
}
.file-manager-container .file-manager-navigation.close {
  display: none;
}
.file-manager-container .file-manager-folders.open {
  display: block;
}
@media (max-width: 365px) {
  .file-manager-container .file-folders-container {
    max-height: calc(100vh - 12.9rem);
  }
}
.file-manager-container ul.files-main-nav li.file-internal-storage {
  border: 1px dashed var(--default-border);
  padding: 1rem;
  border-radius: 0;
}
@media (min-width: 992px) {
  [data-nav-style=menu-click][data-nav-layout=horizontal][data-theme-mode=dark] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child1::before {
    border-block-start-color: rgba(0, 0, 0, 0.1);
    border-inline-start-color: rgba(0, 0, 0, 0.1);
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal][data-theme-mode=dark][dir=rtl] .slide.has-sub.open .slide-menu.child1::before {
    border-inline-end-color: var(--border);
    border-inline-start-color: transparent !important;
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .side-menu__item .side-menu__angle {
    color: #fff;
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child1 .slide .side-menu__item .side-menu__angle,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child2 .slide .side-menu__item .side-menu__angle,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child3 .slide .side-menu__item .side-menu__angle {
    color: var(--menu-prime-color) !important;
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child1 .slide .side-menu__item:hover,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child1 .slide .side-menu__item.active,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child2 .slide .side-menu__item:hover,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child2 .slide .side-menu__item.active,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child3 .slide .side-menu__item:hover,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child3 .slide .side-menu__item.active {
    color: var(--primary-color);
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child1 .slide .side-menu__item:hover .side-menu__angle,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child1 .slide .side-menu__item.active .side-menu__angle,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child2 .slide .side-menu__item:hover .side-menu__angle,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child2 .slide .side-menu__item.active .side-menu__angle,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child3 .slide .side-menu__item:hover .side-menu__angle,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child3 .slide .side-menu__item.active .side-menu__angle {
    color: var(--primary-color) !important;
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child1 .slide .side-menu__item:hover:before,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child1 .slide .side-menu__item.active:before,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child2 .slide .side-menu__item:hover:before,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child2 .slide .side-menu__item.active:before,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child3 .slide .side-menu__item:hover:before,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child3 .slide .side-menu__item.active:before {
    border-color: var(--primary-color) !important;
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .side-menu__item {
    border-radius: 0.25rem;
    padding: 0.3rem;
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide-menu.child1 {
    border-radius: 0.25rem;
    padding: 0.55rem 0.3rem;
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide-menu.child1 .side-menu__item {
    padding: 0.33rem 1.6rem;
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child1 {
    overflow: visible !important;
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide.has-sub.open .slide-menu.child1::before {
    content: "";
    position: inherit !important;
    inset-block-start: -7px;
    inset-inline-start: 10%;
    width: 13px;
    height: 13px;
    z-index: 99999;
    border: 1px solid transparent;
    border-block-start-color: var(--border);
    border-inline-start-color: var(--border);
    transform: rotate(45deg);
    background-color: var(--custom-white);
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .side-menu__item {
    padding-inline-end: 1.3rem;
    padding-inline-start: 1.3rem;
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .side-menu__item.active,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .side-menu__item:hover {
    background-color: transparent !important;
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .slide-menu.child1 .slide .side-menu__item:before {
    inset-block-start: 0.838rem;
    inset-inline-start: 0.65rem;
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .side-menu__item:hover .side-menu__angle {
    color: var(--primary-color) !important;
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .side-menu__label {
    color: #fff;
    opacity: 0.8;
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .side-menu__item.active,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .side-menu__item:hover {
    background-color: var(--primary-color);
    color: var(--primary-color);
  }
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .side-menu__item.active .side-menu__label,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .side-menu__item.active .side-menu__angle,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .side-menu__item:hover .side-menu__label,
  [data-nav-style=menu-click][data-nav-layout=horizontal] .landing-body .app-sidebar .side-menu__item:hover .side-menu__angle {
    color: #fff !important;
  }
  .flex-none {
    flex: none;
  }
}
.svg-container {
  position: relative;
}
.svg-container svg {
  position: relative;
  width: 4rem;
  height: 4rem;
}
.svg-container:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  inset-inline-end: -1rem;
  inset-block-end: -2rem;
  background-color: rgba(var(--primary-rgb), 0.1);
  border-radius: 40% 60% 60% 40%/70% 30% 70% 30%;
  z-index: 1;
}
.testimonialSwiperService {
  padding: 0 0 3.375rem 0 !important;
}
.workflow-bottom-design:before {
  content: "";
  position: absolute;
  width: 3px;
  top: -48px;
  height: 48px;
  background-color: rgba(var(--primary-rgb), 0.1);
  opacity: 1;
}
.workflow-top-design:before {
  content: "";
  position: absolute;
  width: 3px;
  bottom: -48px;
  height: 48px;
  background-color: rgba(var(--primary-rgb), 0.1);
  opacity: 1;
}
.landing-body {
  background-color: var(--custom-white);
}
.landing-body .app-sidebar {
  border-bottom: 0;
}
.landing-body .app-sidebar .side-menu__item {
  padding: 0.8rem 1rem;
}
.landing-body .app-sidebar .side-menu__item.active,
.landing-body .app-sidebar .side-menu__item:hover {
  color: var(--primary-color) !important;
}
.landing-body .app-sidebar.sticky.sticky-pin .side-menu__item.active {
  font-weight: normal;
}
.landing-body .app-sidebar.sticky.sticky-pin .side-menu__item.active .side-menu__label {
  color: var(--primary-color) !important;
}
.landing-body .app-sidebar.sticky.sticky-pin .side-menu__item.active .side-menu__angle {
  color: var(--primary-color) !important;
}
.landing-body .accordion.accordion-primary .accordion-button.collapsed:after {
  background-color: var(--primary01);
  color: var(--primary-color);
}
.landing-body .featur-icon {
  width: 75px;
  height: 75px;
  padding: 14px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
.landing-body .feature-logos {
  display: flex;
  justify-content: center;
}
.landing-body .landing-Features {
  position: relative;
  width: 100%;
  height: 100%;
  inset-block-start: 0;
  background: rgba(var(--primary-rgb), 0.5);
  z-index: 1;
}
.landing-body .landing-Features:before {
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/media-80-ZXCVUKGU.svg);
  background-repeat: repeat;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: -1;
  opacity: 0.075;
}
@media (min-width: 992px) {
  .landing-body .app-sidebar {
    inset-block-start: 0;
    padding: 0.5rem 0;
    height: auto !important;
    background-color: rgba(0, 0, 0, 0.1);
    background-image: none;
    box-shadow: none;
    border-inline-end: 0;
  }
  .landing-body .app-sidebar .main-sidebar {
    height: auto !important;
    width: 100%;
  }
  .landing-body .app-sidebar.sticky.sticky-pin {
    background-color: var(--custom-white);
    box-shadow: 0 0.25rem 1rem var(--black-1);
  }
  .landing-body .app-sidebar.sticky.sticky-pin .side-menu__item .side-menu__angle {
    color: var(--menu-prime-color);
  }
  .landing-body .app-sidebar.sticky.sticky-pin .side-menu__item:hover .side-menu__angle {
    color: var(--primary-color) !important;
  }
  .landing-body .app-sidebar.sticky.sticky-pin.app-sidebar .side-menu__label {
    color: var(--custom-black);
  }
  .landing-body .app-sidebar.sticky.sticky-pin .landing-logo-container .horizontal-logo .desktop-dark {
    display: none;
  }
  .landing-body .app-sidebar.sticky.sticky-pin .landing-logo-container .horizontal-logo .desktop-logo {
    display: block;
  }
  .landing-body .app-sidebar.sticky.sticky-pin.app-sidebar .side-menu__item:hover .side-menu__label {
    color: var(--primary-color) !important;
  }
  .landing-body .app-sidebar.app-sidebar .slide.has-sub.open .slide-menu.child1::before {
    border-block-start-color: var(--default-border) !important;
    border-inline-start-color: var(--default-border) !important;
  }
  .landing-body .app-header {
    display: none;
  }
  .landing-body .main-sidebar-header {
    display: block !important;
  }
  .landing-body .main-menu-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .landing-body .main-menu-container .slide-left,
  .landing-body .main-menu-container .slide-right {
    display: none;
  }
  .landing-body .main-content {
    padding: 0;
  }
  .landing-body .landing-logo-container .horizontal-logo .header-logo .desktop-logo {
    display: none;
  }
  .landing-body .landing-logo-container .horizontal-logo .header-logo .desktop-dark {
    display: block;
  }
}
@media (max-width: 991.98px) {
  .landing-body .app-sidebar .side-menu__item.active,
  .landing-body .app-sidebar .side-menu__item:hover {
    background-color: transparent;
  }
  .landing-body .app-sidebar .container-xl {
    padding-inline: 0;
  }
  .landing-body .main-menu-container .main-menu {
    padding-inline: 20px !important;
    width: 100%;
  }
  .landing-body .app-sidebar .slide-menu {
    padding-inline-start: 1rem;
  }
  .landing-body .app-sidebar .slide {
    padding: 0;
  }
  .landing-body .landing-logo-container .horizontal-logo .header-logo .desktop-logo {
    display: none !important;
  }
  .landing-body .landing-logo-container .horizontal-logo .header-logo .desktop-dark {
    display: none !important;
  }
}
.landing-body .main-menu-container .main-menu {
  padding-inline-start: 0;
}
.landing-body .app-content {
  margin-block-start: 4rem;
}
.landing-body .section {
  padding: 3.375rem 0;
  background-size: cover;
  position: relative;
}
.landing-body .landing-banner {
  position: relative;
  width: 100%;
  inset-block-start: 0;
  background: radial-gradient(circle, rgba(var(--primary-rgb), 0.18) 0%, rgba(var(--primary-rgb), 0.08) 40%, rgba(0, 0, 0, 0.08) 100%);
  z-index: 1;
}
.landing-body .landing-banner:before {
  content: "";
  position: absolute;
  width: 100%;
  /*background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/pattern-2-XMY77GOB.svg);*/
  background-repeat: repeat;
  height: 100%;
  z-index: -1;
  opacity: 0.025;
}
.landing-body .landing-banner .main-banner-container {
  padding: 4rem 0;
}
.landing-body .landing-banner .landing-banner-heading {
  line-height: 1.25;
  text-shadow: 1px 1px var(--black-1);
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 767.98px) {
  .landing-body .landing-main-image {
    display: none;
  }
  .landing-body .landing-banner .main-banner-container {
    padding: 1rem;
  }
  .landing-body .landing-footer {
    background-color: rgb(0, 0, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
  .landing-body .landing-footer .landing-footer-list li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 1115.98px) {
  .landing-body .landing-main-image::before,
  .landing-body .landing-main-image::after {
    display: none;
  }
}
@media (max-width: 480px) {
  .landing-body .landing-banner .section {
    padding: 2.375rem 0;
  }
}
.landing-body .landing-main-image {
  position: relative;
  z-index: 10;
}
.landing-body .landing-main-image img {
  z-index: 11;
  position: relative;
  margin-block-start: -10px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0;
}
.landing-body .landing-main-image::before {
  content: "";
  position: absolute;
  inset-inline-start: 6rem;
  inset-block-start: -3rem;
  width: 100px;
  height: 100px;
  border: 6px dashed rgba(255, 255, 255, 0.05);
}
.landing-body .landing-main-image::after {
  content: "";
  position: absolute;
  inset-inline-end: -1rem;
  inset-block-end: -3rem;
  width: 100px;
  height: 100px;
  border: 6px dashed rgba(255, 255, 255, 0.03);
}
.landing-body .landing-page-wrapper {
  position: relative;
  min-height: calc(100vh - 3.4rem);
}
.landing-body .main-landing-image {
  width: 37.5rem;
  padding: 0.5rem;
  border-radius: 0.25rem;
  background-color: var(--primary01);
}
.landing-body .brand-img-white {
  display: block;
}
.landing-body .brand-img-light {
  display: block;
}
.landing-body .app-sidebar .side-menu__label {
  font-family: 600;
}
.landing-body .landing-section-heading {
  position: relative;
  letter-spacing: 4px;
  font-weight: 600;
  text-transform: uppercase;
}
.landing-body .landing-missions,
.landing-body .landing-missions-dark {
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.05) !important;
}
.landing-body .landing-missions:before,
.landing-body .landing-missions-dark:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.15rem;
  inset-block-start: 0;
  inset-inline-start: 0;
  border-radius: 3.125rem;
}
.landing-body .landing-missions svg,
.landing-body .landing-missions-dark svg {
  width: 1.5rem;
  height: 1.5rem;
}
.landing-body .customize-image img {
  width: 30.5rem;
  height: 20rem;
  margin-block-start: 20px;
  padding: 15px;
  position: relative;
}
.landing-body .landing-footer {
  background-color: rgb(0, 0, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.landing-body .landing-footer .landing-footer-list li {
  margin-bottom: 0.5rem;
}
.landing-body .landing-main-footer {
  background-color: rgb(0, 0, 0);
}
.landing-body .landing-testimonials .swiper-pagination-bullet {
  background: var(--primary-color) !important;
}
.landing-body .landing-testimonials .swiper-pagination-bullet:active {
  background: var(--primary-color) !important;
}
.landing-body .team-card {
  transition: box-shadow 0.2s ease-in;
}
.landing-body .team-card:hover {
  box-shadow: 0 0.25rem 1rem 0 rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.2s ease-in;
}
.landing-body .team-card .team-avatar {
  box-shadow: 0 0 0 0.5rem rgba(0, 0, 0, 0.05);
}
.landing-body .btn-close {
  padding: 1.5rem;
  right: -0.875rem;
}
.landing-body .section-bg {
  background-color: var(--primary01);
}
.landing-body .icon-shadow-warning {
  box-shadow: 0 0 11px rgba(var(--warning-rgb), 0.55);
}
.landing-body .icon-shadow-info {
  box-shadow: 0 0 11px rgba(var(--info-rgb), 0.55);
}
.landing-body .icon-shadow-primary {
  box-shadow: 0 0 11px rgba(var(--primary-rgb), 0.55);
}
.landing-body .landing-team-img {
  box-shadow: 5px 5px rgba(var(--primary-rgb), 0.35);
}
.card.custom-card.landing-card .card-body {
  padding: 2rem;
}
.sub-card-companies img {
  background: rgba(0, 0, 0, 0.15);
  height: 77px;
  border-inline-start: 1px solid rgba(0, 0, 0, 0.15);
  padding: 15px 18px;
}
@media (min-width: 992px) {
  [data-theme-mode=dark] .landing-body .main-menu-container .landing-logo-container .horizontal-logo .header-logo .desktop-logo {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  [data-theme-mode=dark] .landing-body .app-header .main-header-container .horizontal-logo .header-logo .toggle-logo {
    display: none;
  }
  [data-theme-mode=dark] .landing-body .app-header .main-header-container .horizontal-logo .header-logo .toggle-dark {
    display: block;
  }
}
[data-theme-mode=dark] .landing-body .landing-trusted-companies img {
  filter: imvert(1);
}
[data-theme-mode=dark] .landing-body .team-card:hover {
  box-shadow: 0 0.25rem 1rem 0 rgba(255, 255, 255, 0.05);
}
[data-theme-mode=dark] .landing-body .team-card .team-avatar {
  box-shadow: 0 0 0 0.5rem rgba(255, 255, 255, 0.05);
}
[data-theme-mode=dark] .landing-body .app-sidebar.sticky.sticky-pin .landing-logo-container .horizontal-logo .desktop-dark {
  display: block;
}
[data-theme-mode=dark] .brand-img-light {
  display: block;
}
[data-theme-mode=dark] .brand-img-white {
  display: none;
}
@media (max-width: 420px) {
  .landing-body .landing-banner .main-banner-container {
    padding: 1rem;
  }
  .landing-body .landing-banner .landing-banner-heading {
    font-size: 2rem;
  }
}
@media (max-width: 992px) {
  .landing-body .app-sidebar .slide-menu.child1 li,
  .landing-body .app-sidebar .slide-menu.child2 li,
  .landing-body .app-sidebar .slide-menu.child3 li {
    padding: 0;
    padding-inline-start: 0;
    position: relative;
  }
}
[dir=rtl] .landing-body .testimonial-card,
[dir=rtl] .landing-body .featured-card-1 {
  direction: rtl;
}
[dir=rtl] .landing-body .landing-main-image img {
  transform: scaleX(-1);
}
.landing-body.jobs-landing .landing-banner .landing-banner-heading {
  line-height: 1.25;
  font-size: 2.5rem;
  font-weight: 500;
}
.landing-body.jobs-landing .landing-banner {
  height: auto;
}
.custom-form-group {
  position: relative;
  display: flex;
  align-items: center;
}
.custom-form-group .form-control {
  padding-inline-end: 8.75rem;
  padding-inline-start: 1.25rem;
  line-height: 2.25;
}
.custom-form-group .form-control-lg ~ .custom-form-btn {
  inset-inline-end: 0.7rem;
}
.custom-form-group .custom-form-btn {
  position: absolute;
  inset-inline-end: 0.5rem;
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--custom-white);
}
.custom-form-group .custom-form-btn .gps-location {
  color: var(--text-muted);
  opacity: 0.6;
  font-size: 1.0625rem;
  line-height: 0;
  margin-inline-end: 10px;
}
.border-end.border-white3 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.bg-banner {
  background-color: var(--primary06);
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.bg-banner::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  inset-block-start: 0;
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/2-7BIAPIML.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  opacity: 0.1;
  transition: transform ease 0.3s;
  z-index: -1;
}
.bg-banner-1 {
  position: relative;
  inset-block-start: 0;
  height: 100%;
  border-radius: 0 0.3rem 0.3rem 0;
  z-index: 0;
}
.bg-banner-2 {
  position: relative;
  inset-block-start: 0;
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/1-ATF2IUOD.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0 0.3rem 0.3rem 0;
  z-index: 0;
}
.bg-banner-2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--primary06);
  inset-inline: 0;
  inset-block: 0;
  z-index: -1;
}
.landing-body.jobs-landing .featured-jobs {
  overflow: hidden;
  border: 1px solid var(--default-border);
}
.featured-card-4 svg {
  width: 1.5rem;
  height: 1.5rem;
}
.feature-style {
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px dashed rgba(var(--warning-rgb), 0.35);
}
.feature-style::before {
  content: "";
  position: absolute;
  width: 4rem;
  height: 4rem;
  inset-inline-end: -1.5rem;
  inset-block-end: -1.5rem;
  background-color: var(--primary01);
  border-radius: 50%;
}
.feature-style .feature-style-icon {
  position: relative;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 500;
}
.feature-style .feature-style-icon img,
.feature-style .feature-style-icon svg {
  width: 2.5rem;
  height: 2.5rem;
}
.landing-body.jobs-landing .landing-main-footer .landing-footer-list li {
  display: inline-block;
  padding: 0 12px;
}
.landing-body .landing-main-footer .landing-footer-list li:not(:first-child)::before {
  position: absolute;
  content: "";
  width: 0.3rem;
  height: 0.3rem;
  border: 1px solid var(--white-5);
  border-radius: 50%;
  background-color: transparent;
  inset-inline-start: -0.2rem;
  inset-block-start: 0.5rem;
}
.landing-body .landing-main-footer .landing-footer-list li:not(:first-child) {
  position: relative;
}
.review-quote {
  position: absolute;
  inset-inline-end: 0.8rem;
  inset-block-start: 6rem;
  font-size: 4.875rem;
  line-height: 0;
  color: white;
  background-color: transparent;
  padding: 0.625rem;
  opacity: 0.05;
}
.blog-badge {
  position: absolute;
  inset-block-start: 1rem;
  inset-inline-end: 1rem;
}
.job-icon-shadow {
  text-shadow: 5px 6px var(--primary01);
}
.job-category-icon {
  width: 3.25rem;
  height: 3.25rem;
  align-items: center;
  justify-content: center;
  background-color: rgba(var(--primary-rgb), 0.02);
}
.landing-steps {
  position: relative;
}
.landing-steps::before {
  position: absolute;
  border: 1px dashed var(--default-border);
  content: "";
  inset-inline-end: 1rem;
  inset-block-start: 1.5rem;
  width: 3rem;
}
.landing-steps::after {
  position: absolute;
  content: "\ea6e";
  font-family: "remixicon" !important;
  inset-inline-end: 0;
  inset-block-start: 0.85rem;
  opacity: 0.5;
}
.faq-icon {
  font-size: 14rem;
}
.job-faqs-section .accordion.accordion-primary .accordion-button.collapsed {
  background-color: var(--primary01);
}
@media (max-width: 480px) {
  .jobs-landing .landing-banner .section {
    padding: 4.375rem 0;
  }
  .jobs-landing .landing-banner .section .main-banner-container .custom-form-group .form-control-lg {
    padding: 0.5rem 0.5rem;
  }
  .jobs-landing .landing-banner .section .main-banner-container .custom-form-btn .btn span {
    display: none;
  }
}
.landing-contact-info {
  background-color: var(--primary01);
}
.card.custom-card.job-category-card {
  background: none;
}
.landing-footer-logo {
  height: 1.5rem;
  line-height: 1.5rem;
}
@media (min-width: 992px) and (max-width: 1024px) {
  [data-nav-layout=horizontal] .landing-body .app-sidebar .main-menu > .slide {
    margin: 0;
  }
  [data-nav-layout=horizontal] .landing-body .app-sidebar {
    padding-inline: 8px;
  }
  [data-nav-layout=horizontal][data-nav-style=menu-click] .landing-body .app-sidebar .side-menu__item {
    padding-inline-end: 1rem;
    padding-inline-start: 1rem;
  }
}
.main-mail-container {
  position: relative;
  overflow: hidden;
  margin: 0 -1.25rem;
}
.mail-navigation,
.total-mails,
.mails-information,
.mail-recepients {
  background-color: linear-gradient(to bottom right, var(--default-body-bg-color) 0%, var(--theme-bg-gradient) 25%, var(--default-body-bg-color) 100%);
  height: calc(100vh - 8rem);
  overflow: hidden;
  border-radius: 0.25rem;
}
.mail-info-body {
  max-height: calc(100vh - 16.5rem);
}
@media (min-width: 1400px) {
  .total-mails .mail-msg .mail-msg-content {
    display: inline-block;
  }
}
@media (min-width: 1400px) and (max-width: 1489.98px) {
  .responsive-mail-action-icons .dropdown {
    display: block;
  }
  .responsive-mail-action-icons .close-button {
    display: none;
  }
  .mail-action-icons {
    display: none;
  }
}
@media (max-width: 1399.98px) {
  .responsive-mail-action-icons {
    display: block;
    display: flex;
  }
  .mail-action-icons {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .mail-recepients {
    display: none;
  }
}
@media (min-width: 1489px) {
  .responsive-mail-action-icons {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .mail-navigation {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .mail-navigation {
    min-width: 17rem;
    max-width: 17rem;
  }
}
.total-mails {
  width: 100%;
}
.total-mails .mail-messages {
  max-height: calc(100vh - 16.65rem);
}
.total-mails .mail-messages li {
  padding: 1.1rem 1.25rem 0.625rem 1.25rem;
  border-bottom: 1px solid var(--default-border);
}
.total-mails .mail-messages li.active {
  background-color: rgb(var(--light-rgb));
}
.total-mails .mail-messages li:last-child {
  border-bottom: 0;
}
.total-mails .mail-messages li .avatar.mail-msg-avatar {
  width: 1.8rem;
  height: 1.8rem;
}
.total-mails .mail-messages li .avatar.mail-msg-avatar.online:before,
.total-mails .mail-messages li .avatar.mail-msg-avatar.offline:before {
  width: 0.55rem;
  height: 0.55rem;
}
.total-mails .mail-messages .mail-starred i {
  color: var(--text-muted);
  opacity: 0.5;
}
.total-mails .mail-messages .mail-starred.true i {
  color: rgb(var(--warning-rgb));
  opacity: 1;
}
.mail-recepients {
  min-width: 4.4rem;
  max-width: 4.4rem;
}
.mail-recepients .total-mail-recepients {
  max-height: calc(100vh - 12.4rem);
}
.mail-recepients .mail-recepeint-person .avatar {
  width: 2rem;
  height: 2rem;
  margin-block-end: 1rem;
}
.mail-recepients .mail-recepeint-person .avatar.online:before,
.mail-recepients .mail-recepeint-person .avatar.offline:before {
  width: 0.55rem;
  height: 0.55rem;
}
.mail-recepients .mail-recepeint-person:last-child {
  margin-block-end: 0;
}
.mail-navigation ul.mail-main-nav {
  max-height: calc(100vh - 17rem);
  padding: 1rem;
  margin-block-end: 0;
}
.mail-navigation ul.mail-main-nav li {
  padding: 0.5rem;
  border-radius: var(--default-border);
  border-radius: 0.25rem;
  font-weight: 500;
}
.mail-navigation ul.mail-main-nav li div {
  color: var(--text-muted);
}
.mail-navigation ul.mail-main-nav li.active div {
  color: var(--primary-color);
}
.mail-navigation ul.mail-main-nav li:hover div {
  color: var(--primary-color);
}
@media (min-width: 576px) {
  .mail-msg-content {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  .mail-msg-content {
    max-width: 180px;
  }
}
.mails-information {
  width: 100%;
}
.mails-information .mail-info-header {
  padding: 0.75rem;
  border-block-end: 1px solid var(--default-border);
}
.mails-information .mail-info-footer {
  padding: 0.75rem;
  border-block-start: 1px solid var(--default-border);
}
.mails-information .mail-attachment {
  padding: 0.25rem;
  width: 12rem;
  height: 2.75rem;
  border: 1px solid var(--default-border);
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
}
.mails-information .mail-attachment .attachment-icon svg,
.mails-information .mail-attachment .attachment-icon i {
  width: 1.5rem;
  height: 1.5rem;
  font-size: 2rem;
  margin-inline-end: 0.5rem;
}
.mails-information .mail-attachment .attachment-name {
  max-width: 7rem;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
}
.mail-reply .ql-toolbar.ql-snow .ql-formats {
  margin-top: 5px;
  margin-bottom: 5px;
}
#mail-compose-editor .ql-editor {
  min-height: 12.62rem !important;
}
.mail-compose .ql-toolbar.ql-snow .ql-formats {
  margin-top: 5px;
  margin-bottom: 5px;
}
.offcanvas.offcanvas-end.mail-info-offcanvas {
  width: 50rem;
}
.mail-notification-settings,
.mail-security-settings {
  width: 60%;
}
@media (max-width: 575.98px) {
  #account-settings .btn-group label {
    font-size: 0.625rem;
  }
}
.choices__list--dropdown .choices__item--selectable,
.choices__list[aria-expanded] .choices__item--selectable {
  padding: 10px !important;
}
.choices__list--dropdown .choices__item--selectable::after,
.choices__list[aria-expanded] .choices__item--selectable::after {
  display: none;
}
.ribbone {
  width: 100%;
  position: relative;
  background-size: cover;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 500px) {
  .ribbone {
    width: 100%;
  }
}
.arrow-ribbone-left {
  color: #fff;
  padding: 0.125rem 0.5rem;
  position: absolute;
  inset-block-start: 0.625rem;
  inset-inline-start: 0;
  z-index: 8;
  font-size: 0.875rem;
}
.arrow-ribbone-left.bg-danger:before {
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-end: -0.75rem;
  border-block-start: 10.75rem solid transparent;
  border-inline-start: 0.75rem solid rgb(var(--danger-rgb));
  border-block-end: 0.75rem solid transparent;
  width: 0;
}
.arrow-ribbone-left.bg-primary:before {
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-end: -0.75rem;
  border-block-start: 0.75rem solid transparent;
  border-block-end: 0.75rem solid transparent;
  width: 0;
}
.arrow-ribbone-left.bg-secondary:before {
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-end: -0.75rem;
  border-block-start: 0.75rem solid transparent;
  border-inline-start: 0.75rem solid rgb(var(--secondary-rgb));
  border-block-end: 0.75rem solid transparent;
  width: 0;
}
.arrow-ribbone-left.bg-success:before {
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-end: -0.75rem;
  border-block-start: 0.75rem solid transparent;
  border-inline-start: 0.75rem solid var(--primary-color);
  border-block-end: 0.75rem solid transparent;
  width: 0;
}
.arrow-ribbone-left.bg-info:before {
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-end: -0.75rem;
  border-block-start: 0.75rem solid transparent;
  border-inline-start: 0.75rem solid rgb(var(--info-rgb));
  border-block-end: 0.75rem solid transparent;
  width: 0;
}
.arrow-ribbone-left.bg-warning:before {
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-end: -0.75rem;
  border-block-start: 0.75rem solid transparent;
  border-inline-start: 0.75rem solid #fff621;
  border-block-end: 0.75rem solid transparent;
  width: 0;
}
.arrow-ribbone-left.bg-pink:before {
  position: absolute;
  inset-inline-end: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-end: -0.75rem;
  border-block-start: 0.75rem solid transparent;
  border-inline-start: 0.75rem solid rgb(var(--pink-rgb));
  border-block-end: 0.75rem solid transparent;
  width: 0;
}
.arrow-ribbone-left.bg-teal:before {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-start: -0.75rem;
  border-block-start: 0.75rem solid transparent;
  border-inline-end: 0.75rem solid rgb(var(--teal-rgb));
  border-block-end: 0.75rem solid transparent;
  width: 0;
}
.arrow-ribbone-right {
  color: #fff;
  padding: 0.125rem 0.5rem;
  position: absolute;
  inset-block-start: 0.625rem;
  inset-inline-end: 0;
  z-index: 8;
  font-size: 0.875rem;
}
.arrow-ribbone-right.bg-danger:before {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-start: -0.75rem;
  border-block-start: 0.75rem solid transparent;
  border-inline-end: 0.75rem solid rgb(var(--danger-rgb));
  border-block-end: 0.75rem solid transparent;
  width: 0;
}
.arrow-ribbone-right.bg-primary:before {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-start: -0.75rem;
  border-block-start: 0.75rem solid transparent;
  border-block-end: 0.75rem solid transparent;
  width: 0;
}
.arrow-ribbone-right.bg-secondary:before {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-start: -0.75rem;
  border-block-start: 0.75rem solid transparent;
  border-inline-end: 0.75rem solid rgb(var(--secondary-rgb));
  border-block-end: 0.75rem solid transparent;
  width: 0;
}
.arrow-ribbone-right.bg-success:before {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-start: -0.75rem;
  border-block-start: 0.75rem solid transparent;
  border-inline-end: 0.75rem solid var(--primary-color);
  border-block-end: 0.75rem solid transparent;
  width: 0;
}
.arrow-ribbone-right.bg-info:before {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-start: -0.75rem;
  border-block-start: 0.75rem solid transparent;
  border-inline-end: 0.75rem solid rgb(var(--info-rgb));
  border-block-end: 0.75rem solid transparent;
  width: 0;
}
.arrow-ribbone-right.bg-warning:before {
  position: absolute;
  inset-inline-start: 0;
  inset-block-start: 0;
  inset-block-end: 0;
  content: "";
  inset-inline-start: -0.75rem;
  border-block-start: 0.75rem solid transparent;
  border-inline-end: 0.75rem solid #fff621;
  border-block-end: 0.75rem solid transparent;
  width: 0;
}
.ribbone {
  width: 9.375rem;
  height: 9.375rem;
  overflow: hidden;
  position: absolute;
  z-index: 7;
}
.power-ribbone {
  width: 3.5rem;
  height: 3.5rem;
  overflow: hidden;
  position: absolute;
  z-index: 8;
}
.power-ribbone span {
  position: absolute;
  display: block;
  width: 5.125rem;
  padding: 0.5rem 0;
  color: #fff;
  font: 500 1rem/1 Lato, sans-serif;
  text-shadow: 0 0.0625rem 0.0625rem var(--black-2);
  text-transform: capitalize;
  text-align: center;
}
.power-ribbone-top-left {
  inset-block-start: -0.375rem;
  inset-inline-start: -0.5625rem;
}
.power-ribbone-top-left span {
  inset-inline-end: -0.3125rem;
  inset-block-start: 0.0625rem;
  transform: rotate(-45deg);
}
.power-ribbone-top-left span i {
  transform: rotate(45deg);
  padding-block-start: 0.125rem;
  padding-inline-start: 0.4375rem;
}
.power-ribbone-bottom-left {
  inset-block-end: -0.375rem;
  inset-inline-start: -0.5625rem;
}
.power-ribbone-bottom-left span {
  inset-inline-end: -0.3125rem;
  inset-block-end: 0.0625rem;
  transform: rotate(45deg);
}
.power-ribbone-bottom-left span i {
  transform: rotate(-45deg);
  padding-block-end: 0.125rem;
  padding-inline-start: 0.4375rem;
}
.power-ribbone-top-right {
  inset-block-start: -0.375rem;
  inset-inline-end: -0.5625rem;
}
.power-ribbone-top-right span {
  inset-inline-start: -0.3125rem;
  inset-block-start: 0.0625rem;
  transform: rotate(45deg);
}
.power-ribbone-top-right span i {
  transform: rotate(-45deg);
  padding-block-start: 0.125rem;
  padding-inline-end: 0.4375rem;
}
.power-ribbone-bottom-right {
  inset-block-end: -0.375rem;
  inset-inline-end: -0.5625rem;
}
.power-ribbone-bottom-right span {
  inset-inline-start: -0.3125rem;
  inset-block-end: 0.0625rem;
  transform: rotate(-45deg);
}
.power-ribbone-bottom-right span i {
  transform: rotate(45deg);
  padding-block-end: 0.125rem;
  padding-inline-end: 0.4375rem;
}
.ribbone::after,
.ribbone::before {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  border: 0.3125rem solid;
}
.ribbone span {
  position: absolute;
  display: block;
  width: 14.0625rem;
  padding: 0.3125rem 0;
  box-shadow: 0 0.3125rem 0.625rem var(--black-1);
  color: #fff;
  text-shadow: 0 0.0625rem 0.0625rem var(--black-2);
  text-transform: capitalize;
  text-align: center;
  font-size: 0.75rem;
}
.ribbone-top-left {
  inset-block-start: -0.625rem;
  inset-inline-start: -0.625rem;
}
.ribbone-top-left::after {
  content: none;
  border-block-start-color: transparent;
  border-inline-start-color: transparent;
}
.ribbone-top-left::before {
  content: none;
  border-block-start-color: transparent;
  border-inline-start-color: transparent;
  inset-block-start: 0;
  inset-inline-end: 3.125rem;
}
.ribbone-top-left::after {
  content: none;
  inset-block-end: 3.125rem;
  inset-inline-start: 0;
}
.ribbone-top-left span {
  inset-inline-end: -0.1875rem;
  inset-block-start: 1.4375rem;
  transform: rotate(-45deg);
}
.ribbone-top-right {
  inset-block-start: -0.625rem;
  inset-inline-end: -0.625rem;
}
.ribbone-top-right::after {
  content: none;
  border-block-start-color: transparent;
  border-inline-end-color: transparent;
}
.ribbone-top-right::before {
  content: none;
  border-block-start-color: transparent;
  border-inline-end-color: transparent;
  inset-block-start: 0;
  inset-inline-start: 3.125rem;
}
.ribbone-top-right::after {
  content: none;
  inset-block-end: 3.125rem;
  inset-inline-end: 0;
}
.ribbone-top-right span {
  inset-inline-start: -0.1875rem;
  inset-block-start: 1.4375rem;
  transform: rotate(45deg);
}
.ribbone-bottom-right {
  inset-block-start: 3rem;
  inset-inline-end: -1.625rem;
}
.ribbone-bottom-right::after {
  content: none;
}
.ribbone-bottom-right::before {
  content: none;
}
.ribbone-bottom-right span {
  inset-inline-start: -0.875rem;
  inset-block-start: 4.4375rem;
  transform: rotate(312deg);
}
.ribbone-bottom-left {
  inset-block-end: -4rem;
  inset-inline-start: -0.725rem;
}
.ribbone-bottom-left::after {
  content: none;
}
.ribbone-bottom-left::before {
  content: none;
}
.ribbone-bottom-left span {
  inset-inline-end: 0rem;
  inset-block-start: 2.75rem;
  transform: rotate(45deg);
}
.ribbone-warning-right {
  position: absolute;
  inset-block-start: -0.44375rem;
  inset-inline-end: 0.625rem;
  color: #fff;
  width: 2.5625rem;
}
.ribbone-warning-right:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-inline-start: 1.25rem solid transparent;
  border-inline-end: 1.25rem solid transparent;
  border-block-start: 0.8125rem solid rgb(var(--warning-rgb));
  z-index: 99;
}
.ribbone-warning-right span {
  position: relative;
  display: block;
  text-align: center;
  background: rgb(var(--warning-rgb));
  color: #000;
  font-size: 0.8125rem;
  line-height: 1;
  padding: 0.625rem 0.3125rem 0.625rem;
  border-start-end-radius: 0.625rem;
  z-index: 99;
}
.ribbone-warning-right span:after {
  position: absolute;
  content: "";
}
.ribbone-warning-right span:before {
  position: absolute;
  content: "";
  height: 0.4375rem;
  width: 0.5rem;
  inset-inline-start: -0.375rem;
  inset-block-start: 0.1875rem;
  background: rgb(var(--warning-rgb));
}
.ribbone-warning-right span:after {
  height: 0.25rem;
  width: 0.5rem;
  inset-inline-start: -0.3125rem;
  inset-block-start: 0;
  border-radius: 0.625rem 0.625rem 0 0;
  background: rgb(var(--warning-rgb));
}
.ribbone-warning-right i {
  color: #000;
  font-size: 1rem;
  padding-inline-start: 0.4375rem;
  padding-inline-end: 0.4375rem;
}
.ribbone-primary-right {
  position: absolute;
  inset-block-start: -0.38125rem;
  inset-inline-end: 0.625rem;
  color: #fff;
  width: 2.5625rem;
}
.ribbone-primary-right:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-inline-start: 1.25rem solid transparent;
  border-inline-end: 1.25rem solid transparent;
  border-block-start: 0.8125rem solid var(--primary-color);
  z-index: 99;
}
.ribbone-primary-right span {
  position: relative;
  display: block;
  text-align: center;
  background: var(--primary-color);
  font-size: 0.8125rem;
  line-height: 1;
  padding: 0.625rem 0.3125rem 0.625rem;
  border-start-end-radius: 0.5rem;
  z-index: 99;
}
.ribbone-primary-right span:after {
  position: absolute;
  content: "";
}
.ribbone-primary-right span:before {
  position: absolute;
  content: "";
  height: 0.4375rem;
  width: 0.5rem;
  inset-inline-start: -0.3125rem;
  inset-block-start: 0.125rem;
  background: var(--primary-color);
}
.ribbone-primary-right span:after {
  height: 0.375rem;
  width: 0.5rem;
  inset-inline-start: -0.5rem;
  inset-block-start: 0;
  border-radius: 0.5rem 0.5rem 0 0;
  background: var(--primary-color);
}
.ribbone-primary-right i {
  color: #fff;
  font-size: 1rem;
  padding-inline-start: 0.4375rem;
  padding-inline-end: 0.4375rem;
}
.ribbone-secondary-right {
  position: absolute;
  inset-block-start: -0.38125rem;
  inset-inline-end: 0.625rem;
  color: #fff;
  width: 2.5625rem;
}
.ribbone-secondary-right:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-inline-start: 1.25rem solid transparent;
  border-inline-end: 1.25rem solid transparent;
  border-block-start: 0.8125rem solid rgb(var(--secondary-rgb));
  z-index: 99;
}
.ribbone-secondary-right span {
  position: relative;
  display: block;
  text-align: center;
  background: rgb(var(--secondary-rgb));
  font-size: 0.8125rem;
  line-height: 1;
  padding: 0.625rem 0.3125rem 0.625rem;
  border-start-end-radius: 0.5rem;
  z-index: 99;
}
.ribbone-secondary-right span:after {
  position: absolute;
  content: "";
}
.ribbone-secondary-right span:before {
  position: absolute;
  content: "";
  height: 0.4375rem;
  width: 0.5rem;
  inset-inline-start: -0.3125rem;
  inset-block-start: 0.125rem;
  background: rgb(var(--secondary-rgb));
}
.ribbone-secondary-right span:after {
  height: 0.375rem;
  width: 0.5rem;
  inset-inline-start: -0.5rem;
  inset-block-start: 0;
  border-radius: 0.5rem 0.5rem 0 0;
  background: rgb(var(--secondary-rgb));
}
.ribbone-secondary-right i {
  color: #fff;
  font-size: 1rem;
  padding-inline-start: 0.4375rem;
  padding-inline-end: 0.4375rem;
}
.ribbone-danger-right {
  position: absolute;
  inset-block-start: -0.44375rem;
  inset-inline-end: 0.625rem;
  color: #fff;
  width: 2.5625rem;
}
.ribbone-danger-right:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-inline-start: 1.25rem solid transparent;
  border-inline-end: 1.25rem solid transparent;
  border-block-start: 0.8125rem solid rgb(var(--danger-rgb));
  z-index: 99;
}
.ribbone-danger-right span {
  position: relative;
  display: block;
  text-align: center;
  background: rgb(var(--danger-rgb));
  color: #000;
  font-size: 0.8125rem;
  line-height: 1;
  padding: 0.625rem 0.3125rem 0.625rem;
  border-start-end-radius: 0.625rem;
  z-index: 99;
}
.ribbone-danger-right span:after {
  position: absolute;
  content: "";
}
.ribbone-danger-right span:before {
  position: absolute;
  content: "";
  height: 0.4375rem;
  width: 0.5rem;
  inset-inline-start: -0.375rem;
  inset-block-start: 0.1875rem;
  background: rgb(var(--danger-rgb));
}
.ribbone-danger-right span:after {
  height: 0.375rem;
  width: 0.5rem;
  inset-inline-start: -0.3125rem;
  inset-block-start: 0;
  border-start-start-radius: 0.625rem;
  border-start-end-radius: 0.625rem;
  border-end-end-radius: 0;
  border-end-start-radius: 0;
  background: rgb(var(--danger-rgb));
}
.ribbone-danger-right i {
  color: #000;
  font-size: 1rem;
  padding-inline-start: 0.4375rem;
  padding-inline-end: 0.4375rem;
}
.ribbone-success-left {
  position: absolute;
  inset-block-start: -0.44375rem;
  inset-inline-start: 0.625rem;
  color: #fff;
  width: 2.5625rem;
}
.ribbone-success-left:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-inline-start: 1.25rem solid transparent;
  border-inline-end: 1.25rem solid transparent;
  border-block-start: 0.8125rem solid rgb(var(--success-rgb));
  z-index: 99;
}
.ribbone-success-left span {
  position: relative;
  display: block;
  text-align: center;
  background: rgb(var(--success-rgb));
  font-size: 0.8125rem;
  color: #000;
  line-height: 1;
  padding: 0.625rem 0.3125rem 0.625rem;
  border-start-start-radius: 0.625rem;
  z-index: 99;
}
.ribbone-success-left span:after {
  position: absolute;
  content: "";
}
.ribbone-success-left span:before {
  position: absolute;
  content: "";
  height: 0.4375rem;
  width: 0.5rem;
  inset-inline-end: -0.375rem;
  inset-block-start: 0.1875rem;
  background: rgb(var(--success-rgb));
}
.ribbone-success-left span:after {
  height: 0.25rem;
  width: 0.5rem;
  inset-inline-end: -0.3125rem;
  inset-block-start: 0;
  border-start-start-radius: 0.625rem;
  border-start-end-radius: 0.625rem;
  border-end-end-radius: 0;
  border-end-start-radius: 0;
  background: rgb(var(--success-rgb));
}
.ribbone-success-left i {
  color: #000;
  font-size: 1rem;
  padding-inline-start: 0.4375rem;
  padding-inline-end: 0.4375rem;
}
.ribbone-info-left {
  position: absolute;
  inset-block-start: -0.44375rem;
  inset-inline-start: 0.625rem;
  color: #fff;
  width: 2.5625rem;
}
.ribbone-info-left:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-inline-start: 1.25rem solid transparent;
  border-inline-end: 1.25rem solid transparent;
  border-block-start: 0.8125rem solid rgb(var(--info-rgb));
  z-index: 99;
}
.ribbone-info-left span {
  position: relative;
  display: block;
  text-align: center;
  background: rgb(var(--info-rgb));
  color: #000;
  font-size: 0.8125rem;
  line-height: 1;
  padding: 0.625rem 0.3125rem 0.625rem;
  border-start-start-radius: 0.625rem;
  z-index: 99;
}
.ribbone-info-left span:after {
  position: absolute;
  content: "";
}
.ribbone-info-left span:before {
  position: absolute;
  content: "";
  height: 0.4375rem;
  width: 0.5rem;
  inset-inline-end: -0.375rem;
  inset-block-start: 0.1875rem;
  background: rgb(var(--info-rgb));
}
.ribbone-info-left span:after {
  height: 0.25rem;
  width: 0.5rem;
  inset-inline-end: -0.3125rem;
  inset-block-start: 0;
  border-start-start-radius: 0.625rem;
  border-start-end-radius: 0.625rem;
  border-end-end-radius: 0;
  border-end-start-radius: 0;
  background: rgb(var(--info-rgb));
}
.ribbone-info-left i {
  color: #000;
  font-size: 1rem;
  padding-inline-start: 0.4375rem;
  padding-inline-end: 0.4375rem;
}
.bookmark-ribbone-danger-left {
  position: absolute;
  inset-inline-start: 0;
  color: #000;
  width: 2.125rem;
}
.bookmark-ribbone-danger-left:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  z-index: 99;
  inset-inline-start: 0;
  border-inline-start: 1.0625rem solid rgb(var(--danger-rgb));
  border-inline-end: 1.0625rem solid rgb(var(--danger-rgb));
  border-block-end: 0.625rem solid transparent;
}
.bookmark-ribbone-danger-left span {
  position: relative;
  display: block;
  text-align: center;
  background: rgb(var(--danger-rgb));
  font-size: 0.8125rem;
  line-height: 1;
  padding: 0.75rem 0.125rem 1.25rem;
  z-index: 99;
}
.bookmark-ribbone-danger-left i {
  color: #fff;
  font-size: 1rem;
  padding-inline-start: 0.4375rem;
  padding-inline-end: 0.4375rem;
}
.bookmark-ribbone-secondary-right {
  position: absolute;
  inset-inline-end: 0;
  color: #000;
  width: 2.125rem;
}
.bookmark-ribbone-secondary-right:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  z-index: 99;
  inset-inline-end: 0;
  border-inline-start: 1.0625rem solid rgb(var(--secondary-rgb));
  border-inline-end: 1.0625rem solid rgb(var(--secondary-rgb));
  border-block-end: 0.625rem solid transparent;
}
.bookmark-ribbone-secondary-right span {
  position: relative;
  display: block;
  text-align: center;
  background: rgb(var(--secondary-rgb));
  font-size: 0.8125rem;
  line-height: 1;
  padding: 0.75rem 0.125rem 1.25rem;
  z-index: 99;
}
.bookmark-ribbone-secondary-right i {
  color: #000;
  font-size: 1rem;
  padding-inline-start: 0.4375rem;
  padding-inline-end: 0.4375rem;
}
.bookmark-sideleft-ribbone-success-left {
  position: absolute;
  inset-block-start: 0;
  color: #000;
  height: 2.125rem;
  inset-inline-start: 0;
}
.bookmark-sideleft-ribbone-success-left:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  z-index: 99;
  inset-block-start: 0;
  inset-inline-end: -0.625rem;
  border-block-start: 1.0625rem solid rgb(var(--success-rgb));
  border-block-end: 1.0625rem solid rgb(var(--success-rgb));
  border-inline-end: 0.625rem solid transparent;
}
.bookmark-sideleft-ribbone-success-left span {
  position: relative;
  display: block;
  text-align: center;
  background: rgb(var(--success-rgb));
  font-size: 0.8125rem;
  line-height: 1;
  padding: 0.5rem 1.25rem 0.5625rem;
  z-index: 99;
  height: 2.125rem;
}
.bookmark-sideleft-ribbone-success-left i {
  color: #000;
  font-size: 1rem;
  padding-inline-start: 0.4375rem;
  padding-inline-end: 0.4375rem;
}
.bookmark-sideright-ribbone-primary-right {
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;
  color: #000;
}
.bookmark-sideright-ribbone-primary-right:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  z-index: 99;
  inset-block-start: 0;
  inset-inline-start: -0.625rem;
  border-block-start: 1.0625rem solid var(--primary-color);
  border-block-end: 1.0625rem solid var(--primary-color);
  border-inline-start: 0.625rem solid transparent;
}
.bookmark-sideright-ribbone-primary-right span {
  position: relative;
  display: block;
  text-align: center;
  background: var(--primary-color);
  font-size: 0.8125rem;
  line-height: 1;
  padding: 0.5rem 1.25rem 0.5625rem;
  z-index: 99;
  height: 2.125rem;
}
.bookmark-sideright-ribbone-primary-right i {
  color: #000;
  font-size: 1rem;
  padding-inline-start: 0.4375rem;
  padding-inline-end: 0.4375rem;
}
.ribbone-card {
  overflow: hidden;
}
.fullwidth-secondary-ribbons .bar {
  color: #000;
  background-color: rgb(var(--secondary-rgb));
  padding: 0.3125rem;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  border: 0.125rem transparent solid;
  box-shadow: 0 0.625rem 1.875rem -0.625rem gray;
}
.fullwidth-secondary-ribbons .bar span {
  position: absolute;
}
.fullwidth-secondary-ribbons .bar span:nth-child(1),
.fullwidth-secondary-ribbons .bar span:nth-child(3) {
  border-style: solid;
  border-width: 0.6875rem;
  z-index: -1;
}
.fullwidth-secondary-ribbons .bar span:nth-child(1) {
  border-color: transparent;
  inset-inline-start: -0.125rem;
}
.fullwidth-secondary-ribbons .bar span:nth-child(3) {
  border-color: transparent;
  inset-block-start: 1.9375rem;
  inset-inline-end: -0.125rem;
}
.fullwidth-secondary-ribbons .bar span:nth-child(2),
.fullwidth-secondary-ribbons .bar span:nth-child(4) {
  inset-block-start: 1.125rem;
  border-style: solid;
  border-width: 1.125rem;
  z-index: -1;
}
.fullwidth-secondary-ribbons .bar span:nth-child(2) {
  border-color: rgb(var(--secondary-rgb)) rgb(var(--secondary-rgb)) rgb(var(--secondary-rgb)) transparent;
  inset-inline-start: -1.875rem;
  box-shadow: 1.25rem 1.25rem 1.875rem -0.625rem grey;
}
.fullwidth-secondary-ribbons .bar span:nth-child(4) {
  border-color: rgb(var(--secondary-rgb)) transparent rgb(var(--secondary-rgb)) rgb(var(--secondary-rgb));
  inset-inline-end: -1.875rem;
  box-shadow: -1.25rem 1.1875rem 1.875rem -0.625rem grey;
}
.fullwidth-primary-ribbons .bar {
  color: #000;
  background-color: var(--primary-color);
  padding: 0.3125rem;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  border: 0.125rem transparent solid;
  box-shadow: 0 0.625rem 1.875rem -0.625rem gray;
}
.fullwidth-primary-ribbons .bar span {
  position: absolute;
}
.fullwidth-primary-ribbons .bar span:nth-child(1),
.fullwidth-primary-ribbons .bar span:nth-child(3) {
  border-style: solid;
  border-width: 0.6875rem;
  z-index: -1;
}
.fullwidth-primary-ribbons .bar span:nth-child(1) {
  border-color: transparent;
  inset-block-start: 1.9375rem;
  inset-inline-start: -0.125rem;
}
.fullwidth-primary-ribbons .bar span:nth-child(3) {
  border-color: transparent;
  inset-block-start: 1.9375rem;
  inset-inline-end: -0.125rem;
}
.fullwidth-primary-ribbons .bar span:nth-child(2),
.fullwidth-primary-ribbons .bar span:nth-child(4) {
  inset-block-start: 1.125rem;
  border-style: solid;
  border-width: 1.125rem;
  z-index: -1;
}
.fullwidth-primary-ribbons .bar span:nth-child(2) {
  border-color: var(--primary-color) var(--primary-color) var(--primary-color) transparent;
  inset-inline-start: -1.875rem;
  box-shadow: 1.25rem 1.25rem 1.875rem -0.625rem grey;
}
.fullwidth-primary-ribbons .bar span:nth-child(4) {
  border-color: var(--primary-color) transparent var(--primary-color) var(--primary-color);
  inset-inline-end: -1.875rem;
  box-shadow: -1.25rem 1.1875rem 1.875rem -0.625rem grey;
}
.fullwidth-warning-ribbons .bar {
  color: #000;
  background-color: rgb(var(--warning-rgb));
  padding: 0.3125rem;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  border: 0.125rem transparent solid;
  box-shadow: 0 0.625rem 1.875rem -0.625rem gray;
}
.fullwidth-warning-ribbons .bar span {
  position: absolute;
}
.fullwidth-warning-ribbons .bar span:nth-child(1),
.fullwidth-warning-ribbons .bar span:nth-child(3) {
  border-style: solid;
  border-width: 0.6875rem;
  z-index: -1;
}
.fullwidth-warning-ribbons .bar span:nth-child(1) {
  border-color: transparent;
  inset-block-start: 1.9375rem;
  inset-inline-start: -0.125rem;
}
.fullwidth-warning-ribbons .bar span:nth-child(3) {
  border-color: transparent;
  inset-block-start: 1.9375rem;
  inset-inline-end: -0.125rem;
}
.fullwidth-warning-ribbons .bar span:nth-child(2),
.fullwidth-warning-ribbons .bar span:nth-child(4) {
  inset-block-start: 1.125rem;
  border-style: solid;
  border-width: 1.125rem;
  z-index: -1;
}
.fullwidth-warning-ribbons .bar span:nth-child(2) {
  border-color: rgb(var(--warning-rgb)) rgb(var(--warning-rgb)) rgb(var(--warning-rgb)) transparent;
  inset-inline-start: -1.875rem;
  box-shadow: 1.25rem 1.25rem 1.875rem -0.625rem grey;
}
.fullwidth-warning-ribbons .bar span:nth-child(4) {
  border-color: rgb(var(--warning-rgb)) transparent rgb(var(--warning-rgb)) rgb(var(--warning-rgb));
  inset-inline-end: -1.875rem;
  box-shadow: -1.25rem 1.1875rem 1.875rem -0.625rem grey;
}
.fullwidth-success-ribbons .bar {
  color: #000;
  background-color: rgb(var(--success-rgb));
  padding: 0.3125rem;
  text-align: center;
  position: relative;
  text-transform: uppercase;
  border: 0.125rem transparent solid;
  box-shadow: 0 0.625rem 1.875rem -0.625rem gray;
}
.fullwidth-success-ribbons .bar span {
  position: absolute;
}
.fullwidth-success-ribbons .bar span:nth-child(1),
.fullwidth-success-ribbons .bar span:nth-child(3) {
  border-style: solid;
  border-width: 0.6875rem;
  z-index: -1;
}
.fullwidth-success-ribbons .bar span:nth-child(1) {
  border-color: transparent;
  inset-block-start: 1.9375rem;
  inset-inline-start: -0.125rem;
}
.fullwidth-success-ribbons .bar span:nth-child(3) {
  border-color: transparent;
  inset-block-start: 1.9375rem;
  inset-inline-end: -0.125rem;
}
.fullwidth-success-ribbons .bar span:nth-child(2),
.fullwidth-success-ribbons .bar span:nth-child(4) {
  inset-block-start: 1.125rem;
  border-style: solid;
  border-width: 1.125rem;
  z-index: -1;
}
.fullwidth-success-ribbons .bar span:nth-child(2) {
  border-color: rgb(var(--success-rgb)) rgb(var(--success-rgb)) rgb(var(--success-rgb)) transparent;
  inset-inline-start: -1.875rem;
  box-shadow: 1.25rem 1.25rem 1.875rem -0.625rem grey;
}
.fullwidth-success-ribbons .bar span:nth-child(4) {
  border-color: rgb(var(--success-rgb)) transparent rgb(var(--success-rgb)) rgb(var(--success-rgb));
  inset-inline-end: -1.875rem;
  box-shadow: -1.25rem 1.1875rem 1.875rem -0.625rem grey;
}
.ribbon-cards {
  padding: 2.5rem !important;
}
[dir=rtl] .ribbone-bottom-left span {
  transform: rotate(-45deg);
}
[dir=rtl] .ribbone-bottom-right span {
  transform: rotate(-312deg);
}
[dir=rtl] .power-ribbone-top-left span {
  transform: rotate(45deg);
}
[dir=rtl] .power-ribbone-top-left span i {
  transform: rotate(-45deg);
}
[dir=rtl] .power-ribbone-bottom-left span {
  transform: rotate(-45deg);
}
[dir=rtl] .power-ribbone-bottom-left span i {
  transform: rotate(45deg);
}
[dir=rtl] .power-ribbone-top-right span {
  transform: rotate(-45deg);
}
[dir=rtl] .power-ribbone-top-right span i {
  transform: rotate(45deg);
}
[dir=rtl] .power-ribbone-bottom-right span {
  transform: rotate(45deg);
}
[dir=rtl] .power-ribbone-bottom-right span i {
  transform: rotate(-45deg);
}
[dir=rtl] .ribbone-top-left span {
  transform: rotate(45deg);
}
[dir=rtl] .ribbone-top-right span {
  transform: rotate(-45deg);
}
[dir=rtl] .ribbone-top-left span {
  transform: rotate(45deg);
}
[dir=rtl] .ribbone-top-right span {
  transform: rotate(-45deg);
}
[dir=rtl] .ribbons-style-6 {
  direction: ltr;
}
.ribbon-style-6 .bar:before {
  border-color: rgba(0, 0, 0, 0.4) transparent transparent transparent;
  position: absolute;
  display: block;
  border-style: solid;
  inset-block-end: -1.375rem;
  content: "";
  inset-inline-start: -0.25rem;
  border-block-start-width: 1.25rem;
  border-inline-end-width: 0px;
  border-block-end-width: 0px;
  border-inline-start-width: 0.625rem;
}
.ribbon-style-6 .bar:after {
  border-color: rgba(0, 0, 0, 0.4) transparent transparent transparent;
  position: absolute;
  display: block;
  border-style: solid;
  inset-block-end: -1.375rem;
  content: "";
  inset-inline-end: -0.25rem;
  border-block-start-width: 1.25rem;
  border-inline-end-width: 0.625rem;
  border-block-end-width: 0;
  border-inline-start-width: 0;
}
.ribbon-badge-right {
  width: 2rem;
  height: 2rem;
  display: flex;
  padding: 0.3125rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 0.25rem solid rgba(255, 255, 255, 0.6);
  position: absolute;
  box-shadow: 0 0.1875rem 0.6875rem rgba(0, 0, 0, 0.3);
  inset-inline-end: 1rem;
  inset-block-start: -1rem;
}
.ribbon-badge-right .ribbon-badge-icon {
  font-size: 0.75rem;
  line-height: 1;
}
.ribbon-badge-right .ribbon-style-7 {
  width: 1rem;
  height: 1.5625rem;
  display: block;
  z-index: -1;
  position: absolute;
  transform-origin: 0 0;
  inset-block-start: 1.0625rem;
}
.ribbon-badge-right .ribbon-style-7:before {
  border-block-start-width: 0px;
  border-inline-end-width: 0.5625rem;
  border-block-end-width: 0.5625rem;
  border-inline-start-width: 0px;
  border-block-start-color: transparent;
  border-block-end-color: transparent;
  border-inline-start-color: transparent;
  inset-inline-end: 0;
  content: "";
  border-style: solid;
  position: absolute;
  inset-block-end: -0.5625rem;
}
.ribbon-badge-right .ribbon-style-7:after {
  border-block-start-width: 0.5625rem;
  border-inline-end-width: 0.5625rem;
  border-block-end-width: 0px;
  border-inline-start-width: 0px;
  border-inline-end-color: transparent;
  border-block-end-color: transparent;
  border-inline-start-color: transparent;
  content: "";
  border-style: solid;
  position: absolute;
  inset-block-end: -0.5625rem;
  inset-inline-start: 0;
}
.ribbon-badge-right.secondary {
  background-color: rgb(var(--secondary-rgb));
}
.ribbon-badge-right.secondary .ribbon-style-7 {
  background-color: rgb(var(--secondary-rgb));
}
.ribbon-badge-right.secondary .ribbon-style-7:before {
  border-inline-end-color: rgb(var(--secondary-rgb));
}
.ribbon-badge-right.secondary .ribbon-style-7:after {
  border-block-start-color: rgb(var(--secondary-rgb));
}
.ribbon-badge-right.success {
  background-color: rgb(var(--success-rgb));
}
.ribbon-badge-right.success .ribbon-style-7 {
  background-color: rgb(var(--success-rgb));
}
.ribbon-badge-right.success .ribbon-style-7:before {
  border-inline-end-color: rgb(var(--success-rgb));
}
.ribbon-badge-right.success .ribbon-style-7:after {
  border-block-start-color: rgb(var(--success-rgb));
}
.ribbon-badge-right.danger {
  background-color: rgb(var(--danger-rgb));
}
.ribbon-badge-right.danger .ribbon-style-7 {
  background-color: rgb(var(--danger-rgb));
}
.ribbon-badge-right.danger .ribbon-style-7:before {
  border-inline-end-color: rgb(var(--danger-rgb));
}
.ribbon-badge-right.danger .ribbon-style-7:after {
  border-block-start-color: rgb(var(--danger-rgb));
}
.ribbon-badge-right.warning {
  background-color: rgb(var(--warning-rgb));
}
.ribbon-badge-right.warning .ribbon-style-7 {
  background-color: rgb(var(--warning-rgb));
}
.ribbon-badge-right.warning .ribbon-style-7:before {
  border-inline-end-color: rgb(var(--warning-rgb));
}
.ribbon-badge-right.warning .ribbon-style-7:after {
  border-block-start-color: rgb(var(--warning-rgb));
}
.SciFi-kanban-board {
  display: flex;
  overflow-x: auto;
  align-items: stretch;
  margin-bottom: 0.75rem;
  padding-bottom: 1rem;
}
.SciFi-kanban-board .kanban-tasks-type {
  min-width: 20rem;
  margin-inline-end: 0.5rem;
  width: 100%;
}
.SciFi-kanban-board .kanban-tasks-type .kanban-tasks .card {
  touch-action: none;
}
.SciFi-kanban-board::-webkit-scrollbar-thumb {
  background-color: rgba(var(--dark-rgb), 0.1);
  border-radius: 0.3125rem;
}
.SciFi-kanban-board::-webkit-scrollbar-track {
  border-radius: 0.3125rem;
}
.SciFi-kanban-board .task-image .kanban-image {
  height: 150px;
  width: 100%;
}
.SciFi-kanban-board .kanban-content {
  margin-top: 0.75rem;
}
.SciFi-kanban-board .kanban-task-description {
  color: var(--text-muted);
  font-size: 0.7rem;
}
.SciFi-kanban-board .kanban-tasks-type.new .kanban-tasks .card {
  border: 1px solid rgba(var(--primary-rgb), 0.3);
}
.SciFi-kanban-board .kanban-tasks-type.todo .kanban-tasks .card {
  border: 1px solid rgba(var(--warning-rgb), 0.3);
}
.SciFi-kanban-board .kanban-tasks-type.in-progress .kanban-tasks .card {
  border: 1px solid rgba(var(--info-rgb), 0.3);
}
.SciFi-kanban-board .kanban-tasks-type.inreview .kanban-tasks .card {
  border: 1px solid rgba(var(--danger-rgb), 0.3);
}
.SciFi-kanban-board .kanban-tasks-type.completed .kanban-tasks .card {
  border: 1px solid rgba(var(--success-rgb), 0.3);
}
.SciFi-kanban-board #new-tasks .card.custom-card:last-child,
.SciFi-kanban-board #todo-tasks .card.custom-card:last-child,
.SciFi-kanban-board #inprogress-tasks .card.custom-card:last-child,
.SciFi-kanban-board #inreview-tasks .card.custom-card:last-child,
.SciFi-kanban-board #completed-tasks .card.custom-card:last-child {
  margin-bottom: 0;
}
.SciFi-kanban-board #new-tasks,
.SciFi-kanban-board #todo-tasks,
.SciFi-kanban-board #inprogress-tasks,
.SciFi-kanban-board #inreview-tasks,
.SciFi-kanban-board #completed-tasks {
  position: relative;
  max-height: 35rem;
}
.SciFi-kanban-board #new-tasks .simplebar-content,
.SciFi-kanban-board #todo-tasks .simplebar-content,
.SciFi-kanban-board #inprogress-tasks .simplebar-content,
.SciFi-kanban-board #inreview-tasks .simplebar-content,
.SciFi-kanban-board #completed-tasks .simplebar-content {
  padding: 0 1rem 0 0 !important;
}
.SciFi-kanban-board .task-Null {
  position: relative;
  min-height: 12.5rem;
  background-color: var(--custom-white);
}
.SciFi-kanban-board .task-Null::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 25%;
  bottom: 0;
  border-radius: 0.5rem;
  background-image: url(https://oarlin-bb3cf8e14b12.herokuapp.com/media-81-LOBG5UQB.png);
  background-size: cover;
  background-position: center;
  height: 5rem;
  width: 5rem;
  margin: 0 auto;
}
.SciFi-kanban-board .view-more-button {
  margin-right: 1rem;
}
.kanban-sortby {
  width: 5rem;
}
.task-karbon-header .choices {
  flex-shrink: 0;
  margin-block-end: 0;
}
.task-title {
  position: relative;
  inset-inline-start: 1rem;
}
.task-title::before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  inset-inline-start: -1rem;
  top: 0.5rem;
  border-radius: 50%;
  background-color: rgb(var(--secondary-rgb));
}
.task-details-key-tasks {
  list-style-type: decimal;
}
.task-details-key-tasks li {
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  color: var(--text-muted);
}
.task-details-key-tasks li:last-child {
  margin-bottom: 0;
}
.task-description {
  font-size: 0.875rem;
}
.task-details-progress {
  width: 6.25rem;
}
.task-icon-background {
  width: 3.75rem;
  height: 3.75rem;
  padding: 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar {
  position: relative;
  height: 2.625rem;
  width: 2.625rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0rem;
  color: #fff;
  font-weight: 500;
}
.avatar a.badge:hover {
  color: #fff;
}
.avatar img {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.avatar svg {
  width: 1.5rem;
  height: 1.5rem;
}
.avatar.avatar-rounded {
  border-radius: 50%;
}
.avatar.avatar-rounded img {
  border-radius: 50%;
}
.avatar.avatar-radius-0 {
  border-radius: 0;
}
.avatar.avatar-radius-0 img {
  border-radius: 0;
}
.avatar .avatar-badge {
  position: absolute;
  inset-block-start: -4%;
  inset-inline-end: -0.375rem;
  width: 1.4rem;
  height: 1.4rem;
  font-size: 0.625rem;
  border: 2px solid #ffffff;
  border-radius: 50% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar.online:before,
.avatar.offline:before {
  position: absolute;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  inset-inline-end: 0;
  inset-block-end: 0;
  border: 2px solid var(--custom-white);
}
.avatar.online:before {
  background-color: rgb(var(--success-rgb));
}
.avatar.offline:before {
  background-color: var(--gray-5);
}
.avatar.avatar-xs {
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.65rem;
}
.avatar.avatar-xs .avatar-badge {
  padding: 0.25rem;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  font-size: 0.5rem;
  inset-block-start: -25%;
  inset-inline-end: -0.5rem;
}
.avatar.avatar-sm {
  width: 1.75rem;
  height: 1.75rem;
  line-height: 1.75rem;
  font-size: 0.65rem;
}
.avatar.avatar-sm .avatar-badge {
  padding: 0.3rem;
  width: 1.1rem;
  height: 1.1rem;
  line-height: 1.1rem;
  font-size: 0.5rem;
  inset-block-start: -38%;
  inset-inline-end: -0.5rem;
}
.avatar.avatar-sm.online:before,
.avatar.avatar-sm.offline:before {
  width: 0.5rem;
  height: 0.5rem;
}
.avatar.avatar-sm svg {
  width: 1rem;
  height: 1rem;
}
.avatar.avatar-md {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  font-size: 0.8rem;
}
.avatar.avatar-md .avatar-badge {
  padding: 0.4rem;
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  font-size: 0.65rem;
  inset-block-start: -6%;
  inset-inline-end: -13%;
}
.avatar.avatar-md.online:before,
.avatar.avatar-md.offline:before {
  width: 0.75rem;
  height: 0.75rem;
}
.avatar.avatar-md svg {
  width: 1.25rem;
  height: 1.25rem;
}
.avatar.avatar-lg {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1rem;
}
.avatar.avatar-lg .avatar-badge {
  inset-block-start: -15%;
  inset-inline-end: -0.25%;
}
.avatar.avatar-lg.online:before,
.avatar.avatar-lg.offline:before {
  width: 0.8rem;
  height: 0.8rem;
}
.avatar.avatar-lg svg {
  width: 1.5rem;
  height: 1.5rem;
}
.avatar.avatar-xl {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.25rem;
}
.avatar.avatar-xl .avatar-badge {
  inset-block-start: -8%;
  inset-inline-end: -0.2%;
}
.avatar.avatar-xl.online:before,
.avatar.avatar-xl.offline:before {
  width: 0.95rem;
  height: 0.95rem;
}
.avatar.avatar-xxl {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 1.5rem;
}
.avatar.avatar-xxl .avatar-badge {
  inset-block-start: -4%;
  inset-inline-end: 0rem;
}
.avatar.avatar-xxl.online:before,
.avatar.avatar-xxl.offline:before {
  width: 1.05rem;
  height: 1.05rem;
  inset-block-end: 0.25rem;
}
.avatar-list-stacked {
  padding: 0;
}
.avatar-list-stacked .avatar {
  margin-inline-end: -0.65rem !important;
  border: 2px solid transparent;
  vertical-align: middle;
  transition: transform ease 200ms;
}
.avatar-list-stacked .avatar:last-child {
  margin-inline-end: 0 !important;
}
.avatar-list-stacked .avatar:hover {
  z-index: 1;
  transform: scale(1.15);
  border: 2px solid var(--custom-white);
}
[dir=rtl] .avatar-list-stacked .ri-arrow-right-s-line {
  transform: rotate(180deg);
}
.color-container {
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 3rem;
}
.text-container {
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  box-shadow: 0px 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
}
.bg-body {
  background-color: var(--default-body-bg-color) !important;
}
.bg-primary {
  background-color: var(--primary-color) !important;
  color: #000 !important;
}
.bg-primary.bg-opacity-10 {
  background-color: var(--primary01) !important;
}
.bg-primary.bg-opacity-25 {
  background-color: var(--primary03) !important;
}
.bg-primary.bg-opacity-50 {
  background-color: var(--primary05) !important;
}
.bg-primary.bg-opacity-75 {
  background-color: var(--primary08) !important;
}
.bg-primary.bg-opacity-100 {
  background-color: var(--primary-color) !important;
}
.bg-secondary {
  background-color: rgb(var(--secondary-rgb)) !important;
  color: #000 !important;
}
.bg-secondary.bg-opacity-10 {
  background-color: rgba(var(--secondary-rgb), 0.1) !important;
}
.bg-secondary.bg-opacity-25 {
  background-color: rgba(var(--secondary-rgb), 0.25) !important;
}
.bg-secondary.bg-opacity-50 {
  background-color: rgba(var(--secondary-rgb), 0.5) !important;
}
.bg-secondary.bg-opacity-75 {
  background-color: rgba(var(--secondary-rgb), 0.75) !important;
}
.bg-secondary.bg-opacity-100 {
  background-color: rgba(var(--secondary-rgb), 1) !important;
}
.bg-info {
  background-color: rgb(var(--info-rgb)) !important;
  color: #000 !important;
}
.bg-info.bg-opacity-10 {
  background-color: rgba(var(--info-rgb), 0.1) !important;
}
.bg-info.bg-opacity-25 {
  background-color: rgba(var(--info-rgb), 0.25) !important;
}
.bg-info.bg-opacity-50 {
  background-color: rgba(var(--info-rgb), 0.5) !important;
}
.bg-info.bg-opacity-75 {
  background-color: rgba(var(--info-rgb), 0.75) !important;
}
.bg-info.bg-opacity-100 {
  background-color: rgba(var(--info-rgb), 1) !important;
}
.bg-success {
  background-color: rgb(var(--success-rgb)) !important;
  color: #000 !important;
}
.bg-success.bg-opacity-10 {
  background-color: rgba(var(--success-rgb), 0.1) !important;
}
.bg-success.bg-opacity-25 {
  background-color: rgba(var(--success-rgb), 0.25) !important;
}
.bg-success.bg-opacity-50 {
  background-color: rgba(var(--success-rgb), 0.5) !important;
}
.bg-success.bg-opacity-75 {
  background-color: rgba(var(--success-rgb), 0.75) !important;
}
.bg-success.bg-opacity-100 {
  background-color: rgba(var(--success-rgb), 1) !important;
}
.bg-warning {
  background-color: rgb(var(--warning-rgb)) !important;
  color: #000 !important;
}
.bg-warning.bg-opacity-10 {
  background-color: rgba(var(--warning-rgb), 0.1) !important;
}
.bg-warning.bg-opacity-25 {
  background-color: rgba(var(--warning-rgb), 0.25) !important;
}
.bg-warning.bg-opacity-50 {
  background-color: rgba(var(--warning-rgb), 0.5) !important;
}
.bg-warning.bg-opacity-75 {
  background-color: rgba(var(--warning-rgb), 0.75) !important;
}
.bg-warning.bg-opacity-100 {
  background-color: rgba(var(--warning-rgb), 1) !important;
}
.bg-danger {
  background-color: rgb(var(--danger-rgb)) !important;
  color: #000 !important;
}
.bg-danger.bg-opacity-10 {
  background-color: rgba(var(--danger-rgb), 0.1) !important;
}
.bg-danger.bg-opacity-25 {
  background-color: rgba(var(--danger-rgb), 0.25) !important;
}
.bg-danger.bg-opacity-50 {
  background-color: rgba(var(--danger-rgb), 0.5) !important;
}
.bg-danger.bg-opacity-75 {
  background-color: rgba(var(--danger-rgb), 0.75) !important;
}
.bg-danger.bg-opacity-100 {
  background-color: rgba(var(--danger-rgb), 1) !important;
}
.bg-dark {
  background-color: rgb(var(--dark-rgb)) !important;
  color: #000 !important;
}
.bg-dark.bg-opacity-10 {
  background-color: rgba(var(--dark-rgb), 0.1) !important;
}
.bg-dark.bg-opacity-25 {
  background-color: rgba(var(--dark-rgb), 0.25) !important;
}
.bg-dark.bg-opacity-50 {
  background-color: rgba(var(--dark-rgb), 0.5) !important;
}
.bg-dark.bg-opacity-75 {
  background-color: rgba(var(--dark-rgb), 0.75) !important;
}
.bg-dark.bg-opacity-100 {
  background-color: rgba(var(--dark-rgb), 1) !important;
}
.bg-light {
  background-color: rgb(var(--light-rgb)) !important;
}
.bg-light.bg-opacity-10 {
  background-color: rgba(var(--light-rgb), 0.1) !important;
}
.bg-light.bg-opacity-25 {
  background-color: rgba(var(--light-rgb), 0.25) !important;
}
.bg-light.bg-opacity-50 {
  background-color: rgba(var(--light-rgb), 0.5) !important;
}
.bg-light.bg-opacity-75 {
  background-color: rgba(var(--light-rgb), 0.75) !important;
}
.bg-light.bg-opacity-100 {
  background-color: rgba(var(--light-rgb), 1) !important;
}
.bg-white {
  background-color: var(--custom-white) !important;
}
.bg-pink {
  background-color: rgb(var(--pink-rgb)) !important;
}
.bg-orange {
  background-color: rgb(var(--orange-rgb)) !important;
}
.bg-purple {
  background-color: rgb(var(--purple-rgb)) !important;
}
.bg-green {
  background-color: #1dd871 !important;
}
.bg-teal {
  background-color: rgb(var(--teal-rgb)) !important;
}
.bg-blue {
  background-color: #2b3e65 !important;
}
.bg-indigo {
  background-color: #4d5ddb !important;
}
.bg-yellow {
  background-color: #fff621 !important;
}
.bg-primary-gradient {
  background: linear-gradient(to bottom, var(--primary08) 0%, rgba(0, 0, 0, 0.6) 100%) !important;
  color: #fff;
}
.bg-secondary-gradient {
  background: linear-gradient(to bottom right, rgb(var(--secondary-rgb)) 0%, #046866 100%) !important;
  color: #fff;
}
.bg-warning-gradient {
  background: linear-gradient(to bottom right, rgb(var(--warning-rgb)) 0%, #a18709 100%) !important;
  color: #fff;
}
.bg-info-gradient {
  background: linear-gradient(to bottom right, rgb(var(--info-rgb)) 0%, #09737a 100%) !important;
  color: #fff;
}
.bg-success-gradient {
  background: linear-gradient(to bottom right, rgb(var(--success-rgb)) 0%, #055a43 100%) !important;
  color: #fff;
}
.bg-danger-gradient {
  background: linear-gradient(to bottom right, rgb(var(--danger-rgb)) 0%, #8d0a13 100%) !important;
  color: #fff;
}
.bg-orange-gradient {
  background: linear-gradient(to bottom right, rgb(var(--orange-rgb)) 0%, #893804 100%) !important;
  color: #fff;
}
.bg-purple-gradient {
  background: linear-gradient(to bottom right, rgb(var(--purple-rgb)) 0%, #bf7df3 100%) !important;
  color: #fff;
}
.bg-teal-gradient {
  background: linear-gradient(to bottom right, rgb(var(--teal-rgb)) 0%, #007B6F 100%) !important;
  color: #fff;
}
.bg-light-gradient {
  background: linear-gradient(to bottom right, rgb(var(--light-rgb)) 0%, #D7FCFF 100%) !important;
  color: #fff;
}
.bg-dark-gradient {
  background: linear-gradient(to bottom right, rgb(var(--dark-rgb)) 0%, #16657A 100%) !important;
  color: #fff;
}
.bg-outline-primary {
  background-color: transparent;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}
.bg-outline-secondary {
  background-color: transparent;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border: 1px solid rgb(var(--secondary-rgb));
  color: rgb(var(--secondary-rgb));
}
.bg-outline-warning {
  background-color: transparent;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border: 1px solid rgb(var(--warning-rgb));
  color: rgb(var(--warning-rgb));
}
.bg-outline-info {
  background-color: transparent;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border: 1px solid rgb(var(--info-rgb));
  color: rgb(var(--info-rgb));
}
.bg-outline-success {
  background-color: transparent;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border: 1px solid rgb(var(--success-rgb));
  color: rgb(var(--success-rgb));
}
.bg-outline-danger {
  background-color: transparent;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border: 1px solid rgb(var(--danger-rgb));
  color: rgb(var(--danger-rgb));
}
.bg-outline-dark {
  background-color: transparent;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border: 1px solid rgb(var(--dark-rgb));
  color: rgb(var(--dark-rgb));
}
.bg-outline-light {
  background-color: transparent;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  border: 1px solid rgb(var(--light-rgb));
  color: var(--custom-black);
}
.bg-gray-100 {
  background-color: var(--gray-1);
}
.bg-gray-200 {
  background-color: var(--gray-2);
}
.bg-gray-300 {
  background-color: var(--gray-3);
}
.bg-gray-400 {
  background-color: var(--gray-4);
}
.bg-gray-500 {
  background-color: var(--gray-5);
}
.bg-gray-600 {
  background-color: var(--gray-6);
}
.bg-gray-700 {
  background-color: var(--gray-7);
}
.bg-gray-800 {
  background-color: var(--gray-8);
}
.bg-gray-900 {
  background-color: var(--gray-9);
}
.bg-primary-transparent {
  background-color: var(--primary01) !important;
  color: var(--primary-color) !important;
}
.bg-primary-transparent:hover {
  background-color: var(--primary01) !important;
  color: var(--primary-color) !important;
}
.bg-secondary-transparent {
  background-color: rgba(var(--secondary-rgb), 0.1) !important;
  color: rgb(var(--secondary-rgb)) !important;
}
.bg-secondary-transparent:hover {
  background-color: rgba(var(--secondary-rgb), 0.1) !important;
  color: rgb(var(--secondary-rgb)) !important;
}
.bg-info-transparent {
  background-color: rgba(var(--info-rgb), 0.1) !important;
  color: rgb(var(--info-rgb)) !important;
}
.bg-info-transparent:hover {
  background-color: rgba(var(--info-rgb), 0.1) !important;
  color: rgb(var(--info-rgb)) !important;
}
.bg-success-transparent {
  background-color: rgba(var(--success-rgb), 0.1) !important;
  color: rgb(var(--success-rgb)) !important;
}
.bg-success-transparent:hover {
  background-color: rgba(var(--success-rgb), 0.1) !important;
  color: rgb(var(--success-rgb)) !important;
}
.bg-warning-transparent {
  background-color: rgba(var(--warning-rgb), 0.1) !important;
  color: rgb(var(--warning-rgb)) !important;
}
.bg-warning-transparent:hover {
  background-color: rgba(var(--warning-rgb), 0.1) !important;
  color: rgb(var(--warning-rgb)) !important;
}
.bg-danger-transparent {
  background-color: rgba(var(--danger-rgb), 0.1) !important;
  color: rgb(var(--danger-rgb)) !important;
}
.bg-danger-transparent:hover {
  background-color: rgba(var(--danger-rgb), 0.1) !important;
  color: rgb(var(--danger-rgb)) !important;
}
.bg-light-transparent {
  background-color: rgba(var(--light-rgb), 0.1) !important;
  color: rgb(var(--light-rgb)) !important;
}
.bg-light-transparent:hover {
  background-color: rgba(var(--light-rgb), 0.1) !important;
  color: rgb(var(--default-text-color-rgb)) !important;
}
.bg-dark-transparent {
  background-color: rgba(var(--dark-rgb), 0.1) !important;
  color: rgb(var(--dark-rgb)) !important;
}
.bg-dark-transparent:hover {
  background-color: rgba(var(--dark-rgb), 0.1) !important;
  color: rgb(var(--dark-rgb)) !important;
}
.bg-pink-transparent {
  background-color: rgba(var(--pink-rgb), 0.1) !important;
  color: rgb(var(--pink-rgb)) !important;
}
.bg-pink-transparent:hover {
  background-color: rgba(var(--pink-rgb), 0.1) !important;
  color: rgb(var(--pink-rgb)) !important;
}
.bg-orange-transparent {
  background-color: rgba(var(--orange-rgb), 0.1) !important;
  color: rgb(var(--orange-rgb)) !important;
}
.bg-orange-transparent:hover {
  background-color: rgba(var(--orange-rgb), 0.1) !important;
  color: rgb(var(--orange-rgb)) !important;
}
.bg-purple-transparent {
  background-color: rgba(var(--purple-rgb), 0.1) !important;
  color: rgb(var(--purple-rgb)) !important;
}
.bg-purple-transparent:hover {
  background-color: rgba(var(--purple-rgb), 0.1) !important;
  color: rgb(var(--purple-rgb)) !important;
}
.bg-teal-transparent {
  background-color: rgba(var(--teal-rgb), 0.1) !important;
  color: rgb(var(--teal-rgb)) !important;
}
.bg-teal-transparent:hover {
  background-color: rgba(var(--teal-rgb), 0.1) !important;
  color: rgb(var(--teal-rgb)) !important;
}
.bg-green-transparent {
  background-color: rgba(29, 216, 113, 0.1) !important;
  color: #1dd871 !important;
}
.bg-green-transparent:hover {
  background-color: rgba(29, 216, 113, 0.1) !important;
  color: #1dd871 !important;
}
.bg-indigo-transparent {
  background-color: rgba(77, 93, 219, 0.1) !important;
  color: #4d5ddb !important;
}
.bg-indigo-transparent:hover {
  background-color: rgba(77, 93, 219, 0.1) !important;
  color: #4d5ddb !important;
}
.bg-yellow-transparent {
  background-color: rgba(255, 246, 33, 0.1) !important;
  color: #fff621 !important;
}
.bg-yellow-transparent:hover {
  background-color: rgba(255, 246, 33, 0.1) !important;
  color: #fff621 !important;
}
.bg-blue-transparent {
  background-color: rgba(43, 62, 101, 0.1) !important;
  color: #2b3e65 !important;
}
.bg-blue-transparent:hover {
  background-color: rgba(43, 62, 101, 0.1) !important;
  color: #2b3e65 !important;
}
.bg-white-transparent {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}
.bg-white-transparent:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
}
.text-bg-primary {
  background-color: var(--primary-color) !important;
  color: #000 !important;
}
.text-bg-secondary {
  background-color: rgb(var(--secondary-rgb)) !important;
  color: #000 !important;
}
.text-bg-warning {
  background-color: rgb(var(--warning-rgb)) !important;
  color: #000 !important;
}
.text-bg-info {
  background-color: rgb(var(--info-rgb)) !important;
  color: #000 !important;
}
.text-bg-success {
  background-color: rgb(var(--success-rgb)) !important;
  color: #000 !important;
}
.text-bg-danger {
  background-color: rgb(var(--danger-rgb)) !important;
  color: #000 !important;
}
.text-bg-light {
  background-color: rgb(var(--light-rgb)) !important;
  color: #000 !important;
}
.text-bg-dark {
  background-color: rgb(var(--dark-rgb)) !important;
  color: #000 !important;
}
.svg-primary svg {
  fill: var(--primary-color);
}
.svg-secondary svg {
  fill: rgb(var(--secondary-rgb));
}
.svg-success svg {
  fill: rgb(var(--success-rgb));
}
.svg-danger svg {
  fill: rgb(var(--danger-rgb));
}
.svg-warning svg {
  fill: rgb(var(--warning-rgb));
}
.svg-white svg {
  fill: #fff;
}
.svg-black svg {
  fill: #000;
}
.svg-pink svg {
  fill: rgb(var(--pink-rgb));
}
.svg-orange svg {
  fill: rgb(var(--orange-rgb));
}
.svg-purple svg {
  fill: rgb(var(--purple-rgb));
}
.svg-indigo svg {
  fill: #4d5ddb;
}
.svg-info svg {
  fill: rgb(var(--info-rgb));
}
.svg-yellow svg {
  fill: #fff621;
}
.svg-light svg {
  fill: rgb(var(--light-rgb));
}
.svg-dark svg {
  fill: rgb(var(--dark-rgb));
}
.svg-teal svg {
  fill: rgb(var(--teal-rgb));
}
.svg-default svg {
  fill: rgb(var(--default-text-color-rgb));
}
.bd-blue-100 {
  background-color: rgba(43, 62, 101, 0.1);
  color: rgb(var(--default-text-color-rgb));
}
.bd-blue-200 {
  background-color: rgba(43, 62, 101, 0.2);
  color: rgb(var(--default-text-color-rgb));
}
.bd-blue-300 {
  background-color: rgba(43, 62, 101, 0.3);
  color: rgb(var(--default-text-color-rgb));
}
.bd-blue-400 {
  background-color: rgba(43, 62, 101, 0.4);
  color: rgb(var(--default-text-color-rgb));
}
.bd-blue-500 {
  background-color: rgba(43, 62, 101, 0.5);
  color: rgb(var(--default-text-color-rgb));
}
.bd-blue-600 {
  background-color: rgba(43, 62, 101, 0.6);
  color: #fff;
}
.bd-blue-700 {
  background-color: rgba(43, 62, 101, 0.7);
  color: #fff;
}
.bd-blue-800 {
  background-color: rgba(43, 62, 101, 0.8);
  color: #fff;
}
.bd-blue-900 {
  background-color: rgba(43, 62, 101, 0.9);
  color: #fff;
}
.bd-blue {
  background-color: #2b3e65;
  color: #fff;
}
.bd-indigo-100 {
  background-color: rgba(77, 93, 219, 0.1);
  color: rgb(var(--default-text-color-rgb));
}
.bd-indigo-200 {
  background-color: rgba(77, 93, 219, 0.2);
  color: rgb(var(--default-text-color-rgb));
}
.bd-indigo-300 {
  background-color: rgba(77, 93, 219, 0.3);
  color: rgb(var(--default-text-color-rgb));
}
.bd-indigo-400 {
  background-color: rgba(77, 93, 219, 0.4);
  color: rgb(var(--default-text-color-rgb));
}
.bd-indigo-500 {
  background-color: rgba(77, 93, 219, 0.5);
  color: rgb(var(--default-text-color-rgb));
}
.bd-indigo-600 {
  background-color: rgba(77, 93, 219, 0.6);
  color: #fff;
}
.bd-indigo-700 {
  background-color: rgba(77, 93, 219, 0.7);
  color: #fff;
}
.bd-indigo-800 {
  background-color: rgba(77, 93, 219, 0.8);
  color: #fff;
}
.bd-indigo-900 {
  background-color: rgba(77, 93, 219, 0.9);
  color: #fff;
}
.bd-indigo {
  background-color: #4d5ddb;
  color: #fff;
}
.bd-purple-100 {
  background-color: rgba(var(--purple-rgb), 0.1);
  color: rgb(var(--default-text-color-rgb));
}
.bd-purple-200 {
  background-color: rgba(var(--purple-rgb), 0.2);
  color: rgb(var(--default-text-color-rgb));
}
.bd-purple-300 {
  background-color: rgba(var(--purple-rgb), 0.3);
  color: rgb(var(--default-text-color-rgb));
}
.bd-purple-400 {
  background-color: rgba(var(--purple-rgb), 0.4);
  color: rgb(var(--default-text-color-rgb));
}
.bd-purple-500 {
  background-color: rgba(var(--purple-rgb), 0.5);
  color: rgb(var(--default-text-color-rgb));
}
.bd-purple-600 {
  background-color: rgba(var(--purple-rgb), 0.6);
  color: #fff;
}
.bd-purple-700 {
  background-color: rgba(var(--purple-rgb), 0.7);
  color: #fff;
}
.bd-purple-800 {
  background-color: rgba(var(--purple-rgb), 0.8);
  color: #fff;
}
.bd-purple-900 {
  background-color: rgba(var(--purple-rgb), 0.9);
  color: #fff;
}
.bd-purple {
  background-color: rgb(var(--purple-rgb));
  color: #fff;
}
.bd-pink-100 {
  background-color: rgba(var(--pink-rgb), 0.1);
  color: rgb(var(--default-text-color-rgb));
}
.bd-pink-200 {
  background-color: rgba(var(--pink-rgb), 0.2);
  color: rgb(var(--default-text-color-rgb));
}
.bd-pink-300 {
  background-color: rgba(var(--pink-rgb), 0.3);
  color: rgb(var(--default-text-color-rgb));
}
.bd-pink-400 {
  background-color: rgba(var(--pink-rgb), 0.4);
  color: rgb(var(--default-text-color-rgb));
}
.bd-pink-500 {
  background-color: rgba(var(--pink-rgb), 0.5);
  color: rgb(var(--default-text-color-rgb));
}
.bd-pink-600 {
  background-color: rgba(var(--pink-rgb), 0.6);
  color: #fff;
}
.bd-pink-700 {
  background-color: rgba(var(--pink-rgb), 0.7);
  color: #fff;
}
.bd-pink-800 {
  background-color: rgba(var(--pink-rgb), 0.8);
  color: #fff;
}
.bd-pink-900 {
  background-color: rgba(var(--pink-rgb), 0.9);
  color: #fff;
}
.bd-pink {
  background-color: rgb(var(--pink-rgb));
  color: #fff;
}
.bd-red-100 {
  background-color: rgba(208, 61, 70, 0.1);
  color: rgb(var(--default-text-color-rgb));
}
.bd-red-200 {
  background-color: rgba(208, 61, 70, 0.2);
  color: rgb(var(--default-text-color-rgb));
}
.bd-red-300 {
  background-color: rgba(208, 61, 70, 0.3);
  color: rgb(var(--default-text-color-rgb));
}
.bd-red-400 {
  background-color: rgba(208, 61, 70, 0.4);
  color: rgb(var(--default-text-color-rgb));
}
.bd-red-500 {
  background-color: rgba(208, 61, 70, 0.5);
  color: rgb(var(--default-text-color-rgb));
}
.bd-red-600 {
  background-color: rgba(208, 61, 70, 0.6);
  color: #fff;
}
.bd-red-700 {
  background-color: rgba(208, 61, 70, 0.7);
  color: #fff;
}
.bd-red-800 {
  background-color: rgba(208, 61, 70, 0.8);
  color: #fff;
}
.bd-red-900 {
  background-color: rgba(208, 61, 70, 0.9);
  color: #fff;
}
.bd-red {
  background-color: #d03d46;
  color: #fff;
}
.bd-orange-100 {
  background-color: rgba(var(--orange-rgb), 0.1);
  color: rgb(var(--default-text-color-rgb));
}
.bd-orange-200 {
  background-color: rgba(var(--orange-rgb), 0.2);
  color: rgb(var(--default-text-color-rgb));
}
.bd-orange-300 {
  background-color: rgba(var(--orange-rgb), 0.3);
  color: rgb(var(--default-text-color-rgb));
}
.bd-orange-400 {
  background-color: rgba(var(--orange-rgb), 0.4);
  color: rgb(var(--default-text-color-rgb));
}
.bd-orange-500 {
  background-color: rgba(var(--orange-rgb), 0.5);
  color: rgb(var(--default-text-color-rgb));
}
.bd-orange-600 {
  background-color: rgba(var(--orange-rgb), 0.6);
  color: #fff;
}
.bd-orange-700 {
  background-color: rgba(var(--orange-rgb), 0.7);
  color: #fff;
}
.bd-orange-800 {
  background-color: rgba(var(--orange-rgb), 0.8);
  color: #fff;
}
.bd-orange-900 {
  background-color: rgba(var(--orange-rgb), 0.9);
  color: #fff;
}
.bd-orange {
  background-color: rgb(var(--orange-rgb));
  color: #fff;
}
.bd-yellow-100 {
  background-color: rgba(255, 246, 33, 0.1);
  color: rgb(var(--default-text-color-rgb));
}
.bd-yellow-200 {
  background-color: rgba(255, 246, 33, 0.2);
  color: rgb(var(--default-text-color-rgb));
}
.bd-yellow-300 {
  background-color: rgba(255, 246, 33, 0.3);
  color: rgb(var(--default-text-color-rgb));
}
.bd-yellow-400 {
  background-color: rgba(255, 246, 33, 0.4);
  color: rgb(var(--default-text-color-rgb));
}
.bd-yellow-500 {
  background-color: rgba(255, 246, 33, 0.5);
  color: rgb(var(--default-text-color-rgb));
}
.bd-yellow-600 {
  background-color: rgba(255, 246, 33, 0.6);
  color: #fff;
}
.bd-yellow-700 {
  background-color: rgba(255, 246, 33, 0.7);
  color: #fff;
}
.bd-yellow-800 {
  background-color: rgba(255, 246, 33, 0.8);
  color: #fff;
}
.bd-yellow-900 {
  background-color: rgba(255, 246, 33, 0.9);
  color: #fff;
}
.bd-yellow {
  background-color: #fff621;
  color: #fff;
}
.bd-green-100 {
  background-color: rgba(29, 216, 113, 0.1);
  color: rgb(var(--default-text-color-rgb));
}
.bd-green-200 {
  background-color: rgba(29, 216, 113, 0.2);
  color: rgb(var(--default-text-color-rgb));
}
.bd-green-300 {
  background-color: rgba(29, 216, 113, 0.3);
  color: rgb(var(--default-text-color-rgb));
}
.bd-green-400 {
  background-color: rgba(29, 216, 113, 0.4);
  color: rgb(var(--default-text-color-rgb));
}
.bd-green-500 {
  background-color: rgba(29, 216, 113, 0.5);
  color: rgb(var(--default-text-color-rgb));
}
.bd-green-600 {
  background-color: rgba(29, 216, 113, 0.6);
  color: #fff;
}
.bd-green-700 {
  background-color: rgba(29, 216, 113, 0.7);
  color: #fff;
}
.bd-green-800 {
  background-color: rgba(29, 216, 113, 0.8);
  color: #fff;
}
.bd-green-900 {
  background-color: rgba(29, 216, 113, 0.9);
  color: #fff;
}
.bd-green {
  background-color: #1dd871;
  color: #fff;
}
.bd-teal-100 {
  background-color: rgba(var(--teal-rgb), 0.1);
  color: rgb(var(--default-text-color-rgb));
}
.bd-teal-200 {
  background-color: rgba(var(--teal-rgb), 0.2);
  color: rgb(var(--default-text-color-rgb));
}
.bd-teal-300 {
  background-color: rgba(var(--teal-rgb), 0.3);
  color: rgb(var(--default-text-color-rgb));
}
.bd-teal-400 {
  background-color: rgba(var(--teal-rgb), 0.4);
  color: rgb(var(--default-text-color-rgb));
}
.bd-teal-500 {
  background-color: rgba(var(--teal-rgb), 0.5);
  color: rgb(var(--default-text-color-rgb));
}
.bd-teal-600 {
  background-color: rgba(var(--teal-rgb), 0.6);
  color: #fff;
}
.bd-teal-700 {
  background-color: rgba(var(--teal-rgb), 0.7);
  color: #fff;
}
.bd-teal-800 {
  background-color: rgba(var(--teal-rgb), 0.8);
  color: #fff;
}
.bd-teal-900 {
  background-color: rgba(var(--teal-rgb), 0.9);
  color: #fff;
}
.bd-teal {
  background-color: rgb(var(--teal-rgb));
  color: #fff;
}
.bd-cyan-100 {
  background-color: rgba(0, 209, 209, 0.1);
  color: rgb(var(--default-text-color-rgb));
}
.bd-cyan-200 {
  background-color: rgba(0, 209, 209, 0.2);
  color: rgb(var(--default-text-color-rgb));
}
.bd-cyan-300 {
  background-color: rgba(0, 209, 209, 0.3);
  color: rgb(var(--default-text-color-rgb));
}
.bd-cyan-400 {
  background-color: rgba(0, 209, 209, 0.4);
  color: rgb(var(--default-text-color-rgb));
}
.bd-cyan-500 {
  background-color: rgba(0, 209, 209, 0.5);
  color: rgb(var(--default-text-color-rgb));
}
.bd-cyan-600 {
  background-color: rgba(0, 209, 209, 0.6);
  color: #fff;
}
.bd-cyan-700 {
  background-color: rgba(0, 209, 209, 0.7);
  color: #fff;
}
.bd-cyan-800 {
  background-color: rgba(0, 209, 209, 0.8);
  color: #fff;
}
.bd-cyan-900 {
  background-color: rgba(0, 209, 209, 0.9);
  color: #fff;
}
.bd-cyan {
  background-color: #00D1D1;
  color: #fff;
}
.bd-gray-100 {
  background-color: rgba(134, 153, 163, 0.1);
  color: rgb(var(--default-text-color-rgb));
}
.bd-gray-200 {
  background-color: rgba(134, 153, 163, 0.2);
  color: rgb(var(--default-text-color-rgb));
}
.bd-gray-300 {
  background-color: rgba(134, 153, 163, 0.3);
  color: rgb(var(--default-text-color-rgb));
}
.bd-gray-400 {
  background-color: rgba(134, 153, 163, 0.4);
  color: rgb(var(--default-text-color-rgb));
}
.bd-gray-500 {
  background-color: rgba(134, 153, 163, 0.5);
  color: rgb(var(--default-text-color-rgb));
}
.bd-gray-600 {
  background-color: rgba(134, 153, 163, 0.6);
  color: #fff;
}
.bd-gray-700 {
  background-color: rgba(134, 153, 163, 0.7);
  color: #fff;
}
.bd-gray-800 {
  background-color: rgba(134, 153, 163, 0.8);
  color: #fff;
}
.bd-gray-900 {
  background-color: rgba(134, 153, 163, 0.9);
  color: #fff;
}
.bd-gray {
  background-color: #8699A3;
  color: #fff;
}
[data-theme-mode=dark] .invert-1 {
  filter: invert(1);
}
.backdrop-blur {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
}
.border-container {
  display: inline-block;
  width: 5rem;
  height: 5rem;
  margin: 0.25rem;
  background-color: rgba(var(--light-rgb), 0.3);
}
.border {
  border: 1px solid var(--default-border) !important;
}
.border.border-dashed {
  border-style: dashed !important;
}
.border.border-dotted {
  border-style: dotted !important;
}
.border.border-primary {
  border: 1px solid var(--primary-color) !important;
  opacity: 1;
}
.border.border-primary.border-opacity-10 {
  border-color: var(--primary01) !important;
}
.border.border-primary.border-opacity-25 {
  border-color: var(--primary03) !important;
}
.border.border-primary.border-opacity-50 {
  border-color: var(--primary05) !important;
}
.border.border-primary.border-opacity-75 {
  border-color: var(--primary08) !important;
}
.border.border-primary.border-opacity-100 {
  border-color: var(--primary-color) !important;
}
.border.border-secondary {
  border: 1px solid rgb(var(--secondary-rgb)) !important;
  opacity: 1;
}
.border.border-secondary.border-opacity-10 {
  border-color: rgba(var(--secondary-rgb), 0.1) !important;
}
.border.border-secondary.border-opacity-25 {
  border-color: rgba(var(--secondary-rgb), 0.25) !important;
}
.border.border-secondary.border-opacity-50 {
  border-color: rgba(var(--secondary-rgb), 0.5) !important;
}
.border.border-secondary.border-opacity-75 {
  border-color: rgba(var(--secondary-rgb), 0.75) !important;
}
.border.border-secondary.border-opacity-100 {
  border-color: rgba(var(--secondary-rgb), 1) !important;
}
.border.border-info {
  border: 1px solid rgb(var(--info-rgb)) !important;
  opacity: 1;
}
.border.border-info.border-opacity-10 {
  border-color: rgba(var(--info-rgb), 0.1) !important;
}
.border.border-info.border-opacity-25 {
  border-color: rgba(var(--info-rgb), 0.25) !important;
}
.border.border-info.border-opacity-50 {
  border-color: rgba(var(--info-rgb), 0.5) !important;
}
.border.border-info.border-opacity-75 {
  border-color: rgba(var(--info-rgb), 0.75) !important;
}
.border.border-info.border-opacity-100 {
  border-color: rgba(var(--info-rgb), 1) !important;
}
.border.border-success {
  border: 1px solid rgb(var(--success-rgb)) !important;
  opacity: 1;
}
.border.border-success.border-opacity-10 {
  border-color: rgba(var(--success-rgb), 0.1) !important;
}
.border.border-success.border-opacity-25 {
  border-color: rgba(var(--success-rgb), 0.25) !important;
}
.border.border-success.border-opacity-50 {
  border-color: rgba(var(--success-rgb), 0.5) !important;
}
.border.border-success.border-opacity-75 {
  border-color: rgba(var(--success-rgb), 0.75) !important;
}
.border.border-success.border-opacity-100 {
  border-color: rgba(var(--success-rgb), 1) !important;
}
.border.border-warning {
  border: 1px solid rgb(var(--warning-rgb)) !important;
  opacity: 1;
}
.border.border-warning.border-opacity-10 {
  border-color: rgba(var(--warning-rgb), 0.1) !important;
}
.border.border-warning.border-opacity-25 {
  border-color: rgba(var(--warning-rgb), 0.25) !important;
}
.border.border-warning.border-opacity-50 {
  border-color: rgba(var(--warning-rgb), 0.5) !important;
}
.border.border-warning.border-opacity-75 {
  border-color: rgba(var(--warning-rgb), 0.75) !important;
}
.border.border-warning.border-opacity-100 {
  border-color: rgba(var(--warning-rgb), 1) !important;
}
.border.border-danger {
  border: 1px solid rgb(var(--danger-rgb)) !important;
  opacity: 1;
}
.border.border-danger.border-opacity-10 {
  border-color: rgba(var(--danger-rgb), 0.1) !important;
}
.border.border-danger.border-opacity-25 {
  border-color: rgba(var(--danger-rgb), 0.25) !important;
}
.border.border-danger.border-opacity-50 {
  border-color: rgba(var(--danger-rgb), 0.5) !important;
}
.border.border-danger.border-opacity-75 {
  border-color: rgba(var(--danger-rgb), 0.75) !important;
}
.border.border-danger.border-opacity-100 {
  border-color: rgba(var(--danger-rgb), 1) !important;
}
.border.border-pink {
  border: 1px solid rgb(var(--pink-rgb)) !important;
  opacity: 1;
}
.border.border-pink.border-opacity-10 {
  border-color: rgba(var(--pink-rgb), 0.1) !important;
}
.border.border-pink.border-opacity-25 {
  border-color: rgba(var(--pink-rgb), 0.25) !important;
}
.border.border-pink.border-opacity-50 {
  border-color: rgba(var(--pink-rgb), 0.5) !important;
}
.border.border-pink.border-opacity-75 {
  border-color: rgba(var(--pink-rgb), 0.75) !important;
}
.border.border-pink.border-opacity-100 {
  border-color: rgba(var(--pink-rgb), 1) !important;
}
.border.border-teal {
  border: 1px solid rgb(var(--teal-rgb)) !important;
  opacity: 1;
}
.border.border-teal.border-opacity-10 {
  border-color: rgba(var(--teal-rgb), 0.1) !important;
}
.border.border-teal.border-opacity-25 {
  border-color: rgba(var(--teal-rgb), 0.25) !important;
}
.border.border-teal.border-opacity-50 {
  border-color: rgba(var(--teal-rgb), 0.5) !important;
}
.border.border-teal.border-opacity-75 {
  border-color: rgba(var(--teal-rgb), 0.75) !important;
}
.border.border-teal.border-opacity-100 {
  border-color: rgba(var(--teal-rgb), 1) !important;
}
.border.border-orange {
  border: 1px solid rgb(var(--orange-rgb)) !important;
  opacity: 1;
}
.border.border-orange.border-opacity-10 {
  border-color: rgba(var(--orange-rgb), 0.1) !important;
}
.border.border-orange.border-opacity-25 {
  border-color: rgba(var(--orange-rgb), 0.25) !important;
}
.border.border-orange.border-opacity-50 {
  border-color: rgba(var(--orange-rgb), 0.5) !important;
}
.border.border-orange.border-opacity-75 {
  border-color: rgba(var(--orange-rgb), 0.75) !important;
}
.border.border-orange.border-opacity-100 {
  border-color: rgba(var(--orange-rgb), 1) !important;
}
.border.border-white {
  border: 1px solid #fff !important;
  opacity: 1;
}
.border.border-white.border-opacity-10 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}
.border.border-white.border-opacity-25 {
  border-color: rgba(255, 255, 255, 0.25) !important;
}
.border.border-white.border-opacity-50 {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.border.border-white.border-opacity-75 {
  border-color: rgba(255, 255, 255, 0.75) !important;
}
.border.border-white.border-opacity-100 {
  border-color: white !important;
}
.border.border-light {
  border: 1px solid rgb(var(--light-rgb)) !important;
  opacity: 1;
}
.border.border-light.border-opacity-10 {
  border-color: rgba(var(--light-rgb), 0.1) !important;
}
.border.border-light.border-opacity-25 {
  border-color: rgba(var(--light-rgb), 0.25) !important;
}
.border.border-light.border-opacity-50 {
  border-color: rgba(var(--light-rgb), 0.5) !important;
}
.border.border-light.border-opacity-75 {
  border-color: rgba(var(--light-rgb), 0.75) !important;
}
.border.border-light.border-opacity-100 {
  border-color: rgba(var(--light-rgb), 1) !important;
}
.border.border-dark {
  border: 1px solid rgb(var(--dark-rgb)) !important;
  opacity: 1;
}
.border.border-dark.border-opacity-10 {
  border-color: rgba(var(--dark-rgb), 0.1) !important;
}
.border.border-dark.border-opacity-25 {
  border-color: rgba(var(--dark-rgb), 0.25) !important;
}
.border.border-dark.border-opacity-50 {
  border-color: rgba(var(--dark-rgb), 0.5) !important;
}
.border.border-dark.border-opacity-75 {
  border-color: rgba(var(--dark-rgb), 0.75) !important;
}
.border.border-dark.border-opacity-100 {
  border-color: rgba(var(--dark-rgb), 1) !important;
}
.border.border-opacity-10 {
  --bs-border-opacity: 0.1 !important;
}
.border.border-opacity-25 {
  --bs-border-opacity: 0.25 !important;
}
.border.border-opacity-50 {
  --bs-border-opacity: 0.5 !important;
}
.border.border-opacity-75 {
  --bs-border-opacity: 0.75 !important;
}
.border.border-opacity-100 {
  --bs-border-opacity: 1 !important;
}
.border.border-1 {
  border-width: 1px !important;
}
.border.border-2 {
  border-width: 2px !important;
}
.border.border-3 {
  border-width: 3px !important;
}
.border.border-4 {
  border-width: 4px !important;
}
.border.border-5 {
  border-width: 5px !important;
}
.border.border-block-start-dashed {
  border-top-style: dashed;
}
.border.border-block-start-dotted {
  border-top-style: dotted;
}
.border.border-inline-end-dashed {
  border-inline-end-style: dashed;
}
.border.border-inline-end-dotted {
  border-inline-end-style: dotted;
}
.border.border-block-end-dashed {
  border-bottom-style: dashed;
}
.border.border-block-end-dotted {
  border-bottom-style: dotted;
}
.border.border-inline-start-dashed {
  border-inline-start-style: dashed;
}
.border.border-inline-start-dotted {
  border-inline-start-style: dotted;
}
.border.border-0 {
  border: 0 !important;
}
.border.border-top-0 {
  border-block-start: 0 !important;
}
.border.border-end-0 {
  border-inline-end: 0 !important;
}
.border.border-bottom-0 {
  border-block-end: 0 !important;
}
.border.border-start-0 {
  border-inline-start: 0 !important;
}
.border-top {
  border-top: 1px solid var(--default-border) !important;
}
.border-top.border-block-start-dashed {
  border-top-style: dashed !important;
}
.border-top.border-block-start-dotted {
  border-top-style: dotted !important;
}
.border-top.border-primary {
  border-color: var(--primary-color) !important;
}
.border-top.border-secondary {
  border-color: rgb(var(--secondary-rgb)) !important;
}
.border-top.border-warning {
  border-color: rgb(var(--warning-rgb)) !important;
}
.border-top.border-info {
  border-color: rgb(var(--info-rgb)) !important;
}
.border-top.border-success {
  border-color: rgb(var(--success-rgb)) !important;
}
.border-top.border-danger {
  border-color: rgb(var(--danger-rgb)) !important;
}
.border-top.border-light {
  border-color: rgb(var(--light-rgb)) !important;
}
.border-top.border-dark {
  border-color: rgb(var(--dark-rgb)) !important;
}
.border-end {
  border-inline-end: 1px solid var(--default-border) !important;
}
.border-end.border-inline-end-dashed {
  border-inline-end-style: dashed !important;
}
.border-end.border-inline-end-dotted {
  border-inline-end-style: dotted !important;
}
.border-end.border-primary {
  border-color: var(--primary-color) !important;
}
.border-end.border-secondary {
  border-color: rgb(var(--secondary-rgb)) !important;
}
.border-end.border-warning {
  border-color: rgb(var(--warning-rgb)) !important;
}
.border-end.border-info {
  border-color: rgb(var(--info-rgb)) !important;
}
.border-end.border-success {
  border-color: rgb(var(--success-rgb)) !important;
}
.border-end.border-danger {
  border-color: rgb(var(--danger-rgb)) !important;
}
.border-end.border-light {
  border-color: rgb(var(--light-rgb)) !important;
}
.border-end.border-dark {
  border-color: rgb(var(--dark-rgb)) !important;
}
.border-bottom {
  border-bottom: 1px solid var(--default-border) !important;
}
.border-bottom.border-block-end-dashed {
  border-bottom-style: dashed !important;
}
.border-bottom.border-block-end-dotted {
  border-bottom-style: dotted !important;
}
.border-bottom.border-primary {
  border-color: var(--primary-color) !important;
}
.border-bottom.border-secondary {
  border-color: rgb(var(--secondary-rgb)) !important;
}
.border-bottom.border-warning {
  border-color: rgb(var(--warning-rgb)) !important;
}
.border-bottom.border-info {
  border-color: rgb(var(--info-rgb)) !important;
}
.border-bottom.border-success {
  border-color: rgb(var(--success-rgb)) !important;
}
.border-bottom.border-danger {
  border-color: rgb(var(--danger-rgb)) !important;
}
.border-bottom.border-light {
  border-color: rgb(var(--light-rgb)) !important;
}
.border-bottom.border-dark {
  border-color: rgb(var(--dark-rgb)) !important;
}
.border-start {
  border-inline-start: 1px solid var(--default-border) !important;
}
.border-start.border-inline-start-dashed {
  border-inline-start-style: dashed !important;
}
.border-start.border-inline-start-dotted {
  border-inline-start-style: dotted !important;
}
.border-start.border-primary {
  border-color: var(--primary-color) !important;
}
.border-start.border-secondary {
  border-color: rgb(var(--secondary-rgb)) !important;
}
.border-start.border-warning {
  border-color: rgb(var(--warning-rgb)) !important;
}
.border-start.border-info {
  border-color: rgb(var(--info-rgb)) !important;
}
.border-start.border-success {
  border-color: rgb(var(--success-rgb)) !important;
}
.border-start.border-danger {
  border-color: rgb(var(--danger-rgb)) !important;
}
.border-start.border-light {
  border-color: rgb(var(--light-rgb)) !important;
}
.border-start.border-dark {
  border-color: rgb(var(--dark-rgb)) !important;
}
.br-1 {
  border-radius: 0.0625rem;
}
.br-2 {
  border-radius: 0.125rem;
}
.br-3 {
  border-radius: 0.1875rem;
}
.br-4 {
  border-radius: 0.25rem;
}
.br-5 {
  border-radius: 0.3125rem;
}
.br-6 {
  border-radius: 0.375rem;
}
.br-7 {
  border-radius: 0.4375rem;
}
.br-8 {
  border-radius: 0.5rem;
}
.br-9 {
  border-radius: 0.5625rem;
}
.br-10 {
  border-radius: 0.625rem;
}
.br-15 {
  border-radius: 0.9375rem;
}
.br-20 {
  border-radius: 1.25rem;
}
.rounded {
  border-radius: 0.25rem !important;
}
.vr {
  background-color: var(--default-border);
  opacity: 1;
}
.focus-ring:focus {
  --bs-focus-ring-color: rgba(var(--primary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring.focus-ring-secondary:focus {
  --bs-focus-ring-color: rgba(var(--secondary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring.focus-ring-success:focus {
  --bs-focus-ring-color: rgba(var(--success-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring.focus-ring-danger:focus {
  --bs-focus-ring-color: rgba(var(--danger-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring.focus-ring-warning:focus {
  --bs-focus-ring-color: rgba(var(--warning-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring.focus-ring-info:focus {
  --bs-focus-ring-color: rgba(var(--info-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring.focus-ring-light:focus {
  --bs-focus-ring-color: rgba(var(--light-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring.focus-ring-dark:focus {
  --bs-focus-ring-color: rgba(var(--dark-rgb), var(--bs-focus-ring-opacity));
}
.op-1-1 {
  opacity: 1;
}
.op-0 {
  opacity: 0;
}
.op-1 {
  opacity: 0.1;
}
.op-2 {
  opacity: 0.2;
}
.op-3 {
  opacity: 0.3;
}
.op-4 {
  opacity: 0.4;
}
.op-5 {
  opacity: 0.5;
}
.op-6 {
  opacity: 0.6;
}
.op-7 {
  opacity: 0.7;
}
.op-8 {
  opacity: 0.8;
}
.op-9 {
  opacity: 0.9;
}
.fs-sm {
  font-size: 0.6875rem;
}
.fs-base {
  font-size: 0.875rem;
}
.fs-lg {
  font-size: 1.125rem;
}
.fs-1 {
  font-size: 0.0625rem;
}
.fs-2 {
  font-size: 0.125rem;
}
.fs-3 {
  font-size: 0.1875rem;
}
.fs-4 {
  font-size: 0.25rem;
}
.fs-5 {
  font-size: 0.3125rem;
}
.fs-6 {
  font-size: 0.375rem;
}
.fs-7 {
  font-size: 0.4375rem;
}
.fs-8 {
  font-size: 0.5rem;
}
.fs-9 {
  font-size: 0.5625rem;
}
.fs-10 {
  font-size: 0.625rem;
}
.fs-11 {
  font-size: 0.6875rem;
}
.fs-12 {
  font-size: 0.75rem;
}
.fs-13 {
  font-size: 0.8125rem;
}
.fs-14 {
  font-size: 0.875rem;
}
.fs-15 {
  font-size: 0.9375rem;
}
.fs-16 {
  font-size: 1rem;
}
.fs-17 {
  font-size: 1.0625rem;
}
.fs-18 {
  font-size: 1.125rem;
}
.fs-19 {
  font-size: 1.1875rem;
}
.fs-20 {
  font-size: 1.25rem;
}
.fs-21 {
  font-size: 1.3125rem;
}
.fs-22 {
  font-size: 1.375rem;
}
.fs-23 {
  font-size: 1.4375rem;
}
.fs-24 {
  font-size: 1.5rem;
}
.fs-25 {
  font-size: 1.5625rem;
}
.fs-26 {
  font-size: 1.625rem;
}
.fs-27 {
  font-size: 1.6875rem;
}
.fs-28 {
  font-size: 1.75rem;
}
.fs-29 {
  font-size: 1.8125rem;
}
.fs-30 {
  font-size: 1.875rem;
}
.fs-32 {
  font-size: 2rem;
}
.fs-34 {
  font-size: 2.125rem;
}
.fs-36 {
  font-size: 2.25rem;
}
.fs-38 {
  font-size: 2.375rem;
}
.fs-40 {
  font-size: 2.5rem;
}
.fs-62 {
  font-size: 3.875rem;
}
.text-default {
  color: rgb(var(--default-text-color-rgb)) !important;
}
.text-muted {
  color: var(--text-muted) !important;
}
.text-primary {
  color: var(--primary-color) !important;
  opacity: 1;
}
.text-primary.text-opacity-75 {
  color: var(--primary08) !important;
}
.text-primary.text-opacity-25 {
  color: var(--primary03) !important;
}
.text-primary.text-opacity-50 {
  color: var(--primary05) !important;
}
.text-secondary {
  color: rgb(var(--secondary-rgb)) !important;
  opacity: 1;
}
.text-secondary.text-opacity-75 {
  color: rgba(var(--secondary-rgb), 0.75) !important;
}
.text-secondary.text-opacity-25 {
  color: rgba(var(--secondary-rgb), 0.25) !important;
}
.text-secondary.text-opacity-50 {
  color: rgba(var(--secondary-rgb), 0.5) !important;
}
.text-info {
  color: rgb(var(--info-rgb)) !important;
  opacity: 1;
}
.text-info.text-opacity-75 {
  color: rgba(var(--info-rgb), 0.75) !important;
}
.text-info.text-opacity-25 {
  color: rgba(var(--info-rgb), 0.25) !important;
}
.text-info.text-opacity-50 {
  color: rgba(var(--info-rgb), 0.5) !important;
}
.text-success {
  color: rgb(var(--success-rgb)) !important;
  opacity: 1;
}
.text-success.text-opacity-75 {
  color: rgba(var(--success-rgb), 0.75) !important;
}
.text-success.text-opacity-25 {
  color: rgba(var(--success-rgb), 0.25) !important;
}
.text-success.text-opacity-50 {
  color: rgba(var(--success-rgb), 0.5) !important;
}
.text-warning {
  color: rgb(var(--warning-rgb)) !important;
  opacity: 1;
}
.text-warning.text-opacity-75 {
  color: rgba(var(--warning-rgb), 0.75) !important;
}
.text-warning.text-opacity-25 {
  color: rgba(var(--warning-rgb), 0.25) !important;
}
.text-warning.text-opacity-50 {
  color: rgba(var(--warning-rgb), 0.5) !important;
}
.text-danger {
  color: rgb(var(--danger-rgb)) !important;
  opacity: 1;
}
.text-danger.text-opacity-75 {
  color: rgba(var(--danger-rgb), 0.75) !important;
}
.text-danger.text-opacity-25 {
  color: rgba(var(--danger-rgb), 0.25) !important;
}
.text-danger.text-opacity-50 {
  color: rgba(var(--danger-rgb), 0.5) !important;
}
.text-blue {
  color: #2b3e65 !important;
}
.text-green {
  color: #1dd871 !important;
}
.text-pink {
  color: rgb(var(--pink-rgb)) !important;
}
.text-teal {
  color: rgb(var(--teal-rgb)) !important;
}
.text-orange {
  color: rgb(var(--orange-rgb)) !important;
}
.text-indigo {
  color: #4d5ddb !important;
}
.text-purple {
  color: rgb(var(--purple-rgb)) !important;
}
.text-dark {
  color: rgb(var(--dark-rgb)) !important;
}
.text-light {
  color: rgb(var(--light-rgb)) !important;
}
.text-gray {
  color: var(--gray-5) !important;
}
.text-yellow {
  color: #fff621 !important;
}
.text-black {
  color: var(--custom-black) !important;
}
.text-white {
  color: var(--custom-white) !important;
}
.text-fixed-white {
  color: #fff !important;
}
.text-fixed-black {
  color: #000 !important;
}
.text-gray-1 {
  color: var(--gray-1);
}
.text-gray-2 {
  color: var(--gray-2);
}
.text-gray-3 {
  color: var(--gray-3);
}
.text-gray-4 {
  color: var(--gray-4);
}
.text-gray-5 {
  color: var(--gray-5);
}
.text-gray-6 {
  color: var(--gray-6);
}
.text-gray-7 {
  color: var(--gray-7);
}
.text-gray-8 {
  color: var(--gray-8);
}
.text-gray-9 {
  color: var(--gray-9);
}
a {
  text-decoration: none;
  color: rgba(var(--default-text-color-rgb), var(--bs-link-opacity, 1));
}
a:hover {
  --bs-text-opacity: 1;
  opacity: 1;
  color: rgba(var(--default-text-color-rgb), var(--bs-link-opacity, 1));
}
a.link-underline {
  text-decoration-color: rgba(var(--default-text-color-rgb), var(--bs-link-underline-opacity)) !important;
}
a.link-underline-primary {
  text-decoration-color: rgba(var(--primary-rgb), var(--bs-link-underline-opacity)) !important;
}
a.link-underline-secondary {
  text-decoration-color: rgba(var(--secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
a.link-underline-success {
  text-decoration-color: rgba(var(--success-rgb), var(--bs-link-underline-opacity)) !important;
}
a.link-underline-danger {
  text-decoration-color: rgba(var(--danger-rgb), var(--bs-link-underline-opacity)) !important;
}
a.link-underline-warning {
  text-decoration-color: rgba(var(--warning-rgb), var(--bs-link-underline-opacity)) !important;
}
a.link-underline-light {
  text-decoration-color: rgba(var(--light-rgb), var(--bs-link-underline-opacity)) !important;
}
a.link-underline-dark {
  text-decoration-color: rgba(var(--dark-rgb), var(--bs-link-underline-opacity)) !important;
}
a.link-underline-info {
  text-decoration-color: rgba(var(--info-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-primary {
  color: var(--primary-color) !important;
  text-decoration-color: rgba(var(--primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover,
.link-primary:focus,
.link-primary:active {
  text-decoration-color: rgba(var(--primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  color: var(--primary-color) !important;
}
.link-secondary {
  color: rgb(var(--secondary-rgb)) !important;
  text-decoration-color: rgba(var(--secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover,
.link-secondary:focus,
.link-secondary:active {
  text-decoration-color: rgba(var(--secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
  color: rgb(var(--secondary-rgb)) !important;
}
.link-success {
  color: rgb(var(--success-rgb)) !important;
  text-decoration-color: rgba(var(--success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover,
.link-success:focus,
.link-success:active {
  text-decoration-color: rgba(var(--success-rgb), var(--bs-link-underline-opacity, 1)) !important;
  color: rgb(var(--success-rgb)) !important;
}
.link-danger {
  color: rgb(var(--danger-rgb)) !important;
  text-decoration-color: rgba(var(--danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover,
.link-danger:focus,
.link-danger:active {
  text-decoration-color: rgba(var(--danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
  color: rgb(var(--danger-rgb)) !important;
}
.link-warning {
  color: rgb(var(--warning-rgb)) !important;
  text-decoration-color: rgba(var(--warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover,
.link-warning:focus,
.link-warning:active {
  text-decoration-color: rgba(var(--warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
  color: rgb(var(--warning-rgb)) !important;
}
.link-info {
  color: rgb(var(--info-rgb)) !important;
  text-decoration-color: rgba(var(--info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover,
.link-info:focus,
.link-info:active {
  text-decoration-color: rgba(var(--info-rgb), var(--bs-link-underline-opacity, 1)) !important;
  color: rgb(var(--info-rgb)) !important;
}
.link-light {
  color: var(--black-3) !important;
  text-decoration-color: rgba(var(--black-3), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover,
.link-light:focus,
.link-light:active {
  text-decoration-color: rgba(var(--black-3), var(--bs-link-underline-opacity, 1)) !important;
  color: var(--black-3) !important;
}
.link-dark {
  color: rgb(var(--dark-rgb)) !important;
  text-decoration-color: rgba(var(--dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover,
.link-dark:focus,
.link-dark:active {
  text-decoration-color: rgba(var(--dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
  color: rgb(var(--dark-rgb)) !important;
}
.link-body-emphasis {
  color: var(--custom-black) !important;
  text-decoration-color: rgba(var(--custom-black), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover,
.link-body-emphasis:focus,
.link-body-emphasis:active {
  text-decoration-color: rgba(var(--custom-black), var(--bs-link-underline-opacity, 1)) !important;
  color: var(--custom-black) !important;
}
.blockquote-container {
  padding: 1.25rem;
  border: 1px solid var(--default-border);
  border-block-start: 4px solid var(--default-border);
  border-radius: 0.25rem;
  position: relative;
}
.blockquote-container:before {
  position: absolute;
  content: "\f6b0";
  font-family: bootstrap-icons !important;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 0.813rem;
  font-weight: 400;
  border: 1px solid var(--default-border);
  background-color: var(--custom-white);
  top: -0.875rem;
  align-items: center;
  display: flex;
  padding: 0px;
  justify-content: center;
  border-radius: 3.125rem;
  inset-inline-start: 50%;
  box-shadow: 0px 0.25rem 1rem rgba(0, 0, 0, 0.1);
}
.blockquote.custom-blockquote {
  font-size: 0.85rem;
  font-weight: 400;
  padding: 1rem;
  border-radius: 0.25rem;
  position: relative;
}
.blockquote.custom-blockquote:before {
  content: "\f6b0";
  font-family: bootstrap-icons !important;
  z-index: 0;
  font-size: 4rem;
  position: absolute;
  inset-block-start: -1.5rem;
  inset-inline-start: -0.25rem;
}
.blockquote.custom-blockquote .quote-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3.125rem;
  position: absolute;
  inset-block-start: -1rem;
  inset-inline-end: -1rem;
  background-color: var(--custom-white);
}
.blockquote.custom-blockquote .quote-icon i {
  font-size: 1.75rem;
  font-weight: 500;
}
.blockquote.custom-blockquote.primary {
  background-color: var(--primary01);
  border-inline-start: 2px solid var(--primary-color);
  border-block-start: 2px solid var(--primary-color);
}
.blockquote.custom-blockquote.primary .quote-icon i {
  color: var(--primary-color);
}
.blockquote.custom-blockquote.primary:before {
  color: var(--primary01);
}
.blockquote.custom-blockquote.secondary {
  background-color: rgba(var(--secondary-rgb), 0.1);
  border-inline-start: 2px solid rgb(var(--secondary-rgb));
  border-block-start: 2px solid rgb(var(--secondary-rgb));
}
.blockquote.custom-blockquote.secondary .quote-icon i {
  color: rgb(var(--secondary-rgb));
}
.blockquote.custom-blockquote.secondary:before {
  color: rgba(var(--secondary-rgb), 0.1);
}
.blockquote.custom-blockquote.info {
  background-color: rgba(var(--info-rgb), 0.1);
  border-inline-start: 2px solid rgb(var(--info-rgb));
  border-block-start: 2px solid rgb(var(--info-rgb));
}
.blockquote.custom-blockquote.info .quote-icon i {
  color: rgb(var(--info-rgb));
}
.blockquote.custom-blockquote.info:before {
  color: rgba(var(--info-rgb), 0.1);
}
.blockquote.custom-blockquote.warning {
  background-color: rgba(var(--warning-rgb), 0.1);
  border-inline-start: 2px solid rgb(var(--warning-rgb));
  border-block-start: 2px solid rgb(var(--warning-rgb));
}
.blockquote.custom-blockquote.warning .quote-icon i {
  color: rgb(var(--warning-rgb));
}
.blockquote.custom-blockquote.warning:before {
  color: rgba(var(--warning-rgb), 0.1);
}
.blockquote.custom-blockquote.success {
  background-color: rgba(var(--success-rgb), 0.1);
  border-inline-start: 2px solid rgb(var(--success-rgb));
  border-block-start: 2px solid rgb(var(--success-rgb));
}
.blockquote.custom-blockquote.success .quote-icon i {
  color: rgb(var(--success-rgb));
}
.blockquote.custom-blockquote.success:before {
  color: rgba(var(--success-rgb), 0.1);
}
.blockquote.custom-blockquote.danger {
  background-color: rgba(var(--danger-rgb), 0.1);
  border-inline-start: 2px solid rgb(var(--danger-rgb));
  border-block-start: 2px solid rgb(var(--danger-rgb));
}
.blockquote.custom-blockquote.danger .quote-icon i {
  color: rgb(var(--danger-rgb));
}
.blockquote.custom-blockquote.danger:before {
  color: rgba(var(--danger-rgb), 0.1);
}
[data-theme-mode=dark] .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(33, 37, 41, 0.3) !important;
}
[data-theme-mode=dark] .shadow {
  box-shadow: 0 0.5rem 1rem rgba(33, 37, 41, 0.3) !important;
}
[data-theme-mode=dark] .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(33, 37, 41, 0.3) !important;
}
@media screen and (min-width: 576px) {
  .w-sm-auto {
    width: auto;
  }
}
@media (min-width: 576px) {
  .w-sm-50 {
    width: 50% !important;
  }
}
.w-auto {
  width: auto;
}
.w-10 {
  width: 10%;
}
.w-6rem {
  width: 6rem;
}
[dir=rtl] .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.transform-none {
  transform: none !important;
}
.text-gradient {
  background: linear-gradient(to bottom, var(--primary08) 0%, rgba(0, 0, 0, 0.6) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.001);
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
