@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 */
.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;
  }
}
/*
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 */
/*
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 */
/*
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 */
/****************************/
/** 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;
}
